
Syrvolga
Published
Runs great but requires disabled overlay and skipvideos argument (which is harder to configure in the new EA app)
-skipvideos
Requires disabled overlay in EA app and also -skipvideos argument in EA configuration (which is not allowed right now in Steam)
Since last EA update (Origin app replaced by EA app), things are a bit more rough but playing on steamdeck is still possible. Basically, skipvideos
argument and disabled overlay are both required in EA app for this game to launch.
First, run the game using Proton Experimental and let EA app install properly: you get the splash screen and then a black screen and nothing else. Exit the game.
Second, you have to disable the EA app overlay by launching protontricks
on the BurnoutPR
prefix:
- select "default prefix", "run explorer"
- find the EA app launcher (located in something like
C:\Program Files\Electronic Arts\EA Desktop\EA_App_Launcher.exe
) and double click on it. EA app opens and after some time you can log in and go to the app settings to disable the ingame overlay.
Now for the skipvideos arg, EA app is not accepting args from Steam at the moment. So you have to piggyback the argument to the exe file by creating a bat file launching the game with the -skipvideos argument and then converting it to an exe file.
This involves:
- go into the installation folder of
BurnoutPR
on your steam deck - rename the
BurnoutPR.exe
file toBurnoutPR.orig.exe
- create a
BurnoutPR.bat
file; the content will depend on where you installed the game- on SSD :
start Z:\home\deck\.local\share\Steam\steamapps\common\BurnoutPR\BurnoutPR.orig.exe -skipvideos
- on SD card :
start E:\steamapps\common\BurnoutPR\BurnoutPR.orig.exe -skipvideos
- on SSD :
- go on an external windows machine to convert this bat file to a new exe file that will replace the old one
- copy the bat file to the root of
C:
on the windows machine - go into search bar in windows and search for iexpress; right click and run as admin
- select "create new self extraction directive file"
- select "extract files and run command"
- name the package as
BurnoutPR
- select "no prompt"
- select "do not display a license"
- select the
C:\BurnoutPR.bat
file and add it to the packaged files - enter
cmd /c BurnoutPR.bat
as install program with no post install command - select "default" on show window
- select "no message"
- save the package in
C:\BurnoutPR.exe
- check "Hide File Extracting Progress" and "Store files using Long File Name"
- confirm you want to continue when asked if box should be left unchecked on win95
- select "no restart"
- select "don't save"
- select finish and your exe file is done !
- now copy that exe file back to steam deck in the
BurnoutPR
installation folder (right next toBurnoutPR.orig.exe
)
Everything should be good and running now. Congrats !
Had to set borderless windowed display and restart the game for keyboard to be properly detected
You have to restart the Steam Deck before playing the game or else you have return to desktop every 30 seconds. After restart, the game plays fine.
Stuttering is fixed by using Proton Experimental
Game is playable but having the wrong background is troublesome for a visual novel. Hopefully it will be fixed but we have a workaround !
Changed language to japanese in steamos for the game
Wrong backgrounds loaded at some point fixed by changing the langage
There is a dialog blocking the launch of the game. The OK button is disabled and you can't do anything about it.
Here how to disable that dialog:
- Use protontricks to load the default game prefix
- Use regedit and navigate to "HKEY_USERS{YOUR_ID}\Software\WillPlus\Empress×elf\GREAT DECEIVER"
- Change the "DisableDialog" key value from 0 to 1
- Happy reading !
Tdp set to 5w on deck to improve battery life
Game kept loading for me in gaming mode. Tried few proton args without success. Only way to fix was to launch it once in desktop mode.