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
Also I think this mod has compatibility issue with Planes and Bombs, which causes aircrafts from that mod consume insane amount of chemfuel.
Btw thank you for all your work, is there a way we can support your work? Like co-fi or patreon? :D
For anyone who wants the code:
[code]<Operation Class="PatchOperationFindMod">
<mods>
<li>Transport Pod MK2 (Continued)</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationADD">
<xpath>/Defs/ThingDef[defName="PodLauncherMKTwo"]/comps</xpath>
<value>
<li Class="CompProperties_AffectedByFacilities">
<linkableFacilities>
<li>TransportPod</li>
<li>TransportPodMKTwo</li>
</linkableFacilities>
</li>
</value>
</li>
</operations>
</match>
</Operation>[/code]
Rest is up to you to figure out... Works fine tho