Page 1 of 1

Making the camera stay behind my star fighter [Solved]

Posted: Tue May 12, 2015 10:04 pm
by Lorul1
Hello I'm trying to make the camera stay directly behind one of my star fighters. When I move the mouse left or right the star fighter drifts to the left or right and the camra is fixed in the middle, but I want to make it so when i move my mouse left or right the camera is always right behind the star fighter.

In other words id like my arc-170 star fighter to always remain in the middle of the screen and not drift.

What values do I need to change to do this ?

Re: How do I make the camera stay behind my star fighter

Posted: Wed May 13, 2015 2:26 am
by Marth8880

Code: Select all

AimTension			= "20.0"//how much the reticule swims
MoveTension			= "4.25"//how much swim the craft has from the center of the screen

Re: How do I make the camera stay behind my star fighter

Posted: Wed May 13, 2015 7:09 pm
by Lorul1
Thanks it worked

I had to play with those values as well as the
the
FOVEFFectMinCamOffset3rd
and
EyePointOffset

thanks again :D :D :D