- Skipper UV issue
- Cherenkov running sound is now same as LV-N, not Spark
- Cherenkov tech node is now nuclear Propulsion
- Torch, Cherenkov manufacturers corrected to Rockomax
pull/851/head
Chris Adderley 4 years ago
parent a566a55435
commit b5abd22b3c

@ -6,7 +6,7 @@
{ {
"MAJOR":1, "MAJOR":1,
"MINOR":1, "MINOR":1,
"PATCH":0, "PATCH":1,
"BUILD":0 "BUILD":0
}, },
"KSP_VERSION": "KSP_VERSION":

@ -1,3 +1,7 @@
v1.1.0
------
- Fixed Skipper UV issue inside bell
v1.1.0 v1.1.0
----- -----
- KSP 1.9 - KSP 1.9

@ -102,7 +102,7 @@ PART
category = Engine category = Engine
subcategory = 0 subcategory = 0
title = #LOC_RestockPlus_restock-engine-torch_title title = #LOC_RestockPlus_restock-engine-torch_title
manufacturer = #autoLOC_501638 manufacturer = #autoLOC_501637
description = #LOC_RestockPlus_restock-engine-torch_description description = #LOC_RestockPlus_restock-engine-torch_description
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,0,0 attachRules = 1,1,1,0,0

@ -48,13 +48,11 @@ PART
AUDIO AUDIO
{ {
channel = Ship channel = Ship
clip = sound_rocket_spurts clip = sound_rocket_hard
volume = 0.0 0.0 volume = 0.0 0.0
volume = 0.01 0.4
volume = 1.0 1.0 volume = 1.0 1.0
pitch = 0.0 0.2 pitch = 0.0 0.2
pitch = 0.01 0.6 pitch = 1.0 1.0
pitch = 1.0 1.8
loop = true loop = true
} }
MODEL_MULTI_PARTICLE MODEL_MULTI_PARTICLE
@ -96,13 +94,13 @@ PART
} }
} }
// --- editor parameters --- // --- editor parameters ---
TechRequired = veryHeavyRocketry TechRequired = nuclearPropulsion
entryCost = 121000 entryCost = 121000
cost = 40000 cost = 40000
category = Engine category = Engine
subcategory = 0 subcategory = 0
title = #LOC_RestockPlus_restock-engine-cherenkov_title title = #LOC_RestockPlus_restock-engine-cherenkov_title
manufacturer = #autoLOC_501638 manufacturer = #autoLOC_501637
description = #LOC_RestockPlus_restock-engine-cherenkov_description description = #LOC_RestockPlus_restock-engine-cherenkov_description
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,0,0 attachRules = 1,1,1,0,0

@ -6,7 +6,7 @@
{ {
"MAJOR":1, "MAJOR":1,
"MINOR":1, "MINOR":1,
"PATCH":0, "PATCH":1,
"BUILD":0 "BUILD":0
}, },
"KSP_VERSION": "KSP_VERSION":

@ -1,3 +1,9 @@
v1.1.1
------
- Cherenkov running sound is now same as LV-N, not Spark
- Cherenkov tech node is now correctly Nuclear Propulsion
- Torch, Cherenkov manufacturers corrected to Rockomax, was Kerbodyne
v1.1.0 v1.1.0
------ ------
- KSP 1.9 Compatibility - KSP 1.9 Compatibility

Loading…
Cancel
Save