Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Is it possible to lock the camera angle so it faces another direction than the base camera angle for the duration of the whole game? Basically the game starts and every player's camera is rotated to said angle.
This will do, but I hope someone add better GUI/jass cause I think there are leaks in it
Add the event periodic timer set it to "every 0.01", change the angle of the game camera in the "game" trigger section(as far as I remember this can make the game crash)
Fang's suggestion should work just fine. Can you show what you did? There must be some error, because really all you need to do is this kind of trigger:
Camera Angle
Events
Time - Every 0.05 seconds of game time
Conditions
Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - Set (Picked player)'s camera Angle of attack to YourWantedAngle over 0.00 seconds
Alternatively, not trying to advertise too much, but you can use something like this as well: Combined Camera Slider System v1.0.18 (Though, if all that you want is the angle, a system like this might be a little more than needed)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.