this post was submitted on 25 Jul 2024
257 points (98.9% liked)

Programmer Humor

19114 readers
545 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

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.

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 147 points 1 month ago (1 children)

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.

[–] [email protected] 7 points 1 month ago (1 children)

it's community

its* community

[–] [email protected] 6 points 1 month ago (2 children)

Thank fuck your hear too correct him, I didnt understand what he meant because of the typo!

[–] [email protected] 3 points 1 month ago

You're welcome.

load more comments (1 replies)
[–] [email protected] 78 points 1 month ago (2 children)

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.

[–] [email protected] 15 points 1 month ago (1 children)

Probably depends on the background as well. They could have hardware running (multiplayer server) that gets so little activity that there is no benefit and only loses them money.

It also doesn't look like the game has steam integration.

[–] ICastFist 21 points 1 month ago (2 children)

Then why not release the binaries for running such server? I'm sure a group of people could figure out how to decompile and make a change so the game attempts to connect to a different master host

[–] towerful 9 points 1 month ago (1 children)

If they weren't using VCS, I bet they have creds embedded in the source.

load more comments (1 replies)
[–] [email protected] 4 points 1 month ago

Well, i mean i would be all for that but in reality it might not be that easy. It could rely on dependencies that are proprietary that cannot be shipped or provided with the project.

It could alone be that the connection is hard coded in the game itself so instead of just booting up the server and being able to play you would now have to do something to the game itself too that it finds your server. Nothing really that cannot be addressed, I mean people could do that with ragnarok online private servers but not something your normal gamer could do.

[–] [email protected] 56 points 1 month ago (1 children)

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.

[–] [email protected] 47 points 1 month ago (4 children)

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.

[–] [email protected] 39 points 1 month ago (4 children)

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.

[–] [email protected] 16 points 1 month 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

load more comments (3 replies)
load more comments (3 replies)
[–] CodeBlooded 31 points 1 month ago (2 children)

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🤦‍♂️

[–] [email protected] 19 points 1 month ago

No, they lost the code and couldn't get it back because they didn't use Git or upload it.

[–] samus7070 2 points 1 month ago

The reflog is your friend in situations like that.

[–] [email protected] 28 points 1 month ago (4 children)

So they were developing the game by sharing zips of their versions? OMG. There should be a tutorial of minimum Dev knowledge for wanna be new developers. They have very cool ideas, but the way they program...

For example Shadows of Doubt. Was running super bad last time I checked out. I think that too much accessibility to game Dev tools is lowering the quality of a lot of games (in resource hungry sense).

[–] [email protected] 18 points 1 month ago (1 children)

Check out the dev stories from PalWorld, they bought a LOT of USB drives haha.

[–] [email protected] 4 points 1 month ago

That sounds hella painful

[–] [email protected] 12 points 1 month ago

IIRC it was made by two people, only one of which was a developer.

[–] [email protected] 4 points 1 month ago

It is still in early access and optimising the game is their current goal according to the road map, though as the whole concept of the game is about simulating every NPC properly at all times it's always going to be really heavy game to run.
And you are right about accessibility making resource hungry games more common - they allow indies to make projects and use concepts that would have been scrapped as technically non-viable by a publisher before. Shadows of Doubt started development back in 2015, which would have meant reducing the scope of the game until it ran on a PS4. Being indie, they could just do whatever instead, and now it's going to be enough if they can make it run acceptably on a PS5.

[–] [email protected] 4 points 1 month ago

I wonder how much overhead Shadows of Doubt spends just on maintaining all the NPC schedules, gotta be some room for optimization there.

load more comments
view more: next ›