Warcraft III resources & community, 2003–2006 · archived

Camera Trigger

5 posts
#1

Camera Trigger

How do you like unzoom the camera like i mean move it out farther so you can see more of the map. please tell me the trigger id be very greatful.
#2
Simply press delete or insert in game to reset the camera view. This does not require any triggering or any other actions, its already in wc3.

But if you insist in using a trigger for it, there is action in the triggers "reset camera view for player X".
#3
And if you want to zoom farer away than in the standard game view, make a camerasetup for it and make a trigger action "apply camerasetup". If you then scroll, it will still keep the non-standard view. :wink:
#4
The Mouse Scroller thing to change the tilt angle will also reset it.
#5
Yes, the only way to keep it from doing that is a periodic event trigger which sets the camera fields distance, angle, and maybe field of view to the values of your camerasetup, as far as I know.