Listenserver.cfg: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Added stub and lowercase templates, modified formatting.) |
||
Line 1: | Line 1: | ||
{{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
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.