
CHANGELOG
Changelog
1.1.2
- Updated ServerSync to fix Playfab error
1.1.1
- Old DLL was still present in the zip archive. Correct updated version now included. No change from 1.1.0
1.1.0
- Compiled against the latest version of Valheim 0.220.3
- Updated BepInEx dependency to 5.4.2202
1.0.8
- Replaced the temporary skill loss to max stamina reduction on low energy to try fixing compatibility with NorseDemigods and any other mods that determine sumoon strength from skill levels. (Thanks Solo for testing!)
- Replaced config options for skill loss with max stamina loss. The default value is a 50% loss of max stamina at 0% energy.
- Removed some unused scripts still floating around from 1.0.6 and prior versions that survived in case 1.0.7 was still bugged on servers.
- Updated localizations for new messages based on max stamina reduction in the player HUD.
- The [skill_all] message should no longer appear in the compendium, since this mod no longer affects skill level changes, only skill gain rates. Thank you to everyone who reported this one - I tried to localize it in the past with no success, but now it's no longer an issue anyway.
1.0.7
- Major rewrite of the player environment stat and food tracking to hopefully resolve some issues on servers.
- Replaced static player environment stats and food cache with a new invisible status effect, which is individual to the player. This will hopefully eliminate the need for all mods to link to all player cached data, which was probably the issue causing logout crashes.
- Cold and freezing multipliers for vitality loss no longer stack when the environment is set to cold and freezing. Now it will only apply the worse of the two situations.
1.0.6
- Added Korean translations provided by Love5225 - thank you!
- Changed player environment stat logging slightly to catch potential compounding data issue (thanks Solo, hope this helps maybe!)
1.0.5
- Fixed the physical and elemental weakness debuffs not being removed properly and instead instancing over and over again when vitality gets too low.
- Added missing localization for missing keys.
1.0.4
- It helps when I press the save button before compiling the DLL, lmao.
- No change from 1.0.3, other than the fact you'll actually have version 1.0.3 (now labelled 1.0.4) this time. Sorry about that.
1.0.3
- Fixed issue with player carry weight changes. Additional energy loss will calculate based on current player carry weight limit after status effect changes and not just the base carry weight of the player.
1.0.2
- Fixed Energy status effect disappearing when energy falls below 40% due to icons not loading properly.
1.0.1
- Fixed Hugin's tutorial labels in the compendium. They should now appear like the others on new saves.
1.0.0
- Initial Release