RimWorld
Android tiers
fix for broken empire stuck at -100 relationship
I was going to submit a pull request on github, but the repo is a year out of date, and apparently Atlas is too busy with college. If anyone wants a fix to this go to

[your steam folder] \workshop\content\294100\1386412863\1.2\Patches

add a new empire.xml file with the following contents
<?xml version="1.0" encoding="utf-8" ?> <Patch> <!-- Prevent empire from being locked as hostile to player --> <Operation Class="PatchOperationFindMod"> <mods> <li>Royalty</li> </mods> <match Class="PatchOperationAdd"> <xpath>/Defs/FactionDef[defName="Empire"]/permanentEnemyToEveryoneExcept</xpath> <value> <li>PlayerColonyAndroid</li> </value> </match> </Operation> </Patch>
< >
Εμφάνιση 1-1 από 1 σχόλια
Worked like a charm! Thanks!
< >
Εμφάνιση 1-1 από 1 σχόλια
Ανά σελίδα: 1530 50