diff --git a/CoopPatch/cooppatch.txt b/CoopPatch/cooppatch.txt index fd781e8..dc7b7ef 100644 --- a/CoopPatch/cooppatch.txt +++ b/CoopPatch/cooppatch.txt @@ -1,10 +1,25 @@ set WillowOnlineGameSettings NumPublicConnections 64 -set GameInfo MaxPlayers 64 -set GameInfo MaxPlayersAllowed 64 -set GameInfo MaxSpectators 64 -set GameInfo MaxSpectatorsAllowed 64 +set GameInfo MaxPlayers 512 +set GameInfo MaxPlayersAllowed 512 +set GameInfo MaxSpectators 512 +set GameInfo MaxSpectatorsAllowed 512 +set Engine.GameInfo EffectiveNumPlayers 4 -set IPDrv.TCPNetDriver NetServerMaxTickrate 20 set WillowCoopGameInfo TotalNetBandwidth 64000 +set IPDrv.TCPNetDriver NetServerMaxTickrate 20 +set IPDrv.TCPNetDriver bClampListenServerTickRate True -set Engine.GameInfo EffectiveNumPlayers 4 +set IPDrv.PartyBeaconHost NumTeams 255 +#set IPDrv.PartyBeaconHost NumPlayersPerTeam 4 +set IPDrv.PartyBeaconHost bBestFitTeamAssignment True + +#set Engine.OnlineGameSettings NumOpenPrivateConnections +#set Engine.OnlineGameSettings NumOpenPublicConnections +#set Engine.OnlineGameSettings NumPrivateConnections +#set Engine.OnlineGameSettings NumPublicConnections +#set Engine.OnlineGameSettings OwningPlayerName SERVERNAME + +set GlobalsDefinition TravelDelay 0 +set GearboxFramework.GearboxGlobals DefaultMaxPopulationActorCost 50 + +set PlayerInteractionServer TimeoutTime 20.0 \ No newline at end of file