• 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.

Camera

Status
Not open for further replies.
Level 4
Joined
Oct 28, 2005
Messages
77
How can i make a camera trigger that just a litle Movie in the start of the map, and how can i set a massenger when the movie is playing??

And how can i get gold from a unit that i killed in the game that is a player??

and pliz say in detail!!
 
Level 6
Joined
Sep 17, 2005
Messages
276
hm... cinematics are harder to make, you should introduce yourself with tutorials cz i takes long time to explain and i cant say more than the tutorial will do. Plz first study tutorial (link follows) and then you may ask questions for single points you dont understand.

link: http://world-editor-tutorials.thehelper.net/cinconan.php

and the bounty you can set for every unit is located in object editor category units. click on the unit you want the bounty for and search in the right field the entry "unit-bounty" (hope thats correct - i think you should find that) and then set the amount of gold you want to earn when you kill the unit. thats all cz gives bounty is standart on, i think.
 
Level 4
Joined
Oct 28, 2005
Messages
77
Sunny_D said:
hm... cinematics are harder to make, you should introduce yourself with tutorials cz i takes long time to explain and i cant say more than the tutorial will do. Plz first study tutorial (link follows) and then you may ask questions for single points you dont understand.

link: http://world-editor-tutorials.thehelper.net/cinconan.php

and the bounty you can set for every unit is located in object editor category units. click on the unit you want the bounty for and search in the right field the entry "unit-bounty" (hope thats correct - i think you should find that) and then set the amount of gold you want to earn when you kill the unit. thats all cz gives bounty is standart on, i think.

That Page just told how i can make a movie whit moving heros and stuff, but i want to just have a camera trigger that just standing still while a messenger comes up, can you pliz say how i do that in derail. and pliz dont send that page again that dident tell me much (I dident Understand it) But Thanks anyway!!!
 
Level 6
Joined
Sep 17, 2005
Messages
276
hm... well i can give you a short introduction as i have a little time now. First you need to set cameras - as much as you need different views. you make cameras in editor by pressing 'R' and then create a new camera click on it once and set the view of the editor to the view you want in the editor and press the 'apply view for camera'. now you have created one camera - repeat that for the other cameras you need. in following i named the cameras Cam1 and Cam2.

Code:
Event: <what you need>
Condition: <what you need>
Actions:  
- cinematic-turn cinematic mode on for all players
- camera-apply Cam1 for player(X) over 5 seconds
- video-transmission from unit1 named Paladin the message <your text>
- wait 10 seconds
- camera-apply Cam2 for player (X) over 1 seconds
- video-transmission from unit" named Orc the message <your text>
- wait 10 seconds
-cinematic-turn cinematic mode off for all players
-camera-reset game camera

i think you will learn a lot from this trigger. instead of video-transmission function you can also take game-text message if you dont have specific units talking.

hope that could help you :wink:
 
Level 12
Joined
Jul 2, 2004
Messages
471
Cinematic - Turn cinematic mode On for (All players)

Camera - Apply (Current camera) for Player 1 (Red) over
0.00 seconds

Cinematic - Send transmission to (All players) from <unit x> named <name x>: Play No sound and display <Your text>. Modify duration: Set to 2.00 seconds and Wait
 
Status
Not open for further replies.
Top