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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2582489076
The original mod author has returned and stated that he will update after he finishes his current project
Error while applying ritual outcome effect: System.ArgumentNullException: Value cannot be null.
Parameter name: endingGC
[code]<Random>Effect of {0} has been triggered by the ritual!\n</Random>[/code]
(The original key is for setting the main menu background to "Random".)
And some of the rewards are now broken too.
Like Pheace said, editing the outcomes back in should work as a one time fix.
There is an error in the console about an invalid cast in the RitualAttachableOutcomeEffectWorker_Dust method.
You gotta change
List<Thing> list = jobRitual.Map.listerThings.ThingsInGroup(ThingRequestGroup.FoodSourceNotPlantOrTree);
to
List<Thing> list = jobRitual.Map.listerThings.ThingsInGroup(ThingRequestGroup.Corpse);
And, btw, as a temporary solution, anyone could fix their own assembly.
Just open it in the dnSpy, find RitualAttachableOutcomeEffectWorker_Dust class, edit it and apply the changes i indicated above. Recompile and save. Easy peasy.
I believe the times it would succeed, a white message up top just states the ritual was completed. No letter, no effect.
Error while applying ritual outcome effect: System.InvalidCastException: Specified cast is not valid.
at RitualRewards.Sinnamon_Ritual.RitualAttachableOutcomeEffectWorker_Dust.Apply (System.Collections.Generic.Dictionary`2[TKey,TValue] totalPresence, RimWorld.LordJob_Ritual jobRitual
https://gist.github.com/HugsLibRecordKeeper/27d316d1439e8a91bafd63ef0e00cf4a