Skip to content

Commit 2dee5c2

Browse files
authored
Replace dependency on Harmony with a dependency on Prepatcher (#832)
It's required for syncing a bunch of non-modded game state. Includes Harmony inside. Didn't remove loadAfter Harmony just in case someone uses only Harmony, to make sure the game still sorts the mods correctly
1 parent dcc87a9 commit 2dee5c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

About/About.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ Discord - https://discord.gg/S4bxXpv
1616
</description>
1717
<modDependencies>
1818
<li>
19-
<packageId>brrainz.harmony</packageId>
20-
<displayName>Harmony</displayName>
21-
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/</downloadUrl>
22-
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
19+
<packageId>zetrith.prepatcher</packageId>
20+
<displayName>Prepatcher</displayName>
21+
<steamWorkshopUrl>steam://url/CommunityFilePage/2934420800</steamWorkshopUrl>
2322
</li>
2423
</modDependencies>
2524
<loadAfter>
@@ -29,6 +28,7 @@ Discord - https://discord.gg/S4bxXpv
2928
<li>Ludeon.RimWorld.Biotech</li>
3029
<li>Ludeon.RimWorld.Anomaly</li>
3130
<li>Ludeon.RimWorld.Odyssey</li>
31+
<li>zetrith.prepatcher</li>
3232
<li>brrainz.harmony</li>
3333
</loadAfter>
3434
<loadBefore>

0 commit comments

Comments
 (0)