• 🏆 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!

How to make AutoRotate Camera?

Status
Not open for further replies.
Level 7
Joined
Mar 22, 2010
Messages
214
*I downloaded camera systems on my map but it doesn't work :cry:.
*So I wanted to make auto rotate camera system.

When a unit enters a region... it locks its camera at the unit entering and the camera rotates where the unit is facing...

get it now? thanks :grin:
 
Last edited:
Level 4
Joined
Jun 15, 2010
Messages
67
Try this:

  • Trigger 1
    • Events
      • Unit - A unit enters region REGION
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • Camera - Lock camera target for (Picked player) to (Triggering unit), offset by (0.00 , 0.00) using Default turnover (or something like that, my WE is Polish)
          • Camera - Rotate camera (Facing of (Triggering unit)) degrees around (Position of (Triggering unit)) for (Picked player) over 1.00 seconds
 
Status
Not open for further replies.
Top