Add surface attach to engines that didn't have it

pull/32/head
cadderley 6 years ago
parent 42f2bbaa3a
commit 96251fa47e

@ -359,6 +359,8 @@
MODEL {
model = ReStock/Assets/Engine/restock-engine-spark-1
}
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 3
@attachRules = 1,1,1,0,0
!EFFECTS {}
EFFECTS
{

@ -18,6 +18,9 @@
}
@manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate
%node_attach = 0.0, 1.40383, 0.0, 0.0, 1.0, 0.0, 1
@attachRules = 1,1,1,0,0
!fx_exhaustFlame_blue = DELETE
!fx_exhaustLight_blue = DELETE
!fx_smokeTrail_light = DELETE
@ -444,6 +447,9 @@
}
%rescaleFactor = 1
%node_attach = 0.0, 23.0, 0.0, 0.0, 1.0, 0.0, 1
@attachRules = 1,1,1,0,0
!fx_exhaustFlame_blue = DELETE
!fx_exhaustLight_blue = DELETE
!fx_smokeTrail_light = DELETE
@ -535,7 +541,7 @@
LV_909_Boattail = false
LV_909_Basic = true
LV_909_Compact = false
}
}
@ -550,7 +556,7 @@
LV_909_Boattail = true
LV_909_Basic = false
LV_909_Compact = false
}
}
@ -676,6 +682,8 @@
}
%rescaleFactor = 1
@scale = 1
%node_attach = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0, 1
@attachRules = 1,1,1,0,0
!fx_exhaustFlame_blue = DELETE
!fx_exhaustLight_blue = DELETE
@ -949,6 +957,8 @@
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
@attachRules = 1,1,1,0,0
!fx_exhaustFlame_blue = DELETE
!fx_exhaustLight_blue = DELETE

@ -1,6 +1,28 @@
// Patches applying art changes to 2.5m engines
// Contents:
// - LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Size2LFB)
// - RE-M3 "Mainsail" Liquid Fuel Engine (liquidEngine1-2)
// - RE-L10 "Poodle" Liquid Fuel Engine (liquidEngine2-2)
// - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper)
@PART[liquidEngine1-2]
{
%node_attach = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2
@attachRules = 1,1,1,0,0
}
@PART[liquidEngine2-2]
{
%node_attach = 0.0, 0.7269405, 0.0, 0.0, 1.0, 0.0, 2
@attachRules = 1,1,1,0,0
}
@PART[engineLargeSkipper]
{
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
@attachRules = 1,1,1,0,0
}
// Twin Boar
@PART[Size2LFB]

@ -15,6 +15,10 @@
#node_stack_bottom02 = 0.0, -2.536873, 0.0, 0.0, -1.0, 0.0, 3
%node_attach = 0.0, 1.487975, 0.0, 0.0, 1.0, 0.0, 3
@attachRules = 1,1,1,0,0
!EFFECTS {}
EFFECTS
{

@ -58,3 +58,4 @@
- Electrical
- Z-1K Rechargeable Battery Bank (Nertea)
- PB-NUK Radioisotope Thermoelectric Generator (Beale)
- Engines are all surface attachable

Loading…
Cancel
Save