First entry.

Published July 01, 2005
Advertisement
Ok, so I had been meaning to sign up for GDNet+ for a while, and today I finally couldn't think of a reason not to, so I ponied up and did it.

I guess I should give a little background on myself.

I'm a 25 year old programmer. I have been programming pretty much as long as I can remember. I've spent the last ~7 years doing it professionally in the applications sector.

I've always enjoyed working on games in my spare time, and have worked on several mods for Quake 2, Half-Life, Unreal, Serious Sam, and several others I can't remember. Some of the mods were even moderately popular during their time, some of them I still get emails about today.

The last year or two I have worked on several concept projects. Mostly to learn new skillsets, or enhance ones I had been slacking on. I wrote two different mud servers, and worked on a couple other projects that haven't hit playable status.

My current project is in the design stage. It's something I have wanted to work on for a while, and one I would like to see through to completion.

Basically it's a meshing of several ideas, I love BBS games, especially TradeWars, and I wanted to see a modern adaption of it. When I was playing around with one of the mud servers I built, I thought about the difference between typical muds and mmorpgs(I know, but bear with me). The main difference is the dropping of the "room" concept and the implementation of a coordinate/graph based system. The difficulty in the graph based system is depending on how many entities you have sorting through them at a reasonable speed to determine what is in "viewing" range of another entity becomes slower the more entities that get created. I'm still mulling over how to handle this with reasonable speed.

So the meshing of the two becomes a space based multiplayer game where you control a ship in a persistant universe. Do you play it straight and make money via trading? Do you go evil and plunder other ships for loot? Giving the ability for groups of players to come together and form "Corporations" or "Clans" in order to share territory and technology becomes a good way to survive. Adding in the ability to customise your ship (instead of having static ships ala TradeWars) gives players something to work towards, and possibly another way to produce money by either manufacturing, selling, or stealing parts from other players and NPCs.

Reading that it sounds a lot like Eve Online, but if you have ever played tradewars it's a lot more free-form and action based instead of incredibly pretty and boring.

For the client I'm planning to just do a 2d topdown type view, instead of a full 3d view, although by designing the communications layer properly it wouldn't be difficult to make a more involved client later.

Assuming something doesn't come up, I plan on having the basic part of the server portion completed this weekend. Since I've already written several mud servers, it's basically retrofitting the room concept into a coordinate based system.

Wow, that was a lot longer than I originally intentioned, but hey, that's what it's for, right?
0 likes 7 comments

Comments

okonomiyaki
First comment!

Impressive first post, I look forward to screenshots ;)

ratings++
July 01, 2005 02:51 PM
Lacutis
You know what the thing with screenshots is? I *hate* graphics engine programming, with a passion. I highly enjoy game programming, but its something about graphics programming that I hate.

However if you want to see where I'm coming from, I can start up and post a link to one of the mud servers I wrote and you can mess around in that. It has online room building, dynamic exits, whispering, room speaking, quite a bit of stuff.
July 01, 2005 03:20 PM
TraderJack
Welcome to Joural Land! Superhappyratingsrape++! One more for the programmer team!

-IV
July 01, 2005 03:40 PM
okonomiyaki

Awh, I love graphics programming [wink]

yeah, you should totally do that! I'd love to see your work. That would even be better than screenshots.
July 01, 2005 07:31 PM
Will F
welcome
July 01, 2005 07:40 PM
The Forgotten Mindset
Welcome aboard matey.

Quote:Impressive first post

I second that.

You say you've done MUD servers, aye? Cool, then I totally agree with you (whatever it's worth), you could probably make an MMO.

Good luck with that, and a hearty rating++ to you. :)
July 01, 2005 09:12 PM
Lacutis
Well it's not really a MMO in the traditional sense, mostly because :
1) Its 2d
2) I can make the "space" as big or small as I want.

To mess around in the mud telnet to unimatrix01.game-host.org port 4000

If you pm me the username you create in the game I can up you to admin status that gives you the ability to create rooms and exits, etc.

Thanks for the support :)

I'm going to get started on the new server tommorow, I play Magic: The Gathering online, and I just made it into the top 8 of a tournament. Its midnight here and I still have 3 more hours :/
July 02, 2005 02:02 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Advertisement