An assortment of library scripts to complement any features for RadioRacers, a DRRR* fork.
*An acryonym for the Kart Racer, Dr. Robotnik's Ring Racers.
- Ensure that Python and
pipare installed on your system. - Install the requirements for this repository,
pip install -r requirements.txt
TL;DR Chews up a bunch of emotes, spits out a single PK3.
This script expects a folder of subfolders, each representing an emote in one of three formats:
- Static emote
- Single image (preferably PNG). The folder name becomes the emote name.
- Animated emote
- Single GIF. The folder name becomes the emote name.
- Atlas emote
- Multiple images. Each image's filename becomes its own emote name.
To see a demonstration, execute run_examples.bat - this will process the subfolders in the .\examples directory and configure any emotes the script finds.
To get started, simply drag and drop a folder onto run.bat.
For more information, run emotes.py --help.