Skip to content

Commit

Permalink
Fixes for Valheim (#143)
Browse files Browse the repository at this point in the history
* Fix Jotunn mod install
* Fix Valheim Bepinex install: +changelog.txt
  • Loading branch information
ZashIn authored Mar 14, 2024
1 parent a77bc08 commit 4ecc67b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions games/game_valheim.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool:
"start_game_bepinex.sh",
"start_server_bepinex.sh",
"winhttp.dll",
"changelog.txt",
#
"InSlimVML",
"valheim_Data",
Expand All @@ -343,6 +344,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool:
"*_VML.dll": "InSlimVML/Mods/",
#
"plugins": "BepInEx/",
"Jotunn": "BepInEx/plugins/",
"*.dll": "BepInEx/plugins/",
"*.xml": "BepInEx/plugins/",
"config": "BepInEx/",
Expand Down

0 comments on commit 4ecc67b

Please sign in to comment.