updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / srcds-launcher / srcds-launcher.install
blob93bc09e1f5963aedf76335dcb4e63cbcb46f4cdc
1 post_install(){
2         echo "Config file:"
3         echo " /opt/srcds/srcds-launcher-config"
4         echo ""
5         echo "Usage: srcds-launcher [options]"
6         echo ""
7         echo " Where options include:"
8         echo "   -help:  Prints this information message."
9         echo "   -version: Print programs version number."
10         echo "   -game: Specifies which game to start."
11         echo "   -ip: Specifies the IP when multiple network cards are installed. Required for VAC2 operation."
12         echo "   -port: Specifies which port to open for client connections. Default is 27015."
13         echo "   -update: The server is searching for updates on startup."
14         echo "   -noupdate: Do not search for updates on startup."
15         echo "   -tickrate: Specifies Server-Tickrate."
16         echo "   -map: Specifies which map to start."
17         echo "   -maxplayers: Specifies how many player slots the server can contain."
18         echo "   -insecure: Disables Valve Anti-Cheat technology."
19         echo "   -secure: Enables Valve Anti-Cheat technology."