HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

3 person veiw lock

02-02-2007, 10:08 PM#1
harel
Maybe it is well known, but this set of triggers can make the camera to have a nice lock, i have to admit that it have its problems...
if anyone want enhance it i will be happy to see it.
(im sorry but i don't know jass)

Trigger:
lock on
Collapse Events
Time - Every 0.10 seconds of game time
Conditions
Collapse Actions
Set CliffPoint = (Position of selectedone)
Set Target = (Z height of CliffPoint)
Point - Remove CliffPoint
Set Target1 = (Target Z of current camera view)
Set Target = ((Target + 250.00) - Target1)
Camera - Set Player 1 (Red)'s camera Height Offset to Target over 0.25 seconds
Camera - Set Player 1 (Red)'s camera Distance to target to zoom over 0.20 seconds
Camera - Set Player 1 (Red)'s camera Angle of attack to attack over 0.20 seconds
Camera - Set Player 1 (Red)'s camera Far Z to 10000.00 over 0.00 seconds
02-03-2007, 02:09 AM#2
Anopob
Wait are you saying you want this to be improved or just posting to see people's comments?
02-03-2007, 07:13 AM#3
harel
I'm sorry if I was unclear.
What i wanted was to show the triggers and get comments
and if thy want to enhance it or add something to it would really be appreciated.