I have decided to switch to Linux Mint from windows. I don't use computer for work that much. And for my personal use I'm switching to Linux Mint. I have heard a lot about it. So giving it a try. I know about emulating windows in linux to play window games. But how do you use cracks and stuff?? Does emulating also access my 100% graphics card or less? I want to know about all these. Please people in my condition help. Thanks in advance :)

  • Ithorian [comrade/them, he/him]
    hexbear
    6
    19 days ago

    johncena141's releases are the most obnoxious thing ever, I have an easier time getting windows games working then trying to get his shit running.

    • Lvxferre@mander.xyz
      hexbear
      3
      19 days ago

      Yup. Like, I get what he's trying to do, if people don't need to extract the contents of the release they're more likely to keep sharing it. It would be reasonable if DwarFS was installed by default in most distros, Mint for example doesn't even have it in the repos*. Still, he shares a huge collection of games, so it's still worth to check if he has something you want.

      *might be relevant for the OP. In Mint here's what I did: I downloaded DwarFS binaries and put them in some random dir (I'll call it /randomdir). Then I edited my .bashrc file and included the following lines:

      undorf () {
      	mkdir "$1".extracted
      	/randomdir/bin/dwarfsextract -i "$1" -o "$1".extracted
      	}
      

      Then when I download his releases, I navigate to the dir where the dwarfs is, plop a terminal, and write undorf [filename]. Boom, extracted without too much fuss.