• 0 Posts
  • 236 Comments
Joined 5 years ago
cake
Cake day: June 23rd, 2020

help-circle








  • Glad you acknowledge the major problem. I found that once you realize how little there actually is to do in every system, and how similar it all feels, the illusion is destroyed and there’s very little besides PvP that’s still interesting. If they could somehow roll in some of the bigger systems from EVE Online that would be sick, but the expansions have shown that mostly what they care about is having an easily maintainable product, not an exciting one.


  • The E:D devs shit in every existing player’s mouth when the first paid expansion dropped, and they’ve never fixed their abusive pricing model. You’re actively punished for being a legacy user.

    I probably would have bitten the bullet and kept playing if the game wasn’t incredibly shallow, though. Somehow it manages to still be that way after several content expansions… Everything is a novelty that gets repetitive the second time you do it, and the variance between systems is frankly embarrassing. PvP is the only facet that has any real replay value, and I’d rather dogfight in Star Citizen.


  • verdigris@lemmy.mltoGames@lemmy.worldAre there any games like Starfield?
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    7
    ·
    8 days ago

    Star Citizen is the only modern game that I’ve got any hope for. It’s still years from being a proper game, but in the meantime you can have a surprising amount of fun in the persistent universe, assuming you can run it at acceptable framerates.

    It gets a ton of hate, which I think is pretty unjustified given that it’s the single most ambitious gaming project ever, and the progress they’ve made with in-house tools is frankly amazing. Just don’t go dropping hundreds on ships and you won’t have anything to regret.








  • verdigris@lemmy.mltoMemes@lemmy.mlTrash
    link
    fedilink
    arrow-up
    36
    arrow-down
    7
    ·
    22 days ago

    They’re human beings who have chosen to sell their body and will to the state to be used as a cudgel to enforce the state’s will through violence. We would prefer that they voluntarily stop participating in the oppression, but if they don’t they are willingly taking up arms against the disenfranchised, which means I have less than zero sympathy when they get what’s coming to them.


  • In FOSS, community & volunteer made software, yes, there is onus on you as the user to do a bare minimum of effort. You have to meet the developers and the software where it is.

    I very literally said “GUIs are better but harder to implement.” The second half of that sentence is not trivial.

    If you want to customize and tweak things in the guts of a program (like OP does for this discussion), you can actually do it with FOSS applications. But expecting developers to expose every configurable option with a GUI would massively slow down the pace of development. Making them available in config files is a nice compromise between doing all that work and not exposing the option at all, in which case you’d need to actually patch the executable or otherwise modify the source code.

    I’m not discouraging people from working on GUIs. I’m just pointing out the fact that if an app doesn’t expose a setting you want to change, your options are a) complain that the dev hasn’t implemented that, b) change it yourself which would be hugely easier if you looked the documentation, or c) find another app. Saying “the onus isn’t on me” doesn’t work when you don’t pay for the software and the person who wrote it is a volunteer, it just makes you an entitled asshole.


  • Okay if finding the file is the problem I assume you’re just allergic to documentation, which, yeah, would make configuring things pretty annoying.

    Hypothetically yes it would be great if all settings were easily discoverable and all users could easily make all their software work exactly how they want. In practice you’re asking for a huge amount of development by unpaid volunteers whose time could be (and is) going to, for example, the actual features or configuration options that you’re trying to set in the first place.

    Most apps with GUIs do expose most settings that “laypeople” would use, anyway. OP is literally asking to be able to run custom scripts from context menus, I’d love to see your suggestion for implementing a clean and user-friendly GUI for that.