doi_linux32 steamcmd Day of Infamy srcds_linux %GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS% doi/maps doi/maplist.txt 32 rcon2 none 462310 anonymous rcon_password.* rcon_password doi/cfg/server.cfg sq hostname.* hostname doi/cfg/server.cfg sq Steam Account Login Token Manage your steam tokens <a href=https://steamcommunity.com/dev/managegameservers target=_blank>here</a> Pure Server A pure server is one that forces all clients on the server to use content that matches what is on the server. Disable Valve Anti-Cheat Will start the server without Valve Anti-Cheat technology. Disable master server communication Debug Mode sv_maxrate.* 0 sv_maxrate doi/cfg/server.cfg s Max bandwidth rate allowed on server ( bytes per second ), 0 == unlimited. sv_minrate.* 16000 sv_minrate doi/cfg/server.cfg s Min bandwidth rate allowed on server ( bytes per second ), 0 == unlimited. sv_maxcmdrate.* 66 sv_maxcmdrate doi/cfg/server.cfg s If sv_mincmdrate is > 0, this sets the maximum value for cl_cmdrate. sv_mincmdrate.* 66 sv_mincmdrate doi/cfg/server.cfg s This sets the minimum value for cl_cmdrate. 0 == unlimited. sv_maxupdaterate.* 66 sv_maxupdaterate doi/cfg/server.cfg s Maximum updates per second that the server will allow. sv_minupdaterate.* 66 sv_minupdaterate doi/cfg/server.cfg s Minimum updates per second that the server will allow. maplist="doi/maplist.txt" if [ ! -f "$maplist" ] then for f in doi/maps/*.bsp; do # Output will be doi/maps/$mapname.bsp. we want to cut it down to just $mapname to populate the maplist.txt file. echo $(basename "${f%%.*}") >> $maplist done fi export LD_LIBRARY_PATH={OGP_HOME_DIR}:{OGP_HOME_DIR}/bin:{$LD_LIBRARY_PATH}