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" : [
{ "file" : "ksp-mods/KPUFlags",
"install_to" : "GameData/KPUFlags"
"install_to" : "GameData/KPU"
}
],
"tags": [

View File

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

View File

@ -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
}
}
}