Jump to content
Sign in to follow this  
Get Trippy

Pilot Camera?

Recommended Posts

How do i get the red dot in the top left of my camera telling me that my laser is on? I can use the laser its just hard to tell if its actually on or not.

 

Picture -- Here

 

My config for the camera 

 

 class pilotCamera
        {
            turretInfoType = "RscOptics_UAV_gunner";
            showHMD = 0;
            stabilizedInAxes = 3;
            minElev = -20;
            maxElev = 90;
            initElev = 0;
            minTurn = -110;
            maxTurn = 110;
            initTurn = 0;
            maxXRotSpeed = 0.5;
            maxYRotSpeed = 0.5;
            pilotOpticsShowCursor = 1;
            controllable = 1;
            class OpticsIn
            {
                class Wide
                {
                    opticsDisplayName = "W";
                    initAngleX = 0;
                    minAngleX = -30;
                    maxAngleX = 30;
                    initAngleY = 0;
                    minAngleY = -100;
                    maxAngleY = 100;
                    initFov = 0.1;
                    minFov = 0.0022;
                    maxFov = 1.1;
                    directionStabilized = 1;
                    visionMode[] = {"Normal","NVG","TI"};
                    thermalMode[] = {0,1};
                    gunnerOpticsModel = "\A3\Weapons_F_Beta\Reticle\Optics_Commander_01_F";
                };
                showMiniMapInOptics = 0;
                showUAVViewpInOptics = 0;
                showSlingLoadManagerInOptics = 1;
            };
        };
        memoryPointDriverOptics = "slingCamera";

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  

×