Skip to content

Commit

Permalink
Modified config for compatibility
Browse files Browse the repository at this point in the history
Hopefully this fixes some issues
  • Loading branch information
RobChiocchio committed Oct 23, 2017
1 parent 151ed13 commit 2cff578
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions CoopPatch/cooppatch.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2cff578

Please sign in to comment.