diff --git a/Dockerfile b/Dockerfile index 05e0e74..640a73e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN git clone --depth 1 "https://github.com/ChocoTaco1/NoTNscripts/" && cd ./No # Main Game Server Image -FROM i386/ubuntu:disco +FROM i386/ubuntu:latest LABEL maintainer="sairuk, battlelore, chocotaco" # ENVIRONMENT diff --git a/_scripts/cfg-admin-prefs b/_scripts/cfg-admin-prefs index b4d226b..8abd104 100644 --- a/_scripts/cfg-admin-prefs +++ b/_scripts/cfg-admin-prefs @@ -67,8 +67,8 @@ printf "\n" >> $ADMINPREFS_FILE echo "\$Host::EnableTurretPlayerCount = ${T2_TurretMin};" >> $ADMINPREFS_FILE printf "\n" >> $ADMINPREFS_FILE -# -- set cloak pack min -echo "\$Host::AntiCloakPlayerCount = ${T2_CloakMin};" >> $ADMINPREFS_FILE +# -- set anti pack min +echo "\$Host::AntiPackPlayerCount = ${T2_AntiPackMin};" >> $ADMINPREFS_FILE printf "\n" >> $ADMINPREFS_FILE # -- set packet settings diff --git a/docker-compose.yml b/docker-compose.yml index d21504c..907f8ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: T2_Telnet_Port: 55555 T2_BaseRapeMin: 14 T2_TurretMin: 10 - T2_CloakMin: 6 + T2_AntiPackMin: 6 T2_ObserverTimeout: 1200 T2_BanTime: 1800 T2_EmptyServerReset: 1 @@ -32,20 +32,20 @@ services: T2_SA_LIST: "" T2_VoteAdmin: 1 T2_Admin2AdminOthers: 1 - T2_JoinBanner: "Welcome\\nGet Mappacks at https://playt2.tk" + T2_JoinBanner: "Docker Test\nServer Hosted/Provided by Branzone/Ravin\nGet Mappacks at https://playt2.com/" T2_JoinBannerLines: 3 T2_JoinBannerTime: 6 T2_LoadScreenColor1: "05edad" T2_LoadScreenColor2: "29DEE7" T2_LoadScreenColor3: "33CCCC" T2_LoadScreenLine1: "Join Discord:" - T2_LoadScreenLine1_Msg: "https://discord.me/tribes2" + T2_LoadScreenLine1_Msg: "playt2.com/discord" T2_LoadScreenLine2: "Game Modes:" T2_LoadScreenLine2_Msg: "LakRabbit, Capture the Flag, DeathMatch, (Light Only) Capture the Flag" - T2_LoadScreenLine3: "Required Mappacks:" - T2_LoadScreenLine3_Msg: "S5, S8, TWL, TWL2 - Get them at http://playt2.tk" + T2_LoadScreenLine3: "Get Mappacks:" + T2_LoadScreenLine3_Msg: "playt2.com/mappacks" T2_LoadScreenLine4: "Server Location:" - T2_LoadScreenLine4_Msg: "Chicago" + T2_LoadScreenLine4_Msg: "Dallas" T2_LoadScreenLine5: "Server Infrastructure GitHub:" T2_LoadScreenLine5_Msg: "https://github.com/amineo/docker-tribesnext-server" T2_LoadScreenLine6: "TacoServer GitHub:"