add support for new features from hackebein/srcds

This commit is contained in:
Lars Olzem 2019-03-24 01:57:17 +01:00
parent c06e12b48e
commit ba79f308b5
No known key found for this signature in database
GPG Key ID: 358CF5698DDD556E

View File

@ -4,14 +4,19 @@ ENV \
# App
APPS="4020" \
#
# API
# http://steamcommunity.com/dev/apikey
AUTHKEY="" \
#
# Public access
# automatic via API
GLSTAPP="4000" \
# manual
# APPID: 4000
# http://steamcommunity.com/dev/managegameservers
GLST="" \
#
# Workshop config
# http://steamcommunity.com/dev/apikey
AUTHKEY="" \
# Workshop config (require API)
WORKSHOPCOLLECTIONID="" \
#
# Server config
@ -35,9 +40,8 @@ ENV \
+host_workshop_collection \${WORKSHOPCOLLECTIONID} \
+gamemode \${GAMEMODE} \
+map \${MAP} \
+sv_setsteamaccount \${GLST} \
+servercfgfile \${CONFIG} \
\${CUSTOMPARAMETERS} \
"
COPY cfg $BASEDIR/garrysmod/cfg
COPY cfg $BASEDIR/garrysmod/cfg