mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fixes
- 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
This commit is contained in:
Binary file not shown.
@ -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
|
||||||
|
Reference in New Issue
Block a user