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
Instead of this mod, it's better to use any mod on Air Transport
Seeing as how SRTS Trains is down for the moment, do you have any other train based mods?
I also really fucking hate their steam engine design.
This is the patch:
...
<li Class="PatchOperationConditional">
<xpath>Defs/WorldObjectDef[defName ="Outpost_Construction_Site"]/comps</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/WorldObjectDef[defName ="Outpost_Construction_Site"]</xpath>
<order>Append</order>
<value>
<comps>
<li class="VOEAdditionalOutposts_RoadsOfTheRim.CompProperties_Outpost_ConstructionSite" />
</comps>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/WorldObjectDef[defName ="Outpost_Construction_Site"]/comps</xpath>
<order>Append</order>
<value>
<li Class="VOEAdditionalOutposts_RoadsOfTheRim.CompProperties_Outpost_ConstructionSite" />
</value>
</match>
...
I assume that since this patches RotR specifically it doesn't work with Rails? unless they're identified the same way?
@Mlie guess I'll do some file digging
All I had to do to allow this mod, Vanilla Expanded road building, or RotR (no rails) to build roads, with no modification to the mod itself, is to change the file defining ice sheets in the base game files.
At \steamapps\common\RimWorld\Data\Core\Defs\BiomeDefs you have the file "Biomes_Cold.xml". Under Ice Sheet, at line 477 for me, change '<allowRoads>false</allowRoads>' to '<allowRoads>true</allowRoads>'. Even roads preexisting this change, such as those made with Vanilla Expanded and those actually generated during world gen will appear immediately in game after making this change. Perhaps you could even make it a config option to whether or not people want ice sheet roads.
@dvpierce Not intentional, but possibly hard to change. When RotR and RRotR were made, DLC's had not been released to allow for robots or tireless pawns to build indefinitely. The original author did not foresee this and I don't have the C# skill to make that change. The code for this mod is available for anyone to make a fork from it and make that update though--I'd love to see it and encourage it.