you're on your own installing and using this. Keep in mind I will not be providing the needed game files (World.json and translations).
see CONTRIBUTIONS
see LICENSE
- install python 3.8+
- create a virtualenv "venv"
- install all packages from requirements.txt
- copy file
settings_default.jsonintosettings.json. Adapt settings there. - create folder
game_assets(or whatever you configured asgame_assets_folder) - place the following files into that folder:
- Unencrypted
World.json - Unencrypted language translation json files
- Optional:
Soulforge.jsonfor!soulforgecommand - Optional:
User.jsonfor!events,!spoilersand some more - Optional:
Campaign.jsonfor!campaigncommand
- Unencrypted
- export the ENV DISCORD_TOKEN (register the app on discord to get a token)
- run bot.py
