Untitled

Published March 05, 2006
Advertisement
In the last two weeks I worked at the merchant NPC, which is done now. The preliminary testing is also done, and I think they will be introduced on the main server in a week or so.

Other things we've worked at were more of behind the scenes stuff, such as increasing the players limit to 2K, the AI limit to 2K as well (so 4K entities in total), optimizing a few things here and there, a few new admin commands and ban related things, and switching to a asymetric ranging that I coded last year but wasn't used due to it being buggy.

Now I finished that code, and hopefully fixed all the bugs, although it does need some additional testing.
I am having some doubts on whether or not I should introduce the asymetric ranging in the next server update (which will be monday). I guess I will, and if there are problems I will switch back to a version that doesn't include that.

Last year I was working on some code that would allow the players to share their vision with other players in the same map, under some conditions.
Unfortunatelly, I had to remove that code altogether, because I realized it wasn't viable. Not only it might cause confusion but also consume a lot of bandwidth.
One idea I came up with is to give the players the option to make their IP public to their guild members, so that way they can have some sort of p2p network between the clients of the players in the same guild. This would allow them to share their vision client side only, without any server intervention.
But right now we do not have the resources to do that, it would take a lot of work, and currently we don't have any client programmer (all of them are either busy with their school or job, or just moved to other projects).

Finding new people to help us is pretty hard, a lot of them are very enthusiastic in the beginning, but when it comes to actually implementing anything they just lose all their motivation or something.

Sooner or later, we will have to actually hire programmers to work for us, and I have already started doing so. For example, one of the members of this forum is working at rewritting the sound part of the game, for 1K USD.

After that is done, I'll have to contract someone to do various special effects such as spells, missile animations, etc.
0 likes 6 comments

Comments

crusadingknight
Well, we certainly have no lack of small patches awaiting merge... BTW, since you're using SDL_net anyway, the client can quite easily just forward info to friendly IPs that the server sends it. It's not really all that hard, since the clients would only have to forward actor data and bags to each other.
I think if you just provide a server interface to get friendly IPs, somebody will complete this soon. If nobody else does, I'm fairly sure I could.
March 05, 2006 09:29 AM
Raduprv
Of course, if we do this it has to be done properly, and securly.
We'd need to make sure no buffers can be overflown and stuff, because than a malicious client could execute remote code into other computers.
March 05, 2006 12:33 PM
Raduprv
Thanks, I am glad you found it informative :)
March 11, 2006 02:07 AM
Raduprv
Oh, doesn't work in China? No wonder, I heard they made laws against how long you can play a MMO :)
March 12, 2006 12:54 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement