Count Regal Inkwell

Nerd|Furry|Linux User|Ace|BiRomantic|Taken <3

Leftist with an incorrigible love for fancy aesthetics (mostly Renaissance Italy/Victorian England) that might be incorrectly read as a monarchist because of that.

en.pronouns.page/@vinesnfluff

Unicorn, but also occasionally gryphon.

  • 4 Posts
  • 118 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle
  • ~/Brojetos (anything relating to making stuff, writing, drawing, video creation, programming, etc., professional or personal)

    ~/temp (a non-hidden temp folder with a script that wipes it when the PC shuts down or reboots, used for downloads and such to prevent the “downloads folder is an abomination” problem that plagues any computer after a while of usage)

    ~/AppsGames (appimages, applications compiled from source and not installed to system, personal use scripts, wineprefixes, non-steam games)

    aaaand ~/OtherAminals (for stuff I want to keep but have no idea where else to place)



  • I know I’m very late to the party and any comment in a thread with 200+ posts is like yelling at the void.

    BUT

    My experience with Windows has hardly been “it just works”. In fact it has been a history of decades of tinkering and messing around with it to try and get it to do what I want.

    The only difference is that Windows obscures everything, so when something breaks it does so quietly. Meaning you might not notice… Or. More likely. It’ll just crash out and you don’t even have an error code to google.

    This isn’t to say that Linux isn’t a balancing act of constant maintenance. It is. Just… The Windows experience was never “better” for me from that angle. And… On some level, I enjoy all the tinkering. I think all Linux folks do.














  • Lutris is just for organization, and managing the Wineprefixes. I don’t even use it as an installer per se. I install manually with wine and then point Lutris to the right prefix and game executable.

    Anyway, the steps outright skipped are:

    • Having to unlock the FS for writing and set up SSH and (…) – This is a security liability if you CARE. I don’t, I just think it’s more effort than necessary.
    • Transferring the game folder from a PC to the Deck, since you just. Do it all inside the deck itself.

    It’s no big deal doing either of those, but I find it less of a hassle.

    My procedure for pirated games, on both PC and deck is:

    • On terminal, create a prefix by using export WINEPREFIX=. Like /home/myuser/Games/NameOfTheGame/pfx
    • Run winetricks -q corefonts – The fonts ensure the installer won’t have any rendering errors, plus running winetricks at least once forces wine to create the prefix’s folder structure.
    • Run the installer from the same terminal session, just doing wine Setup.exe
    • Usually install to /home/myuser/Games/NameOfTheGame/game for organisation’s sake, but this is unnecessary and requires dealing with Wine’s handling of your unix folders which is always slightly annoying.

    From here, you could launch the game directly through Steam, but then Steam would create its own prefix, and some games require fiddling around with the things installed on the wineprefix (or with envvars or…), which is why I use Lutris as a middleman, as it ensures the game will run on the prefix I created, and if anything is missing, I can winetricks it. Lutris even offers a ‘create Steam shortcut’ option to make it all look neat on the Deck’s console mode screen.