Slow Motion in game

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.
Post Reply
B@z
Posts: 876
Joined: Thu Jan 31, 2008 5:05 pm
Location: Hungary

Slow Motion in game

Post by B@z »

hi
sorry for opening a new topic but didnt find sollution for it.
i want to make in my game that when i die, the camera rotates around my character, and the game slows down.
i mean every animation, and so on.
is there any way to do it? or i have to set setAnimationSpeed? (it would be problematic, and pain in ass xD)
Jallenbah
Posts: 12
Joined: Thu Aug 14, 2008 12:10 pm
Location: Vector3df(20.6, 4, 19.2);

Post by Jallenbah »

If your game is framerate dependant, then it's your own fault for making it that way :P

If it isn't, just deal with the timing.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, Irrlichts timer has a speed which can be changed :)
B@z
Posts: 876
Joined: Thu Jan 31, 2008 5:05 pm
Location: Hungary

Post by B@z »

jallendbah: you misunderstand me.
my project is frame independant, but i want slow it down sometimes :D

hybrid: and that will change the animation speed too?

edit: wow, it changes!
thanks, that's cool xD
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

i wanna see some videos of the result! if possible.
B@z
Posts: 876
Joined: Thu Jan 31, 2008 5:05 pm
Location: Hungary

Post by B@z »

here:
when she dies, it slows down, and then speed up, when she revive
http://rapidshare.com/files/140647163/s ... n.avi.html
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

looks cool. 8)
gogo
Posts: 65
Joined: Tue Apr 15, 2008 1:04 am

Post by gogo »

B@z wrote:here:
when she dies, it slows down, and then speed up, when she revive
http://rapidshare.com/files/140647163/s ... n.avi.html
I cannot playback your avi. I do not have Quicktime but media player. Give me wmv or mpg or submit to you tube, plz.
pera
Posts: 460
Joined: Wed May 14, 2008 1:05 pm
Location: Novi Sad, Serbia
Contact:

Post by pera »

can't download from rapidshare, but i imagine it really beautiful.
You could also add a tunnel of light after character dies, so if she goes toward the light - she quits the game :)
B@z
Posts: 876
Joined: Thu Jan 31, 2008 5:05 pm
Location: Hungary

Post by B@z »

it's xvid.
download xvid codec, and you should able to view it in media player (i use that too xD)

pera: yeah and angels who are waiting for me, but suddenly she decides that she dont wanna die yet, so she'll become a zombie, with untied arms, and biting the enemies
lol xD
B@z
Posts: 876
Joined: Thu Jan 31, 2008 5:05 pm
Location: Hungary

Post by B@z »

http://www.youtube.com/watch?v=bL8rX3pAInE
here for those who couldnt play it
Post Reply