Game dev and Linux user

  • 22 Posts
  • 432 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

  • Julian@lemm.eetolinuxmemes@lemmy.worldAll hail 2B's ass
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 day ago

    Steam hasn’t (afaik) revoked access from a game that someone already owns, and DRM on steam is entirely optional, even if you use the steamworks sdk. (source: I am a developer making a game using the steamworks sdk that can run without steam open or installed)




  • Some build advice:

    • Be safe - don’t wear socks, stand on a hard floor if possible, ground yourself if you have a wrist strap for that, and discharge any static by touching metal and/or the case before touching any components. And no matter what, DO NOT open the power supply, and definitely don’t touch anything in it!
    • The huge motherboard connector probably requires more force than comfortable.
    • Watch through at least one build guide before starting. That way you know the process.

    Hope that helps, and don’t let it scare you away - it’s really fun to do and if you’re careful, chances are nothing major will go wrong.


  • Capaldi’s era is definitely a bit more on the serious side. Jodie’s era is unfortunately not very well made as you’ve probably heard, a lot of early episodes take themselves too seriously, and often try to make a point but completely miss the mark.

    You’ll probably like the new season with Gatwa though, a lot of it is very campy (sometimes to a fault IMO), with some amazing more grounded episodes mixed in.

    You can mostly skip to the new season. The only thing you need to know is:

    Spoilers

    Galifrey is destroyed again by the master, who reveals that the doctor isn’t a time lord, but an unknown species from another dimension that the time lords stole regeneration from.



  • Gdscript let’s you do static typing, so “var a : int” ensures that a is an integer. This can help prevent bugs and bad code, and even speeds up the interpreter since it can make some assumptions.

    So until now, you couldn’t do that with dictionaries, they always allowed any type as a key or value. This adds that functionality so dictionaries can be used with stricter rules, preventing bugs and making them faster.




  • It depends on how you install stuff. Games on Steam or downloaded from online from places like itch.io can be put on any drive without issue.

    In terms of software though, native packages (deb, rpm) are gonna want to put files in various system folders, so it’s pretty much impossible to get those off your os drive.

    Other packaging solutions can help with this though. Appimages can be put anywhere, nix let’s you install to another drive, same with flatpak.

    And if you’re savvy, you could use docker to install system packages on other drives, although I wouldn’t recommend it.



  • Julian@lemm.eetoGaming@beehaw.orga new paradigm
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 month ago

    I feel like this isn’t exclusive to indie games.
    Empoisoned games: Forespoken, Bloodborne, Metal Gear Rising Revengance

    Swumbles Big Jumble games: Assassin’s Creed (plus subtitle), John Madden Football (and other similarly titled sports games), any legend of zelda game.



  • I agree with what others said that more customization is generally good, but not all games really need that level of customization. For something like animal crossing, I think the body type thing is fine, since the designs are more neutral unlike what you’re describing. I think what could help is a third option that’s a more neutral body type. Or maybe if it’s not relevant, just don’t have a body type option.

    I also don’t know much about runescape, but I assume this was an update that just changed the names from genders to body types, so adding other options might have increased the scope of the update. I think at least uncoupling that from gender is at least an improvement over before. Plus, I kinda disagree that people would only pick the corresponding pronouns. Plenty of people have a gender expression that doesn’t necessarily match their gender identity.


  • So I use a surface device with the Linux surface kernel, and there was (and probably still is) an issue where the type cover doesn’t properly rebind after being detached and re-attatched. To make matters worse, connecting other USB devices disconnected the type cover. My solution was to make a udev rule that detected if the keyboard is “removed” and then try to rebind it, effectively unplugging it and plugging it back in again in software.