Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 3.59 KB

Install.md

File metadata and controls

94 lines (70 loc) · 3.59 KB

Pokéheim Installation

ℹ️ NOTE: For multiplayer games, the server and all players must be using the mod, and everyone must use the same version of the mod.

Installing

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.

Using R2Modman

Installing R2Modman

  1. Download R2Modman by clicking "Manual Download": https://valheim.thunderstore.io/package/ebkr/r2modman/
  2. Unzip R2Modman to the location of your choice.
  3. (Linux only) Find the .AppImage and make it executable.
  4. Run the .exe (Windows) or .AppImage (Linux).
  5. Search R2Modman for Valheim.
  6. (Linux only) Copy the wrapper command.
  7. (Linux only) Configure steam to use the wrapper command. See Steam.md
  8. If you don't know what profiles are, just select the default profile.

Installing Pokéheim in R2Modman

  1. Click "Online" to search for mods.
  2. Type "Pokeheim" into the serach box.
  3. Click "Pokéheim by JoeyParrish".
  4. Click "Download".
  5. Click "Download with dependencies".

Turning Pokéheim on and off in R2Modman

  1. Click the toggle next to Pokéheim to disable or re-enable it. You may also want to disable dependencies like Mountup.
  2. Click "Start modded" to run with your enabled mods, or "Start vanilla" to run without mods.

Manual installation

  1. Download:
  1. Unpack the BepInEx zip into some temporary location.
  2. Move the contents of the BepInExPack_Valheim folder into the Valheim install folder.
  3. (Linux only) Make the file start_game_bepinex.sh executable:
    chmod 755 ~/.local/share/Steam/steamapps/common/Valheim/start_game_bepinex.sh
  4. Move Jotunn.dll to the BepInEx/plugins/ folder inside the Valheim install folder.
  5. Unpack the MountUp zip into the BepInEx/plugins/ folder.
  6. Unpack the Pokéheim zip and move the contents of the zip's plugins folder into the BepInEx/plugins/ folder.
  7. (If not using Steam) Run start_game_bepinex.sh to launch Pokéheim.
  8. (If using Steam) See Steam.md

Manually uninstalling Pokéheim and its dependencies

  1. (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
  1. (optional) Revert Steam configuration: See Steam.md#reverting