You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
Apparently the mod doesn't check properly whether other mods already add the "parts" field when you're adding in statparts, resulting in errors like:
XML RimWorld.StatDef defines the same field twice: parts.
I suggest fixing this by adding in some extra checks in your xpaths. What I generally do is this:
Apparently the mod doesn't check properly whether other mods already add the "parts" field when you're adding in statparts, resulting in errors like:
XML RimWorld.StatDef defines the same field twice: parts.I suggest fixing this by adding in some extra checks in your xpaths. What I generally do is this:
It's not very elegant, since you need two patches now, but it does prevent errors when other mods also add in parts.