From d513475cd0e0d04654f825ab691d0da5ba4ca02a Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Thu, 14 Feb 2019 16:52:30 -0500 Subject: [PATCH] Update serverPrefs.cs --- Classic/prefs/serverPrefs.cs | 43 +++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 51de68e..1adc70b 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -1,13 +1,16 @@ $Host::AdminList = ""; $Host::AdminPassword = "changeme"; -$Host::allowAdminPlayerVotes = "0"; +$Host::AdvStats::Delim = "\c7"; +$Host::AdvStats::LogChat = 0; +$Host::AdvStats::SpamInfoToConsole = 0; +$Host::allowAdminPlayerVotes = 0; $Host::AllowMapScript = "True"; $Host::AnimateWithTransitions = 0; $Host::AntiCloakEnable = 1; $Host::AntiCloakPlayerCount = 6; $Host::BanTime = 2147483647; $Host::BotCount = 2; -$Host::BotsEnabled = "0"; +$Host::BotsEnabled = 0; $Host::ClassicAdminLogPath = "prefs"; $Host::ClassicAllowConsoleAccess = 0; $Host::ClassicAntiTurtleTime = 5; @@ -128,10 +131,10 @@ $Host::EvoPreMatchSpamAllowed = 1; $Host::EvoRandomMissions = 1; $Host::EvoRandomTeams = 1; $Host::EvoRelaxedFairTeams = 0; -$Host::EvoServerRules1 = "1.) Be Courteous"; -$Host::EvoServerRules2 = "2.) Don\'t Llama Grab"; -$Host::EvoServerRules3 = "3.) Don\'t take yourself too seriously"; -$Host::EvoServerRules4 = "4.) Have Fun"; +$Host::EvoServerRules1 = "if($fun) {"; +$Host::EvoServerRules2 = " Be Courteous(); Don\'tLlamaGrab(); }"; +$Host::EvoServerRules3 = "else {"; +$Host::EvoServerRules4 = " Don\'tTakeYourself2Seriously(); Try2HaveFun(); }"; $Host::EvoShowStats = 1; $Host::EvoSkipMission = 0; $Host::EvoSpamAllowed = 1; @@ -170,9 +173,9 @@ $Host::holoName5 = "BloodEagle"; $Host::holoName6 = "Harbinger"; $Host::Info = " "; $Host::KickBanTime = 600; -$Host::LakRabbitDuelMode = "0"; +$Host::LakRabbitDuelMode = 0; $Host::LakRabbitNoSplashDamage = "1"; -$Host::LakRabbitPubPro = "0"; +$Host::LakRabbitPubPro = 0; $Host::loadingmsgcolor1 = "ffb734"; $Host::loadingmsgcolor2 = "29DEE7"; $Host::loadingmsgcolor3 = "33CCCC"; @@ -1362,19 +1365,19 @@ $Host::MapPlayerLimitsWhiteout_Bounty = "8 -1"; $Host::MapPlayerLimitsWhiteout_DM = "8 -1"; $Host::MapPlayerLimitsWhiteout_Duel = "-1 32"; $Host::MarkDnDObjectives = 1; -$Host::MaxBotDifficulty = "0.75"; +$Host::MaxBotDifficulty = 0.75; $Host::MaxMessageLen = 120; -$Host::MaxPlayers = "24"; -$Host::MinBotDifficulty = "0.5"; +$Host::MaxPlayers = 24; +$Host::MinBotDifficulty = 0.5; $Host::MissionType = "LakRabbit"; $Host::NoSmurfs = 0; $Host::Password = "pickup"; -$Host::PlayerRespawnTimeout = "60"; -$Host::Port = "28000"; +$Host::PlayerRespawnTimeout = 60; +$Host::Port = 28000; $Host::PUGautoPassword = 0; $Host::PUGautoPasswordLimit = 10; $Host::PUGPassword = "pickup"; -$Host::PureServer = "0"; +$Host::PureServer = 0; $Host::SCtFProMode = 0; $Host::SetNextMissionMapSlot1 = "SmallCrossing"; $Host::SetNextMissionMapSlot2 = "HighOctane"; @@ -1387,7 +1390,7 @@ $Host::SetNextMissionMapSlot8 = "MoonDance"; $Host::ShowEndingPlayerScores = 1; $Host::ShowIngamePlayerScores = 1; $Host::Siege::Halftime = 20000; -$Host::TeamDamageOn = "1"; +$Host::TeamDamageOn = 1; $Host::TeamName0 = "Unassigned"; $Host::TeamName1 = "Storm"; $Host::TeamName2 = "Inferno"; @@ -1402,12 +1405,12 @@ $Host::TeamSkin3 = "swolf"; $Host::TeamSkin4 = "dsword"; $Host::TeamSkin5 = "beagle"; $Host::TeamSkin6 = "cotp"; -$Host::TimeLimit = "30"; +$Host::TimeLimit = 30; $Host::TN::beat = 3; $Host::TN::echo = 1; -$Host::TournamentMode = "0"; +$Host::TournamentMode = 0; $Host::useCustomSkins = 1; -$Host::VotePassPercent = "60"; +$Host::VotePassPercent = 60; $Host::VoteSpread = 20; -$Host::VoteTime = "45"; -$Host::warmupTime = "15"; +$Host::VoteTime = 45; +$Host::warmupTime = 5;