added rehlds

This commit is contained in:
2025-06-22 17:59:24 +04:00
parent 94cc010464
commit fd74df3310
10 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,8 @@ RUN ./steamcmd.sh +login anonymous \
RUN mkdir -p /root/.steam/sdk32 && \ RUN mkdir -p /root/.steam/sdk32 && \
ln -sf /hlds/steamclient.so /root/.steam/sdk32/steamclient.so ln -sf /hlds/steamclient.so /root/.steam/sdk32/steamclient.so
COPY rehlds/ ./
COPY start.sh /start.sh COPY start.sh /start.sh
RUN chmod +x /start.sh RUN chmod +x /start.sh
ENTRYPOINT ["/start.sh"] ENTRYPOINT ["/start.sh"]

BIN
rehlds/core.so Normal file

Binary file not shown.

BIN
rehlds/demoplayer.so Normal file

Binary file not shown.

BIN
rehlds/engine_i486.so Normal file

Binary file not shown.

BIN
rehlds/filesystem_stdio.so Normal file

Binary file not shown.

BIN
rehlds/hlds_linux Normal file

Binary file not shown.

BIN
rehlds/hltv Normal file

Binary file not shown.

BIN
rehlds/proxy.so Normal file

Binary file not shown.

Binary file not shown.

View File

@ -7,5 +7,4 @@ cd /hlds
-console \ -console \
-port "$PORT" \ -port "$PORT" \
+map "$MAP" \ +map "$MAP" \
+maxplayers "$MAX_PLAYERS" \
-${VAC:+-VAC} -${VAC:+-VAC}