A draft for a project

Discussion about everything. New games, 3d math, development tips...
Post Reply
cyberbobjr
Posts: 64
Joined: Mon Sep 08, 2003 8:21 am
Location: Paris, France

A draft for a project

Post by cyberbobjr »

Hi all,
This is my draft, sorry but all comments are in french.
Instructions :
moving with arrow key
change weapon with mouse wheel
drop weapon with "d"
fire with left button mouse

Beware, if you want to compil the code, you must have the wheel mouse support in irrlicht source code (i've posted some days the modifications).

waiting for your comments (and if someone is intersted to join us :))
http://www.ophi.org/bob.zip (2.86Mo)

and if you want the technical design document (full package : doc + source) :
http://www.ophi.org/bobDoc.zip (3 Mo)



bye
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

I got no mouse wheel. :(
An idea for making the weapon look more realistic: Set lighting of the weapon to true and place some dynamic light sources into the level.
cyberbobjr
Posts: 64
Joined: Mon Sep 08, 2003 8:21 am
Location: Paris, France

Post by cyberbobjr »

Yep,
this is in the future version, when the lights parts will be implemented...
Bayart
Posts: 1
Joined: Tue Sep 09, 2003 3:21 pm
Location: Québec

Post by Bayart »

Your demo and technical design document are very interesting...

et pour tes commentaires dans le code en français, pour ma part, c'est un plus!

You give me some nice tips and the design graph makes me understand the connectivity between all the classes.

Thanks again...

:roll:
cyberbobjr
Posts: 64
Joined: Mon Sep 08, 2003 8:21 am
Location: Paris, France

Post by cyberbobjr »

Hope that help you :)
But beware, the class diagramm is not really up to date...
in the future, i'll write down all sequence diagramm, i've found a software (AQTime) which reverse your code and produce diagramm for you (better than rational).

Et merci pour tes remarques :D n'hésite pas à me donner des avis techniques car je ne suis pas un développeur professionnel.

@++
justin

really good

Post by justin »

Very nice cyberbobjr :D

continuous bullet shooting required like on "mouse down" untill "mouse up":idea:



can u tell me hw to genrate digram from AQtime 3


thanks

justin
cyberbobjr
Posts: 64
Joined: Mon Sep 08, 2003 8:21 am
Location: Paris, France

Post by cyberbobjr »

Hi Justin,
simple, open your exe, and choose "Sequence diagramm link" in the drop-down menu... (Static Analysis).
It will generate your diagramm.
Post Reply