add new image support

This commit is contained in:
Lars Olzem 2020-04-15 18:16:54 +02:00
parent a9c4c30f16
commit 0b7138e1f3
No known key found for this signature in database
GPG Key ID: 358CF5698DDD556E

View File

@ -20,6 +20,7 @@ ENV \
WORKSHOPCOLLECTIONID="" \
#
# Server config
GAME="garrysmod" \
TICKRATE="66" \
MAXPLAYERS="16" \
GAMEMODE="sandbox" \
@ -28,12 +29,9 @@ ENV \
MAPGROUP="mg_active" \
CONFIG="server.cfg" \
#
# Other
CUSTOMPARAMETERS="" \
#
# Start parameters
SRCDSPARAMS="\
-game garrysmod \
-game \${GAME} \
-tickrate \${TICKRATE} \
-maxplayers \${MAXPLAYERS} \
-authkey \${AUTHKEY} \