Turkeh · nil
- person Turkeh
- perm_contact_calendar Member since
- today Last active (1 visits)
Comments
-
$pref::Net::PacketRateToClient = 24;$pref::Net::PacketRateToServer = 24;$pref::Net::PacketSize = 400; These are the defaults for "Cable".
-
This is likely an issue with the manner in which Tribes2 manages the player count. There is a fix you'll probably have to apply manually (unless a fix is thrown into the next patch) Open up Server.cs and find GameConnection::onConnect() Towards the end, change$HostGamePlayerCount++; to$HostGamePlayerCount =…