- Joined
- Jul 30, 2018
- Messages
- 445
Hey! This may seem a bit silly, but I am having a strange problem.
What I'm trying to do is adjust the camera's angle and FoV with triggers, but they don't seem to be working. I've stripped the triggers to be as simple as possible, looking like this:
With the angle, the camera moves to what I'm thinking is the 0 degrees (laying flat on the ground), then it just bounces (I'm guessing that 2 degrees from the trigger) up and down, back and forth, which doesn't make sense, since the trigger should only be deceasing the angle.
With the FoV, when I push the button the camera snaps very close to the ground, like zooming in. I'm guessing to the minimum on 20 FoV and then does nothing even if I keep clicking the button again.
Is this some kind of bug, or am I just missing something too obvious here?
What I'm trying to do is adjust the camera's angle and FoV with triggers, but they don't seem to be working. I've stripped the triggers to be as simple as possible, looking like this:
-
Angle plus
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Angle +
-
Actions
- Camera - Set (Triggering player)'s camera Angle of attack to ((Angle of attack of the current camera view) - 2.00) over 0.25 seconds
-
Events
-
FoV plus
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Field of View +
-
Actions
- Camera - Set (Triggering player)'s camera Field of view to ((Field of view of the current camera view) + 1.00) over 0.25 seconds
-
Events
With the angle, the camera moves to what I'm thinking is the 0 degrees (laying flat on the ground), then it just bounces (I'm guessing that 2 degrees from the trigger) up and down, back and forth, which doesn't make sense, since the trigger should only be deceasing the angle.
With the FoV, when I push the button the camera snaps very close to the ground, like zooming in. I'm guessing to the minimum on 20 FoV and then does nothing even if I keep clicking the button again.
Is this some kind of bug, or am I just missing something too obvious here?
Last edited: