边缘世界 RimWorld

边缘世界 RimWorld

Android tiers
AnimateDream 2021 年 3 月 24 日 下午 12:26
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 条留言
Freybeuter 2021 年 4 月 18 日 下午 3:35 
Worked like a charm! Thanks!
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50