RimWorld

RimWorld

Hive Armory
ululu 7 Jun, 2021 @ 11:27pm
Sorting rule issue
Small issue with the mod I found when using it with RimPy: The sorting rule set in About.xml doesn't work because it doesn't use Rim-Hivers' PackageID. Despite the rule showing up in RimPy, using the sort function doesn't actually sort it correctly. Additionally, this mod doesn't actually list Rim-Hivers as a dependency.

The current implementation is this:
<loadAfter> <li>Rim-Hivers!</li> </loadAfter>

It should look like this, for proper sorting functionality:
<modDependencies> <li> <packageId>VexedTrees980.RimUHiversI</packageId> <displayName>Rim-Hivers!</displayName> <steamWorkshopUrl>https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2506643795</steamWorkshopUrl> </li> </modDependencies> <loadAfter> <li>VexedTrees980.RimUHiversI</li> </loadAfter>
Last edited by ululu; 7 Jun, 2021 @ 11:28pm
< >
Showing 1-1 of 1 comments
Gemi ningen  [developer] 12 Jun, 2021 @ 8:32am 
oh....thanks!!
< >
Showing 1-1 of 1 comments
Per page: 1530 50