ℹ️ NOTE: For multiplayer games, the server and all players must be using the mod, and everyone must use the same version of the mod.
You may use the mod manager of your choice, or install the mod manually. It is available from:
Instructions are provided here for both R2ModMan (recommended if you've never modded before) and for manual installation (if you are a power user or experienced Linux user).
ℹ️ NOTE: As of the release of this mod, Valheim is not available for macOS. If that changes, let us know and we will add macOS-specific instructions.
- Download R2Modman by clicking "Manual Download": https://valheim.thunderstore.io/package/ebkr/r2modman/
- Unzip R2Modman to the location of your choice.
- (Linux only) Find the
.AppImage
and make it executable. - Run the
.exe
(Windows) or.AppImage
(Linux). - Search R2Modman for Valheim.
- (Linux only) Copy the wrapper command.
- (Linux only) Configure steam to use the wrapper command. See Steam.md
- If you don't know what profiles are, just select the default profile.
- Click "Online" to search for mods.
- Type "Pokeheim" into the serach box.
- Click "Pokéheim by JoeyParrish".
- Click "Download".
- Click "Download with dependencies".
- Click the toggle next to Pokéheim to disable or re-enable it. You may also want to disable dependencies like Mountup.
- Click "Start modded" to run with your enabled mods, or "Start vanilla" to run without mods.
- Download:
- BepInEx: https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.1901/
- Jötunn: https://github.com/Valheim-Modding/Jotunn/releases/tag/v2.7.2
- MountUp: https://valheim.thunderstore.io/package/download/Oran1/Mountup/3.2.9/
- Pokéheim: https://github.com/joeyparrish/pokeheim/releases
- Unpack the BepInEx zip into some temporary location.
- Move the contents of the
BepInExPack_Valheim
folder into the Valheim install folder. - (Linux only) Make the file
start_game_bepinex.sh
executable:chmod 755 ~/.local/share/Steam/steamapps/common/Valheim/start_game_bepinex.sh
- Move
Jotunn.dll
to theBepInEx/plugins/
folder inside the Valheim install folder. - Unpack the MountUp zip into the
BepInEx/plugins/
folder. - Unpack the Pokéheim zip and move the contents of the zip's
plugins
folder into theBepInEx/plugins/
folder. - (If not using Steam) Run
start_game_bepinex.sh
to launch Pokéheim. - (If using Steam) See Steam.md
- (Linux only) Remove the mods:
rm ~/.local/share/Steam/steamapps/common/Valheim/BepInEx/plugins/Pokeheim.dll
rm -rf ~/.local/share/Steam/steamapps/common/Valheim/BepInEx/plugins/Pokeheim/
rm ~/.local/share/Steam/steamapps/common/Valheim/BepInEx/plugins/MountUp.dll
rm ~/.local/share/Steam/steamapps/common/Valheim/BepInEx/plugins/Jotunn.dll
- (optional) Revert Steam configuration: See Steam.md#reverting