Skip to content

Releases: Valheim-Modding/Jotunn

v2.15.2

14 Dec 18:20
cb070b0
Compare
Choose a tag to compare

Changes:

  • Fixed ButtonConfigs with mouse keys were not correctly converted for the input changes in Valheim 0.217.38

v2.15.1

14 Dec 09:36
7ece3b9
Compare
Choose a tag to compare

Changes:

  • Fixed InputManager for Valheim 0.217.38

v2.15.0

19 Nov 11:47
0db2b44
Compare
Choose a tag to compare

Changes:

  • Added OnSyncingConfiguration event to the SynchronizationManager that is called before configs are synced on the server/client (thx Searica)
  • Added UpdatedPluginGUIDs to arguments of OnConfigurationSynchronized event (thx Searica)
  • Added OnConfigurationWindowClosed event to the SynchronizationManager (thx Searica)
  • Added more helper methods for GameObject, Transform and String (thx Searica)
  • Changed SynchronizationManager OnConfigurationSynchronized event to trigger on both server and client (thx Searica)
  • Fixed a build time warning in ScaleTexture that prevents Jotunn from loading in Unity 2022.3.12 projects
  • Fixed a bug where the GUIManager could be initialized at shutdown with certain calls, resulting in an error

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

v2.14.6

31 Oct 18:06
f3ee6a7
Compare
Choose a tag to compare

Changes:

  • Added a soft dependency to the LocalizationCache mod so that it loads a bit earlier. This has no direct impact on Jötunn
  • Changed prebuild references from the unstripped_corlib folder to the game assemblies as Valheim is no longer unstripped and the folder has been removed from the BepInEx package
  • Fixed the debug mode Jötunn ASCII art
  • Fixed AddComponentCopy was setting the name and tag of the Component's GameObject
  • Fixed KeyHints for left hand items
  • Fixed sprite rendering results in mostly empty sprites in Unity 2022, backwards compatible and an existing cached sprite will be recreated

v2.14.5

19 Oct 19:27
75eff7a
Compare
Choose a tag to compare

Changes:

  • Fixed GUIManager assets not being properly initialized when later accessed, causing some elements to not show up
  • Fixed an edge case where holding a reference to the ObjectDB causes it not to be destroyed correctly. This fixes some errors on logout with certain mods

v2.14.4

08 Oct 15:29
d87f418
Compare
Choose a tag to compare

Changes:

  • Fixed KeyHints display
  • Fixed internal piece table list was not available if the PieceManager was initialised after ObjectDB.Awake
  • Fixed internal piece table list was not fully updated if the game was reloaded without a restart
  • Fixed an error when a development build of Valheim is used

v2.14.3

05 Oct 08:57
3234e4f
Compare
Choose a tag to compare

Changes:

  • Compatible with Valheim version 0.217.22, not working with an older version
  • Updated and compiled for BepInExPack 5.4.2200

v2.14.2

03 Oct 18:08
e47cf4e
Compare
Choose a tag to compare

Changes:

  • Fixed adding commands being aborted if a command tries to override an existing name
  • Removed the console clear command to improve mod compatibility. With the recent changes, the command wasn't always added anyway

v2.14.1

27 Sep 18:02
b6a569d
Compare
Choose a tag to compare

Changes:

  • Fixed some errors when a Jotunn dependent mod has no BepInEx dependency set and loads before Jotunn. A warning will be logged
  • Fixed items were not added to the main menu ObjectDB if added in the OnVanillaPrefabsAvailable event and thus not visually shown on the player
  • Fixed input block did not prevent mouse wheel character zoom
  • Improved module initialisation logging by unifying messages

v2.14.0

25 Sep 16:41
9207d37
Compare
Choose a tag to compare

Changes:

  • Fixed the SynchronizationManager wasn't always initialised, resulting in no sync of admin configs

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