• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Camera distance

Status
Not open for further replies.
Level 1
Joined
Jun 20, 2015
Messages
2
Hello !
Try to make an event like :
Time elapsed 0.01 seconds

Action - Set [Player]'s camera Targeted Distance to [distance] (2000 by default i think) over 0.00 seconds
 

Chaosy

Tutorial Reviewer
Level 40
Joined
Jun 9, 2011
Messages
13,183
Hello !
Try to make an event like :
Time elapsed 0.01 seconds

Action - Set [Player]'s camera Targeted Distance to [distance] (2000 by default i think) over 0.00 seconds

absolutely not. Use map init, it's silly to wait 0.01 seconds.

Anyway the action you're looking for is in the camera section, it's called set camera field or something like that.
 
Level 10
Joined
Oct 2, 2014
Messages
215
This is the camera trigger i used for a map i made.

  • camera
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Camera - Set Player 2 (Blue)'s camera Field of view to 140.00 over 0.00 seconds
      • Camera - Set Player 4 (Purple)'s camera Field of view to 140.00 over 0.00 seconds
      • Camera - Set Player 5 (Yellow)'s camera Field of view to 140.00 over 0.00 seconds
      • Camera - Set Player 6 (Orange)'s camera Field of view to 140.00 over 0.00 seconds
      • Camera - Set Player 9 (Gray)'s camera Field of view to 140.00 over 0.00 seconds
      • Camera - Set Player 10 (Light Blue)'s camera Field of view to 140.00 over 0.00 seconds
 

Chaosy

Tutorial Reviewer
Level 40
Joined
Jun 9, 2011
Messages
13,183
Learn to read and don't post a question twice -.- I will make the answer painfully simple to you this time around thought since it seems you need babysitting.
  • Camera - Set Player 1 (Red)'s camera Distance to target to 500.00 over 0.00 seconds
explain.gif
 

Ralle

Owner
Level 77
Joined
Oct 6, 2004
Messages
10,098
Please refrain from posting the same thread multiple times even though it may be in different forums. This is against the rule related to spamming. You should however read up on bumping threads. Every 48 hours you are allowed to bump your question if you have not posted yourself within those 48 hours.
 
Status
Not open for further replies.
Top