Master server written in Python. Replacement for HLMaster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost b042fd2905 update readme 11 months ago
etc Add basic systemd service 4 years ago
.gitignore Initial commit 9 years ago
LICENSE Initial commit 9 years ago
README.md update readme 11 months ago
protocol.py reset protocol values to pymaster.py implementation 11 months ago
pymaster.py add request key support by @a1batross 11 months ago
server_entry.py add missed ipaddress dependency 11 months ago

README.md

pymaster

Master server written in Python. Replacement for HLMaster

Features

  • Added IPv6 support
  • Includes latest Xash3D protocol updates
  • Clean pymaster.py codebase by @xdettlaff

Install

  • git clone https://github.com/YGGverse/pymaster.git
  • cd pymaster
  • git checkout v2
  • ufw allow 27010
  • python3 pymaster.py -i :: -p 27010 for IPv6 or python3 pymaster.py -i 0.0.0.0 -p 27010 for IPv4