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
8 changes: 8 additions & 0 deletions GameData/ROEngines/PartConfigs/Castor4_BDB.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,11 @@ PART
}
}
}

// The -4A has the same casing as the -4, but a slightly bigger nozzle.
+PART[ROE-Castor4]
{
@name = ROE-Castor4A
@engineType = Castor-4A
@tags = castor, castor-4a, 4a, iva, castor-iva, delta, atlas, booster, radial, solid, srb, castor4a
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!PART:HAS[~name[ROE-*]&#engineType[Castor-4A]&#category[Engine]]:BEFORE[zzzTagCleanup] {}
9 changes: 9 additions & 0 deletions GameData/ROEngines/PatchManager/ROE-PatchManager.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,15 @@ PatchManager
installedWithMod = True
}
PatchManager
{
modName = ROEngines
srcPath = ROEngines/PatchManager/PluginData/Castor-4A.cfg
patchName = Castor-4A
shortDescr = Castor-4A
longDescr = Removes the duplicated Castor-4A engines from other mods.
installedWithMod = True
}
PatchManager
{
modName = ROEngines
srcPath = ROEngines/PatchManager/PluginData/Castor-4AXL.cfg
Expand Down
2 changes: 1 addition & 1 deletion GameData/ROEngines/RealPlume/Castor4_BDB_RealPlume.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[ROE-Castor4|ROE-Castor4AXL]:BEFORE[RealPlume]
@PART[ROE-Castor4|ROE-Castor4A|ROE-Castor4AXL]:BEFORE[RealPlume]
{
PLUME
{
Expand Down
2 changes: 1 addition & 1 deletion GameData/ROEngines/Waterfall/SRM/EarlyCastors.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
glow = ro-srm
}
}
@PART[ROE-Castor4|ROE-Castor4AXL]:BEFORE[ROWaterfall]:NEEDS[Waterfall,SmokeScreen]
@PART[ROE-Castor4|ROE-Castor4A|ROE-Castor4AXL]:BEFORE[ROWaterfall]:NEEDS[Waterfall,SmokeScreen]
{
ROWaterfall
{
Expand Down
Loading