mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Set custom drag cubes for vacuum engines; enable shroud based drag cube switching
This commit is contained in:
@ -363,6 +363,13 @@
|
||||
}
|
||||
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 3
|
||||
@attachRules = 1,1,1,0,0
|
||||
|
||||
DRAG_CUBE
|
||||
{
|
||||
cube = Fairing, 0.2612,0.7597,0.4044, 0.2612,0.7597,0.5694, 0.2642,0.7653,0.4683, 0.2642,0.7668,0.4938, 0.2612,0.7561,0.4497, 0.2612,0.7565,0.4044, 0,-0.1771,0, 0.625,0.4491,0.625
|
||||
cube = Clean, 0.2539,0.7776,0.4109, 0.2539,0.7774,0.5694, 0.1167,0.5871,0.4683, 0.1167,0.8246,0.4862, 0.2542,0.7739,0.4497, 0.2542,0.774,0.4109, 0,-0.1771,0, 0.625,0.4491,0.625
|
||||
}
|
||||
|
||||
!EFFECTS {}
|
||||
EFFECTS
|
||||
{
|
||||
@ -544,6 +551,7 @@
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Size0
|
||||
VARIANT
|
||||
{
|
||||
@ -698,6 +706,7 @@
|
||||
@MODULE[ModuleJettison]
|
||||
{
|
||||
@jettisonName = ShroudSparkBasic,ShroudSparkCompact
|
||||
useMultipleDragCubes = true
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user