I'm mostly looking for a way to have certain commands (such as ge_allowradar 0 and the bot spawn/difficulty commands) to run every time that a round ends. As of now, it just reverts back to a seemingly random option (radar sometimes being on/off even when the mode never changed). I've messed around in the srcds running bat file, but to seemingly no avail.
Also, as a related/extra question, how do I permanently change the name of the server? As of late, I've just had to manually change it in the source GUI, and it sets itself after about 5 minutes. I assume it's done similarly to the above, but I'm not sure.
I appreciate any help that can be offered!
I didn't want this to be too noticeable, but any help that can be offered on loading new maps/modes would also be welcome. I've installed everything with multiple maps into the correct locations, but I can't switch to them. If requested, I can move this to it's own thread. Thanks!
The GUI launcher picks up your sourcemods folder for games to choose from, so that could be why (using Steam GE:S install instead of your server one).
Personally I recommend just launching the server using "srcds.exe -console -game "path\to\gesource" to avoid any issue of this sort -- the GUI has some issues in my experience.
Note that when you launch in console mode, the engine does not automatically start. You'll have to add something like "+map ge_archives" as a launch flag to srcds.exe. For example, the following was modified from my launch script:
srcds.exe -game ..\gesource\ -console +maxplayers 16 +map ge_archives