边缘世界 RimWorld

边缘世界 RimWorld

Humanoid Alien Races
此主题已被锁定
Mlie 2020 年 6 月 1 日 上午 10:26
Borg Race not being able to eat since the last RimWorld patch
Users of my Borg Race-mod started getting the following errors after the latest RimWorld patch:
https://pastebin.com/iAwG8jeA
Since I just define
<foodList>
<li>BorgNutrientPaste</li>
</foodList>
in the race-def I assume the patch broke something in the framework?

Found this comment in the update-description that was the only thing connected to foods:
- Cleaned up how pawn hunger rate is fed back through stats. Gourmand trait now directly affects hunger rate. Hunger rate multiplier stat is not used anywhere anymore (but was not removed for compatibility).
< >
正在显示第 1 - 5 条,共 5 条留言
erdelf  [开发者] 2020 年 6 月 1 日 下午 8:31 
interesting patchnote... either way, try resubbing. If that doesn't work, do you have a non-steam copy of your mod I can take a look at ? The error describes the chemical settings failing.
Mlie 2020 年 6 月 1 日 下午 11:22 
https://github.com/emipa606/BorgRace
They have chemical restrictions as well but they should follow your template.
Mlie 2020 年 6 月 8 日 上午 9:57 
Did you find anything that would cause them not to eat?
Mlie 2020 年 6 月 9 日 上午 11:24 
Okay, it seems as it breaks if there is anything defined in the chemicalRestrictions.
Tested with just:
<chemicalSettings>
<li>
<chemical>Beer</chemical>
<ingestible>false</ingestible>
</li>
</chemicalSettings>
And that gives the error and causes them not to eat as well. Removed all chemical restrictions and they eat again. I hope you can fix this as the race in question should not be able to take any drugs.
erdelf  [开发者] 2020 年 6 月 15 日 下午 7:18 
should be fine again.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50