[Camera System] Locked & tilted cam

Status
Not open for further replies.
Hey Hive,

I want/need a tilted camera for a map(In a campain) I am creating. (New map so no screenshots yet)

For the map I want a camera that is locked to the hero (follows him) & that is tilted at an angle. The User should not be able to reset/change or scroll the camera.
The angle should be tilted at the following angle... (see pic)

Camera.png


Thx for any helpfull tips or info,
~communist_orc~
 
Level 10
Joined
Apr 13, 2005
Messages
630
Why did you even post this its simple triggers. Let me find them quick k?

*edit* bah i dont have time for it right now but give me like 4 hours. Anyway heres a sample of wut i was fucking around with. It may not work to wut you want but it should be like it

  • Melee Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • Camera - Shrink the camera bounds for (Picked player) west by 100.00, east by 100.00, north by 100.00, and south by 100.00
          • Camera - Lock camera target for (Picked player) to Paladin 0000 <gen>, offset by (0.00, 0.00) using The unit's rotation
          • Camera - Rotate camera 90.00 degrees around (Position of Paladin 0000 <gen>) for (Picked player) over 0.00 seconds
 
Status
Not open for further replies.
Top