this post was submitted on 12 Aug 2023
53 points (94.9% liked)
Steam Deck
14921 readers
190 users here now
A place to discuss and support all things Steam Deck.
Replacement for r/steamdeck_linux.
As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title
The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.
Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.
These are not enforced, but they are encouraged.
Rules:
- Follow the rules of Sopuli
- Posts must be related to the Steam Deck in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I got it working, I intend to buy the game on steam next payday (this week), until then I've borrowed the GOG version from a friend.
/run/media/mmcblk0p1/steamapps/common/
to put the game, so it's stored similar to other games which are on the sd card. I use Linux on my main computer so I used rsync to copy it over. With SSH enabled on the steamdeck it was something likersync -r -azvhP "Baldurs Gate 3" [email protected]:/run/media/mmcblk0p1/steamapps/common/
It took ages, maybe a few hours, I played Hades which I usually play on 3W TDP, I unlocked the TDP while playing Hades in game mode while copying the files, and Hades was stored on the same SD card which I was copying BG3 to. Hades just had slower loading times.steam_appid.txt
with the contents1086940
only that as the contents, inside/run/media/mmcblk0p1/steamapps/common/Baldur's Gate 3/bin/
next to the bg3.exe file."/run/media/mmcblk0p1/steamapps/common/Baldur's Gate 3/bin/bg3.exe"
as a non steam game in desktop mode, remember to double check that the quotes are added, if not add quotes to the beginning and end of the string after wards. pick bg3_dx11.exe instead if you want the dx11 mode.Bonus step (settings), I also added the mod that replaces DLSS with AMD FSR2, and I run everything at low, except shadows, and have TAA + FSR2 with the wrong name for the profile called Ultra Quality. I have the game locked to 30fps in the Steam Deck quick access menu. I am okay with 30fps, and I prefer to have a slightly longer battery life than eking out the very last bit of performance or visuals out of the game. It's a bit blurry, but I found these settings were quite nice. Wish I could have higher texture settings, but it seams to not load in higher textures even if I try to pick it, since it looks like the VRAM is filled up without it. The menus are at native resolution, and the faces of the people seam very nice with these settings, so I call that a win. I have not tried DX11 though. Slow HDD mode seams to not work, as it should load more things into RAM to reduce issues with loading from a slow disk, but the memory and vram is already filled so It doesn't seam to give better performance. Anecdotally turning off Slow HDD mode might reduce some frametime spikes, not sure.
Note, Since I intend to just buy this game this week, I think I'll just start a new game, but if I wanted to copy the save game files over, I would go to '/home/deck/.steam/steam/steamapps/compatdata/' find the randomly generated ID for the non-steam-game, would start with checking the most recently updated folder, enter that directory, then pfx/drive_c/ and look for the same game, and copy it over to the compatdata folder for the steam version of the game manually.