https://github.com/glomatico/ttr-sound-randomizer
A Python script for randomizing Toontown Rewritten sounds and generating a content pack to be used in the game.
https://github.com/glomatico/ttr-sound-randomizer
audio-randomizer randomizer sound sound-randomizer toontown toontown-rewritten ttr
Last synced: 2 months ago
JSON representation
A Python script for randomizing Toontown Rewritten sounds and generating a content pack to be used in the game.
- Host: GitHub
- URL: https://github.com/glomatico/ttr-sound-randomizer
- Owner: glomatico
- Created: 2024-05-22T08:35:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T09:05:11.000Z (about 1 year ago)
- Last Synced: 2025-02-10T02:22:52.956Z (4 months ago)
- Topics: audio-randomizer, randomizer, sound, sound-randomizer, toontown, toontown-rewritten, ttr
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ttr-sound-randomizer
A Python script for randomizing Toontown Rewritten sounds and generating a content pack to be used in the game.## Prerequisites
* Python 3.8 or later
* [Panda3D SDK](https://www.panda3d.org/download/latest)## Execution
1. Clone/download this repository.
2. Install the package `pyyaml` using pip:
```bash
pip install pyyaml
```
3. Run the script:
```bash
python ttr_audio_randomizer.py
```
* The script will ask the location of the game files and will create the content pack at the same directory as the script.