Making Counter-Strike

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
MessiaH
Posts: 55
Joined: Tue Jul 06, 2004 6:37 pm
Location: RUSSIA

Making Counter-Strike

Post by MessiaH »

Finally!!!
Directx with help loaded! :P
Now,i am going to start coding my new game-CS with net support(direct play)
Is it possible?Or i ll lose my time trying to do it?
Thanks.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

I recommend to start smaller. Try to do it without network first. :)
MessiaH
Posts: 55
Joined: Tue Jul 06, 2004 6:37 pm
Location: RUSSIA

Making Counter-Strike

Post by MessiaH »

I know that it sounds a bit strange.
But developing 3d bots with waypoint system would be even more difficult.
But you havent answered my question:has irrlicht enough 3d abilities to make CS?
And more.Should i make 3d sound using DirectSound,or its better to do this another way??? :?:
Peter Müller
Posts: 292
Joined: Sun Mar 14, 2004 5:28 pm
Location: Germany
Contact:

Post by Peter Müller »

No, bots, using waypoints are _very_ easy, compared with network.
You can create with Irrlicht much more than an CS clone.

But one question from me: How wants to play CS? :roll:
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
blayde
Posts: 45
Joined: Fri Jul 16, 2004 12:49 pm
Contact:

Post by blayde »

yep, irr' is fine to make a CS clone with.

i'd recommend something openal or fmod for the sound though.
MessiaH
Posts: 55
Joined: Tue Jul 06, 2004 6:37 pm
Location: RUSSIA

Making Counter-Strike

Post by MessiaH »

Thank you.
And dont you know smth about ready net-play libraries for vc++???
I am not very keen on the idea of making net-play with DirectPlay directly :cry:
MessiaH
Posts: 55
Joined: Tue Jul 06, 2004 6:37 pm
Location: RUSSIA

Making Counter-Strike

Post by MessiaH »

And how do you,experienced Irrlicht users,think:is it enough to use built-in fisics of Irrlicht,or its better to use external fisics library(Tokamak?).
And more.Couldnt you email me some simple 3d sound code plese?!
Thanks
:)
nikitamoryakov@mail.ru
xhrit
Posts: 140
Joined: Mon Jun 14, 2004 8:54 am
Location: earth
Contact:

Post by xhrit »

internal physics are not as advanced as others.
Core2Duo E8400 3.0ghz - 2048mb DDR2 800 - geForce 9600 - Slackware12.1

Word-image-symbol programming limits, controls, and imprisons the individual.
Smash the control images, smash the control machine.
brcolow
Posts: 56
Joined: Mon Jul 19, 2004 6:15 am
Location: Arizona

Post by brcolow »

Unfortunatley MessiaH, you are going to have to do some of the work yourself. It looks as if you have zero C++ knowledge. So instead of making a counter-strike (and why would you, when there already IS one ;)), sit back, read a book and then mabye try tetris.
G'Day.
Guest

Post by Guest »

here's what i've found
sound :
fmod
openal
( i can't even compile openal, missing eax.h. try fmod first )

physics :
newton
tokomak
ode
( i'm going with ode, it's the only one able to work on more than just windows )

network :
raknet
hawknl
( there are others, but just use raknet. it was a commerical product a month ago, now it's free to help get more advertising :) - plus it's easy like irr' )

hope that helps
MessiaH
Posts: 55
Joined: Tue Jul 06, 2004 6:37 pm
Location: RUSSIA

Making Counter Strike

Post by MessiaH »

Wow!
Is it REALLY possible to create netplay with DirectPlay?
???
MessiaH
Posts: 55
Joined: Tue Jul 06, 2004 6:37 pm
Location: RUSSIA

Making CS

Post by MessiaH »

Wow!
Is it really possible to create net play with Direct PLay???
MessiaH
Posts: 55
Joined: Tue Jul 06, 2004 6:37 pm
Location: RUSSIA

Making GAME (cs for EXAMPLE)

Post by MessiaH »

Fortunatelly,i have some C++ knowledge.
:lol: Tetris-not interesting at ALL(why should it be interesting if i did it in delphi and usual c++ with dx(but i dont say its playeble :? ))
I ll try now to make 3d sound with DirectSound and netplay with one of the libraries.
Thanks. :D
Guest

Post by Guest »

OpenTNL - http://www.opentnl.org <-- the Tribes 2 netcode gone opensource... might wanna check that out as well

rustedmind : http://www.rustedmind.com
Domarius
Posts: 178
Joined: Thu Mar 11, 2004 9:51 am
Location: Brisbane, QLD, Australia

Post by Domarius »

If you're gonna make a CS clone, why don't you use the graphics engine CS was made with - Half Life? Half Life is already geared towards FPS games, so it will be easier, look better, and run faster.

Irrlicht is an all-round graphics engine. You can make ANYTHING with it, but your type of game (say, an FPS) won't run as fast as the same type of game made with a specialised engine.

Like Peter Müller said, Irrlicht is for a lot more than a game like CS.
Post Reply