Listenserver.cfg: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with 'Listenserver.cfg is a config file that lies in the cfg/ folder of the game or mod. It is a file that get's executed when a server is launched as a local server (server an…')
 
No edit summary
Line 5: Line 5:


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Dedicated Server]]

Revision as of 04:12, 30 January 2014

Listenserver.cfg is a config file that lies in the cfg/ folder of the game or mod. It is a file that get's executed when a server is launched as a local server (server and client on the same machine). You can place a list of convars inside it for your server specific options that will get executed when the server is launched.

See also