doi_linux32steamcmdDay of Infamysrcds_linux%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%doi/mapsdoi/maplist.txt32rcon2none462310anonymousrcon_password.*rcon_passworddoi/cfg/server.cfgsqhostname.*hostnamedoi/cfg/server.cfgsq
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.*0sv_maxratedoi/cfg/server.cfgsMax bandwidth rate allowed on server ( bytes per second ), 0 == unlimited.sv_minrate.*16000sv_minratedoi/cfg/server.cfgsMin bandwidth rate allowed on server ( bytes per second ), 0 == unlimited.sv_maxcmdrate.*66sv_maxcmdratedoi/cfg/server.cfgsIf sv_mincmdrate is > 0, this sets the maximum value for cl_cmdrate.sv_mincmdrate.*66sv_mincmdratedoi/cfg/server.cfgsThis sets the minimum value for cl_cmdrate. 0 == unlimited.sv_maxupdaterate.*66sv_maxupdateratedoi/cfg/server.cfgsMaximum updates per second that the server will allow.sv_minupdaterate.*66sv_minupdateratedoi/cfg/server.cfgsMinimum 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}