From a8af353b4982b2eb43c59a369759eb6b4f6f9adb Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 26 Apr 2025 19:13:28 -0400 Subject: [PATCH 1/2] Added OneMine --- Classic/scripts/serverDefaults.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index d53daf3..f52d72c 100755 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -133,6 +133,7 @@ $Host::PUGPassword = "pickup"; //PUG password, Auto or enable/disable thru $Host::PUGpasswordAlwaysOn = 0; //If you want the pug password Always on $Host::DMSLOnlyMode = 0; //Shocklance Only Mode for Deathmatch $Host::LCTFProMode = 0; //Pro mode for LCTF +$Host::LCTFOneMine = 0; //Limit mine inventory to one if enabled $Host::LoadingScreenUseDebrief = 1; //Enable Debrief Style Loading screen; Gives you more lines and MOTD $Host::LoadScreenColor1 = "05edad"; //Loading Screen color; First Column $Host::LoadScreenColor2 = "29DEE7"; //Loading Screen color; Second Column From db2fd7647037b75fe6d122d6142faa6134fee3a7 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 26 Apr 2025 19:17:36 -0400 Subject: [PATCH 2/2] Prefs changes --- Classic/prefs/serverPrefs.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 445e9c0..d3a0a4c 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -56,7 +56,7 @@ $Host::ClassicLoadVRamChanges = 0; $Host::ClassicLogEchoEnabled = 0; $Host::ClassicMaxVotes = 3; $Host::ClassicMaxTelepads = 3; -$Host::ClassicMOTD = "Discord PUB\nServer Hosted/Provided by Branzone/Ravin\nGet Mappacks at https://playt2.com/"; +$Host::ClassicMOTD = "Tribes 2 Test\nServer brought to you via Commuity Effort\nCelebrating 20 Years of Tribes2!"; $Host::ClassicMOTDLines = 3; $Host::ClassicMOTDTime = 6; $Host::ClassicNoNullVoiceSpam = 0; @@ -126,9 +126,9 @@ $Host::LoadScreenLine2_Msg = "LakRabbit, Capture the Flag, DeathMatch, (Light On $Host::LoadScreenLine3 = "Get Mappacks:"; $Host::LoadScreenLine3_Msg = "playt2.com/mappacks"; $Host::LoadScreenLine4 = "Server Location:"; -$Host::LoadScreenLine4_Msg = "Iowa"; +$Host::LoadScreenLine4_Msg = "Somewhere"; $Host::LoadScreenLine5 = "Server Hosted:"; -$Host::LoadScreenLine5_Msg = "Google Compute Engine"; +$Host::LoadScreenLine5_Msg = "Internet"; $Host::LoadScreenLine6 = "Server Github:"; $Host::LoadScreenLine6_Msg = "https://github.com/ChocoTaco1/TacoServer"; $Host::LoadScreenMOTD1 = "Celebrating 20 Years of Tribes2!";