QL was our first game and although it was a big milestone for us, it was created at a time before we understood version control software. We do not have access to the source code anymore and cannot make any fixes or changes to the game. Because of this, we have decided to disable the ability for anyone to buy copies of the game. Thank you for your time and feel free to reach out to us.

The trailer looks like an awesome vaporwave freeze tag indie game.

  • Th4tGuyII@fedia.io
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    To be fair to the developers, they do elaborate a little further in the comments:

    Hey everyone, We appreciate the sudden enthusiasm for our game. When we launched it in 2015 into early access and 2016 into full, we were at the vanguard of asymmetrical games. It was exciting, but it was also our first step down the Dunning Kruger curve. QL has bugs that we cannot fix, shaky net code and overall sloppy design. We left the game up for this long so that players who had friends that wanted to play, could still get a copy. However it has been 9 years with minimal to no activity. So we felt it was right to remove it now.

    I don’t know enough about this game or it’s community to comment much, but the devs don’t seem to be bad guys - seems like a story of naive developers making a mistake, but doing their best for their community with what they had. For a niche online game with no DLCs, 9 years is hardly a bad run.

  • Rogue@feddit.uk
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    Why not just give it away for free? It always seems odd to me that games just disappear rather than being allowed an elegant death of old age.

  • insight06@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    A good decompiler and an auto-formatter might leave them with a nicer copy of their source code than they had in the first place.

    • warmaster@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      QL was our first game and although it was a big disappointment losing the source code it was lost at a time before we understood decompiler and auto-formatter software.

      • FaceDeer@fedia.io
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        The time at which the source code was lost is irrelevant for decompilation, decompilation uses the binary files. Those are the files that are out there being played right now.

        Until recently decompilers tended to produce rough and useless code for the most part, but I’m looking forward to seeing what modern LLMs will bring to decompilation. They could be trained specifically for the task.

        • AwesomeLowlander@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          You’re missing the point of the comment you’re replying to, which is that the devs don’t understand decompilers RIGHT NOW, and it’s formatted in a tongue in cheek way similar to their current comment about VCS

        • laughterlaughter@lemmy.world
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          2 months ago

          Great. Hallucinated decompiled code.

          I’m all for AI, but there’s gotta be a better way for machines to become intelligent. Not just “training and predicting without any thought in the process.”

          • FaceDeer@fedia.io
            link
            fedilink
            arrow-up
            2
            ·
            2 months ago

            You’re welcome to try other methods but LLMs seem to be working best so far.

            With a decompiler it should be pretty straightforward to automatically check for “hallucinations,” the compiled code is still right there and you can compare the decompiled logic to the original.

  • CodeBlooded@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    So, basically, “we started learning Git and accidentally blew away the only copy of the code base we had!” 😂

    I’ve watched new developers delete 2 weeks worth of development by misunderstanding Git🤦‍♂️