The Daily Click ::. Forums ::. Klik Coding Help ::. D-Play Help
 

Post Reply  Post Oekaki 
 

Posted By Message

Kenny Howell



Registered
  01/04/2006
Points
  15
7th April, 2006 at 21:19:05 -

i just have one simple quesion. is it possible using direct play to make a multiplayer online game setup screen like in Halo2, where when you select "Go", the game will search for every game under the selected game type and when one is found you will be added to the Host's list where you can see everyone else who is playing, then when the host selects "Start" everyone under the list will go to a private game under a map that the host picks? Or, you can Host your own game. I know that this is kinda cryptic, sorry. If it can/has been done, then could someone give me some hints on how to do it? I don't want to be told what to do, I want to learn it but I need a little help.

 
Cake > Pie

axel

Crazy?

Registered
  05/02/2005
Points
  4766

Game of the Week WinnerYou've Been Circy'd!
7th April, 2006 at 22:51:07 -

I know Kingson did it with MooClick in Seek & Dread online, always wondered how though. Flava claims it's possible with PHP and MySQL, but that seems a bit awkward to me. Try searching for articles, or ask Kingson himself.

 
n/a

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
7th April, 2006 at 22:54:48 -

There are a few ways of doing it. The basic idea is that you have a master server, which has a list of all the current servers. Whenever someone creates a server it sends a message to the master server to tell it that a game has been created. When someone clicks "refresh the server list" then the master server sends that player the current list of all the servers.

Now to accomplish it, you can either have a dedicated server running 24/7 that sends these lists. Or if you have a website you can use a script (Php, Asp, etc.) and moosock to communicate with the website.

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Kenny Howell



Registered
  01/04/2006
Points
  15
8th April, 2006 at 15:58:36 -

Hmmm, those are some really good Ideas. Thanks Guys, Ill try them out.

 
Cake > Pie
   

Post Reply



 



Advertisement

Worth A Click