Server for the Ghost feature in SourceAutoRecord
- Download the latest release from the releases page
- Unzip the archive
- Launch
GhostServer.exe(Windows) /ghost_server(Linux)- You can also run the command-line version with
GhostServer_CLI.exe(Windows) /ghost_server_cli(Linux)
- You can also run the command-line version with
- The default port is 53000. You can change it in the
Settingstab. - In the settings of your router, open both UDP and TCP ports to the above setting.
- The server will run as soon as you click on the
Start Serverbutton. Your IP address is shown on the first line along with the port the server uses to communicate. - Players and spectators connect to the server with the SAR commands
ghost_connect <ip> [port=53000]orghost_spec_connect <ip> [port=53000] - You can set a countdown on the right part of the interface
- You can set some commands to execute before and after the countdown. You can write them on one line like
sv_cheats 0; say lolor on multi-line
- You can set some commands to execute before and after the countdown. You can write them on one line like
- Server stops by clicking on the
Stop Serverbutton (previouslyStart Server)
Pull requests are welcome.
If you encountered a bug, please open an issue report.