cotw-mod-builder icon indicating copy to clipboard operation
cotw-mod-builder copied to clipboard

A tool to create custom mods for COTW.

cotw-mod-builder

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

Recording

How to Build

Note: This was built and tested with Python 3.9.6

  1. Setup virtual environment (optional; on Windows)
python -m venv venv
venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
python -m PySimpleGUI.PySimpleGUI upgrade
  1. To run the application:
python -m modbuilder