Server.cfg: Difference between revisions

From Jedi Knight Wiki | JKHub
No edit summary
No edit summary
 
Line 2: Line 2:


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.