Search found 27 matches

by paulorr29
Thu Mar 10, 2011 2:36 am
Forum: Beginners Help
Topic: how to... drop the enemy when he is dead ?
Replies: 14
Views: 1155

update VIDEO:
http://www.youtube.com/watch?v=wejkccdIXuQ

now i can remove an enemy :D !!
a simple test, but works :D thanks !

now i have to make better animation to the models and some particle effects to the die.

now i'm working on collisions.
what psyhic engine recommend me ?


-greetings !
by paulorr29
Wed Mar 02, 2011 9:02 pm
Forum: Advanced Help
Topic: particle based fire effect wrapping the flames around a mesh
Replies: 30
Views: 7496

re upload ? :D
l
thanks :)
by paulorr29
Sat Feb 26, 2011 2:31 am
Forum: Beginners Help
Topic: how to... drop the enemy when he is dead ?
Replies: 14
Views: 1155

thanks for the answers !!!! are very usuful !
by paulorr29
Fri Feb 25, 2011 9:15 pm
Forum: Beginners Help
Topic: how to... drop the enemy when he is dead ?
Replies: 14
Views: 1155

oh thanks, i dont know how i didn't see that
i change to if timing == 0
cofre ->remove
and works !

well, i'm using a variable, when the life enemy is 0 , the variable is true, and the node will remove it.
by paulorr29
Fri Feb 25, 2011 9:04 pm
Forum: Beginners Help
Topic: how to... drop the enemy when he is dead ?
Replies: 14
Views: 1155

yes, if you see the video of my first post, i have the animation done to the killed enemy. but still i having problems with remove , drop, or addtodeletionQueue for now, when the enemy is dead, i set the position how i say at first time, far away. i know this is not the best way D: !!! someone can m...
by paulorr29
Thu Feb 24, 2011 12:00 am
Forum: Code Snippets
Topic: (C++) simple steering (waypoint demo for download)
Replies: 6
Views: 5462

thanks !!
it's awesome o_o !!!! nice job
by paulorr29
Wed Feb 23, 2011 4:26 pm
Forum: Code Snippets
Topic: (C++) simple steering (waypoint demo for download)
Replies: 6
Views: 5462

can you reupload this ? i wanna see it :D
by paulorr29
Wed Feb 23, 2011 4:03 pm
Forum: Beginners Help
Topic: how to... drop the enemy when he is dead ?
Replies: 14
Views: 1155

let me try with other simple project, in this, everytime that i call drop or remove to try to drop a node, the program crash.

this is the problem to take me to thinking to set the position node far away.
by paulorr29
Wed Feb 23, 2011 2:19 pm
Forum: Beginners Help
Topic: how to... drop the enemy when he is dead ?
Replies: 14
Views: 1155

how to... drop the enemy when he is dead ?

hi ! video: http://www.youtube.com/watch?v=zDfO7p64K5E i'm testing some of AI, and attacks by the enemy, and by me player. but what can i do, when my enemy is dead ? i'm thinking of moving the enemy to a position far far away. example, i'm killing my enemy at (0,0,0) but when he is dead, the screen ...
by paulorr29
Thu Jan 06, 2011 7:32 pm
Forum: Beginners Help
Topic: bug on keys (?)
Replies: 1
Views: 157

bug on keys (?)

hi !! i have a little error in my program, i have the key SPACE to my player attack something, and i have a botton to heal , so when i press the SPACE key to attack, fine work, but ! after i use 1 click in the botton of heal, and i want to attack again, the SPACE do the work of the button :s !! so, ...
by paulorr29
Sun Jan 02, 2011 1:44 am
Forum: Off-topic
Topic: Happy new year 2011
Replies: 6
Views: 967

8:43 PM in Panama !!
happy new year to all :) !!!
feliz año nuevo a todos :) !!!
by paulorr29
Fri Nov 19, 2010 6:23 pm
Forum: Beginners Help
Topic: fps going down with a lot of animation models !
Replies: 7
Views: 686

fps going down with a lot of animation models !

hi ! a question. how i should be do, if i wanna make a level with 20 models with animation ? with 1 or 2 models, runs fine , 100 + fps , but when i load a lot of model with animation ( 15 - 20 ) fps going down to 8 -15. the models are low poly, with small textures. with static models, dont happen th...
by paulorr29
Fri Nov 12, 2010 7:36 pm
Forum: Beginners Help
Topic: collisions + 3 person camera works weird ! help !!!
Replies: 0
Views: 437

collisions + 3 person camera works weird ! help !!!

hi everyone ! i have a question about collisions, i have this code right now but works wrong, i use the code of the example 7. with the fps camera, works fine, but with this 3th persona camera, i dont know whats happens. when my character node touch some points, the camera start moving around the ch...
by paulorr29
Wed Oct 13, 2010 9:42 pm
Forum: Beginners Help
Topic: [solved]Question about images between vectors (?)
Replies: 4
Views: 359

Thanks!
That will help!

greeting :D
by paulorr29
Wed Oct 13, 2010 3:32 pm
Forum: Beginners Help
Topic: [solved]Question about images between vectors (?)
Replies: 4
Views: 359

oks, thanks !!!! i dont know what happened to me, my mind crashed hahaha but yes, something like the line finish race in my case, the town, when the player enter the town, the title appears if (playerpos.X > 2000 && playerpos.Z >6000) title[1]=true; else title[1]=false; thanks !!!! solved , ...