• Almacca@aussie.zone
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    14 hours ago

    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
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 hours ago

      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
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        52 seconds ago

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

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

    • FauxLiving@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      edit-2
      4 hours ago

      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
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        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
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 hours 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.