Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Getting involved in a game

25 views
Skip to first unread message

Zachary Kline

unread,
Oct 23, 2010, 4:15:32 PM10/23/10
to
Hello,
I've recently stumbled onto mention of GB on the net, in a more general
search for 4x games. It sounds like precisely the sort of game I'd be
interested in.
Is anyone still running a server I could play on? (I could always run
my own, but this seems rather counterintuitive for a newbie who just
wants to try things out.)
Thus far, my searchings have seemed to suggest the game is almost
abandoned, or at least not often played nowadays.
Any info would be appreciated. It'd be a shame to see this fade into
obscurity when it really doesn't need to.
All the best,
Zack.
--
Escape the Gates of hell. Use Linux.

jba...@raspberryginger.com

unread,
Jul 21, 2014, 7:29:20 PM7/21/14
to
I've had on my TODO list for the past decade to try cleaning up the codebase so that I could try running a server. I finally got started a couple of weeks ago. I'm planning on hosting a game starting about a month from now.

I saw one FAQ that said "Almost the ultimate 4X game, but the bugs, OMG the bugs!" and it's amazing how true this has been. I've fixed buffer overruns, mismatched prototypes, mismatched types (total ships in the game: sometimes a short, sometimes a long!) and there's still a ton of work to do.

The database persists structures directly onto disk, so I can't start a game until I figure out a different solution there. It means that as soon as there's memory corruption, it saves that out to disk, and it's unrecoverable. That's the biggest risk to the "about a month from now" date that I've set for some initial play testing.

In the meantime, if you want to follow along: https://github.com/kaladron/galactic-bloodshed is where I'm doing the work.

Every other effort to do this has so far fizzled out because it was too much work. Sadly, these efforts also seem to have fallen off of the net. I'm publishing as I go in the hopes that if I give up, at least someone can pickup from where I left off.

I'll post here again when I've got something playable (in case there are other people watching).
0 new messages