Skip to content

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.

General

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.

Windows

Recommended steps

  • Download and install Python, make sure to install it with pip included
  • Download and install Visual Studio Build Tools
  • 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

Clone this wiki locally