shrike88 43 Posted August 28, 2017 Greetings, Hopefully this was just a setting I am overlooking, and not a update. The Bank Indicator or simplified Attitude indicator that is on the Targeting Camera for several aircraft and one aircraft mod that I am working on does not show up with AFM on. It does display when the AFM is off however I am searching for a way to force it on regardless of the AFM on or off on the settings. Reaching out to the community if anyone knows of a way to force this on in the config ? or going to have to remotely force it on when AFM is on. The entire information gauge cluster on the lower left is all part of this I believe with the Time / Bank indicator / Alt AGL / Airspeed. Not known if this is inbedded into the turret camera optics gunnerOpticsModel = "\A3\Weapons_F_Beta\Reticle\Heli_Attack_01_Optics_Gunner_narrow_F"; I am assuming its separate and a global command that is run. Please if anyone knows how to force this on when AFM is on any help is appreciated. Thanks Shrike 111S.O.G. WEBSITE Share this post Link to post Share on other sites
shrike88 43 Posted August 28, 2017 To add to this, Thanks John S. for filling me in on the location. The Location of the files and UI setup is UI_f_data/A3/ui_f/igui/RSCingameui/RSCoptics/ attitude.paa attitudestatic.paa Im guessing its all run through turret optics settings in game and turned on or off based on AFM variable. Or I could just force them in the Class pilotcamera ? class RscOptics_CAS_Pilot: RscUnitInfoAirPlane { idd = 300; controls[] = {"CA_BackgroundVehicle","CA_BackgroundVehicleTitle","CA_BackgroundVehicleTitleDark","CA_BackgroundFuel","CA_Vehicle","CA_VehicleRole","CA_HitZones","CA_VehicleTogglesBackground","CA_VehicleToggles","CA_SpeedBackground","CA_SpeedUnits","CA_Speed","CA_ValueFuel","CA_AltBackground","CA_AltUnits","CA_Alt","WeaponInfoControlsGroupRight","CA_Throttle","DriverOpticsGroup"}; class DriverOpticsGroup: RscControlsGroup { idc = 392; class VScrollbar: VScrollbar { width = 0; }; class HScrollbar: HScrollbar { height = 0; }; x = "0 * (0.01875 * SafezoneH) + (SafezoneX + ((SafezoneW - SafezoneH) / 2))"; y = "0 * (0.025 * SafezoneH) + (SafezoneY)"; w = "53.5 * (0.01875 * SafezoneH)"; h = "40 * (0.025 * SafezoneH)"; class controls { class TextMag: RscText { idc = 1001; sizeEx = "0.03*SafezoneH"; style = 0; shadow = 0; font = "EtelkaMonospacePro"; text = ""; x = "0 * (0.01875 * SafezoneH)"; y = "0 * (0.025 * SafezoneH)"; w = "0 * (0.01875 * SafezoneH)"; h = "0 * (0.025 * SafezoneH)"; colorBackground[] = {0,0,0,1}; }; class OpticsZoom: TextMag { idc = 192; style = 0; x = "48.2 * (0.01875 * SafezoneH)"; y = "7 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; colorBackground[] = {0,0,0,1}; }; class ValueTime: TextMag { idc = 101; style = 1; text = "20:28:35"; x = "2 * (0.01875 * SafezoneH)"; y = "27.5 * (0.025 * SafezoneH)"; w = "4.8 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class TextAlt: TextMag { idc = 1002; text = " AGL"; x = "0 * (0.01875 * SafezoneH)"; y = "34 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class CA_Alt: TextMag { idc = 191; style = 1; text = "3825"; x = "5 * (0.01875 * SafezoneH)"; y = "34 * (0.025 * SafezoneH)"; w = "3.5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class TextSpd: TextMag { idc = 1003; text = " IAS"; x = "0 * (0.01875 * SafezoneH)"; y = "35 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class CA_Speed: TextMag { idc = 190; style = 1; text = "120"; x = "5 * (0.01875 * SafezoneH)"; y = "35 * (0.025 * SafezoneH)"; w = "3.5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class AnalogueHorizonStatic: RscPicture { idc = 1200; text = "\A3\Ui_f\data\IGUI\RscIngameUI\RscOptics\attitude_static.paa"; x = "2.8 * (0.01875 * SafezoneH)"; y = "28.55 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "5 * (0.025 * SafezoneH)"; }; class AnalogueHorizon: RscLadderPicture { idc = 383; topValue = 0; bottomValue = 0; visibleRange = -1; text = "\A3\Ui_f\data\IGUI\RscIngameUI\RscOptics\attitude.paa"; x = "2.8 * (0.01875 * SafezoneH)"; y = "28.7 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "5 * (0.025 * SafezoneH)"; }; }; }; }; class RscOptics_CAS_01_TGP: RscUnitInfo { idd = 300; controls[] = {"CA_IGUI_elements_group"}; class CA_IGUI_elements_group: RscControlsGroup { idc = 170; class VScrollbar: VScrollbar { width = 0; }; class HScrollbar: HScrollbar { height = 0; }; x = "0 * (0.01875 * SafezoneH) + (SafezoneX + ((SafezoneW - SafezoneH) / 2))"; y = "0 * (0.025 * SafezoneH) + (SafezoneY)"; w = "53.5 * (0.01875 * SafezoneH)"; h = "40 * (0.025 * SafezoneH)"; class controls { class ValueDistance: RscText { style = 1; sizeEx = "0.038*SafezoneH"; shadow = 0; font = "EtelkaMonospacePro"; idc = 183; text = "2456"; x = "34.6 * (0.01875 * SafezoneH)"; y = "25.8 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class ValueGrid: ValueDistance { style = 1; sizeEx = "0.02*SafezoneH"; idc = 172; text = "245678"; x = "34.5 * (0.01875 * SafezoneH)"; y = "27 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class TextGrid: ValueGrid { style = 0; idc = 1001; text = "GRID:"; x = "34.3 * (0.01875 * SafezoneH)"; y = "27 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class CA_VisionMode: RscText { idc = 152; sizeEx = "0.03*SafezoneH"; style = 0; shadow = 0; font = "EtelkaMonospacePro"; text = "DTV"; x = "48.2 * (0.01875 * SafezoneH)"; y = "8.4 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; colorBackground[] = {0,0,0,1}; }; class CA_FlirMode: CA_VisionMode { idc = 153; text = "BHOT"; x = "48.2 * (0.01875 * SafezoneH)"; y = "9.4 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.2 * (0.025 * SafezoneH)"; }; class CA_Laser: RscText { idc = 158; style = "0x30 + 0x800"; sizeEx = "0.038*SafezoneH"; colorText[] = {0.706,0.0745,0.0196,1}; shadow = 0; font = "EtelkaMonospacePro"; text = "\A3\ui_f\data\igui\rscingameui\rscoptics\laser_designator_iconLaserOn.paa"; x = "31.1 * (0.01875 * SafezoneH)"; y = "12.85 * (0.025 * SafezoneH)"; w = "3.5 * (0.01875 * SafezoneH)"; h = "1.5 * (0.025 * SafezoneH)"; }; class TextTrackArea: ValueDistance { idc = 194; style = 2; sizeEx = "0.038*SafezoneH"; text = "AREA"; x = "24.2 * (0.01875 * SafezoneH)"; y = "25.8 * (0.025 * SafezoneH)"; w = "5 * (0.01875 * SafezoneH)"; h = "1.5 * (0.025 * SafezoneH)"; }; class TextTrackPoint: TextTrackArea { idc = 195; text = "POINT"; }; }; }; }; If anyone knows of a easier way to force these on would be much appreciated. Or just the specific classes for the text / symbols etc. Im a Datajunkie on the Targeting cameras thanks Shrike Share this post Link to post Share on other sites