You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated .NET runtime link to the needed version [8.x]
- Removed comment about Steam compatdata. This is a common process for setting up Windows apps on the Steam Deck and is an unnecessary comment for docs.
- Added section for logging in to Phalcode/GV+ account
Copy file name to clipboardExpand all lines: docs/advanced-usage/steamdeck.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ Please note that running GameVault on Linux using this method is considered **un
11
11
To start, you need the Application files. The simplest way to get them is explained [here](../client-docs/setup.md#option-1-obtain-pre-built-artifacts-from-github).
12
12
13
13
1. Download the latest version of the GameVault app [here](https://github.com/Phalcode/gamevault-app/releases).
14
-
2. Download .NET from [here](https://download.visualstudio.microsoft.com/download/pr/3136e217-e5b7-4899-9b7e-aa52ecb8b108/d74134edaa75e3300f8692660b9fb7b5/windowsdesktop-runtime-6.0.26-win-x64.exe).
14
+
2. Download .NET from [here](https://download.visualstudio.microsoft.com/download/pr/fc8c9dea-8180-4dad-bf1b-5f229cf47477/c3f0536639ab40f1470b6bad5e1b95b8/windowsdesktop-runtime-8.0.13-win-x64.exe).
15
15
3. Download fonts from [here](https://archive.org/details/windows-11-21h2-complete-font-collection).
16
16
4. Unzip the GameVault application where you want the application to live.
17
17
18
18
:::warning
19
19
Where you place the app is where it will install windows portable apps. Make sure you have enough space.
20
20
:::
21
21
22
-
5. Add `gamevault.exe` to Steam library as a non-steam game (This is important for the proton compdata appid... or so I've been told).
22
+
5. Add `gamevault.exe` to Steam library as a non-steam game.
23
23
6. Change game compatibility properties to use your preferred version of proton.
24
24
7. Change the target of the Non-steam game to the .NET installer.
25
25
8. Run the game via Steam.
@@ -39,3 +39,9 @@ To start, you need the Application files. The simplest way to get them is explai
39
39
:::warning
40
40
Since there is currently no auto-update functionality available (as mentioned in [this link](../client-docs/updating-client.md#other-sources)), it is your responsibility to manually update your GameVault client. To update your client, you will need to repeat the procedure in this documentation.
41
41
:::
42
+
43
+
## Logging into Phalcode account
44
+
45
+
:::warning
46
+
The GameVault pop-up to authenticate your Phalcode account relies on WebView2, which is not natively supported on the Steam Deck. As of February 18 2025, there is no known method for installing the WebView2 dependency on the Steam Deck. Consequently, GameVault+ features are not available on the Steam Deck.
0 commit comments