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":
|
||||
|
@ -1,3 +1,10 @@
|
||||
v1.5.0
|
||||
------
|
||||
- Introduced patch to give roll control gimbal to Making History LV-T91 "Cheetah" Liquid Fuel Engine
|
||||
- New Engine parts
|
||||
- PLACEHOLDER FOR RS+ CHEETAH-ALIKE (Kavaeric): LR-91 engine with 1.25m Truss, 1.25m Boattail, 1.875m Truss, 1.875m Boattail and Compact variants. Disabled if Making History is installed.
|
||||
- PLACEHOLDER FOR RS+ BOBCAT-ALIKE (Kavaeric): LR-87 engine with [VARIANTS]. Disabled if Making History is installed.
|
||||
|
||||
v1.4.5
|
||||
------
|
||||
- Add part volumes for all parts under 2700L to allow for use with the stock inventory system (by mostly using KSP Part Volume mod to generate volumes).
|
||||
|
@ -1,5 +1,5 @@
|
||||
==============
|
||||
RESTOCK+ 1.4.5
|
||||
RESTOCK+ 1.5.0
|
||||
==============
|
||||
|
||||
Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include:
|
||||
@ -23,7 +23,7 @@ DEPENDENCIES
|
||||
============
|
||||
|
||||
Required:
|
||||
- Restock (1.4.4)
|
||||
- Restock (1.5.0)
|
||||
- ModuleManager (4.2.3)
|
||||
|
||||
=============
|
||||
@ -34,6 +34,7 @@ Art
|
||||
- Chris Adderley (Nertea)
|
||||
- Andrew Cassidy (Cineboxandrew)
|
||||
- Porkjet
|
||||
- Kavaeric
|
||||
|
||||
Drag cube wizardry
|
||||
- DMagic
|
||||
|
Reference in New Issue
Block a user