Needs update for A19 (Health Buff)
2020-07-28T19:31.12.19.183 ERR XML loader. Loading and parsing 'buffs.xml' failed
ArgumentException: Requested value 'HealthMaxModifierOT' was not found.
apart from the above, all is good
Thx for the info.
I'm playing with A19.2(b4) and i also got a warning for the Throne, because the meleeKnifeIron does not exist anymore, so I commented out
<passive_effect name="HealthMaxModifierOT" operation="base_add" value="10"/>
in the buffs.xml
and changed the recipe for the throne in recipes.xml to use machete-parts instead of the iron knife.
<recipe name="Trone" count="1" craft_area="tablesaw">
<ingredient name="resourceForgedIron" count="25"/>
<ingredient name="meleeWpnBladeT3MacheteParts" count="5"/>
</recipe>
Now everything runs fine without errors!
Really awesome mod!
I'm currently building a home-cinema in my base and this comes in very handy!
EDIT: Unfortunately, when running the mod on my dedicated server, I get this error in an endless loop:
2020-12-18T16:12:08 224.346 ERR XML loader: Loading and parsing '' failed
2020-12-18T16:12:08 224.346 EXC Requested value 'StaminaMaxModifierOT' was not found.
ArgumentException: Requested value 'StaminaMaxModifierOT' was not found.
seems that this buff also doesn't exist anymore in A19.
In Singleplayer I did not get any warning about this.