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 ?
I think it’s still against the etiquette of torrenting as well. If you only download a few episodes from a season pack then partial seeding is fine, but leaving a game unplayable if you’re the only seed is wrong in my opinion.
That said, in terms of solutions OP, if you’re conscious of disk space:
Edit: tagging so you see this OP: @Ghost999@lemmy.dbzer0.com
Yeah I’ve tried that, it didn’t work, I even tried restarting the system before doing a force recheck to make sure they’re not open in the background but it still doesn’t work.
I was thinking of doing this too as I mentioned in my other comment, this seems the only option.
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.