|
-
Feb 3rd, 2004, 01:44 PM
#1
Thread Starter
PowerPoster
your ideas please
i'm currently in development of a 2 player paintballing game...
now then would it work if both players can freely runa around fireing shots at each other?
PINO-
-
Feb 3rd, 2004, 02:04 PM
#2
Supreme User
that really does depend on how the games coded!
You should name the thread more descriptive, and maybe post in the Games & Graphics programming section
-
Feb 3rd, 2004, 02:17 PM
#3
Hyperactive Member
Re: your ideas please
Originally posted by Pino
i'm currently in development of a 2 player paintballing game...
now then would it work if both players can freely runa around fireing shots at each other?
PINO-
you need use multi-thread which is NOT well supported in VB. you may try VB .NET, much better for multi-thread.
-
Feb 3rd, 2004, 02:20 PM
#4
Supreme User
Well if as above you do need to do Multi-threading, search this forum for "How to do multi-threading in VB" as WokaWidget (i think) did an example
-
Feb 3rd, 2004, 04:10 PM
#5
What will the interface be? If this will be first person for each of the players, you don't need multi-threading, you need to set up a simple peer-to-peer using UDP. Also, I would suggest in that case that you not use VB, but use C++ instead. Course, if that isn't your interface, ignore that.
-
Feb 3rd, 2004, 08:27 PM
#6
Re: Re: your ideas please
Originally posted by temp_12000
you need use multi-thread which is NOT well supported in VB. you may try VB .NET, much better for multi-thread.
Not necessarily. Take the simple 'pong' game. I have two bats that move aswell as a ball
bouncing all over the screen! - 3 Objects.
Evaluate the object positions in a Timer, or Do Loop.
Better still, you could use BitBlt. Also try the Game Forum 
Bruce.
-
Feb 3rd, 2004, 08:42 PM
#7
Fanatic Member
This is an awful candidate for MT.
-
Feb 4th, 2004, 06:28 AM
#8
Fanatic Member
You can code FPS games using VB. And not necessarily DirectX.
You can try the Raycasting approach. It simulates 3D using
2D and does it very well, just like Doom and Wolfenstein.
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
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
|