Listenserver.cfg: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Added stub and lowercase templates, modified formatting.)
Line 1: Line 1:
Listenserver.cfg is a [[CFG|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 [[convar]]s inside it for your server specific options that will get executed when the server is launched.
{{template:lowercase}}
{{stub}}
<code>listenserver.cfg</code> is a [[CFG|config]] file that lies in the <code>cfg</code> folder of a game or mod. It is a file that gets executed when a server is launched as a local server (server and client on the same machine). You can place a list of [[convar]]s inside it for your server specific options that will get executed when the server is launched.


== See also ==
== See also ==

Revision as of 17:40, 11 January 2023

Stub

This article or section is a stub. You can help by expanding it.

listenserver.cfg is a config file that lies in the cfg folder of a game or mod. It is a file that gets 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