• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Mapping] Advanced Credit (Cinematic)

Level 16
Joined
Apr 18, 2011
Messages
1,844
Credits

What can i learn?

This tutorial includes all ways of credit, and you will learn it step by step.
Cinematic Subtitle
1) First we create a game camera at two places in map.
2) Then you goes to trigger
3) You turn on Subtitles
  • Cinematic - Turn subtitle display override On
4) You turn on Cinematic mode, so people cant go out of map (without closing down warcraft 3)
  • Cinematic - Turn cinematic mode On for (All players)
5) You apply your first camera and make it go to the second over x seconds
  • Camera - Apply Camera 001 <gen> for Player 1 (Red) over 0.0 seconds
    • Camera - Apply Camera 002 <gen> for Player 1 (Red) over X seconds
X depends on how long the distance is, and ofcourse how long your credits is.

6) Now we are gonna make it show Credits.
  • Game - Display to (All players) the text: Credits: X
And it will all ends up like this:
[trigger=Our Trigger]MyTrigger
Events:
Conditions:
Actions:
Cinematic - Turn subtitle display override On
Cinematic - Turn cinematic mode On for (All players)
Camera - Apply Camera 001 <gen> for Player 1 (Red) over 0.0 seconds
Camera - Apply Camera 002 <gen> for Player 1 (Red) over X seconds
Game - Display to (All players) the text: Credits: X
[/trigger]
Cinematic Subtitle
I updated with rest later
 
Last edited:
Top