mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add surface attach to engines that didn't have it
This commit is contained in:
@ -359,6 +359,8 @@
|
|||||||
MODEL {
|
MODEL {
|
||||||
model = ReStock/Assets/Engine/restock-engine-spark-1
|
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 {}
|
||||||
EFFECTS
|
EFFECTS
|
||||||
{
|
{
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
}
|
}
|
||||||
@manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate
|
@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_exhaustFlame_blue = DELETE
|
||||||
!fx_exhaustLight_blue = DELETE
|
!fx_exhaustLight_blue = DELETE
|
||||||
!fx_smokeTrail_light = DELETE
|
!fx_smokeTrail_light = DELETE
|
||||||
@ -444,6 +447,9 @@
|
|||||||
}
|
}
|
||||||
%rescaleFactor = 1
|
%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_exhaustFlame_blue = DELETE
|
||||||
!fx_exhaustLight_blue = DELETE
|
!fx_exhaustLight_blue = DELETE
|
||||||
!fx_smokeTrail_light = DELETE
|
!fx_smokeTrail_light = DELETE
|
||||||
@ -676,6 +682,8 @@
|
|||||||
}
|
}
|
||||||
%rescaleFactor = 1
|
%rescaleFactor = 1
|
||||||
@scale = 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_exhaustFlame_blue = DELETE
|
||||||
!fx_exhaustLight_blue = DELETE
|
!fx_exhaustLight_blue = DELETE
|
||||||
@ -949,6 +957,8 @@
|
|||||||
rescaleFactor =1.0
|
rescaleFactor =1.0
|
||||||
@node_stack_top = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.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_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_exhaustFlame_blue = DELETE
|
||||||
!fx_exhaustLight_blue = DELETE
|
!fx_exhaustLight_blue = DELETE
|
||||||
|
@ -1,6 +1,28 @@
|
|||||||
// Patches applying art changes to 2.5m engines
|
// Patches applying art changes to 2.5m engines
|
||||||
// Contents:
|
// Contents:
|
||||||
// - LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Size2LFB)
|
// - 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
|
// Twin Boar
|
||||||
@PART[Size2LFB]
|
@PART[Size2LFB]
|
||||||
|
@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#node_stack_bottom02 = 0.0, -2.536873, 0.0, 0.0, -1.0, 0.0, 3
|
#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 {}
|
||||||
EFFECTS
|
EFFECTS
|
||||||
{
|
{
|
||||||
|
@ -58,3 +58,4 @@
|
|||||||
- Electrical
|
- Electrical
|
||||||
- Z-1K Rechargeable Battery Bank (Nertea)
|
- Z-1K Rechargeable Battery Bank (Nertea)
|
||||||
- PB-NUK Radioisotope Thermoelectric Generator (Beale)
|
- PB-NUK Radioisotope Thermoelectric Generator (Beale)
|
||||||
|
- Engines are all surface attachable
|
||||||
|
Reference in New Issue
Block a user