-
Notifications
You must be signed in to change notification settings - Fork 1
Boot profiles
Boot profiles are wrappers to launch applications with. A simple example would be instead of launching the game directly, you could launch the game in a text editor (as CLI examples: game.exe
-> notepad game.exe
). They contain what platform the wrapper runs on, and what type of executable it can launch
Boot profiles are not really used on Windows. The Native Launcher
launches executables directly. This works identically on Linux.
Where it gets interesting to use boot profiles is on Linux. On Linux, boot profiles are used to run Windows games. The game gets passed trough to either Proton or Bottles to launch the Windows executable.
Boot profiles are selectable globally and per game
A global or 'default' boot profile gets used by default to launch an executable of a specific platform.
- Open Alfae
- Click on the
Boot Profiles
button in the top right, click on a specific profile and then selectSet as default
- From now on, all games set to the 'Default' profile will launch with the selected boot profile
In case a game needs a specific wrapper to run, you can use the per-game profile option. Also, Proton boot profiles specifically allow you to also use a seperate prefix for it's executable
- Open Alfae
- Click on a supported installed game, click on
More
, then click onSet Boot Configuration
- Select a boot profile using the dropdown menu
- A
Seperate proton path
toggle is available if the current boot profile uses Proton
- A
- Click
Save
to save the selected profile - From now on, this game will launch with the selected boot profile
TODO