Page 1 of 1

Video Sequence, Help please

Posted: Thu Aug 28, 2008 3:00 pm
by Tasper
need some help with a video sequence, how to stop the game and make the triggering unit enter in a X region speak something in a video secuence in about 20 seconds... like.. .. in the company.. ... how?

hi, thx ;D, bye

Re: Video Sequence, Help please

Posted: Thu Aug 28, 2008 3:49 pm
by 3ICE
All-in-one trigger:
Melee Initialization Melee Initialization
.... t_eve Events ........ t_uni Unit - A unit enters Region <gen> .... t_co Conditions ........ t_if (Triggering unit) Equal to Footman 0000 <gen> .... t_act Actions ........ t_com -------- Stop the game -------- ........ t_cam Unit - Pause all units ........ t_com -------- Footman reports to Paladin part 1 -------- ........ t_cam Cinematic - Send transmission to (All players) from Footman 0000 <gen> named Footman Scout:: Play FootmanScoutReport01 and display Sir! I have found.... Modify duration: Add 3.00 seconds and Wait ........ t_com -------- Footman reports to Paladin part 2 -------- ........ t_cam Cinematic - Send transmission to (All players) from Paladin 0001 <gen> named Uther, the Paladin:: Play HeroPaladinResponseToReport01 and display ...Hic! Sorry, I'm drunk. Please go on.... Modify duration: Add 7.00 seconds and Wait ........ t_com -------- Footman reports to Paladin part 3 -------- ........ t_cam Cinematic - Send transmission to (All players) from Footman 0000 <gen> named Footman Scout (puzzled):: Play FootmanScoutReport02 and display ...a treasure chest in the forest. Modify duration: Add 4.00 seconds and Wait
EDIT: You will have to unpause the footman and the paladin before starting the conversation though. You forgot to ask how to turn on cinematic mode, how to disable user control during the cinematic, how to enable cinematic skipping and a lot more. If you already know these, then never mind, also if you don't need them then never mind again :)
But if you happen to need these pieces of information, just ask them here.

--3ICE

Re: Video Sequence, Help please

Posted: Sat Aug 30, 2008 3:01 pm
by Tasper
Thx 3ICE ill ask if i need more help ;D

Re: Video Sequence, Help please

Posted: Sun Aug 31, 2008 2:36 pm
by Tasper
3ICE, in my 2nd video sequence, i put the time like this:
t_cam Cinematic - Send transmission to (All players) from Demon Hunter 0012 <gen> named :/ : No Sound and display da da da.... Modify duration: Add 20.00 seconds and Wait

but the time only to read is like 2 segs .. i want 20 to read all :(, this is the info to tell:
...Okay, listen, this is the plan. I've reseached a Car at the end of the Mountain of this place, but we must becarefull because the Monsters can kill us, or same, if someone touch the Snow... bye Dude...

Too long?

Re: Video Sequence, Help please

Posted: Mon Sep 01, 2008 6:06 am
by 3ICE
You need to add a wait after it too. (Same length as the "modify duration" value) in your case, wait 20 sec

Re: Video Sequence, Help please

Posted: Mon Sep 01, 2008 4:23 pm
by Tasper
Like This?

t_cam Video....
t_wai Wait - 20 Seg
t_cam Video...

like that?