- Joined
- Aug 23, 2008
- Messages
- 197
In this tutorial you will learn how to create a 3rd Person camera for any map in a simple mod by steps but you can also download a sample map at attachments.
Difficulty: [ 1.5/10 Very Easy ]
Time to make: Aproximately 1 Minute and 20 seconds.
Steps:
1. Basics
2.Creating Triggers for the camera
3.Enjoy your camera! ( I also added screenshot in-game and triggers shot.)
1. Basically what is / for what is the 3rd Person Camera?
Well , the camera is especially for the RPG Maps and not only. It is like in the World of Warcraft.
2.Creating the Trigers for the camera
First , camera needs to be locked to a unit.
Create a trigger. Put the Event:
Next actions: Edit the copies:
I saw it is easy. Now you got the camera!
Screenshots:
Difficulty: [ 1.5/10 Very Easy ]
Time to make: Aproximately 1 Minute and 20 seconds.
Steps:
1. Basics
2.Creating Triggers for the camera
3.Enjoy your camera! ( I also added screenshot in-game and triggers shot.)
1. Basically what is / for what is the 3rd Person Camera?
Well , the camera is especially for the RPG Maps and not only. It is like in the World of Warcraft.
2.Creating the Trigers for the camera
First , camera needs to be locked to a unit.
Create a trigger. Put the Event:
-
Events:
-
Map initialization
-
-
Actions:
-
Camera - Lock camera target for Player ( Select player . Anyway its recommended for a 3rd map with cinematics to add just 1 player ) to ( Select a Unit ) offsett 0000 using normal rotation
-
-
Events:
-
Time - Every 0.01 seconds
-
-
Actions:
-
Camera - Set player ( select player number ) 's angle of attack to 345 ( Recommended!! ) over 0.10 seconds.
-
Next actions: Edit the copies:
-
Camera - Set player's Distance to target to 600 ( Recommended , but you can change it with 500-1200 ) over 0.10 sec.
-
Camera - Set player's Height Offset to 100 ( Recommended! ) over 0.10 seconds.
-
Camera - Set player's camera Rotation to ( Facing of ( Select a Unit! )) over 0.10 sec.
I saw it is easy. Now you got the camera!
Screenshots:
Attachments
Last edited: