diff --git a/recommended/Dockerfile b/recommended/Dockerfile deleted file mode 100644 index 81a9776..0000000 --- a/recommended/Dockerfile +++ /dev/null @@ -1,59 +0,0 @@ -FROM hackebein/steamcmd:latest - -ARG BASEDIR=/opt/garrysmod -ONBUILD ARG BASEDIR=$BASEDIR - -ENV BASEDIR=$BASEDIR \ - PORT="27015" \ - TICKRATE="66" \ - MAXPLAYERS="16" \ - #http://steamcommunity.com/dev/apikey - AUTHKEY="" \ - WORKSHOPCOLLECTIONID="" \ - CLIENTPORT="27005" \ - # sandbox or terrortown - GAMEMODE="sandbox" \ - MAP="gm_flatgrass" \ - #http://steamcommunity.com/dev/managegameservers APPID: 4000 - GLST="" \ - CONFIG="${GAMEMODE}.cfg" \ - CUSTOMPARAMETERS="" - -RUN apt-get update -q && \ - apt-get install -yqq lib32tinfo5 && \ - apt-get clean && \ - rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \ - /usr/games/steamcmd \ - +login anonymous \ - +force_install_dir $BASEDIR \ - # cstrike - +app_update 232330 -validate -language en \ - # garrysmod - +app_update 4020 -validate -language en \ - +quit && \ - rm -rf $BASEDIR/garrysmod/cfg/* - -COPY cfg $BASEDIR/garrysmod/cfg - -WORKDIR $BASEDIR - -EXPOSE 27015/udp - -CMD [ \ - "sh", \ - "-c", \ - "$BASEDIR/srcds_run \ - -game garrysmod \ - -strictportbind \ - -port ${PORT} \ - -tickrate ${TICKRATE} \ - -maxplayers ${MAXPLAYERS} \ - -authkey ${AUTHKEY} \ - +host_workshop_collection ${WORKSHOPCOLLECTIONID} \ - +clientport ${CLIENTPORT} \ - +gamemode ${GAMEMODE} \ - +map ${MAP} \ - +sv_setsteamaccount ${GLST} \ - +servercfgfile ${CONFIG} \ - ${CUSTOMPARAMETERS}" \ - ] \ No newline at end of file diff --git a/recommended/cfg/mount.cfg b/recommended/cfg/mount.cfg deleted file mode 100644 index b1b19cd..0000000 --- a/recommended/cfg/mount.cfg +++ /dev/null @@ -1,19 +0,0 @@ - -// -// Use this file to mount additional paths to the filesystem -// DO NOT add a slash to the end of the filename -// - -"mountcfg" -{ - "cstrike" "cstrike" - //"hl1" "" - //"hl1_hd" "" - //"hl2" "" - //"hl2mp" "" - //"episodic" "" - //"ep2" "" - //"lostcoast" "" -} - - diff --git a/recommended/cfg/mountdepots.txt b/recommended/cfg/mountdepots.txt deleted file mode 100644 index 4f93ee6..0000000 --- a/recommended/cfg/mountdepots.txt +++ /dev/null @@ -1,11 +0,0 @@ -"gamedepotsystem" -{ - "cstrike" "1" - //"hl1" "1" - //"hl1_hd" "1" - //"hl2" "1" - //"hl2mp" "1" - //"episodic" "1" - //"ep2" "1" - //"lostcoast" "1" -} \ No newline at end of file diff --git a/recommended/cfg/sandbox.cfg b/recommended/cfg/sandbox.cfg deleted file mode 100644 index a05b90e..0000000 --- a/recommended/cfg/sandbox.cfg +++ /dev/null @@ -1,4 +0,0 @@ -// Garry's Mod - sandbox - Config -// https://github.com/garrynewman/garrysmod/blob/master/garrysmod/gamemodes/sandbox/sandbox.txt -exec server.cfg -exec my.sandbox.cfg \ No newline at end of file diff --git a/recommended/cfg/server.cfg b/recommended/cfg/server.cfg deleted file mode 100644 index 0a4391c..0000000 --- a/recommended/cfg/server.cfg +++ /dev/null @@ -1,3 +0,0 @@ -// Garry's Mod - Config -// https://developer.valvesoftware.com/wiki/Console_Command_List -exec my.server.cfg \ No newline at end of file diff --git a/recommended/cfg/terrortown.cfg b/recommended/cfg/terrortown.cfg deleted file mode 100644 index 1ab13d9..0000000 --- a/recommended/cfg/terrortown.cfg +++ /dev/null @@ -1,4 +0,0 @@ -// Garry's Mod - terrortown - Config -// https://github.com/garrynewman/garrysmod/blob/master/garrysmod/gamemodes/terrortown/terrortown.txt -exec server.cfg -exec my.terrortown.cfg \ No newline at end of file