OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: FunkyMoe on 18 Mar 2004, 04:16:36

Title: Slow motion cut scenes
Post by: FunkyMoe 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?
Title: Re:Slow motion cut scenes
Post by: Homefry31464 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
Title: Re:Slow motion cut scenes
Post by: _hammy_ on 18 Mar 2004, 05:04:16
the range of use is 0-1, so you can use .3 or even .7
Title: Re:Slow motion cut scenes
Post by: FunkyMoe on 19 Mar 2004, 02:47:19
Thanks.