config change
This commit is contained in:
parent
bd90a8ccab
commit
6c2881000c
2 changed files with 10 additions and 4 deletions
|
|
@ -8,8 +8,8 @@ MaxInternetClientRate=100000
|
|||
MaxClientRate=100000
|
||||
NetServerMaxTickRate=120
|
||||
LanServerMaxTickRate=120
|
||||
ConnectionTimeout=30.0
|
||||
InitialConnectTimeout=60.0
|
||||
ConnectionTimeout=10.0
|
||||
InitialConnectTimeout=20.0
|
||||
|
||||
[DDoSDetection]
|
||||
bDDoSDetection=True
|
||||
|
|
@ -21,6 +21,11 @@ HitchFrameTolerance=3
|
|||
[/Script/Engine.Engine]
|
||||
bAllowMatureLanguage=True
|
||||
bSmoothFrameRate=True
|
||||
bUseFixedFrameRate=False
|
||||
SmoothedFrameRateRange=(LowerBound=(Type=Inclusive,Value=30.000000),UpperBound=(Type=Exclusive,Value=120.000000))
|
||||
;NetClientTicksPerSecond=120
|
||||
;FixedFrameRate=999.000000
|
||||
|
||||
|
||||
;https://docs.unrealengine.com/en-US/API/Runtime/AIModule/Navigation/UCrowdManager/index.html
|
||||
;;make AI into squad/group (Need testing)
|
||||
|
|
|
|||
|
|
@ -10,8 +10,9 @@ MinimumPlayers=1
|
|||
SupplyGainFrequency=99999
|
||||
|
||||
[/Script/Engine.GameNetworkManager]
|
||||
bMovementTimeDiscrepancyDetection=false
|
||||
bMovementTimeDiscrepancyResolution=false
|
||||
bMovementTimeDiscrepancyDetection=False
|
||||
bMovementTimeDiscrepancyResolution=False
|
||||
ClientAuthorativePosition=False
|
||||
|
||||
[/Script/Engine.GameSession]
|
||||
MaxPlayers=16
|
||||
|
|
|
|||
Loading…
Reference in a new issue