My previous main instance got a pretty bad case of ded. 🥲

  • 9 Posts
  • 76 Comments
Joined 3 months ago
cake
Cake day: August 5th, 2024

help-circle











  • At least Sega and Sony mostly dropped their fearmongering/correlation fallacies ship after the Bleem situation, but companies like Nintendo and Irdeto insist on being setbacks to the market. And with devices more and more closing down on what the user can do, despite being glorified computers, a friend of mine would even say that “console modding is an act of self-defense”. Furthermore, if piracy is as rampant as such companies insist on saying, I wonder how much wouldn’t be a “problem of service”, as GabeN once said, and/or if perhaps they’re using correlation to justify limiting what people can do.


  • I’d have 4 main solutions I can think of, and that can be used together if needed:

    • VMs for running Steam and for games that MUST use Steam.
    • Emulators, wrappers and source ports for games that allow that, e.g. BSNES for running River Girls Zero, Joiplay / Artemis / EasyRPG / AquariaOSE for games that use compatible engines, etc.
    • Having a separated computer you can use 100% offline (requires sideloading games)
    • The annoying idea some users give that strays from the original question, but that I think that is valid for once - to get the games from places that openly distribute it DRM free



  • Can’t remember many either, specially when ignoring characters like Alucard, that don’t seem to have the archetype of an older individual, be it emotional or physical, despite the character’s actual age.

    Now, the few cases of older protagonists I can remember:
    One Strike, if you consider games with a simulated old style, has an older playable character among the roster of characters.
    And though also not an old game, but heavily inspired by Castlevania 3, Bloodstained: Curse of the Moon has an elderly playable character, and his play style reflects that.
    And one of Gunbird’s playable characters is also an elderly individual, and… (spoiler)

    spoiler

    in the joke ending, he even wishes to be young again.

    Dunno if that’d be too young, but Gall Gruner from Tales of Heart, which according to the wiki is 45 y.o., does give a strong “older person” impression throughout the game.
    Final Fantasy IV and V have older protagonists too, and in IV specifically, the character’s age plays a role in gameplay.








  • The team seems rather inconsistent, or perhaps erratic, from my experience some years back. Not glaring issues, but small things that keep building up. In the RetroAchievements case, I can’t help but wonder if they either want to have a walled garden, or if, looking at precedents from other companies, such as Microsoft’s “EEE” strategy (“Embrace, Expand, Extinguish”), if they aren’t trying to kill competition. And for the second point, it reminds me that the owner would throw hissing fits, at least up to some years ago, when projects he’d fork into Retroarch would change licenses, which, along with being an all emulators in one place project, making people draw in in detriment of stand-alone projects, makes me I fear it might be a precedent.





  • If you are indeed autistic and it is a problem in your daily life, knowing what is the problem is the first step to dealing with it, I think. You could even find strategies to turn hindering aspects of the condition into strengths, by knowing where your issues may stem from. And on the bureaucratic part of diagnosis, sadly I can’t comment as I don’t have much experience with that part.



  • Something I personally do is to load games from their entries in the start menu. And when there’s no installer to set the start menu item, a program like Alacarte, or manually editing the files that handle those entries on Linux, the .desktop files. Alternatively, linking the executable files to either Heroic or Steam can also be viable.

    As for how Linux handles executables, if it’s a native Linux program, you usually need to set the read-write-execute permissions to be able to launch them. Tutorials usually suggest to run chmod 777 /path/to/executable, or other variants that set full permissions to all users and user groups, but as a security concern, I would suggest running chmod 700 /path/to/executable, as this would give the full permissions only to the current user (there’s a bit of a formula to come up with this number, btw).

    And regarding VMs, they are as fast as the hardware allows minus the host system’s demands, so it will always be slower than baremetal installs. But in some specific cases, it’s still the best option.