Jump to content

Home

autoexec.cfg


Sysgod

Recommended Posts

Posted

Technically, you can put anything in it that you'd put in the server.cfg. Personally, I have an autoexec.cfg that is empty just so I don't get the error messages. I prefer to keep my settings in one or two files.

Posted

Iv'e only used it client side for executing multipler scripts to "modularize" config files for the client settings. I see no use for it on a dedicated server. You're better off using the +exec server.cfg in the command line. Besides it get's in the way when running multiple servers.

Posted

Is there anyway to send messages everytime a level starts, like you can do in CS? Like visit my site for full stats, etc...

Posted

Just set g_motd in your config. Whatever you put there is displayed right under the name of your server during a map change or while a player is joining the server. We haven't found a way to put carriage returns in it, so there is a limit on length. Of course, if you make something brief, it's more likely to be read anyway. The setting would look something like this:

 

seta g_motd "Welcome! See your stats at http://www.mywebaddy.com"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...