Skip to content

cpypasta/cotw-mod-builder

Repository files navigation

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