Skip to content

Commit 4ecc67b

Browse files
authored
Fixes for Valheim (#143)
* Fix Jotunn mod install * Fix Valheim Bepinex install: +changelog.txt
1 parent a77bc08 commit 4ecc67b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

games/game_valheim.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool:
320320
"start_game_bepinex.sh",
321321
"start_server_bepinex.sh",
322322
"winhttp.dll",
323+
"changelog.txt",
323324
#
324325
"InSlimVML",
325326
"valheim_Data",
@@ -343,6 +344,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool:
343344
"*_VML.dll": "InSlimVML/Mods/",
344345
#
345346
"plugins": "BepInEx/",
347+
"Jotunn": "BepInEx/plugins/",
346348
"*.dll": "BepInEx/plugins/",
347349
"*.xml": "BepInEx/plugins/",
348350
"config": "BepInEx/",

0 commit comments

Comments
 (0)