cpypasta / apc

A tool to modify the animal populations for COTW.
17 stars 1 forks source link
cotw modding pysimplegui

animal-population-changer

A tool that allows anyone to change the animal population on all the reserves in theHunter: Call of the Wild (COTW).

GUI

This tool can make all species a diamond, the appropriate species a Great one, or have a rare fur.

The following mods are possible with this tool:

  1. Make an animal a Great One.
  2. Make an animal a Diamond.
  3. Make an animal have a rare fur.
  4. Make a female animal a male.
  5. Make a male a female.

The modded population files can be found in a mods folder in the same directory you are running the tool.

To download the latest releases of this tool, go to NexusMods where you can also post bugs and have a conversation with the COTW modding community.

Testing with game version: 2649775

Limitations:

How To Build

Note: This code was built and tested with Python 3.10.10.

To install dependencies:

pip install -r requirements.txt
python -m PySimpleGUI.PySimpleGUI upgrade

You can run the packages directly by using:

pyton -m apcgui

You can install a developer version by using:

pip install .

If you want to build from a wheel:

pip install -U build
python -m build
pip install dist/apc-0.1.0-py3-none-any.whl

If you want to build directly from GitHub:

pip install -e git+https://github.com/rollerb/apc.git#egg=apc

If you want to build an executable (i.e., from Windows):

pip install -U pyinstaller
pyinstaller --noconsole --add-data "apc/config;config" --add-data "apc/locale;locale" --add-data "apcgui/locale;locale" apcgui.py
./dist/apcgui/apcgui.exe