Giter Site home page Giter Site logo

apc's Introduction

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:

  • 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 Path button.
  • 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 pyinstaller package that builds the executable is often used by hackers, and so it is being flagged. To avoid this, simply install the tool from the wheel file or build it from source.

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

apc's People

Contributors

cpypasta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

apc's Issues

HELLO

Hello, I am a distant friend from China, thank you very much for this software, it has been an extraordinary game experience for me, recently released a new map of Sandapatan, I always have a question, whether you will update the new map of Sandapatan, I know it may take some time, I also do not know what is the motivation to support you to persist. But I really hope you can update the apc for Sundarpatan and thank you so much for your supporters from far away China.

About updates

Hello, I would like to know if you will continue to update this mod. I've noticed that you're only updating the synopsis and not fixing the bugs mentioned on NexusMods

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.