Mod Organizer 2 instance for Valheim
- (clean Valheim folder from manual installed mods)
- Install MO
- Create new (global) Valheim instance
- Open instance folder (in MO:
, Open instance folder) - Either download and extract a zip of this repo into the instance folder
or use git:# git large file storage is required git lfs install # Clone git repo in existing folder git init git remote add origin https://github.com/ZashIn/valheim-modorganizer-mods.git git fetch git checkout -t origin/main # Alternative to checkout, when used in an existing instance: #git reset origin/main # add --force to overwrite existing files
- Restart MO
- Select Weedheim profile
- Start Valheim through MO
Update changes simply with git pull (and restarting MO)
If you installed mods (BepInEx etc.) manually in the game folder, you need to remove the mods bevor starting the game through MO, by removing the following files/folders (all BepInEx files):
BepInEx
doorstop_libs
doorstop_config.ini
.doorstop_version
start_game_bepinex.sh
start_server_bepinex.sh
winhttp.dll
- Checkout / download repo
- use included script to deploy files to game dir:
python copy_to_game_dir.py [--hardlink] <game_dir_path>- copies/updates only enabled mods in
profiles/Weedheim/modlist.txt(by default) - does not remove disabled or other existing files
- copies/updates only enabled mods in
usage: copy_to_game_dir.py [-h] [-m MODSDIR] [-l] [-e EXCLUDE [EXCLUDE ...]] target_dir [modlist]
Copy Mod Organizer mod files to game dir
positional arguments:
target_dir target (game) directory
modlist modlist.txt from MO, with +enabled and -disabled mods
options:
-h, --help show this help message and exit
-m MODSDIR, --modsdir MODSDIR
dir to (MOs) mods directory
-l, --hardlink use hardlinks instead of copies
-e EXCLUDE [EXCLUDE ...], --exclude EXCLUDE [EXCLUDE ...]
exclude mod file patterns- BepInExPack_Valheim v5.4.2333
- BepInEx ConfigurationManager v18.4.1
- HookGenPatcher v0.0.3
- Jotunn the Valheim Library v2.26.1
- Json.Net v13.0.1
- Valheim Plus (by Grantapher) v0.9.16.2
- ValheimLegendsFork_ v0.7.5
- Weedheim v2.0.4
- Wisdom v1.0.4
- VALKEA v3.0
- PlanBuild v0.18.3
- Epic Loot v0.11.4
- Skyheim - Valheim Magic v1.3.12
- Rune Magic v1.3.1
- BoneAppetit v3.3
- Valharvest v3.1.2
- Useful Trophies Again v0.1.1
- Multi User Chest v0.6.1
- Warfare v1.8.9
- Monstrum v1.5.1
- WarfareFireAndIce v2.0.8
- Monstrum Deep North v2.0.6
- Custom Raids v1.8
- Monstrum Raids v1.0
- Teleport Everything v2.9
- ValheimRAFT v3.7.2
- Plant Everything v1.20
- AllTameableTamingOverhaul v1.5.3
- DragonRiders v2.1
- BetterRiding v1.2.8
- Epic Valheim Additions - by Huntard v2.1.2
- DeezMistyBalls v1.0.6
- Longship Upgrades v1.0.12
- AAA_Crafting v2.1.2
- Contents Within v2.1.7
- Equip Wheel v1.6 (fixed version from here)
- Equipment and Quick Slots v2.1.14
- Instant Teleportation v1.0.1
- InstantMonsterDropFork v0.6
- CropReplant + fix v2.2.5
- Plant Easily v2.0.3
- Pin Assistant v1.8.1
- Quick Stack - Store - Sort - Trash - Restock v1.4.13
- Repair All v1.3
- Tag Connected Portals v0.1.4
- Valheim Recycle v4.0 (downgrade)
- Recycle_N_Reclaim v1.3.8 (recycle mats, too)
- Crafting Filter v0.10
- Clock v1.7
- Quiet Portals v0.1.6
- DudeWheresMyPortal v0.1.3
- Build Camera Custom Hammers Edition v1.2.7
- First person view v0.0.94 (V+ First Persion is not compatible with with Build Camera)
- Server devcommands v1.99
- Upgrade World v1.74
Config files (*.cfg) are by default ignored by .gitignore to use generated defaults, use git add -f <file> to add them explicitly.