Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
In RimSort's troubleshooting tab, click the buttons that say "Clear Download Cache" and "Verify game integrity" in that order.
You can also do this through Steam itself, but RimSort has them easy to find. This should work with any mod having this issue, its worked twice before for me.
In this case, I can confirm (at least for me, and likely some others) that subscribing to this mod downloads an old version, because Steam is being stupid. It's also happened with two other mods I subbed to while rebuilding my modlist for 1.6. No amount of unsubscribing and resubscribing would fix it.
The only solution when this happens is to use the "Verify integrity of game files" option in the properties of the RimWorld Steam library entry. In each of the three instances of this particular problem I've encountered, it was the only way to resolve it. And yes, it sucks because it has to redownload ALL your mods when you use that option.
1) Redownload the mod.
2) Use RimSort. RimPy is a dead project.
I believe that everything should work just fine considering that that mod is just a single XML patch. But for the future, I would appreciate it if people checked for incompatibilities themselves and only asked me to fix them, if found.
Would this happen to be compatible with Space Moth's Biosculpter Treats Organ Decay mod?
And about 1.4 ... I don't really care to be honest.
You could use the same code to for 1.4 as you did for 1.5 probably, that would make it compatible there as well, but I doubt there are many people still using 1.4
Just realized, I think it still says "incompatible with BPaNSVariations" in game, apparently I didn't remove that with the pull request
My mod checks for those being of their respective original types (or a type derived from those) to determine which CompProperty is for which cycle.
Would it be possible for you to derive your replacement classes (..._TargetedMedicCycle & ..._TargetedRegenerationCycle) from the respective original classes instead of using a new base class?