Command-line parameters: Difference between revisions

no edit summary
(Created page with "{|class="wikitable" width="100%" |+Command Line Parameters !Name !Parameter !Description |- |Host Server |<nowiki>-host x</nowiki> |This enables the multiplayer\game server s...")
 
No edit summary
Line 9: Line 9:
|<nowiki>-host x</nowiki>
|<nowiki>-host x</nowiki>
|This enables the multiplayer\game server switch instance.  Thus, Zandronum will not load the game normally for just one user, but publicly.  Furthermore, the 'x' signifies how many clients can connect to the server.  For example: <code>-host 16</code> which will allow up to 16 clients max.
|This enables the multiplayer\game server switch instance.  Thus, Zandronum will not load the game normally for just one user, but publicly.  Furthermore, the 'x' signifies how many clients can connect to the server.  For example: <code>-host 16</code> which will allow up to 16 clients max.
|-
|Port
|<nowiki>-port x</nowiki>
|This specifies the UDP port the server will listen on.
|-
|-