Difference between revisions of "Basic Server Settings"

From OdaWiki
m (Client Connections)
m (formatting)
Line 1: Line 1:
 
''For more information on getting started running a server, visit [[how to run a server]].''
 
''For more information on getting started running a server, visit [[how to run a server]].''
 +
  
 
=== Master Server Communication Settings ===
 
=== Master Server Communication Settings ===
Line 22: Line 23:
  
 
If this [[cvar]] is enabled, your server will use all of the defined master servers. See [[masters]] for more info on managing contacted master servers. If disabled, your server will be a "private" server and will not show up on launchers.
 
If this [[cvar]] is enabled, your server will use all of the defined master servers. See [[masters]] for more info on managing contacted master servers. If disabled, your server will be a "private" server and will not show up on launchers.
 +
 +
  
 
=== Advertising Settings ===
 
=== Advertising Settings ===
Line 39: Line 42:
  
 
The website can be used to display your server's official website or perhaps the location of the wads that you run on your server. This field may be left blank.
 
The website can be used to display your server's official website or perhaps the location of the wads that you run on your server. This field may be left blank.
 +
 +
  
 
=== Privacy Settings ===
 
=== Privacy Settings ===
Line 49: Line 54:
  
 
If you wish to make your server open to only those you know, you can create a password that is required to join your server. To set a password on your server, simply type ''password'' followed by your actual password. To have no password on your server, leave the password blank.
 
If you wish to make your server open to only those you know, you can create a password that is required to join your server. To set a password on your server, simply type ''password'' followed by your actual password. To have no password on your server, leave the password blank.
 +
 +
  
 
=== Client Connections ===
 
=== Client Connections ===

Revision as of 14:27, 7 August 2008

For more information on getting started running a server, visit how to run a server.


Master Server Communication Settings

addmaster

Usage: addmaster (ip/domain:port)

Adds a master server which the server will advertise to if usemasters is enabled. Server can be added by domain name or ip address followed by port.

delmaster

Usage: delmaster (ip/domain:port)

Deletes a master server which the server will advertise to if usemasters is enabled. Server is deleted by typing delmaster and then any information before the brackets.

masters

Usage: masters

Lists master servers which the server will advertise to if usemasters is enabled.

usemasters

Usage: usemasters (0-1)

If this cvar is enabled, your server will use all of the defined master servers. See masters for more info on managing contacted master servers. If disabled, your server will be a "private" server and will not show up on launchers.


Advertising Settings

email

Usage: email "email@domain.com"

The email cvar is an optional cvar used to display the contact information of a server administrator. It may be left blank.

hostname

Usage: hostname "Example Server Name"

Your hostname is what your server will appear named as in launchers. It is essentially your server's identity to the outside world.

website

Usage: website "http://odamex.net/"

The website can be used to display your server's official website or perhaps the location of the wads that you run on your server. This field may be left blank.


Privacy Settings

Bans & Exceptions

Read ban and exception lists for more information.

password

Usage: password "example"

If you wish to make your server open to only those you know, you can create a password that is required to join your server. To set a password on your server, simply type password followed by your actual password. To have no password on your server, leave the password blank.


Client Connections

For information on protecting your server from malicious users, visit Abuse Prevention.

maxclients

This is a latched variable, and only takes effect after a map change.

Usage: maxclients (1-255)

The maxclients cvar determines how many total clients may connect to a server (and spectate). Though there is theoretical support for up to 255 players in Odamex the true limit depends on the machine running the server and will vary.

maxplayers

This is a latched variable, and only takes effect after a map change.

Usage: maxplayers (1-255)

The maxplayers cvar determines how many total clients may actually join in the game and play. The number of players allowed in a server must be equal or less than maxclients.

waddownload

Usage: waddownload (0-1)

The wad downloading feature takes it cue from more modern gaming engines. Much like games such as Quake and Half-Life, Odamex allows players that connect to download the map files required to play (if they do not already have them).

If enabled, any client connecting that does not have the needed wad will download it directly from the server.