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
It causes unnecessary errors. That's the point. But it doesn't have to - because there are easy ways for the patch to check first if should run or not. That's why I recommended getting some support by people who actually understand how it's done. I couldn't care less if the og author caused that or you - I'm just stating facts - and one fact is that this mod in its current state is causing unnecessary false-positive errors because of simple beginner mistakes in writing xml-patches.
This is an update to someone elses mod, purely to make it work again. It works for any ritual that uses those Outcome titles, which most mod authors that add rituals, use. If it doesn't find those titles, it can't patch them, so it causes a single red error on start up. No performance hit, no issues. This is because they aren't using those mods, not because of THIS mod specifically.
This mod does work for anyone that uses the standard Vanilla rimworld method for naming your rituals with XML. Of all the ritual mods I've seen, only one uses some new Complicated Ritual outcome methods that I can't patch because I'm not a coder.
Now, if you wanna adopt this mod, update it, make it better; by all means, please do so. I'd love to see a version that works for all rituals, not just the ones that I can patch using a method from 1.2 rimworld.
Well, as someone randomly found out, we have a hunch why that might be.
Whatever the author did to this mod - the result is questionable. We're talking about confusing 'URL' in a (useless) manifest file and putting in 'URI' instead...
The 'outcomeChances' failing in that log is mostly because those labels don't even exist in vanilla Rimworld/Ideology - not sure what the author's idea was (probably a bruteforce patch for modded outcomeChances) but there's no reason to write it that way and have it error if it doesn't find any mod using those labels.
@Author - may I recommend asking for some help and support about making mods in the #mod-development channel of the Rimworld Discord. There are always people there, willing to help and preventing such errors will help everyone in the community, by not having unnecessary errors confusing people or clogging up the error-logs while troubleshooting other issues.