|
-
Oct 12th, 2003, 02:51 PM
#1
Thread Starter
Addicted Member
launch a multiplayer game
how would i launch a multiplayer game with vb? like how msn messenger does when you invite someone to play a game, or how gamespy does to launch games.
i wanna like let people connect to host like with winsock and then when the host has enough people connected, the host launches the game, but how can i launch a multiplayer game like quake with the clients that were connected to the host ealier in the vb app?
-
Oct 14th, 2003, 08:13 PM
#2
Thread Starter
Addicted Member
-
Oct 14th, 2003, 08:45 PM
#3
Lively Member
YOu might want to look into something called DirectPlay.
It is in the VB Reference for the DirectX 8.0 API
This is what all the games like quake and Red Faction ect use to do there multiplayer networking.
===============
Tek
===============
-
Oct 15th, 2003, 06:19 AM
#4
Thread Starter
Addicted Member
-
Oct 15th, 2003, 06:27 AM
#5
Thread Starter
Addicted Member
is there any help sites on how to use this or anything? and an example would be great.
-
Oct 15th, 2003, 06:50 AM
#6
Retired VBF Adm1nistrator
DirectPlay is only if you want to actually code a game yourself.
To launch the game you'd just use the Shell() statement, or the ShellExecute() API
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Oct 15th, 2003, 03:42 PM
#7
Thread Starter
Addicted Member
Originally posted by plenderj
DirectPlay is only if you want to actually code a game yourself.
To launch the game you'd just use the Shell() statement, or the ShellExecute() API
give me an example please.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|