Guest Posted March 5, 2024 Posted March 5, 2024 (edited) Pilot SAI Cage Knob, command for adjusting reference symbol not working(LMB) Pull to cage /(MW) Adjust aircraft reference symbol A DCS-BIOS user reported a problem not being able to adjust the aircraft reference symbol. In DCS-BIOS this control is split up to two different controls, one for pulling the knob, the other for adjusting the reference symbol. "PLT_SAI_CAGE" & "PLT_SAI_PITCH_TRIM" In the AH-64D clickabledata.lua the command is listed as 3002. Changing this to 3004 made the command work again. I also tested this directly again DCS API and 3002 was dead whereas 3004 work. But looking at the -- Standby Attitude Indicator elements["pnt_619"] = default_button_axis(CREW.PLT, _("SAI Cage Knob, (LMB) Pull to cage /(MW) Adjust aircraft reference symbol"), devices.SAI, sai_commands.CageKnobPull, sai_commands.CageKnobRotate, 620, 619) it clearly states the command is 3002. (sai_commands in commands_def.lua) What am I missing? edit: Is the CageKnobRotate and CageKnobRotate_ITER doing the same thing? Edited March 5, 2024 by ArturDCS
ED Team Lord Vader Posted March 8, 2024 ED Team Posted March 8, 2024 Hi @ArturDCS I am sending this for internal analysis, thanks. Esquadra 701 - DCS Portugal - Discord
Recommended Posts