Server.cfg: Difference between revisions

From Jedi Knight Wiki | JKHub
No edit summary
No edit summary
Line 1: Line 1:
server.cfg is the conventional name for the main configuration file for a [[server]]. It usually consists of a list of [http://jkhub.org/wiki/index.php?title=Category:Cvars cvars] which configure all the various server settings such as [[g_gametype|gametype]] and name in the server list. After all the cvars, there is usually a [[Map (Command)|map]] line which starts up the first [[map]] and kicks the [[server]] into life.
server.cfg is the conventional name for the main [[.CFG Files|configuration file]] for a [[server]]. It usually consists of a list of [http://jkhub.org/wiki/index.php?title=Category:Cvars cvars] which configure all the various server settings such as [[g_gametype|gametype]] and name in the server list. After all the cvars, there is usually a [[Map (Command)|map]] line which starts up the first [[map]] and kicks the [[server]] into life.


This file doesn't ''need'' to have this name, but most server hosts will have their [[startup line]]s set to [[exec]] a file by that name.
This file doesn't ''need'' to have this name, but most server hosts will have their [[startup line]]s set to [[exec]] a file by that name.

Revision as of 01:04, 24 February 2013

server.cfg is the conventional name for the main configuration file for a server. It usually consists of a list of cvars which configure all the various server settings such as gametype and name in the server list. After all the cvars, there is usually a map line which starts up the first map and kicks the server into life.

This file doesn't need to have this name, but most server hosts will have their startup lines set to exec a file by that name.