边缘世界 RimWorld

边缘世界 RimWorld

Hive Armory
ululu 2021 年 6 月 7 日 下午 11:27
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2506643795</steamWorkshopUrl> </li> </modDependencies> <loadAfter> <li>VexedTrees980.RimUHiversI</li> </loadAfter>
最后由 ululu 编辑于; 2021 年 6 月 7 日 下午 11:28
< >
正在显示第 1 - 1 条,共 1 条留言
Gemi ningen  [开发者] 2021 年 6 月 12 日 上午 8:32 
oh....thanks!!
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50