OS Name/Version: Debian 12
Product Name/Version: v2.6.2.2, built 06/07/2025 05:39
Problem Description:
I would like to request support for setting server tick rate via AMP, which is controlled by the below settings in engine.ini:
[/Script/OnlineSubsystemUtils.IpNetDriver]
NetServerMaxTickRate=xx
LanServerMaxTickRate=xx
[/Script/SocketSubsystemEpic.EpicNetDriver]
NetServerMaxTickRate=xx
LanServerMaxTickRate=xx
[/Script/Engine.Engine]
NetClientTicksPerSecond=xx
See the link below for more info:
I also think we need to be able to control network quality, which can be done via game UI but I believe it corresponds to these settings from engine.ini
[/Script/OnlineSubsystemUtils.IpNetDriver]
MaxClientRate=xx
MaxInternetClientRate=xx
[/Script/Engine.Player]
ConfiguredInternetSpeed=xx
ConfiguredLanSpeed=xx
[/Script/SteamSockets.SteamSocketsNetDriver]
MaxClientRate=xx
MaxInternetClientRate=xx
and the below from game.ini
[/Script/Engine.GameNetworkManager]
TotalNetBandwidth=xx
MaxDynamicBandwidth=xx
MinDynamicBandwidth=xx
Steps to reproduce:
Attempts to customise these settings via the respective files does not work as AMP reverts them back to defaults.
Actions taken to resolve so far:
As above. So this is more of a feature request.
Similar to the other related post below.