I am unsure when you introduced this (last Wednesday or two days ago) but I noticed that when APB.exe is launched, the config file under `APB Reloaded\APBGame\Config\APBEngine.ini` file is overwritten with a default one.
I am not really sure what you are trying to prevent, but this has a few relevant downsides you clearly have not considered nor have you announced publicly of this decision. Namely the frame rate settings.
I am fortunate enough to have a 144hz screen. To take advantage of this monitor and a CPU 10 years ahead of this game's time, I edit my APBEngine.ini file, under `Engine.GameEngine`, raising the values of `MaxSmoothedFrameRate=62` to something reasonable and 2022-ish.
Now of course this is impossible since on launch you're overwriting this file with the 62fps cap.
If there is a ground-breaking config that cannot be changed, it should not be in an .ini file, and instead compiled along the APB binary. If there is a need for a local file that needs to be replaced (or checked with a checksum) then at least break apart your business logic so it does not interfere with customizable settings by the client. Refresh rate surely is one of them.
Don't ignore this issue like all the rest. Thank you in advance.