This is a self-sustained fork of the "Robot Is You" project by RocketRace.
If you want to see the original project, go here: https://github.com/RocketRace/robot-is-you#readme
If on Windows, set up WSL for this, or it may get a bit messy.
Windows is kind of supported, but here be dragons if you do that!
Step by step:
-
Clone the repository
-
pip install -r requirements.txt -
Set up auth.py:
token: str = "<TOKEN>"
-
Set up webhooks.py:
logging_id: int = <command logging id> error_id: int = <error logging id>
-
Make directory
target/renders/ -
Configure
config.py -
Run the bot
-
Run setup commands (in order)
Command What it does loadbaba <path>Loads required assets from the game from the path. Must have a copy of the game to do this. loaddataLoads tile metadata from the files. loadworld *Loads all maps. loadlettersSlices letters from text objects for custom text. loadpalettesLoads all palettes1. -
Restart the bot
Everything should be working fine!
Everything except for the data/ folder is licensed under the BSD 3-Clause License. Everything in the data/custom folder is licensed under the BSD 3-Clause License. Everything else has all rights reserved to their respective authors. Ask the respective authors about usage rights.