Hello, I have been using steam to run a pirated version of elden ring on my linux desktop. This works fine but now i wanna move to heroic launcher instead of steam. The game launches but i dont have any progress in the game. I think it has something todo with wineprefix but i have no clue how to solve this.

Does someone know how i can solve this? Thanks for your time!

  • sorrybookbroke@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    sorry about that, the file is called ER0000.sl2

    You should try find . -type f -name "*.sl2"

    For others that may see this and be confused, what you’re asking is for any file ending in exactly .sl. Since the ending is sl2 it’ll be false, as there’s a 2 at the end.

    • cejonit923@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      find . -type f -name “*.sl2”

      Alright this returned some results!!!

      root@nixos:/home/reinoud]# find . -type f -name “*.sl2” ./Games/Heroic/Prefixes/default/Elden Ring/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./Games/ELDEN RING/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./.wine/drive_c/users/reinoud/AppData/Roaming/DarkSoulsIII/0110000100000666/DS30000.sl2 ./.local/share/Steam/steamapps/compatdata/2513850683/pfx/drive_c/users/steamuser/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./.local/share/Steam/steamapps/compatdata/783770/pfx/drive_c/drive_c/drive_c/users/reinoud/AppData/Roaming/DarkSoulsIII/0110000100000666/DS30000.sl2 ./.local/share/Steam/steamapps/compatdata/783770/pfx/drive_c/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./.local/share/Steam/steamapps/compatdata/783770/pfx/drive_c/users/reinoud/AppData/Roaming/DarkSoulsIII/0110000100000666/DS30000.sl2 ./.local/share/Steam/steamapps/compatdata/783770/pfx/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366/ER0000.sl2 ./.local/share/Steam/steamapps/compatdata/3523680750/pfx/drive_c/users/steamuser/AppData/Roaming/DarkSoulsIII/0110000100000666/DS30000.sl2

      Now i just past the .sl2 file in $HOME/Games/Heroic/Prefixes/EldenRing/pfx/drive_c/users/steamuser/AppData/Roaming/EldenRing/ ?