Please check if your issue has already been reported first!

When reporting a bug, please follow the template provided, otherwise the report will be declined. The information requested is vital to allow us to correctly reproduce and then fix what you are reporting.
We have temporarily disabled Firecrackers and the Flashbang Perk due to a bug which could cause the Killer's game to crash. These will be re-enabled in an upcoming patch when the issue is resolved.

Unreal 4.27.2 Engine.GameNetworkManager & OnlineSubsystemUtils.IpNetDriver to fix rubberbanding

imy
imy Member Posts: 5
edited July 2022 in Bug Reporting

Since the move to UE 4.27.2 I get a LOT of rubber banding - I suspect you may need to tweak the following engine settings to fix this server side (figures are examples);

[/Script/Engine.Player]

ConfiguredInternetSpeed=500000

ConfiguredLanSpeed=500000


[/Script/Engine.GameNetworkManager]

TotalNetBandwidth=500000

MaxDynamicBandwidth=80000

MinDynamicBandwidth=20000


[/Script/OnlineSubsystemUtils.IpNetDriver]

MaxClientRate=800000

MaxInternetClientRate=800000

1
1 votes

Pending · Last Updated