Modding tools for Golden Sun and other Camelot games.
This project is still in development, and so is this process.
- Install Python 3.8 or above.
- From the project root, create the virtual environment:
python3 -m venv .venv
- Note: On some platforms you might use
python
instead ofpython3
.
- Note: On some platforms you might use
- Activate the virtual environment:
source .venv/bin/activate
- No idea what this looks like on Windows, sorry.
- Install dependencies:
pip install -r requirements.txt
Ensure your virtual environment is active, then run the app with python cli.py
Copyright 2023 Mimickal
This code is licensed under the GPL-3.0 license.
Basically, any modifications to this program must be made open source.