mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Update for 1.12.2 engines
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
// - LV-N "Nerv" Atomic Rocket Motor (nuclearEngine)
|
||||
// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME)
|
||||
// - LV-909 "Terrier" Liquid Fuel Engine (liquidEngine3_v2)
|
||||
// - LV-T30 "Reliant" Liquid Fuel Engine (liquidEngine)
|
||||
// - LV-T45 "Swivel" Liquid Fuel Engine (liquidEngine2)
|
||||
// - LV-T30 "Reliant" Liquid Fuel Engine (liquidEngine_v2)
|
||||
// - LV-T45 "Swivel" Liquid Fuel Engine (liquidEngine2_v2)
|
||||
// - Mk-55 "Thud" Liquid Fuel Engine (radialLiquidEngine1-2) - FX only
|
||||
// - T-1 Toroidal "Aerospike" Liquid Fuel Engine (toroidalAerospike) - FX only
|
||||
|
||||
@ -904,14 +904,14 @@
|
||||
}
|
||||
|
||||
// LV-T30 "Reliant" Liquid Fuel Engine
|
||||
@PART[liquidEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
@PART[liquidEngine_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Porkjet and Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Engine/restock-engine-reliant-1
|
||||
model = ReStock/Assets/Engine/restock-engine-reliant-2
|
||||
}
|
||||
%rescaleFactor = 1
|
||||
@scale = 1
|
||||
@ -1021,16 +1021,17 @@
|
||||
}
|
||||
}
|
||||
@bulkheadProfiles = srf, size1
|
||||
%node_attach = 0.0, 0.90182625, 0.0, 0.0, 1.0, 0.0, 1
|
||||
@node_stack_top = 0.0, 0.90182625, 0.0, 0.0, 1.0, 0.0
|
||||
@node_stack_bottom = 0.0, -0.90925375, 0.0, 0.0, -1.0, 0.0
|
||||
|
||||
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
|
||||
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Size1
|
||||
baseVariant = TrussMount
|
||||
VARIANT
|
||||
{
|
||||
name = Size1
|
||||
name = TrussMount
|
||||
displayName = #LOC_Restock_variant-engine_size1_white
|
||||
primaryColor = #999999
|
||||
secondaryColor = #ffffff
|
||||
@ -1051,7 +1052,7 @@
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Boattail
|
||||
name = Shroud
|
||||
displayName = #LOC_Restock_variant-engine_boattail_white
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
@ -1072,7 +1073,7 @@
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Compact
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-engine_compact_white
|
||||
primaryColor = #666666
|
||||
secondaryColor = #ffffff
|
||||
@ -1155,6 +1156,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@MODULE[ModuleSurfaceFX]
|
||||
{
|
||||
@thrustProviderModuleIndex= 0
|
||||
}
|
||||
@MODULE[ModuleEngines]
|
||||
{
|
||||
@name = ModuleEnginesFX
|
||||
@ -1245,20 +1250,18 @@
|
||||
}
|
||||
|
||||
// LV-T45 "Swivel" Liquid Fuel Engine
|
||||
@PART[liquidEngine2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
@PART[liquidEngine2_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||
{
|
||||
@author = Porkjet and Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Engine/restock-engine-swivel-1
|
||||
model = ReStock/Assets/Engine/restock-engine-swivel-2
|
||||
}
|
||||
@bulkheadProfiles = srf, size1
|
||||
rescaleFactor = 1.0
|
||||
@node_stack_top = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.0
|
||||
@node_stack_bottom = 0.0, -7.179225, 0.0, 0.0, -1.0, 0.0
|
||||
%node_attach = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.0, 1
|
||||
%node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 1
|
||||
@attachRules = 1,1,1,0,0
|
||||
!DRAG_CUBE {}
|
||||
DRAG_CUBE
|
||||
@ -1275,6 +1278,8 @@
|
||||
!sound_rocket_hard = DELETE
|
||||
!sound_vent_soft = DELETE
|
||||
!sound_explosion_low = DELETE
|
||||
|
||||
!MODULE[ModulePartVariants] {}
|
||||
EFFECTS
|
||||
{
|
||||
engage
|
||||
@ -1351,18 +1356,23 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@MODULE[ModuleSurfaceFX]
|
||||
{
|
||||
@thrustProviderModuleIndex= 0
|
||||
}
|
||||
@MODULE[ModuleEngines]
|
||||
{
|
||||
@name = ModuleEnginesFX
|
||||
%runningEffectName = fx-swivel-running
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Size1
|
||||
baseVariant = TrussMount
|
||||
VARIANT
|
||||
{
|
||||
name = Size1
|
||||
name = TrussMount
|
||||
displayName = #LOC_Restock_variant-engine_size1_white
|
||||
primaryColor = #999999
|
||||
secondaryColor = #ffffff
|
||||
@ -1389,7 +1399,7 @@
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Boattail
|
||||
name = Shroud
|
||||
displayName = #LOC_Restock_variant-engine_boattail_white
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
@ -1416,7 +1426,7 @@
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Compact
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-engine_compact_white
|
||||
primaryColor = #666666
|
||||
secondaryColor = #ffffff
|
||||
@ -1534,6 +1544,7 @@
|
||||
gimbalResponseSpeed = 8
|
||||
useGimbalResponseSpeed = true
|
||||
}
|
||||
!MODULE[FXModuleLookAtConstraint] {}
|
||||
MODULE
|
||||
{
|
||||
name = FXModuleLookAtConstraint
|
||||
|
Reference in New Issue
Block a user