this post was submitted on 17 May 2025
10 points (100.0% liked)

Linux Gaming

18510 readers
216 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

I hope this is the correct community for technical issues. If not, tell me where should I go the next time.

IDK if that's an installation error on my end or Heroic can't download them into AppData, but there's no Portraits folder, meaning every character has a placeholder

I've already had to switch save directory from ~/Games/Heroic/Prefixes/default/Pathfinder.../pfx/drive_c/... to ~/Games/Heroic/Prefixes/default/Pathfinder.../drive_c./...

Using Wine GE 8-26 on Ubuntu 24.04

I'd be grateful for a fix or a zipped portraits folder

top 4 comments
sorted by: hot top controversial new old
[–] tal@lemmy.today 3 points 2 hours ago* (last edited 23 minutes ago) (1 children)

Assuming that this is the game in question:

https://steamdb.info/app/640820/

It looks like it has a Linux-native build, which is probably what you are using. Anything under pfx/drive_c is used by Proton, Valve's WINE build used for running Windows binaries. You can force use of a game's Windows binary under Proton rather than the Linux-native binary, in which case all of the Windows file paths for game-modifiable stuff will be in a game-specific directory under:

~/.steam/steam/steamapps/compatdata/<Steam AppID>/pfx/drive_c/<Windows path>

There can also be game data files in ~/.steam/steam/steamapps/common/<game name>. I believe that that's just intended for stuff that Steam writes, not stuff that the game might modify.

If the above-linked game is the one you're talking about, then its AppID is "640820".

The path below that will be the same as for the Windows version of the game; just won't have a "C:\\" prefix, but the ".../drive_c" prefix.

But if you're using the Linux-native build, which I'd guess is most-likely the case, then a game technically could be storing it wherever. It'll most-likely be under ~/.local (or ~/.config, though that's not really intended for binary game data) somewhere. Can do:

$ find ~/.local | grep Portraits

And it'll list paths containing "Portraits".

kagis

https://old.reddit.com/r/Pathfinder_Kingmaker/comments/mki0sa/portraits_on_linux/

This guy has:

~/.config/unity3d/Owlcat Games/Pathfinder Kingmaker/Portraits/ 
[–] belathus@bookwormstory.social 1 points 34 minutes ago

I haven't played this game in a while and no longer have it installed, but I only play in Linux and I'm pretty certain this is how I got portraits in my game.

[–] just_another_person@lemmy.world 3 points 7 hours ago (1 children)

Unfamiliar with this specific game, but looking around, it seems you just create the folder where it should be: WINE_PREFIX/drive_c/users/$(whoami)/AppData/LocalLow/Owlcat Games/Pathfinder Wrath Of The Righteous/Portraits

Then it will allow you to add portraits. As far as it not installing whatever is supposed to be there from the installer, try adding the folder and running the installer again, or verifying game files if that's an option.

[–] Gutek8134@lemmy.world 1 points 6 hours ago

Seems like it didn't help