diff --git a/Dockerfile b/Dockerfile index 1e28159..e94e7af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ RUN ./steamcmd.sh +login anonymous \ RUN mkdir -p /root/.steam/sdk32 && \ ln -sf /hlds/steamclient.so /root/.steam/sdk32/steamclient.so +COPY rehlds/ ./ + COPY start.sh /start.sh RUN chmod +x /start.sh ENTRYPOINT ["/start.sh"] diff --git a/rehlds/core.so b/rehlds/core.so new file mode 100644 index 0000000..90e374b Binary files /dev/null and b/rehlds/core.so differ diff --git a/rehlds/demoplayer.so b/rehlds/demoplayer.so new file mode 100644 index 0000000..a2cb0f4 Binary files /dev/null and b/rehlds/demoplayer.so differ diff --git a/rehlds/engine_i486.so b/rehlds/engine_i486.so new file mode 100644 index 0000000..c2de03b Binary files /dev/null and b/rehlds/engine_i486.so differ diff --git a/rehlds/filesystem_stdio.so b/rehlds/filesystem_stdio.so new file mode 100644 index 0000000..c54d2b9 Binary files /dev/null and b/rehlds/filesystem_stdio.so differ diff --git a/rehlds/hlds_linux b/rehlds/hlds_linux new file mode 100644 index 0000000..be305f3 Binary files /dev/null and b/rehlds/hlds_linux differ diff --git a/rehlds/hltv b/rehlds/hltv new file mode 100644 index 0000000..c0f0c7e Binary files /dev/null and b/rehlds/hltv differ diff --git a/rehlds/proxy.so b/rehlds/proxy.so new file mode 100644 index 0000000..a836643 Binary files /dev/null and b/rehlds/proxy.so differ diff --git a/rehlds/valve/dlls/director.so b/rehlds/valve/dlls/director.so new file mode 100644 index 0000000..5e30915 Binary files /dev/null and b/rehlds/valve/dlls/director.so differ diff --git a/start.sh b/start.sh index e0ee5f2..188f404 100644 --- a/start.sh +++ b/start.sh @@ -7,5 +7,4 @@ cd /hlds -console \ -port "$PORT" \ +map "$MAP" \ - +maxplayers "$MAX_PLAYERS" \ -${VAC:+-VAC} \ No newline at end of file