mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Merge branch 'Dev' into Stable
This commit is contained in:
commit
4ec5b10877
|
|
@ -56,7 +56,7 @@ $Host::ClassicLoadVRamChanges = 0;
|
||||||
$Host::ClassicLogEchoEnabled = 0;
|
$Host::ClassicLogEchoEnabled = 0;
|
||||||
$Host::ClassicMaxVotes = 3;
|
$Host::ClassicMaxVotes = 3;
|
||||||
$Host::ClassicMaxTelepads = 3;
|
$Host::ClassicMaxTelepads = 3;
|
||||||
$Host::ClassicMOTD = "<color:3cb4b4><font:Sui Generis:22>Discord PUB\n<color:3cb4b4><font:Univers:16>Server Hosted/Provided by Branzone/Ravin\n<color:3cb4b4><font:Univers:16>Get Mappacks at https://playt2.com/";
|
$Host::ClassicMOTD = "<color:3cb4b4><font:Sui Generis:22>Tribes 2 Test\n<color:3cb4b4><font:Univers:16>Server brought to you via Commuity Effort\n<color:3cb4b4><font:Univers:16>Celebrating 20 Years of Tribes2!";
|
||||||
$Host::ClassicMOTDLines = 3;
|
$Host::ClassicMOTDLines = 3;
|
||||||
$Host::ClassicMOTDTime = 6;
|
$Host::ClassicMOTDTime = 6;
|
||||||
$Host::ClassicNoNullVoiceSpam = 0;
|
$Host::ClassicNoNullVoiceSpam = 0;
|
||||||
|
|
@ -126,9 +126,9 @@ $Host::LoadScreenLine2_Msg = "LakRabbit, Capture the Flag, DeathMatch, (Light On
|
||||||
$Host::LoadScreenLine3 = "Get Mappacks:";
|
$Host::LoadScreenLine3 = "Get Mappacks:";
|
||||||
$Host::LoadScreenLine3_Msg = "<a:playt2.com/mappacks>playt2.com/mappacks</a>";
|
$Host::LoadScreenLine3_Msg = "<a:playt2.com/mappacks>playt2.com/mappacks</a>";
|
||||||
$Host::LoadScreenLine4 = "Server Location:";
|
$Host::LoadScreenLine4 = "Server Location:";
|
||||||
$Host::LoadScreenLine4_Msg = "Iowa";
|
$Host::LoadScreenLine4_Msg = "Somewhere";
|
||||||
$Host::LoadScreenLine5 = "Server Hosted:";
|
$Host::LoadScreenLine5 = "Server Hosted:";
|
||||||
$Host::LoadScreenLine5_Msg = "Google Compute Engine";
|
$Host::LoadScreenLine5_Msg = "Internet";
|
||||||
$Host::LoadScreenLine6 = "Server Github:";
|
$Host::LoadScreenLine6 = "Server Github:";
|
||||||
$Host::LoadScreenLine6_Msg = "https://github.com/ChocoTaco1/TacoServer";
|
$Host::LoadScreenLine6_Msg = "https://github.com/ChocoTaco1/TacoServer";
|
||||||
$Host::LoadScreenMOTD1 = "Celebrating 20 Years of Tribes2!";
|
$Host::LoadScreenMOTD1 = "Celebrating 20 Years of Tribes2!";
|
||||||
|
|
|
||||||
|
|
@ -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::PUGpasswordAlwaysOn = 0; //If you want the pug password Always on
|
||||||
$Host::DMSLOnlyMode = 0; //Shocklance Only Mode for Deathmatch
|
$Host::DMSLOnlyMode = 0; //Shocklance Only Mode for Deathmatch
|
||||||
$Host::LCTFProMode = 0; //Pro mode for LCTF
|
$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::LoadingScreenUseDebrief = 1; //Enable Debrief Style Loading screen; Gives you more lines and MOTD
|
||||||
$Host::LoadScreenColor1 = "05edad"; //Loading Screen color; First Column
|
$Host::LoadScreenColor1 = "05edad"; //Loading Screen color; First Column
|
||||||
$Host::LoadScreenColor2 = "29DEE7"; //Loading Screen color; Second Column
|
$Host::LoadScreenColor2 = "29DEE7"; //Loading Screen color; Second Column
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue