Warcraft III resources & community, 2003–2006 · archived

FPS style (Help)

5 posts
#1

FPS style (Help)

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
#2
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.
#3
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)
#4
do u need 2 put any variable'z and also if i put dat trigger in my map does it make it TFT only (Frozen throne)
#5
No, you don't need variables.
Dunno for the TFT thing. But probably yes.