diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 80a91e4..b329889 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -27,6 +27,7 @@ $Host::ClassicAutoPWPassword = "pickup"; $Host::ClassicAutoPWPlayerCount = 30; $Host::ClassicAutoRestartServer = 0; $Host::ClassicBadWordFilter = 0; +$Host::ClassicBanlist = "prefs/banlist.cs"; $Host::ClassicBalancedBots = 0; $Host::ClassicCanKickBots = 0; $Host::ClassicConnectLog = 1; @@ -69,6 +70,8 @@ $Host::ClassicTelnetPassword = "changeme"; $Host::ClassicTelnetPort = 666; $Host::ClassicTkLimit = 0; $Host::ClassicUseHighPerformanceCounter = 0; +$Host::ClassicViralBanning = 1; +$Host::ClassicWhitelist = "prefs/whitelist.cs"; $Host::CRCTextures = 0; $Host::Dedicated = 1; $Host::DMSLOnlyMode = 0; @@ -80,7 +83,7 @@ $Host::EnableNetTourneyClient = 0; $Host::EnableNoBaseRapeNotify = 1; $Host::EnableTeamBalanceNotify = 1; $Host::EnableTurretPlayerCount = 10; -$Host::EnableVoteSound = 1; +$Host::EnableVoteSoundReminders = 3; $Host::FloodProtectionEnabled = 1; $Host::GameName = "Tribes 2 Test"; $Host::GuidCheck = 0; diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index a948381..36c9e9f 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -125,7 +125,7 @@ $Host::EnableNetTourneyClient = 0; //Enable or Disable Tourney Net Client ch $Host::EnableNoBaseRapeNotify = 1; //Get a base rape notification $Host::EnableTeamBalanceNotify = 1; //Get a teambalance notification $Host::EnableTurretPlayerCount = 10; //How many to enable turrets -$Host::EnableVoteSound = 1; //If you want a sound chime during voting +$Host::EnableVoteSoundReminders = 3; //If you want a sound chime during voting, number of times $Host::AntiCloakEnable = 1; //Enable or disable AntiCloak $Host::AntiCloakPlayerCount = 6; //How many to enable Cloak $Host::PUGautoPassword = 0; //Auto enable a password in tournament mode @@ -153,6 +153,7 @@ $Host::LoadScreenMOTD1 = "Blaster is here to stay!"; //MOTD or Events Lin $Host::LoadScreenMOTD2 = "Come play Arena on Wednesday Nights!"; //MOTD or Events Line 2 Message (Debrief LoadScreen Only) $Host::LoadScreenMOTD3 = "Lak crowd early evenings after work during the week."; //MOTD or Events Line 3 Message (Debrief LoadScreen Only) $Host::LoadScreenMOTD4 = "Big CTF games Fridays, Saturdays, and Sundays!"; //MOTD or Events Line 4 Message (Debrief LoadScreen Only) +$Host::ClassicBanlist = "prefs/banlist.cs"; $Host::ClassicAdminLog = 1; $Host::ClassicAdminLogPath = "logs/Admin/log.txt"; $Host::ClassicConnectLog = 1; @@ -164,6 +165,8 @@ $Host::ClassicRotationCustom = 1; $Host::ClassicRotationFile = "prefs/mapRotation.cs"; $Host::ClassicEvoStats = 1; $Host::ClassicStatsType = 2; +$Host::ClassicViralBanning = 1; +$Host::ClassicWhitelist = "prefs/whitelist.cs"; $Host::ClassicSuppressTraversalRootError = 1; $Host::ServerRules1 = "\c2if\c4(\c3%client.fun == \c5true \c4&& \c3%client.Llama_Grabs \c4< \c51\c4)"; $Host::ServerRules2 = " \c1Be_Courteous\c4(\c2%client, %game\c4);";