HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How Do I Make The Screen So That It Stays Behind The Unit?

01-30-2003, 11:51 AM#1
Guest
[email protected]

I need help. I want to make the view so it is behind the unit. Like first person view. I do how to set the camra. But I dont get the triggers. If you can help, E-Mail Me. Or of a add on tho this.
01-30-2003, 04:23 PM#2
DoctorDoom
First off I don't think you have the ability at such an early period of triggering to create a first person camera view. It took me quite some time and the rest of the trigger modders are still working on it to perfect the camera. However if you ment direct 3rd peron. Such as the camera is behind the unit all the time the try these trigger.

Event: When ever you want the view to kick in (elapsed time maybe)

Action: lock camera target for player x to unit using default rotate.

Event:Periodic (every .1 seconds)

Action: camera set camera field- Set player x camera rotation equal to (unit facing angle) facing of triggering unit over 0 seconds

That will make the camera follow the unit from behind.
01-30-2003, 05:22 PM#3
DaKaN
use .25 seconds, cuts the fireing rate of the trigger from 10 down to 4 and you wont really notice the difference

and apply the new camera over .25 also, that way the turning is some what smooth