Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 475 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 475 Bytes

Launchcs.py

Launchcs.py is a python script that launches instances of CS2 multiserver. It is designed to be used with CS2 multiserver.

Usage

python3 launchcs.py start <number of instances>

python3 launchcs.py stop <number of instances>

python3 launchcs.py list

or

./launchcs.py start <number of instances>

./launchcs.py stop <number of instances>

./launchcs.py list

Requirements

  • working installation of CS2 multiserver
  • python3