email="email@example.com" # Email address for notification emailnotification="off" # Email notification (on|off) ip="0.0.0.0" # IP Address to bind for server lgsm_version="190116" # Version of LGSM that created this config logdays="7" # Number of days to retain logs updateonstart="off" # Update game on start lockselfname="${lgsmdir}/.${servicename}.lock" # LGSM Lock File filesdir="${rootdir}/serverfiles" # Server Files Directory backupdir="${lgsmdir}/backups" # Backup Directory scriptlogdir="${lgsmdir}/log/script" # Script Log Dir consolelogdir="${lgsmdir}/log/console" # Console Log Dir scriptlog="${scriptlogdir}/${servicename}-script.log" # Script Log consolelog="${consolelogdir}/${servicename}-console.log" # Console Log emaillog="${scriptlogdir}/${servicename}-email.log" # Email Log scriptlogdate="${scriptlogdir}/${servicename}-script-$(date '+%d-%m-%Y-%H-%M-%S').log" # Script Log Rotation Filename consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%d-%m-%Y-%H-%M-%S').log" # Console Log Rotation Filename appid="237410" # Steam App ID clientport="27005" # Client Port defaultmap="ministry checkpoint" # Default map to load engine="source" # Game Engine game="insurgency" # Name of game to pass to srcds gamename="Insurgency" # Name for subdirectory in GitHub repo mapcyclefile="mapcycle_cooperative.txt" # Map Cycle File maxplayers="64" # Maximum player count playlist="custom" # Server Playlist port="27015" # Port to bind for server servercfg="${servicename}.cfg" # Server Config file sourcetvport="27020" # SourceTV Port srcds_parms="" # Additional SRCDS Parameters. Put the parameters that start with "-" first, then "+" parameters after steampass="" # Steam Password steamuser="anonymous" # Steam Username systemdir="${filesdir}/${game}" gamelogdir="${systemdir}/logs" executabledir="${filesdir}" executable="./srcds_linux" servercfgdir="${systemdir}/cfg" servercfgfullpath="${servercfgdir}/${servercfg}" servercfgdefault="${servercfgdir}/lgsm-default.cfg"