komandor_szyszka
23 hours agoRising Traveler
Valid game console commands do not apply through User.cfg
Issue:
Commands from ingame console menu do not apply when put into User.cfg file. They do work fine if inputted ingame.
Steps to reproduce:
- Create User.cfg file in BF6 steam folder
- Add valid commands from ingame console (e.g. PostProcess.DofMethod 0, WorldRender.MotionBlurEnable 0, WorldRender.MotionBlurRadialBlur 0, Thread.ProcessorCount 16, Thread.MaxProcessorCount 16, Thread.JobThreadPriority 4 )
- Load the game
- Observe visual effects (e.g. DoF in loadouts screen), or query console to print current values (e.g. for ProcessorCount
- DoF is still enable ingame. ProcessorCount prints -1, MaxProcessorCount prints 32 (value exceeding available threads)
- Input same commands manually in ingame console
- Both visual effects and querying console for current values (and game performance) reflects commands applying properly