Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 735 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 735 Bytes

cotw-mod-builder

A tool that makes it easy to customize and create mods for theHunter: Call of the Wild (COTW).

Release builds are available here on GitHub and on NexusMods: https://www.nexusmods.com/thehuntercallofthewild/mods/410

Enable mods by adding the following launch options to your game executable: --vfs-fs dropzone --vfs-archive archives_win64 --vfs-archive patch_win64 --vfs-archive dlc_win64 --vfs-fs .

Screenshot

How to Build

Note: This was built and tested with Python 3.12.8

  1. Setup virtual environment:
python -m venv venv
venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python -m modbuilder