I run 16 Bit Virtual Studios. You can find more reviews from me on YouTube youtube.com/@16bitvirtual or other social media @16bitvirtual, and we sell our 3D Printed stuff on 16bitstore.com

  • 1 Post
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle





  • So if I download a pirate copy, I’m in the clear because I purchased a license.

    Nope since the copy of the software was obtained with someone else’s license. That said this would be hypothetically impossible to prove in court so 🤷

    Circumventing DRM is questionable since I think it’s illegal to distribute but not own. So let’s say you have a CD installer for the Sims and download a crack exe to launch it without the CD. You are in the clear but the host for the download is not.

    GOG or backing the game up yourself is the only way around this.


  • Because printing in Linux both works and is supported and not supported and hope that there are drivers and they work.

    For example, I have a brother printer and in both arch and Ubuntu/mint the printer worked out of the box. But I was missing features like double sided printing. So I had to download drivers for it.

    In arch the drivers were on the AUR, so I was printing is seconds.

    In Ubuntu/mint they weren’t in my package manager, so I had to go to brother’s website and hope they had drivers. Brother did and while it took a bit it did work too. No worse than windows.







  • Pokemon Sapphire/Emerald/Ruby/Leaf Green/Fire Red were my goto especially for grinding. From sound and memorization along you can play pokemon without looking… Or at least I could.

    Zelda Oracle of Ages is another game which I found calming. Its more puzzle than combat, but there is still combat. Not goof got meeting but good for afterwards.

    The GBC Harry Potter games or Prisoner of Azkaban are fun RPGs that I played before Pokemon. A fun time too, and can almost be played under a desk (don’t ask how I know)

    Pokemon Mystery Dungeon, rogue like endless(ish) dungeon crawler. Amazing story, but the post game is just a grind perfect for fiddling as you are just doing the same thing for 99 levels… Until you find the boss. Better on DS with Blue rescue team, but red on GBA is a good choice.

    Outside of mega man battle network, the rest of my games are platformers which don’t fit the bill




  • Why you shouldn’t buy FO4 on GOG: On Linux it’s a bit more work, installing the game via steam it’s just one button and you are good. GOG you need a third party game manager like Heroic or Lutris. From there you can add it to steam, you’ll also want to download art as the ones provided by lutris are low res.

    You’ll also have a hard time with online saves as you’ll need to also install GOG galaxy, which isn’t fun and is very buggy.

    That said, from an application perspective, it’s running on Proton regardless, so it’ll run the same. And since the folders are easier to find (more structured like windows), I personally find modding in general easier.

    The reason you want to buy the GOG version is that it’s drm free and yours to keep. No launcher required. Not something you’d care about on a steam deck, but on a PC it’s nice to have.


  • For me it was installing apps from the AUR, like Intel Compute. Had dependency issues and errors every time other packages updated and when I tried to fix it, other modules would uninstall, and break my DE, or put my machine in an unrecoverable state.

    It’s not as bad as that time my btfs file system broke randomly in Fedora, since I was able to recover my data. But it always felt like an endless battle with the distro to keep it going. Which is why I moved to mint.

    I know it was a Manjaro issue since when I attempted to move to EndevorOS the issues were gone… though I dont like it as a distro (I.e. why isn’t a package manager gui installed by default)



  • Depends on the distro.

    I found Linux Mint good enough for 99% of things, and most problems can be solved without a terminal.

    Problem is you’d still need to know enough about Linux (just like with windows) to troubleshoot. For example, the files app was causing an error when plugging in drives, I need to figure out that the files app wasn’t call files, but nemo, it’s config lived in a hidden folder called .config in my home folder, and in .config I could delete my configuration to fix my issue.

    In my view Linux is about Windows XP or 7 in terms of usability, a bit of a learning curve, but one worth learning.

    A few modern improvements which makes using Linux easier.

    Use Flatpaks where possible, it’s platform agnostic and usually supported by the actual devs.

    AppImages (think portable exe for windows), are another option, but to “install” them you’d need an app called Gear Lever.

    Check with an apps developer before installing, flatpaks can be packaged by anyone, and they might loose support (steam for example is installable via Deb not flatpak).