mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-14 17:10:34 +00:00
Added midair points from sctf, various other things
This commit is contained in:
parent
330d4e4b51
commit
d04aadfd46
6 changed files with 145 additions and 102 deletions
13
autoexec/packetsettings.cs
Normal file
13
autoexec/packetsettings.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
$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::PacketSize = "350"; //size of each packet sent to each client, maximum.has no effect on size of packets client send to the server
|
||||
|
||||
|
||||
setlogmode(0);
|
||||
// leave this set to zero unless you are coding and need a log it will make a huge file...!!!
|
||||
|
||||
$logechoenabled=0;
|
||||
//set to 1 you can now see game details in console. Thanks to tubaguy.
|
||||
|
||||
SetPerfCounterEnable(0);
|
||||
//server stutter fix
|
||||
Loading…
Add table
Add a link
Reference in a new issue