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

Select all players for a camera?

Status
Not open for further replies.
Level 3
Joined
Jun 26, 2010
Messages
43
I'm not sure if this has been answered before being as I am too lazy, but I have a problem. Might be and easy to solve one... OK so in this action there is a part stumping me on how to do for the sake of making my life easier.

  • Actions
  • Camera - Apply Camera 002 <gen> for Player 1 (Red) over 0.00 seconds
Is there a way to make it choose all players from player one to five to apply the camera to in a single action other than this?


  • Actions
    • Camera - Apply Camera 002 <gen> for Player 1 (Red) over 0.00 seconds
    • Camera - Apply Camera 002 <gen> for Player 2 (Blue) over 0.00 seconds
    • Camera - Apply Camera 002 <gen> for Player 3 (Teal) over 0.00 seconds
    • Camera - Apply Camera 002 <gen> for Player 4 (Purple) over 0.00 seconds
    • Camera - Apply Camera 002 <gen> for Player 5 (Yellow) over 0.00 seconds
It's gets super annoying in the cinematics I am using.

If it is possible in GUI (I think it's what it's called) great.
 
Level 3
Joined
Jun 26, 2010
Messages
43
Yeah, like this:

  • Player Group - Pick every player in (All players controlled by a User player) and do (Actions)
    • Loop - Actions
      • Camera - Apply (Current camera) for (Picked player) over 0.00 seconds

wow, I failed, I totally didn't see the player group actions :goblin_jawdrop:
 
Status
Not open for further replies.
Top