• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Looking for someone that can make a good Camera +Rep and Credit

Status
Not open for further replies.
Level 4
Joined
Sep 30, 2007
Messages
95
Hey guys, i am making a instance based map, and i need a Camera system like in WoW, it follows the unit, rotates with the unit.

Is there anybody that can help, i tried just to lock the camera and with the units rotation, didnt work :)

Reward; +Rep and your name in the Credits with big letters.
 
Level 2
Joined
Jan 10, 2009
Messages
30
I can help, how advanced do you want it?
I can make you change the Distance and Angle by using arrow keys, want that?
 
Level 4
Joined
Sep 30, 2007
Messages
95
Can you make it follow and unit and its rotation, also, its to low, please set it a little higher and you're there :)
 
Level 2
Joined
Jan 10, 2009
Messages
30
You know what - Here is the Solution for you..
It's really simple...

  • Camera System P1
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players matching (((Matching player) slot status) Equal to Is playing)) and do (Actions)
        • Loop - Actions
          • Camera - Lock camera target for (Picked player) to (Random unit from (Units owned by (Picked player) matching (((Matching unit) is A Hero) Equal to True))), offset by (0.00, 0.00) using The unit's rotation
          • Set Camera_Distance[(Player number of (Picked player))] = 1400.00
          • Set Camera_Angle[(Player number of (Picked player))] = 320.00
  • Camera System P2
    • Events
      • Time - Every 0.01 seconds of game time
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players matching (((Matching player) slot status) Equal to Is playing)) and do (Actions)
        • Loop - Actions
          • Camera - Set (Picked player)'s camera Distance to target to Camera_Distance[(Player number of (Picked player))] over 0.00 seconds
          • Camera - Set (Picked player)'s camera Angle of attack to Camera_Angle[(Player number of (Picked player))] over 0.00 seconds
If it wont help, talk 2 me...

Thanks for rep :xxd:
 
Level 4
Joined
Sep 30, 2007
Messages
95
Looking on it :), and yes, i think i need have you to apply it on my map Yearight. But first, i will look on TriggerHappy187's :)

EDIT: TriggerHappy187, im sorry but i cannot use that, it needs to be like WoW so you cannot see through the walls.
Try look on the signature and see the pictures, with your camera, you can move it to see enemies behind walls :)
 
Status
Not open for further replies.
Top