Skip to main content

Commandlines

The default commandline used for this game. You may use default and custom variables

example
+set dedicated 2 +set net_ip "$[Service.IpAddress]" +set net_port "$[Service.GamePort]" +set sv_maxclients "$[Service.Slots]" ![Game] ![ConfigFile]
  • Private Commandline - The commandline used when the game is private. If no commandline is specified the default commandline will be used. You may use default and custom variables.
  • Default Custom Commandline - The commandline used when building a custom commandline. Use the User Commandline variable to specify where the user's custom commandline will be inserted. You may use default and custom variables.
  • Private Custom Commandline - The commandline used for private game servers when building a custom commandline. Use the User Commandline variable to specify where the user's custom commandline will be inserted. If no commandline is specified the default custom commandline will be used. You may use default and custom variables.
  • Predefined Commandlines - Define one or more commandlines that the user can choose from. You may use default and custom variables. If you use a custom variable the user will be asked to enter the value before applying the commandline.