Skip to content

Releases: Valheim-Modding/Jotunn

v2.7.8

04 Sep 19:57
1ed1f56
Compare
Choose a tag to compare

Changes:

v2.7.7

07 Aug 21:19
Compare
Choose a tag to compare

Changes:

v2.7.6

29 Jul 18:09
Compare
Choose a tag to compare

Changes:

  • Added fixed Hint to ButtonConfig, overrides translated HintToken
  • Fixed source mod of new prefabs in custom locations is now set to the corresponding mod instead of Jotunn

v2.7.5

26 Jul 19:57
Compare
Choose a tag to compare

Changes:

  • Disabled mock shader resolve, seems to be causing problems and needs to be investigated more

v2.7.4

23 Jul 17:24
Compare
Choose a tag to compare

Changes:

  • Changed that non-resolvable mock textures on a material only print a warning instead of skipping the whole prefab
  • Fixed mock system did not resolve some arrays correctly
  • Improved warning messages to include the source mod where available

v2.7.3

21 Jul 18:58
Compare
Choose a tag to compare

Changes:

  • Added UndoManager to handle undo and redo actions and queue management, check out the tutorial at https://valheim-modding.github.io/Jotunn/tutorials/undoqueue.html (big thx to Jere)
  • Refactored and improved the ModQuery utility
  • Reworked mock system to improve world loading time, up to 5x faster than the old system
  • Added support for shaders and materials to the mock system

v2.7.2

07 Jul 22:27
Compare
Choose a tag to compare

Changes:

  • Fixed possible NRE in SyncManager
  • Opened up some previously internal interfaces for mods to use (e.g. BepInExUtils)

v2.7.1

04 Jul 07:13
Compare
Choose a tag to compare

Changes:

  • Fixed Bep ConfigManager hooking for config sync not working sometimes
  • Slight improvements of startup time

v2.7.0

23 Jun 21:22
Compare
Choose a tag to compare

Changes:

  • Removed mod settings as they have caused problems and are a redundant feature. The BepInEx ConfigurationManager can be used instead

Note: This is a minor version update. This means that server and client need to run version 2.7.0.

v2.6.12

22 Jun 18:58
Compare
Choose a tag to compare

Changes from Jötunn v2.6.11 (due to github pipeline isses):

  • Compatible with patch version 0.209.8
  • Fixed ModQuery has not cleared old prefabs, resulting in null instances

Changes:

  • Fixed JotunnBuildTask. This has no effect on the actual game but fixes the NuGet package upload, meaning the mod version and NuGet version match again