So I downloaded this Pre-Installed game from a respected torrent site. But whenever I run the game, the bottom 5 files get updated/changed apparently. And this torrent goes to the error section in Qbittorrent. Now I have to delete the exe and other small files from my folder and redownload them again through this torrent else this torrent wouldn’t seed.

So I would not be able to seed those bottom 5 files unless I have a completely fresh install of the game ? and that means, I either have to unselect those bottom 5 files from my torrent client or create a copy of the game in another Folder so the exe and other python files don’t get updated as I play the game ?

  • Norah (pup/it/she)
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    If you wanna hard link a directory btw, use cp -lR <src-dir> <dest-dir> to do it. You can’t actually hard link the directory itself, only its contents, so this command will create the directory structure and hard link the files within them.