• apprehensively_human@lemmy.ca
    link
    fedilink
    English
    arrow-up
    9
    ·
    10 hours ago

    What’s your process for running the unpacker executable? Maybe it depends on the game, but I set up a wineprefix through Lutris and always seem to run into issues getting it to complete properly without any unpacking errors.

    • potatoguy@lemmy.eco.br
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      1 hour ago

      For the setup:

      Final Edit: The wine prefix is the same for the games and the installer, just a windows subsystem that has all the dependencies.

      First I install the wine-cachyos package, create a WINEPREFIX variable for the folder i want to put the prefix in, then i run winecfg to start the prefix, then I install the dotnet packages and vcredist packages through (before, when the repos existed) these links for the vcredist and dotnet (maybe archive.org or somewhere else still have the executables), or using winetricks too, but these are nicer to use as they install everything in one go.

      Then I install the dxvk and vkd3d (you can install through lutris, so this is kinda useless hahaha).

      Then I run the fitgirl repack through lutris and click to install the vcredist or .net when asked.

      Then I just run the game with a runner or wine-cachyos.

      I’ll update this with valid links when I find them.

      Edit: last time I used this and this, installing just the .net runtimes, not directx, java, silverlight, etc.

      • [object Object]@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 hour ago

        winetricks should be able to install all of those dependencies, including versions of .net and vcredist. But it’s a terminal script, so requires the environment variables that Wine uses for the paths and stuff.

        • potatoguy@lemmy.eco.br
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 hour ago

          Yeah, remembered that wrong, thanks for the correction! Corrected it in my comment.

          winecfg can add drives too, I always put an U: to /home/username , that makes it easier to pick a better location to install the game files (in my case, to ~/Games). A lot of things can be tweaked with winetricks and winecfg hahaha.

          I think WINEPREFIX is all those tools need. Lutris can use that too (if i remember correctly).

    • Malgas@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 hours ago

      The last time I used one, I had to edit some paths in a .md5 file to get the hash verification to work.