this post was submitted on 01 May 2026
251 points (97.0% liked)

Technology

84299 readers
3204 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Almacca@aussie.zone 0 points 1 day ago* (last edited 1 day ago) (2 children)

OK, so tell me how to get Assetto Corsa Content Manager, Custom Shaders Patch and all the other mods I have installed, Quest 2 VR and Moza Pit House working in Linux, because that's the thing keeping me from switching. Would WINE work well enough for that?

[–] FauxLiving@lemmy.world 7 points 1 day ago* (last edited 23 hours ago) (1 children)

I'll legit look into this tomorrow. e: Done - https://lemmy.world/post/46306690/23526313

The answer is generally: Proton/Steam. There was a patch to WINE or Proton recently that made it much easier to use mods that require custom DLLs.

The core weird trick is understanding that there's a directory for your game (once installed/setup in Proton) that's essentially the C: drive. As far as your game is concerned, it's running on Windows where it is the only non-system software installed.

So, any mods that are just scripts/plugins where you copy them into a folder then launch the game (anything without DLL, basically), you install the same way... But you use the directory, that contains the "C drive" for that specific game.

It sound complicated but once you do it once or twice it'll feel familiar. You just now have a unique "C drive" directory for each game.

You can install/run multiple applications in the same bottle (basically what WINE calls the fake-c-drive-using windows environment). For example, when I play PoE2, I use a third party program to make trading easier. I just run that program inside the same bottle as the game and they think they're both running on the same computer.

For basic things like installing and playing games on Steam it's all handled automatically. You click the install button and then click the play button. Installing workshop mods is also exactly like in Windows. Steam just knows how to use WINE/Proton.

[–] bridgeburner@lemmy.world 1 points 1 day ago (1 children)

That approach doesn't work for any game, tho. For example, I can't get mods working for World of Tanks. If I move the mid files in the directory where they normally would be under Windows, WoT crashes when I start it.

[–] FauxLiving@lemmy.world 2 points 1 day ago

For WOT/WOWS you should be ablt to run Aslains modpack installer inside of the wine prefix with protontricks: https://github.com/Matoking/protontricks

For the method that you're using, you could enable proton logging and that would let you see the traceback of the crash. It may give you a bit more information about what it was trying to do when it crashed.

[–] FauxLiving@lemmy.world 1 points 23 hours ago (1 children)

Ok, my coffee fueled morning research:

Essentially, if you can install the game with Steam it works out of the box. According to Protondb (https://www.protondb.com/app/244210) the game has a Gold rating which means it works without any major flaws.

[–] Almacca@aussie.zone 1 points 18 hours ago* (last edited 18 hours ago) (1 children)

Legend! I'm saving this post for when I do finally get the motivation to switch.

The main mods I'm concerned about are Custom Shaders Patch and Pure, but I believe the devs are working on Linux versions of those as well.

[–] FauxLiving@lemmy.world 0 points 18 hours ago (1 children)

If you do and run into any trouble, feel free to DM me. :)

[–] Almacca@aussie.zone 2 points 14 hours ago (1 children)

Thanks. I will say, though, that still seems pretty lengthy and complicated to get working. ;) But I guess I only have to do it once.

Most of the other mods are simply cars and tracks, which I guess are just drag and drop like in Windows. The only other one that might be an issue is the 2Real traffic/pedestrian mods.

[–] FauxLiving@lemmy.world 1 points 14 hours ago (1 children)

I will say, though, that still seems pretty lengthy and complicated to get working. ;) But I guess I only have to do it once.

Yeah it is. Though, if you're doing sim racing and also modding a game it isn't an inherently a plug and play situation even in Windows. :P

Most of the games I play are just 'buy, click install on Steam, press play'.

The only other one that might be an issue is the 2Real traffic/pedestrian mods.

It looks like you can run the install.bat file in the wine prefix via protontricks and then copy the csp traffic tool, car pack and traffic/pedestrian.json files in the appropriate folders.

You may have to click the 'Try to Fix' button in the taskbar in Practice mode to auto-install the traffic mods, but this seems like something that you have to do on Windows too.

[–] Almacca@aussie.zone 1 points 11 hours ago (1 children)

Yeah it is. Though, if you're doing sim racing and also modding a game it isn't an inherently a plug and play situation even in Windows. :P

True, but I'm at least familiar with it.

Most of the games I play are just 'buy, click install on Steam, press play'.

All my games are installed on a non-OS drive. Will I have to re-download them, or will Steam automatically detect them once I point it to the directory?

[–] FauxLiving@lemmy.world 1 points 10 hours ago (1 children)

All my games are installed on a non-OS drive. Will I have to re-download them, or will Steam automatically detect them once I point it to the directory?

The SteamLibrary folder will move over, no problem.

The drive being formatted as NTFS is the issue. Valve doesn't recommend this with Proton/WINE for reasons. NTFS isn't case sensitive, for example.

If you have the space to temporarily move your SteamLibrary elsewhere you can just format the drive to ext4 and move the folder back. (If not we are in one of those '30 different possible ways to solve the problem' situations that was mentioned at the top of the comment chain :P)

[–] Almacca@aussie.zone 2 points 10 hours ago* (last edited 10 hours ago) (1 children)

The drive being formatted as NTFS is the issue. Valve doesn't recommend this with Proton/WINE for reasons. NTFS isn't case sensitive, for example.

If you have the space to temporarily move your SteamLibrary elsewhere you can just format the drive to ext4 and move the folder back. (If not we are in one of those '30 different possible ways to solve the problem' situations that was mentioned at the top of the comment chain :P)

I don't, and I'm out.

[–] FauxLiving@lemmy.world 1 points 10 hours ago

No worries, good talkin' to ya. :)