Jump to content
Sign in to follow this  
[aps]gnat

ViewOptics on airplane - swivel

Recommended Posts

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

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. crazy_o.gif

Share this post


Link to post
Share on other sites

Thanks for the answer .... appreciated. (back to the drawing board) ..... wink_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×