• 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.

FPS style (Help)

Status
Not open for further replies.
Level 2
Joined
Feb 23, 2006
Messages
15
umm can any 1 help me wit fps style like da camra folo'z yo hero were ever it goes like if ur hero turns da camra turns wit ur hero. if any 1 can help i would really. appreciate it :D
 
Level 6
Joined
May 8, 2005
Messages
249
its not hard, just the hard part is (or was last time i was doing triggers) adjusting for height. all you ahve to do is either create a camera for each player and set it to the hero or adjust the camera level and such. but like i said, adjusting for height every x seconds so it wont go through the ground on a mound is hard.
 
Level 4
Joined
Nov 9, 2005
Messages
113
use the triggers:

events:
map initialization
actions:
-lock player 1 camera to unit

events:
- every 0.01" of game time
actions:
-set player 1 camera height offset to 100 (or something else)
-set player 1 camera rotation to facing angle of unit
-set player 1 camera angle of attack to 345 (it's one of the best settings)
-set player 1 camera distance to target to 600 (again the best i think)
 
Status
Not open for further replies.
Top