[aps]gnat 28 Posted August 2, 2005 Trying to get a gunners ViewOptics that will rotate down and around, in a airplane. Doesnt move, seems locked in forward view. class ViewOpticsBase{}; class ViewOptics : ViewOpticsBase { initAngleX=0; minAngleX=-50; maxAngleX=50; initAngleY=0; minAngleY=-50; maxAngleY=50; initFov=0.5; minFov=0.1; maxFov=5; }; Seems I tried it all, is there an OFP limit on an airplane viewoptic ? Worst case I'd like a fixed optic view down at 45 deg ..... possible ? Share this post Link to post Share on other sites
Guest RKSL-Rock Posted August 10, 2005 You cant do it on a plane class - only in helicopters. As for 45 degree down...you only have 1 point for it to work so unfortunately the answer is no. Share this post Link to post Share on other sites
[aps]gnat 28 Posted August 10, 2005 Thanks for the answer .... appreciated. (back to the drawing board) ..... Share this post Link to post Share on other sites