Results 1 to 7 of 7

Thread: launch a multiplayer game

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2002
    Location
    Disney Land
    Posts
    190

    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?

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Feb 2002
    Location
    Disney Land
    Posts
    190
    anyone?

  3. #3
    Lively Member
    Join Date
    Sep 2003
    Location
    USA
    Posts
    102
    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
    ===============

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Feb 2002
    Location
    Disney Land
    Posts
    190
    ok, ill look into that.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Feb 2002
    Location
    Disney Land
    Posts
    190
    is there any help sites on how to use this or anything? and an example would be great.

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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]

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Feb 2002
    Location
    Disney Land
    Posts
    190
    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
  •  



Click Here to Expand Forum to Full Width