diff --git a/modules/billing/docs/tf2/index.php b/modules/billing/docs/tf2/index.php index 5c0e278e..b1bba812 100644 --- a/modules/billing/docs/tf2/index.php +++ b/modules/billing/docs/tf2/index.php @@ -223,18 +223,110 @@ setadminpassword [password]
./srcds_run -console -game tf -ip 0.0.0.0 -port 27015 +map cp_dustbowl +maxplayers 24 +exec server.cfg
-
+The server uses the following command line template:
+-console %GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS% -condebug
--port [number] - Set the server port-maxplayers [number] - Maximum player slots-map [name] - Starting map/level-console - Enable console output-nographics - Run without graphics (headless mode)The following parameters can be configured when starting the server:
+ ++sv_setsteamaccount
+ - Steam Account Login Token
+ Manage your steam tokens here
+-sv_pure
+ - Pure Server
+ A pure server is one that forces all clients on the server to use content that matches what is on the server.
+Options:
+-1 - Do not apply any rules or restrict which files the client may load. (Default)0 - Apply rules in cfg/pure_server_minimal.txt only1 - Apply rules in cfg/pure_server_full.txt and then cfg/pure_server_whitelist.txt2 - Apply rules in cfg/pure_server_full.txt-dev
+ - Developer Messages.
+ Show developer messages.
+-debuglog custom_error.log
+ - Error Logging
+ File Errors are Logged to.
+-debug
+ - Debugging
+ Turns on Debugging.
++motdfile custom_motd.txt
+ - Custom MOTD
+ Custom MOTD file.
++mapcyclefile custom_mapcycle.txt
+ - Custom Mapcycle
+ Custom Mapcycle file.
+-nomaster
+ - Disable master server communication
+ No description available
+-insecure
+ - Disable Valve Anti-Cheat
+ Will start the server without Valve Anti-Cheat technology.
+-nohltv
+ - No SourceTV
+ Disables SourceTV and closes its port.
+-norestart
+ - No Restart
+ Won't attempt to restart failed servers.
+