diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index c3bb3fd..99ba313 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -172,7 +172,18 @@ $Host::holoName6 = "Harbinger"; $Host::HostedBy = "Branzone"; $Host::Info = " "; $Host::KickBanTime = 600; -$Host::LakRabbitNoSplashDamage = 1; +$Host::LakRabbitDuelMode = "0"; +$Host::LakRabbitNoSplashDamage = "1"; +$Host::LakRabbitPubPro = "0"; +$Host::loadingmsgcolor1 = "ffb734"; +$Host::loadingmsgcolor2 = "29DEE7"; +$Host::loadingmsgcolor3 = "33CCCC"; +$Host::loadingmsgline1 = "Join Discord: "; +$Host::loadingmsgline1content = "https://t2discord.tk"; +$Host::loadingmsgline2 = "Server Github: "; +$Host::loadingmsgline2content = "https://github.com/ChocoTaco1/TacoServer"; +$Host::loadingmsgline3 = "Hosted by: "; +$Host::loadingmsgline3content = "Branzone"; $Host::Map = "VaubanLak"; $Host::MapCycleAcidRain_CTF = "0"; $Host::MapCycleAgentsOfFortune_Duel = "0"; diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index 7b1d4a2..4d82b3d 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -183,9 +183,6 @@ $Host::EnableTeamBalanceNotify = 1; //Get a teambalance notification $Host::EnableTurretPlayerCount = 10; //How many to enable turrets $Host::AntiCloakEnable = 1; //Enable or disable AntiCloak $Host::AntiCloakPlayerCount = 6; //How many to enable Cloak -$Host::HostedBy = "Branzone"; //Your server host -$Host::Github = "https://github.com/Server/"; //Your server github -$Host::Discord = "https://www.Discordapp.com/"; //Your discord $Host::PUGautoPassword = 0; //Enable or Disable an auto password at a certain amount of players $Host::PUGautoPasswordLimit = 10; //How many to enable a pug password $Host::PUGPassword = "pickup"; //pug password @@ -202,6 +199,15 @@ $Host::SetNextMissionMapSlot5 = "S5_Icedance"; //Set Next Mission for slot 5 $Host::SetNextMissionMapSlot6 = "Logans_Run"; //Set Next Mission for slot 6 $Host::SetNextMissionMapSlot7 = "Rollercoaster_nef";//Set Next Mission for slot 7 $Host::SetNextMissionMapSlot8 = "MoonDance"; //Set Next Mission for slot 8 +$Host::loadingmsgcolor1 = "ffb734"; //Loading screen color 1 +$Host::loadingmsgcolor2 = "29DEE7"; //Loading screen color 2 +$Host::loadingmsgcolor3 = "33CCCC"; //Loading screen color 3 +$Host::loadingmsgline1 = "Join Discord: "; //Loading screen msg line 1 +$Host::loadingmsgline1content = "https://t2discord.tk"; //Loading screen msg content 1 +$Host::loadingmsgline2 = "Server Github: "; //Loading screen msg line 2 +$Host::loadingmsgline2content = "https://github.com/ChocoTaco1/TacoServer"; //Loading screen msg content 2 +$Host::loadingmsgline3 = "Hosted by: "; //Loading screen msg line 3 +$Host::loadingmsgline3content = "Branzone"; //Loading screen msg content 3 //LakRabbit $Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled $Host::LakRabbitNoSplashDamage = 0; //Splash Damage enabled or not