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.