OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Gnat on 01 Aug 2005, 16:17:58
-
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 ?
-
well, turrets for planes are not possible in ofp, so maybe it's hardcoded that the gunner's view optic is also fixed. but i'm only guessing here...