Corrected file structure

This commit is contained in:
ChocoTaco 2018-11-03 13:13:23 -04:00
parent 2fe441f421
commit 2097008ccb
30 changed files with 6 additions and 1700 deletions

View file

@ -35,7 +35,7 @@ $Host::ClassicLogEchoEnabled = 0;
$Host::ClassicMaxTelepads = 3; $Host::ClassicMaxTelepads = 3;
$Host::ClassicNoNullVoiceSpam = 0; $Host::ClassicNoNullVoiceSpam = 0;
$Host::ClassicPacketRateToClient = 32; $Host::ClassicPacketRateToClient = 32;
$Host::ClassicPacketSize = 350; $Host::ClassicPacketSize = 450;
$Host::ClassicRandomizeTeams = 1; $Host::ClassicRandomizeTeams = 1;
$Host::ClassicRandomMissions = 1; $Host::ClassicRandomMissions = 1;
$Host::ClassicRandomMisTypes = 0; $Host::ClassicRandomMisTypes = 0;
@ -1295,4 +1295,7 @@ $Host::VoteTime = "45";
$Host::warmupTime = "20"; $Host::warmupTime = "20";
$Host::HostedBy = "Branzone"; $Host::HostedBy = "Branzone";
$Host::Github = "https://github.com/Server/"; $Host::Github = "https://github.com/Server/";
$Host::Discord = "https://www.Discordapp.com/"; $Host::Discord = "https://www.Discordapp.com/";
$Host::PUGautoPassword = 0;
$Host::PUGautoPasswordLimit = 10;
$Host::PUGPassword = "pickup";

View file

@ -1,6 +1,6 @@
$pref::Net::PacketRateToClient = "32"; //determines how many packets per second sent to each client $pref::Net::PacketRateToClient = "32"; //determines how many packets per second sent to each client
$pref::Net::PacketRateToServer = "32"; //may determine how many packets are allowed from each client $pref::Net::PacketRateToServer = "32"; //may determine how many packets are allowed from each client
$pref::Net::PacketSize = "350"; //size of each packet sent to each client, maximum.has no effect on size of packets client send to the server $pref::Net::PacketSize = "450"; //size of each packet sent to each client, maximum.has no effect on size of packets client send to the server
setlogmode(0); setlogmode(0);

File diff suppressed because it is too large Load diff