• @Takios@feddit.de
    link
    fedilink
    119 months ago

    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.

    • falsem
      link
      fedilink
      79 months 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.

    • falsem
      link
      fedilink
      29 months ago

      Yeah, Bethesda games are the worst about this.

    • @i_am_not_a_robot@discuss.tchncs.de
      link
      fedilink
      English
      19 months 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.