creating a online game

Blitz3D Forums/Blitz3D Programming/creating a online game

Oiduts Studios(Posted 2008) [#1]
I want to create a mmorpg and i have no idea how to make one. I did look at the createnetplayer() command and got it working. I would like to know more. Is there a way someone could make me a code or describe a code that 2 or more players (on two or more servers) could move their own cube around a plane and each screen would show each players cube. Or anything in the area of transilating cordinates from different servers?


KillerX(Posted 2008) [#2]
DirectPlay Won't work. It's to slow. You have to use UDP or TCP.


Oiduts Studios(Posted 2008) [#3]
ok how do you get that working?


Naughty Alien(Posted 2008) [#4]
use some of existing library...BlitzPlay??


Oiduts Studios(Posted 2008) [#5]
can somone give me an example of a message system?


Wings(Posted 2008) [#6]
http://www.blitzbasic.com/codearcs/codearcs.php?code=2182


LineOf7s(Posted 2008) [#7]
Even better for a beginner:

http://www.blitzbasic.com/codearcs/codearcs.php?code=1149