mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 14:44:34 +00:00
Update
This commit is contained in:
parent
5523d16317
commit
d8469115d9
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue