Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified GameData/ROEngines/Assets/TheBeastlyPig/XLR99_NORM.dds
Binary file not shown.
Binary file modified GameData/ROEngines/Assets/TheBeastlyPig/xlr25_norm.dds
Binary file not shown.
53 changes: 52 additions & 1 deletion GameData/ROEngines/PartConfigs/XLR99_CH4.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@ PART
// RL Dimensions:
scale = 1, 1, 1
}
MODEL
{
// Dimensions:
model = ROEngines/Assets/TheBeastlyPig/XLR99A
// RL Dimensions:
scale = 1, 1, 1
}

scale = 1.0
rescaleFactor = 1.0
node_stack_top = 0.0, 0.8, 0.0, 0, 1, 0, 2
node_stack_bottom = 0.0, -1.0045, 0.0, 0,-1, 0, 2
node_stack_bottom = 0.0, -1.04, 0.0, 0,-1, 0, 2
node_attach = 0.0, 0.8, 0.0, 0, 1, 0, 2
// stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,0
Expand All @@ -39,4 +46,48 @@ PART
name = ModuleEnginesRF
thrustVectorTransformName = thrustTransform
}

MODULE
{
name = ModuleB9PartSwitch
moduleID = nozzle
switcherDescription = Nozzle
switcherDescriptionPlural = Nozzles (auto-switched)
affectDragCubes = True
affectFARVoxels = True
SUBTYPE
{
name = XLR99
transform = ROEngines/Assets/TheBeastlyPig/XLR99(Clone)
}
SUBTYPE
{
name = XLR99A
transform = ROEngines/Assets/TheBeastlyPig/XLR99A(Clone)
NODE
{
name = bottom
position = 0.0, -1.85, 0.0
}
}
}
}

@PART[ROE-XLR99]:AFTER[RealismOverhaulEngines]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[XLR99-RM-1]
{
%LinkB9PSModule[nozzle] { %subtype = XLR99 }
}
@CONFIG[XLR99-RM-3]
{
%LinkB9PSModule[nozzle] { %subtype = XLR99A }
}
@CONFIG[XLR99-RM-5]
{
%LinkB9PSModule[nozzle] { %subtype = XLR99A }
}
}
}
Loading