this post was submitted on 16 Oct 2023
50 points (100.0% liked)

Gaming

30556 readers
229 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 year ago (3 children)

My experience with modding games while using Proton on Linux (without Workshop support): It's atrocious, cumbersome and even outright does not work for some games because communities tend to build a Mod Manager (that then other mods start to hard depend on) that does not work in that environment at all. I'm at the point where I don't even bother trying it out if there's not workshop support.

[–] [email protected] 7 points 1 year ago

Paradox's first party titles generally have excellent Linux support and have for a long time. Can't swear that will be the case here but overall they're one of the best publishers for Linux.

[–] [email protected] 2 points 1 year ago

Yeah, Bethesda games are the worst about this.

[–] [email protected] 1 points 1 year ago

The way those mod loaders work for games that don't have built in mod support is often by using Win32 APIs to inject the loader into the game process like a virus. It's unlikely that injection mechanism and subsequently finding the relevant game code works correctly on Linux under Wine. Mod loaders that involve modifying the game files or placing extra DLLs in the game directory might work, but might take some extra tricks.