diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 0766ec0..83374a9 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -2,6 +2,7 @@ $Host::AdminList = ""; $Host::AdminPassword = "changeme"; $Host::allowAdminPlayerVotes = "0"; $Host::AllowMapScript = "True"; +$Host::AnimateWithTransitions = 0; $Host::AntiCloakEnable = 1; $Host::AntiCloakPlayerCount = 6; $Host::BanTime = 2147483647; @@ -29,7 +30,7 @@ $Host::ClassicLoadMineChanges = 0; $Host::ClassicLoadMissileChanges = 0; $Host::ClassicLoadMortarChanges = 0; $Host::ClassicLoadPlasmaTurretChanges = 0; -$Host::ClassicLoadPlayerChanges = 1; +$Host::ClassicLoadPlayerChanges = 0; $Host::ClassicLoadSniperChanges = 0; $Host::ClassicLoadTR2Gametype = 0; $Host::ClassicLoadVRamChanges = 0; @@ -1358,6 +1359,7 @@ $Host::PUGautoPassword = 0; $Host::PUGautoPasswordLimit = 10; $Host::PUGPassword = "pickup"; $Host::PureServer = "0"; +$Host::SCtFProMode = 0; $Host::ShowEndingPlayerScores = 1; $Host::ShowIngamePlayerScores = 1; $Host::Siege::Halftime = 20000;