N2Deepx Posted May 6 Posted May 6 (edited) I want to learn the AH-64. When I put my oculus on and I pull up the George menu, the menu is at the very tip top of my oculus screen. So I logged out and did the same in TrackIr5 and the George menu is at the bottom right side of the screen, very easy to read. I took these pics to see if anyone knows how I can fix this is VR. You can't tell from, but I have to really strain my eyes upward to see and read this menu. In the VR pic, my eyes are level with the horizan. Edited May 6 by N2Deepx
Shades71 Posted May 10 Posted May 10 This isn't so much a bug as just poor implementation. We could really use some kind of interface within the DCS settings which would allow us to reposition and size pop up menus such as this and other text boxes that we are presented with. You can however hack a .lua file to get the ai helper boxes in a better position. The file you are looking for is "\DCS World\Mods\aircraft\AH-64D\Cockpit\Scripts\AI\PrestonAI_page_common.lua" The lines you want to hack are as follows: local compass_pos = {0, -0.40} - position of the co-pilot menu {x,y} relative to the ihads centre marker i believe. local weap_control_pos = {0, -0.32} - position of the pilots menu local VR_rotate_angle_Z_bot = 0.0 - these tilt the menu towards/away from you. local VR_rotate_angle_Z_top = -0.0 It's a case of trial and error to get the position you want and it doesn't elp that you have to restart DCS everytime you make a change. I would also suggest you make a backup of your final file as it will get overwritten whenever theres an update.
Recommended Posts