forked from irmen/Tale
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Running a MUD
Rickard Edén edited this page Dec 3, 2023
·
3 revisions
This feature has not been extensively tested in LlamaTale, but here are the basics:
Make sure MUD is supported by the story (in the storyconfig.json):
"supported_modes": [
"MUD"
],
Run the story with:
python -m tale.main --game stories/(story_name)/ --mode mud
to start the server
Then follow the instructions and log in using a browser.
You will be asked to create an admin account (be quick, because 'The Grim Reaper' will kill you if you wait too long)
Once that is done, you can log in as the admin, or create more accounts.
Note: NPC's will continue to act even if noone is around, so if you're using any gpt, or don't want your local GPU to work, turn off the server.