Source code for the server emulator for clients 2002-2011
-
Install the required dependencies in the
emulatorfolder using:python -m pip install -r requirements.txt -
Compile on Python 3.9.13 if you want to run/build from source using:
python -m PyInstaller -F -i source-content.ico emulator.py --add-data "steam3/protobufs/:steam3/protobufs/" --add-data "files/icons/*.ico;files/icons/" --hidden-import tkinter
Please note the code is constant work-in-progress and might not compile or operate correctly, please use the release zip for full functionality
- pmein1 - Server developer and support
- cystface-man - Server developer and support
- Dormine - Original python poc emulator code and updates
- Other credits can be found in credits.txt