Server.cfg: Difference between revisions

From Jedi Knight Wiki | JKHub
(Created page with "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 se...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
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 [[cvar|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.
[[Category:General_Modding]]

Latest revision as of 22:31, 16 September 2015

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.