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

help-circle

  • A bunch of my friends from college kept telling me I’ve gotta play it, espectially because among them the only other game they all played was R6 Siege. I wasn’t too enthused considering all the discussion I can find of the game says it sucks now. When they eventually got me to play it I found it… ok.

    Based on the demographics of those friends, I’d say it’s mostly popular among people who, if you asked them if they were really into games would say yes, but if you asked them for any “hidden gems” they’ve come across would give suggest highly recognizeable non-AAA games like Helldivers 2 or Balatro. Partly because their definition of “really into games” is that they play games that have an esports scene (even if their competitiveness goes only as far as playing in ranked matchmaking).

    Sound pretentious for me to put it that way but I find that to be the pattern.



  • I know there’s certain weird issues with sound when it comes to old versions on the official mojang launcher and some others (like prismlauncher I think?). The doors, for example, use one of the newer sounds than was actually used in game at the time, because the asset it references on mojang’s servers was overritten to update it for those new versions. Supposedly there are launchers like betacraft that attempt to fix those issues, so if your issue is related, maybe that’d fix it?



  • I believe the reason it happened, in short, is that Take2 (the publisher) were really obsessed with the release being a surprise, at the cost of far too much.

    For one, this meant that basically every job listing for the game never described what the game you’d even work on was. Most of the devs they got were juniors who:

    1. were willing to sign more restrictive contracts without the confidence to push back
    2. did not necessarily know much about the game, or even the genre (supposedly, besides Nate, only 1 dev was an active KSP1 player and another was aware of the game but never really played)
    3. this game was their first sizeable project

    For two, it meant that a lot of management roles were taken up by people from Take2 to enforce the secrecy (who also saw KSP as having franchise potential, but that’s a rant for another day). Few of them intimately understood what makes us dorky nerds enthusiastic about KSP.

    This is also part of the reason they avoided talking to the KSP1 devs; they were afraid of some of them even hinting that a sequel was in the works. As to why they continued to not talk to them after announcing the game I’m not sure. Perhaps they were afraid they’d tell the uncomfortable truth that the game was making the same development mistakes as KSP1 and more.











  • Yeah honestly I wish more products had laws like this. Or, actually, the rule should be you can’t sell it at a higher price within a certain time frame, because that’s a better indicator of scalping.

    I’ve been wanting to buy one of the B580 GPU’s intel released, but as soon as there’s stock it immediately gets bought out and resold on amazon at a 150$ markup. I can’t think of any other rule that would effectively stop this behavior.




  • As someone who’s used both, I’d have a strong preference for Odin over Rust if it were at a stable 1.0 release. As it stands now (or, at least, when I used it), Odin is very much in flux. Spend enough time with the language, and you’ll either find a bug with the compiler or the semantics will change after you update.

    That said, it would be my favorite without those problems. It is a really simple language in a good way. There’s no fancy language features that are just syntax sugar (well except maybe context, but I find that to be actually convenient). You can understand everything in an afternoon if you are already familiar with programming in other languages. Rust is pretty much the opposite in all of these reguards.

    Rust also has the benefit of being pretty recognizable at this point, so if you say your project is in Rust then people will know what that means, unlike Odin. More “resume-able” in a way.

    So, in short:

    • Odin if you’re doing it as a hobby
    • Rust if you want something “real”