Rek |
Posted - Jan 17 2005 : 5:28:13 PM hi, ive looked everywhere and i cant seem to find a vb6 multiplayer tutorial anywhere so if anyone could help that ould be great; im looking to either havethe 'world' and the players split up <think diablo 2 and any other mmorpg> or if that fails, any other way would be fine thanks alot! if you could speak to me on msn (auron99@hotmail.com) that'd be even better |
Dark_Chaos |
Posted - Feb 18 2005 : 11:43:06 AM Hi, Can someone send me a really, really good tutorial for multiplayer game making cuz i wanna make a game like Omerta (www.barafranca.com) but then in like an exe |
Almar |
Posted - Jan 20 2005 : 04:27:06 AM quote: Originally posted by Rek
thank you i think i understand, multiplayer is just one computer saying 'hey player 2 is at x34 and y43 and he is level 17, i thought about that and came across a new problem, do i build 2 programs? the world then the players? both the server and the client have the pictures and codeing right? basically im trying to figure what to put on the server and what to put on the client
If the server is just serving, (not a 'playing' server, with someone behind that pc as well), it does not need graphics. It just needs to know the map.
|
Eric Coleman |
Posted - Jan 19 2005 : 5:32:28 PM Just because the example program won't work doesn't mean you can't learn from it. |
Rek |
Posted - Jan 19 2005 : 2:54:57 PM bah i tried that tutorial, but no joy - it keeps crashing when i try to test the program, even the example it lets you download |
Rek |
Posted - Jan 19 2005 : 2:16:45 PM thank you i think i understand, multiplayer is just one computer saying 'hey player 2 is at x34 and y43 and he is level 17, i thought about that and came across a new problem, do i build 2 programs? the world then the players? both the server and the client have the pictures and codeing right? basically im trying to figure what to put on the server and what to put on the client |
Sythe |
Posted - Jan 18 2005 : 11:45:23 AM Yeah you will need to use winsock or the replacement for it called cSocket or something. Winsock OCX is tons more stable but you can only use it if you have vb6 pro or higher.
Read up on winsock and like vikasumit said make a simple chat program: http://www.vb-helper.com/howto_winsock_chat.html
Making a multiplayer game is really just the computers chating rather than the ppl.
|
vikasumit |
Posted - Jan 18 2005 : 07:13:33 AM Hi..
What kind of tutorial your are looking...There are many type of multipalyer gaem that can be made...
Well If you want a lan type game for RPG game I think you should search for the "Game server" tutorial the concept of it...how they work may be you will not find them in VB only but Vb.Net can have few...
Also if you need all from beginning that how to write a game you can first need a build a simple chat application in Vb it is going to help you to understand the enivornment of it
|