From 40f319663b76400f56cfd1323a1ab130f3577762 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Wed, 7 Dec 2022 01:56:22 +1100 Subject: [PATCH] plswork --- CKAN/KPUFlags.ckan | 2 +- CKAN/KPUSuits.ckan | 2 +- KPUSuits/KPUSuits.cfg | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CKAN/KPUFlags.ckan b/CKAN/KPUFlags.ckan index f88a3fa..f8f1743 100644 --- a/CKAN/KPUFlags.ckan +++ b/CKAN/KPUFlags.ckan @@ -15,7 +15,7 @@ }, "install" : [ { "file" : "ksp-mods/KPUFlags", - "install_to" : "GameData/KPUFlags" + "install_to" : "GameData/KPU" } ], "tags": [ diff --git a/CKAN/KPUSuits.ckan b/CKAN/KPUSuits.ckan index 6ced905..48a94b1 100644 --- a/CKAN/KPUSuits.ckan +++ b/CKAN/KPUSuits.ckan @@ -15,7 +15,7 @@ }, "install" : [ { "file" : "ksp-mods/KPUSuits", - "install_to" : "GameData" + "install_to" : "GameData/KPU" } ], "tags": [ diff --git a/KPUSuits/KPUSuits.cfg b/KPUSuits/KPUSuits.cfg index abbf749..fe62bbf 100644 --- a/KPUSuits/KPUSuits.cfg +++ b/KPUSuits/KPUSuits.cfg @@ -6,15 +6,15 @@ SUITCOMBOS suitType = Vintage gender = Male name = KPU_M - suitTexture = KPUSuits/Textures/KPUSuit_diff - normalTexture = KPUSuits/Textures/KPUSuit_nrm - sprite = KPUSuits/Icons/KPUSuit_M + suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff + normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm + sprite = KPU/KPUSuits/Icons/KPUSuit_M primaryColor = #ce2018 secondaryColor = #f2dab0 IVA { - suitTexture = KPUSuits/Textures/KPUSuit_diff - normalTexture = KPUSuits/Textures/KPUSuit_nrm + suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff + normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm } } SUITCOMBO @@ -23,15 +23,15 @@ SUITCOMBOS suitType = Vintage gender = Female name = KPU_F - suitTexture = KPUSuits/Textures/KPUSuit_diff - normalTexture = KPUSuits/Textures/KPUSuit_nrm - sprite = KPUSuits/Icons/KPUSuit_F + suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff + normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm + sprite = KPU/KPUSuits/Icons/KPUSuit_F primaryColor = #ce2018 secondaryColor = #f2dab0 IVA { - suitTexture = KPUSuits/Textures/KPUSuit_diff - normalTexture = KPUSuits/Textures/KPUSuit_nrm + suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff + normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm } } }