I even took the time to find way to backup my games so I can get legal ROMs too.
I have a FHDB PS2 and soooo many games to back up 😭 ughhh.
I have a few titles that I “backed up” 🏴☠️ already, but i’m not looking forward to ripping my physical disks… my PS1 library took the entire day and two cd drives, sadly most of those disks were partially unreadable
Seconded. I like having all my games in one place, on all my devices, with Linux support out-of-the-box thanks to Proton. Also, Steam DRM is easy to bypass with code available on GitHub if you really wanted to.
Epic does none of this for me, and I won’t support a company that called all gamers “shmucks” or whatever that C suite said
For a short period of time GTA 3, VC and SA were removed from storefronts… replaced with the “GTA Definitive Edition” which was essentially a buggy mobile port, ported back to PC, not supporting any of the existing mod ecosystem.
During that time the only way to get your hands on the real “definitive” versions of these games was the high seas.
I believe the originals are restored now, but IMO Take2/Rockstar have fully lined pockets already so 🏴☠️🚢
VLC can pretty much play everything - avi, avi+mjpeg, mov, mpeg, 3gp, flv, you name it. In some cases it can reconstruct corrupted videos and try to play them (typically AVI files)
There’s another player called MPV if you want a second option just in-case though!
Yeppp this is what I currently do, and offers the best performance IMO compared to using something like gocryptfs in userspace on top of BTRFS. Pretty happy with it except a few small things…
It can be a bit of a faff to mount on a new machine if its file manager doesn’t support encrypted volumes natively ☹️. On your daily you can have it all sorted in your crypttab and fstab so it’s not an issue there
My main problem though is if it’s an external USB device you have encrypted with LUKS, the handles and devices stay there after an unexpected USB disconnect… so you can’t actually unmount or remount the dm-crypt device after that happens. Anytime you try, the kernel blocks you saying the device is busy - only fix i’m aware of is a reboot.
If the encryption is managed by the filesystem itself, one would probably assume this kind of mounting & unexpected disconnect scenario would be handled as gracefully as possible