cpypasta / cotw-mod-builder

A tool to create custom mods for COTW.
44 stars 2 forks source link
cotw modding pysimplegui

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
  2. Install dependencies:
    pip install -r requirements.txt
    python -m PySimpleGUI.PySimpleGUI upgrade
  3. To run the application:
    python -m modbuilder