This commit is contained in:
Izaya 2022-12-07 01:56:22 +11:00
parent 7af6daee25
commit 40f319663b
3 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@
}, },
"install" : [ "install" : [
{ "file" : "ksp-mods/KPUFlags", { "file" : "ksp-mods/KPUFlags",
"install_to" : "GameData/KPUFlags" "install_to" : "GameData/KPU"
} }
], ],
"tags": [ "tags": [

View File

@ -15,7 +15,7 @@
}, },
"install" : [ "install" : [
{ "file" : "ksp-mods/KPUSuits", { "file" : "ksp-mods/KPUSuits",
"install_to" : "GameData" "install_to" : "GameData/KPU"
} }
], ],
"tags": [ "tags": [

View File

@ -6,15 +6,15 @@ SUITCOMBOS
suitType = Vintage suitType = Vintage
gender = Male gender = Male
name = KPU_M name = KPU_M
suitTexture = KPUSuits/Textures/KPUSuit_diff suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff
normalTexture = KPUSuits/Textures/KPUSuit_nrm normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm
sprite = KPUSuits/Icons/KPUSuit_M sprite = KPU/KPUSuits/Icons/KPUSuit_M
primaryColor = #ce2018 primaryColor = #ce2018
secondaryColor = #f2dab0 secondaryColor = #f2dab0
IVA IVA
{ {
suitTexture = KPUSuits/Textures/KPUSuit_diff suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff
normalTexture = KPUSuits/Textures/KPUSuit_nrm normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm
} }
} }
SUITCOMBO SUITCOMBO
@ -23,15 +23,15 @@ SUITCOMBOS
suitType = Vintage suitType = Vintage
gender = Female gender = Female
name = KPU_F name = KPU_F
suitTexture = KPUSuits/Textures/KPUSuit_diff suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff
normalTexture = KPUSuits/Textures/KPUSuit_nrm normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm
sprite = KPUSuits/Icons/KPUSuit_F sprite = KPU/KPUSuits/Icons/KPUSuit_F
primaryColor = #ce2018 primaryColor = #ce2018
secondaryColor = #f2dab0 secondaryColor = #f2dab0
IVA IVA
{ {
suitTexture = KPUSuits/Textures/KPUSuit_diff suitTexture = KPU/KPUSuits/Textures/KPUSuit_diff
normalTexture = KPUSuits/Textures/KPUSuit_nrm normalTexture = KPU/KPUSuits/Textures/KPUSuit_nrm
} }
} }
} }