EA App Keeps Loosing Advanced Launch Options
The EA app now keeps loosing any command line options that are set for Apex Legends. I have tried closing an opening the app after setting the values. Setting the values and logging in and out. Most of the time the values seems to be remember until I reboot my PC but occasionally it remembers then after a reboot.
TO REPRODUCE (FOR ME ANYWAY)
Set a command line argument in the EA app (I set "+fps_max 164 -dev").
Play Apex, the command line options will be remembered.
Restart PC.
The advanced launch options will normally be set back to nothing most of the time, but sometimes it seems to remember them and forget them later.
1st variant:
Close EA app;
Open "C:\Users\<User_Name>\AppData\Local\Electronic Arts\EA Desktop\user_blablabla.ini" file for edit and place this string:
user.gamecommandline.Origin.OFR.50.0002694=+fps_max 164 -dev
Save it. (Optional: set "read-only" mark)
2nd variant:
U can create a shortcut for launching the game with ur parameters like this:
- create a shortcut for the EALaunchHelper.exe in the EA app folder;
- open its properties and replace/add the first line (Object) to:
"C:\Program Files\Electronic Arts\EA Desktop\EA Desktop\EALaunchHelper.exe" "origin2://game/launch/?offerIds=194908&cmdParams=+fps_max 164 -dev"
or in old syntax:
"C:\Program Files\Electronic Arts\EA Desktop\EA Desktop\EALaunchHelper.exe" "origin://LaunchGame/194908?CommandParams=+fps_max 164 -dev"
The path to EA app "C:\Program Files\Electronic Arts\EA Desktop\EA Desktop\" can be diffrent for u.