Fortran
Jul 9 2009, 21:00
Having a bit of a problem centring the pilots view for the BIS A-10 im porting. I presumed it would be a matter of altering the following in the config:
class ViewPilot : ViewPilot
{
initFov = 0.800000;
minFov = 0.300000;
maxFov = 1.200000;
minAngleX = -40;
maxAngleX = 85;
initAngleY = 0;
minAngleY = -150;
maxAngleY = 150;
initAngleX = 0;
};
I thought it should be initAngleX however changing this value does not seem to alter the view as I hoped it would. The problem is the new ARMA2 crosshair is to the right of centre which looks odd. Or rather the players view is to the left of it as the crosshair is obviously projected to the centre of the screen. Also from the looks of it I will need to pull the players camera back a little as well, but I guess that could be the FOV setting?
http://s204.photobucket.com/albums/bb66/fortran2000/th_ArmA22009-07-0921-15-20-98.jpg (http://i204.photobucket.com/albums/bb66/fortran2000/ArmA22009-07-0921-15-20-98.jpg)
Also another separate issue which I am unable to work out is when boarding the A10 the animation in which the pilot climbs the retractable steps plays too close to the A10 so the players camera clips into the body which looks ugly.
If anybody can shed some light on either of these issues I would appreciate it. Many thanks to anybody that can help.
class ViewPilot : ViewPilot
{
initFov = 0.800000;
minFov = 0.300000;
maxFov = 1.200000;
minAngleX = -40;
maxAngleX = 85;
initAngleY = 0;
minAngleY = -150;
maxAngleY = 150;
initAngleX = 0;
};
I thought it should be initAngleX however changing this value does not seem to alter the view as I hoped it would. The problem is the new ARMA2 crosshair is to the right of centre which looks odd. Or rather the players view is to the left of it as the crosshair is obviously projected to the centre of the screen. Also from the looks of it I will need to pull the players camera back a little as well, but I guess that could be the FOV setting?
http://s204.photobucket.com/albums/bb66/fortran2000/th_ArmA22009-07-0921-15-20-98.jpg (http://i204.photobucket.com/albums/bb66/fortran2000/ArmA22009-07-0921-15-20-98.jpg)
Also another separate issue which I am unable to work out is when boarding the A10 the animation in which the pilot climbs the retractable steps plays too close to the A10 so the players camera clips into the body which looks ugly.
If anybody can shed some light on either of these issues I would appreciate it. Many thanks to anybody that can help.