changed version to steam_leacy, making it possible to use reHLDS!

This commit is contained in:
bacalhau 2025-11-14 17:39:41 +00:00
parent 8f6314a68c
commit 1bfcb2a6cd

View file

@ -50,15 +50,15 @@ ENTRYPOINT ["/bin/bash", "-c", "\
if [ ! -f ${DATADIR}/hlds_run ]; then \
echo 'Installing Counter-Strike server...'; \
${STEAMCMDDIR}/steamcmd.sh +force_install_dir ${DATADIR} +login anonymous \
+app_set_config 90 mod cstrike \
+app_update 90 validate \
+quit; \
+app_set_config 90 mod cstrike \
+app_update 90 -beta steam_legacy validate \
+quit; \
else \
if [ \"$UPDATE\" = \"1\" ]; then \
echo 'Updating Counter-Strike server...'; \
${STEAMCMDDIR}/steamcmd.sh +force_install_dir ${DATADIR} +login anonymous \
+app_update 90 validate \
+quit; \
+app_update 90 -beta steam_legacy validate \
+quit; \
else \
echo 'Skipping update, starting server...'; \
fi; \