A GUI tool to modify attributes of animals across all reserves in theHunter: Call of the Wild (COTW)
Release builds are available in multiple locations:
- GitHub: https://github.com/RyMaxim/apc/releases
- NexusMods: https://www.nexusmods.com/thehuntercallofthewild/mods/440
The following mods are possible with this tool:
- Make an animal a Great One.
- Make an animal a Diamond.
- Make an animal have a rare fur.
- Make a female animal a male.
- Make a male a female.
Modded population files can be found in a mods folder in the same directory you are running the tool.
- This tool was tested on Windows 11 with the game installed via Steam. It is smart enough to also look where Epic Games saves its files too. If your game files are saved somewhere else besides where Steam or Epic saves them, use the
Configure Game Pathbutton. - The species that use the newer TruRACS trophy system may not become a diamond. This is an area where I am still doing research to figure out how exactly to manipulate.
- If you use the executables (EXE) files, your system may complain there is a virus. This is not true, but the
pyinstallerpackage that builds the executable is often used by hackers, and so it is being flagged. To avoid this, simply install the tool from thewheelfile or build it from source.
NOTE: This was built and tested with Python 3.12.10
- Install
hatch: https://hatch.pypa.io/latest/install - Set up the virtual environment:
hatch env create - Run the application to test:
hatch run apcgui - Build and package the application. The
apcgui_X.Y.Z.7zfile will be placed in\disthatch run build hatch run pack
I am not fluent in multiple languages and have outsourced the translation work to the robots. The translation framework is handled with Babel and the actual translation text is generated with Google Translate using deep-translator.
To update the translation data:
hatch run translate
This project would not exist without several generous developers that chose to open-source their tools and mods:
- cpypasta: Developer of the original Animal Population Changer that this is forked from
- kk49: This project relies heavily on the wonderful DECA to extract and modify game files
- xpltive/0xsthsth1337: Cracked the fur type algorithm, shared their code, and assisted greatly with understanding fur seed generation