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

Programmer Humor

19166 readers
575 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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 79 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.

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

I'd doubt that this has creds, though. IIRC Steam multiplayer generates its own creds.

[–] [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.