-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
set WillowOnlineGameSettings NumPublicConnections 64 | ||
|
||
set GameInfo MaxPlayers 64 | ||
set GameInfo MaxPlayersAllowed 64 | ||
set GameInfo MaxSpectators 64 | ||
set GameInfo MaxSpectatorsAllowed 64 | ||
|
||
#set WillowCoopGameInfo NumPlayers 3 | ||
|
||
set UIGameInfoSummary bIsTeamGame true | ||
|
||
set IPDrv.TCPNetDriver NetServerMaxTickrate 30 | ||
|
||
#set WillowCoopGameInfo TotalNetBandwidth=64000 | ||
|
||
#set GD_Globals.General.Globals RespawnDelayInSeconds 0.000000 #no respawn delay on enemies | ||
set GameInfo MaxSpectatorsAllowed 64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
set WillowOnlineGameSettings NumPublicConnections 64 | ||
|
||
set GameInfo MaxPlayers 64 | ||
set GameInfo MaxPlayersAllowed 64 | ||
set GameInfo MaxSpectators 64 | ||
set GameInfo MaxSpectatorsAllowed 64 | ||
|
||
#set WillowCoopGameInfo NumPlayers 3 | ||
|
||
set UIGameInfoSummary bIsTeamGame true | ||
|
||
set IPDrv.TCPNetDriver NetServerMaxTickrate 30 | ||
|
||
#set WillowCoopGameInfo TotalNetBandwidth=64000 | ||
|
||
#set GD_Globals.General.Globals RespawnDelayInSeconds 0.000000 #no respawn delay on enemies |