mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-29 15:35:24 +00:00
Map Rotation changes
This commit is contained in:
parent
4876c9be74
commit
45bdc61513
2 changed files with 5 additions and 5 deletions
|
|
@ -204,7 +204,7 @@ addRotationMap("Fallout", CTF, 1, 0);
|
||||||
addRotationMap("EivoItoxico", CTF, 0, 0);
|
addRotationMap("EivoItoxico", CTF, 0, 0);
|
||||||
addRotationMap("Einfach", CTF, 0, 0);
|
addRotationMap("Einfach", CTF, 0, 0);
|
||||||
addRotationMap("Nightdance", CTF, 1, 0);
|
addRotationMap("Nightdance", CTF, 1, 0);
|
||||||
addRotationMap("PicnicTable", CTF, 0, 0);
|
addRotationMap("PicnicTable", CTF, 1, 0);
|
||||||
addRotationMap("TheClocktower", CTF, 1, 0);
|
addRotationMap("TheClocktower", CTF, 1, 0);
|
||||||
addRotationMap("Surro", CTF, 1, 0);
|
addRotationMap("Surro", CTF, 1, 0);
|
||||||
addRotationMap("StarIce", CTF, 1, 0);
|
addRotationMap("StarIce", CTF, 1, 0);
|
||||||
|
|
@ -243,9 +243,9 @@ addRotationMap("GodsRiftLak", LakRabbit, 1, 0);
|
||||||
addRotationMap("HavenLak", LakRabbit, 1, 1);
|
addRotationMap("HavenLak", LakRabbit, 1, 1);
|
||||||
addRotationMap("LushLak", LakRabbit, 1, 1);
|
addRotationMap("LushLak", LakRabbit, 1, 1);
|
||||||
addRotationMap("PhasmaDustLak", LakRabbit, 1, 1);
|
addRotationMap("PhasmaDustLak", LakRabbit, 1, 1);
|
||||||
addRotationMap("BoxLak", LakRabbit, 1, 0);
|
addRotationMap("BoxLak", LakRabbit, 1, 1);
|
||||||
addRotationMap("DamnnationLak", LakRabbit, 1, 0);
|
addRotationMap("DamnnationLak", LakRabbit, 1, 0);
|
||||||
addRotationMap("TitaniaLak", LakRabbit, 1, 0);
|
addRotationMap("TitaniaLak", LakRabbit, 1, 1);
|
||||||
addRotationMap("TWL2_MuddySwampLak", LakRabbit, 0, 0);
|
addRotationMap("TWL2_MuddySwampLak", LakRabbit, 0, 0);
|
||||||
addRotationMap("SandStormLak", LakRabbit, 1, 0);
|
addRotationMap("SandStormLak", LakRabbit, 1, 0);
|
||||||
addRotationMap("BeggarsRunLak", LakRabbit, 1, 0);
|
addRotationMap("BeggarsRunLak", LakRabbit, 1, 0);
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ $Host::ClassicNoNullVoiceSpam = 0;
|
||||||
$Host::ClassicPacketRateToClient = 32;
|
$Host::ClassicPacketRateToClient = 32;
|
||||||
$Host::ClassicPacketSize = 450;
|
$Host::ClassicPacketSize = 450;
|
||||||
$Host::ClassicRandomizeTeams = 1;
|
$Host::ClassicRandomizeTeams = 1;
|
||||||
$Host::ClassicRandomMissions = 0;
|
$Host::ClassicRandomMissions = 1;
|
||||||
$Host::ClassicRandomMisTypes = 0;
|
$Host::ClassicRandomMisTypes = 0;
|
||||||
$Host::ClassicRestartTime = 12;
|
$Host::ClassicRestartTime = 12;
|
||||||
$Host::ClassicSuperAdminPassword = "changeme1";
|
$Host::ClassicSuperAdminPassword = "changeme1";
|
||||||
|
|
@ -110,7 +110,7 @@ $Host::EvoObserveFlag = 1;
|
||||||
$Host::EvoOneMapOnly = 0;
|
$Host::EvoOneMapOnly = 0;
|
||||||
$Host::EvoPreMatchCannedSpamAllowed = 1;
|
$Host::EvoPreMatchCannedSpamAllowed = 1;
|
||||||
$Host::EvoPreMatchSpamAllowed = 1;
|
$Host::EvoPreMatchSpamAllowed = 1;
|
||||||
$Host::EvoRandomMissions = 0;
|
$Host::EvoRandomMissions = 1;
|
||||||
$Host::EvoRandomTeams = 1;
|
$Host::EvoRandomTeams = 1;
|
||||||
$Host::EvoRelaxedFairTeams = 1;
|
$Host::EvoRelaxedFairTeams = 1;
|
||||||
$Host::EvoServerRules1 = "1.) Be Courteous";
|
$Host::EvoServerRules1 = "1.) Be Courteous";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue