Skip to content

Running from source

Fabian Dill edited this page Apr 18, 2020 · 14 revisions

If you just want to play and there is a compiled version available, use that version. These steps are for developers.

General

What you'll need:

  • Python 3.7+
  • A C compiler

Then run any of the starting points, like MultiMystery 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

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

Clone this wiki locally