Replies: 1 comment
-
The EA APP opens Boilrs' Origin Shortcuts it creates... the catch is you would have had to have installed Origin first. Then import your Origin games. and then install The EA APP and let it Delete Origin. The folders left over in Origin wil be picked up from The New EA APP. So yeah The EA APP launches Origin Shortcuts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To Implement in Boilr (Windows and Linux), When it comes to "Target" and Start In" sometimes it doesnt pick up The "C:". This has to do with steam not boilr. I recommend starting at the Root (Home/deck/etc.) for the Steam Deck; GOG i left empty because its DRM so just finding the game is ok i guess. Importing Epic works fine for me on the Linux version of Boilr.
Amazon Games
Target
"C:\users\steamuser\AppData\Local\Amazon Games\App\Amazon Games.exe"
Start In
"C:\users\steamuser\AppData\Local\Amazon Games\App"
Launch Options
STEAM_COMPAT_DATA_PATH="/home/deck/.local/share/Steam/steamapps/compatdata/3170485718/" %command% -'amazon-games://play/6dbb49c6-cd4d-416e-b7d0-cad3088d587d'
with Amazon games you need the hyphen and single quotations just like Epic
Ubisoft
Target
"C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\upc.exe"
Start In
C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher
Launch Options
STEAM_COMPAT_DATA_PATH="/home/deck/.local/share/Steam/steamapps/compatdata/3170485718/" %command% "uplay://launch/4/0"
Just a space and quotations for Ubisoft
Origin
Target
"C:\Program Files (x86)\Origin\Origin.exe"
Start In
"C:\Program Files (x86)\Origin"
Launch Options
STEAM_COMPAT_DATA_PATH="/home/deck/.local/share/Steam/steamapps/compatdata/3170485718/" %command% "origin2://game/launch?offerIds=Origin.OFR.50.0005033&autoDownload=1&authCode=&cmdParams="
Just a space and quotations for Origin
GOG
Launch Options
STEAM_COMPAT_DATA_PATH="/home/deck/.local/share/Steam/steamapps/compatdata/3170485718/" %command%
This is how my steam deck looks like to launch all games with their launchers
Beta Was this translation helpful? Give feedback.
All reactions