add new image support

This commit is contained in:
Lars Olzem
2020-04-15 18:16:54 +02:00
parent a9c4c30f16
commit 0b7138e1f3

View File

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