cpypasta / cotw-mod-builder

A tool to create custom mods for COTW.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tool to create custom mods for COTW.


Languages

Language:Python 99.9%Language:Batchfile 0.1%