-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Running from source
Fabian Dill edited this page Nov 30, 2020
·
14 revisions
If you just want to play and there is a compiled version available, use that version. These steps are for developers or platforms without compiled releases available.
What you'll need:
- Python 3.7+
- with pip, which depending on platform may have to be installed separately
- A C compiler
Then run any of the starting points, like MultiClient and the included ModuleUpdater should prompt to install or update the required modules and after pressing enter proceed to install everything automatically. After this, you should be able to run the programs. First you will want to run gui.py update_sprites to download the community sprite database.
Recommended steps
- Download and install Python, make sure to install it with pip included
- Download and install Visual Studio Build Tools
- Or go to unoffical python packages to download and install a precompiled bsdiff4 for your python.
- run MultiClient.py which will prompt installation of missing modules, press enter to confirm
- run gui.py update_sprites to download the community sprite database