Skip to content

0.9.9.17 - Valheim 0.217.14 compatibility

Compare
Choose a tag to compare
@Grantapher Grantapher released this 22 Aug 20:56
· 46 commits to grantapher-development since this release

Other Links

Patch Notes

  • Compatibility fixes for 0.217.14 (n-12)
  • Fixed world save corruption.
  • More helpful logs.

World Modifiers

Many of the new World Modifiers that Valheim has introduced have overlap with functionality that V+ provides. When this happens, V+ modifications will often modify this multiplicatively. So if you have turned up your iron scrap drops by 100% in V+, and also have the resource rate in world modifiers turned up to 2x, then it will result in 4x the drop of iron scrap.

The Valheim game looks to have added a max drop limit of a full stack of whatever the item is being dropped, likely to save your computer from freezing at dropping 5000 items at once if you really crank up the drop amounts, so if the drop rate numbers aren't adding up, this may be why.

Install

See INSTALL.md. Will update as needed, so join the discord if you have issues. Also open to PRs updating this.

Troubleshooting

See TROUBLESHOOTING.md. Will update as needed, so join the discord if you have issues. Also open to PRs updating this.

Steam Version Compatibility

  • ✅ - Valheim 0.217.14 (n-12) + BepInExPack_Valheim 5.4.2105 + ValheimPlus 0.9.9.17
  • ⛔️ - Anything else

Detailed Patch Notes

  • Capped smelter and related (kiln, furnace) ore capacities to 250 to avoid world save corruption.
    • Having more than 255 ore in a smelter or related building and then saving the game will corrupt the world save.
    • Those affected by this can fix this via the mod Save Recovery.
  • Missing configs Experience.crossbows and Experience.fishing added.
  • The ValheimPlus settings menu section dropdown is now sorted.
  • Updated some logging to have the severity match the message.
  • Converted some needless Prefix patches to Postfix.
  • Updated transpiling of broken transpiler patches to match the new game code.
  • Added option to disable config auto-updates for users who have trouble downloading the config.
  • Logging improvements during startup.
    • Whether the game version is too new or old for the Valheim Plus version.
    • Prints out the link of where the config is being downloaded from.