• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

i need someone to answer this FAST!

Status
Not open for further replies.
Level 9
Joined
Nov 2, 2004
Messages
189
ok I MADE A CINEMATIC BUT HOW DO I TURN IT OFF. I give control back. but how do i turn it off. these are my triggers.
Name : Trigger For Map Start
Events
Time - Elapsed game time is 2.00 seconds
Conditions
Actions
Camera - Run camera for Player 1 (Red) through cinematic.mdl cinematic camera
Camera - Shake the camera for Player 1 (Red) with magnitude 25.00
Camera - Pan camera for Player 1 (Red) to (Position of Gold Mine 0083 <gen>) over 25.00 seconds
Cinematic - Turn cinematic mode On for (All players) over 15.00 seconds
Cinematic - Disable user control for (All players)
Cinematic - Send transmission to (All players) from Centaur Sorcerer 0174 <gen> named |cFF00FF00Venom|r: Play No sound and display Welcome to Open Isl.... Modify duration: Add 25.00 seconds and Don't wait
Wait 2.00 seconds
Cinematic - Enable user control for (All players)
 
Level 11
Joined
Sep 25, 2004
Messages
78
Did you turn cinematic mode off at the end? You need to turn cinematic mode off at the end of the cinematic. I don't think I see a "Cinematic - turn cinematic mode off" thing in your triggers. I don't know what enableing or disableing user control does, but my cinematics seem to work fine without doing it.

Here's how I would do a cinematic:

Events:
Map Initialization
Conditions:
Actions:
Cinematic - turn cinematic mode On for <player whoever>
Camera - apply camera object <camera whatever 1> over 0 seconds.
Camera - apply camera object <camera whatever 2> over 10 seconds.
Cinematic - send transmission to <player whoever> from <unit whoever> named Bob: play No Sound and display "Hi, I'm Bob!"...
Wait 10 seconds
Cinematic - turn cinematic mode Off for <player whoever>
Camera - reset game camera for <player whoever> over 2 seconds.

This is a very simple cinamatic, and I probably got some of the triggers wrong, but something like that works for me. The important thing is that you must turn off cinematic mode at the end of the cinematic. While in cinematic mode, the only input the game recognizes is the escape key, it will not respond to anything else. I also recommend turning on cinematic mode at the begining as well, not half way through. But you must turn it off at the end, this is very important.

I hope my little post here helps you :)
Have a nice day!
 
Status
Not open for further replies.
Top