RoyalOneOne Posted May 21, 2018 Posted May 21, 2018 So, I'm having an issue that I cannot seem to figure out. I'm trying to get the radar screen on a separate monitor. For some reason it only appears when I go to an external view (F2,F3... cams) While digging around I found how to add the RWR to an external monitor and I was able to get it to work fine. I just don't know why the radar screen won't show while in the cockpit. init_pageID = VTB_PAGE_0 used_render_mask = "interleave2.bmp" --default mask for TV update_screenspace_diplacement(SelfWidth/SelfHeight,false) --try_find_assigned_viewport("RIGHT_MFCD") --dofile(LockOn_Options.common_script_path.."devices_defs.lua") dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") try_find_assigned_viewport("ED_M2C_Radar") I have this in the ..Mods\aircraft\M-2000C\Cockpit\VTB\VTB_init and have tried to comment out --try_find_assigned_viewport("RIGHT_MFCD") --dofile(LockOn_Options.common_script_path.."devices_defs.lua") as just a trial, leaving it in or not won't work (it was just a thought) Also here is my monitor cfg. _ = function(p) return p; end; name = _('LMFCD M2000c'); Description = 'Left MFCD on the left and camera on the center' Viewports = { Center = { x = 0; y = 0; width = 2560; height = 1080; viewDx = 0; viewDy = 0; aspect = 2.37037037037037; } } ED_M2C_Radar = { x = 2560; y = 0; width = 720; height = 720; } ED_M2C_RWR = { x = 3282; y = 0; width = 430; height = 430; } UIMainView = Viewports.Center Images in the spoiler section to show what I mean: Any help will be greatly appreciated [sIGPIC][/sIGPIC] UH-1H - Mi-8 - SA342 - KA-50 F/A-18C - F-15C - F-5E - SU-27 - SU-33 - Hawk - M2000C - A-10C - A-10A - P-51 - NTTR - Normandy - Persian Gulf i7 7700k 4.7Ghz - 32GBs G.Skills RGB 3200Mhz - ASUS STRIX Z270F - ASUS GTX970 STRIX - LG 34UM64-P 34" 21:9 - Track IR - X55 & Saitek Pedals - CHPL training
RoyalOneOne Posted May 22, 2018 Author Posted May 22, 2018 You'll need to go into the keybinds and find VTB Viewport ON/OFF and bind it to something. Really?! It was that simple? Ha, thanks, it works now :thumbup: [sIGPIC][/sIGPIC] UH-1H - Mi-8 - SA342 - KA-50 F/A-18C - F-15C - F-5E - SU-27 - SU-33 - Hawk - M2000C - A-10C - A-10A - P-51 - NTTR - Normandy - Persian Gulf i7 7700k 4.7Ghz - 32GBs G.Skills RGB 3200Mhz - ASUS STRIX Z270F - ASUS GTX970 STRIX - LG 34UM64-P 34" 21:9 - Track IR - X55 & Saitek Pedals - CHPL training
Recommended Posts