Home   Help Search Login Register  

Author Topic: Slow motion cut scenes  (Read 400 times)

0 Members and 1 Guest are viewing this topic.

FunkyMoe

  • Guest
Slow motion cut scenes
« on: 18 Mar 2004, 04:16:36 »
I want my cutscene to be in slow motion. How do I do this?

On an unrelated note, In a mission im making, Ive already set up the main mission, but I want an intro. Is there any way to transfer your mission over to the intro, so I wont have to spend time setting up the whole mission again in the intro section?

Homefry31464

  • Guest
Re:Slow motion cut scenes
« Reply #1 on: 18 Mar 2004, 04:38:43 »
Use:

 setacctime .5


1 = normal game speed

Place that in an activation field or script.  For transferring, highlight everything, and copy (CTRL + C), then choose intro, then paste (CTRL + V).

Good Luck.

-Homefry

_hammy_

  • Guest
Re:Slow motion cut scenes
« Reply #2 on: 18 Mar 2004, 05:04:16 »
the range of use is 0-1, so you can use .3 or even .7

FunkyMoe

  • Guest
Re:Slow motion cut scenes
« Reply #3 on: 19 Mar 2004, 02:47:19 »
Thanks.