Skip to content

ROBOT-IS-CHILL/robot-is-chill

Repository files navigation

ROBOT IS CHILL


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

Support Server


Setup

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:

  1. Clone the repository

  2. pip install -r requirements.txt

  3. Set up auth.py:

    token: str = "<TOKEN>"
  4. Set up webhooks.py:

    logging_id: int = <command logging id>
    error_id: int = <error logging id>
  5. Make directory target/renders/

  6. Configure config.py

  7. Run the bot

  8. 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.
    loaddata Loads tile metadata from the files.
    loadworld * Loads all maps.
    loadletters Slices letters from text objects for custom text.
    loadpalettes Loads all palettes1.
  9. Restart the bot

Everything should be working fine!


Licensing

Everything except for the data/ folder is licensed under the GPL. Everything in the data/custom folder is licensed under the GPL. Everything else has all rights reserved to their respective authors. Ask the respective authors about usage rights.

About

Modified version of RocketRace/robot-is-you

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 20