On a dedicated server for Source engine games, there are two "global" configuration files - server.cfg and autoexec.cfg. Are these files executed at different times? What sort of configurations should go in which file?
|
autoexec.cfg is automatically executed once when the server starts before a map loads server.cfg is automatically executed each time a map loads, including map changes There's also map specific configs that are named after the map. These are executed last. You usually want to put all of your server configuration in Also, you can change which file is executed on map change using the |
|||||||
|
|
While it might work for servers, |
|||||||||
|