mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Aerospike shroud fix and first push of Cheetah LV-T91 engine
- Aerospike shroud mesh aliasing fix - First push of RS MH Cheetah LV-T91 engine (Kavaeric) - Inclusion of RS+ patch to add gimbal to Cheetah verniers
This commit is contained in:
@ -0,0 +1,39 @@
|
||||
// Enables gimbal on the vernier thrusters for the Cheetah
|
||||
|
||||
@PART[LiquidEngineLV-T91]
|
||||
{
|
||||
!MODEL,* {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Engine/restock-engine-cheetah-2
|
||||
}
|
||||
@MODULE[ModuleGimbal]
|
||||
{
|
||||
@gimbalRange = 2
|
||||
}
|
||||
@MODULE[ModuleEnginesFX]
|
||||
{
|
||||
transformMultipliers
|
||||
{
|
||||
trf0 = 0.96
|
||||
trf1 = 0.01
|
||||
trf2 = 0.01
|
||||
trf3 = 0.01
|
||||
trf4 = 0.01
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleGimbal
|
||||
gimbalTransformName = vernier_gimbal
|
||||
gimbalRangeXP = 10
|
||||
gimbalRangeXN = 10
|
||||
gimbalRangeYP = 0
|
||||
gimbalRangeYN = 0
|
||||
gimbalResponseSpeed = 20
|
||||
useGimbalResponseSpeed = true
|
||||
enablePitch = false
|
||||
enableRoll = true
|
||||
enableYaw = false
|
||||
}
|
||||
}
|
@ -5,8 +5,8 @@
|
||||
"VERSION":
|
||||
{
|
||||
"MAJOR":1,
|
||||
"MINOR":4,
|
||||
"PATCH":5,
|
||||
"MINOR":5,
|
||||
"PATCH":0,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
Reference in New Issue
Block a user