Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Users are likely to forget or be unaware, so I suggest submitting a sorting rule to the RimPy Mod Manager Database as the mod author.
The patch also will work if this mod has the following code removed. Seems like that code is somehow removing the comps that the SRTS patch adds?
<!-- Clean up empty nodes -->
<Operation Class="PatchOperationRemove">
<xpath>/Defs/ThingDef/comps[not(*)]</xpath>
</Operation>
</Patch>
How does it break the compatibility? It is just the part about the ships having no Rimefeller pipes constructed to them?
I can take a look at it. Until then you are better off modifying this mod or not using it at all.
It is known to cause issues for other mods that heavily dependent on the Breakable component existing.
When I remove the code below <!-- Clean up empty nodes -->, the breakage stops.
Putting mods after this patch mod will be loaded after the patcher had done its job, so they wont get patched. As far my memory serves me.
I'm not sure how to read the syntax, but I'm guessing the "/comps[not(*)]" is overly aggressive.
<Patch>
<!-- Remove breakdownable components -->
<Operation Class="PatchOperationRemove">
<xpath>/Defs/ThingDef/comps/li[@Class="CompProperties_Breakdownable"]</xpath>
</Operation>
<!-- Clean up empty nodes -->
<Operation Class="PatchOperationRemove">
<xpath>/Defs/ThingDef/comps[not(*)]</xpath>
</Operation>
</Patch>
I verified this with a barebones load order:
Harmony
Core
Flawless Electronics
Rimfeller
SRTS Expanded
With this mod installed, the SRTS ships lose the Rimefeller oilpipes in the center.
Also, if I move this mod to the bottom of the load order, it SRTS Rimefeller compatability works again. Not sure if moving this mod to the bottom makes it not patch anything.
Sadly, I think you have to make do without this mod for a while.
Have you tried prioritizing Save Our Ship 2 after Flawless Electronics?