The Daily Click ::. Forums ::. Klik Coding Help ::. An MMORPG Server in MMF2
 

Post Reply  Post Oekaki 
 

Posted By Message

WillWill

Give me stuff

Registered
  24/07/2006
Points
  552
14th October, 2008 at 13:56:59 -

Am I stupid doing this? Up until recently I never thought about making the server in C++ or Java, and now that I've gone so far with the server I don't really feel like starting over.

 
http://www.morphboy.newgrounds.com/
^ Free tunes, as long as you contact me.

Yami



Registered
  23/12/2003
Points
  608
14th October, 2008 at 14:27:52 -

I'm not really sure what you're question is... If your looking for a moo server you can use one of those in the link.

http://www.mooservers.com/

 
Image

WillWill

Give me stuff

Registered
  24/07/2006
Points
  552
14th October, 2008 at 14:58:02 -

I'm currently designing my own server for my MMORPG project, which means I'm not using any of those public moo servers. I'm using MMF2 for it and I'm wondering if it will cause a living hell once it's being populated with 30+ people.

 
http://www.morphboy.newgrounds.com/
^ Free tunes, as long as you contact me.

Yami



Registered
  23/12/2003
Points
  608
14th October, 2008 at 15:52:01 -

30 or more people is not a problem if you are sufficient with the data you are sending out. Meaning only send what you HAVE to.

Image Edited by the Author.

 
Image

WillWill

Give me stuff

Registered
  24/07/2006
Points
  552
14th October, 2008 at 16:54:47 -

Yeah, right now I'm using a system that sends out important information about all players like their position in a specified interval.

Might have to change it later but that's how it's working now.. I haven't lag-tested the server yet so I guess that'll be something to deal with later on once I got the basic stuff for my server done like the database manager for the sqllite extension.

 
http://www.morphboy.newgrounds.com/
^ Free tunes, as long as you contact me.

Klikmaster

Master of all things Klik

Registered
  08/07/2002
Points
  2599

Has Donated, Thank You!You've Been Circy'd!VIP MemberPS3 Owner
14th October, 2008 at 21:20:33 -

At 1000 frames per second you can send and receive 1000 packets of data per second.
As long as the number of players doesn't reach around 250 I'd say you're fine.
I say leave the server as MMF, if you are lucky enough to have a lot of players then think about building the server app in java/c++

 
n/a

WillWill

Give me stuff

Registered
  24/07/2006
Points
  552
14th October, 2008 at 22:07:27 -

Got it, cheers mate.

 
http://www.morphboy.newgrounds.com/
^ Free tunes, as long as you contact me.
   

Post Reply



 



Advertisement

Worth A Click