LuxRedLion Posted December 22, 2024 Posted December 22, 2024 Hi, I fly the Apache in a Mixed Reality Setup in which the cockpit is partially replaced by AR with 2 MFDs and a Streamdeck. Now I can't see the proposed Target List from George AI anymore. Does anyone know which file to modify ? Thanks for your help
jonsky7 Posted January 8 Posted January 8 (edited) On 12/22/2024 at 12:14 PM, LuxRedLion said: Hi, I fly the Apache in a Mixed Reality Setup in which the cockpit is partially replaced by AR with 2 MFDs and a Streamdeck. Now I can't see the proposed Target List from George AI anymore. Does anyone know which file to modify ? Thanks for your help I've not tested this in VR, but for 2D Mods > aircraft > AH-64D > Cockpit > Scripts > AI > PrestonAI_page_common.lua Lines 24-25 compass_pos = {-0.82, -0.7} weap_control_pos = {0.8, -0.7} The Compass position controls the compass ring (Commands to Pilot when in CPG seat), and the Target List from CPG when in the Pilot seat weap_control_pos controls the round circle thing that displays the gunner info from the pilot seat. I believe the numbers are Left/Bottom Edge: -1 Center: 0 Right/Top Edge: 1 edit: It is possible to enter values above 1, this will move the indicators onto the next monitor for multi-monitor setups. There are also some extra lines for VR, Lines 9-10 local compass_pos = {0, -0.40} local weap_control_pos = {0, 0.32} --seems okay, may be a subject to change Good luck! Edited January 8 by jonsky7 1
Recommended Posts