grim_reaper68 Posted January 1, 2023 Posted January 1, 2023 Hi Is it possible to have the RWR on a second screen? I've already the VTB, but i don't know how to add the RWR display? Thanks
Wassergeist Posted January 4, 2023 Posted January 4, 2023 Hi I was looking for the same question.I found this thread:https://forum.dcs.world/topic/143110-m2000c-viewpoint-export/But I didn’t have time till now test it. Maybe it’s working for you.Gesendet von iPhone mit Tapatalk
grim_reaper68 Posted January 4, 2023 Author Posted January 4, 2023 Hi the answer come from a french forum. This post is old and the structure of the M2K RWR has changed. Now i have the solution . Thanks for your help.
Wassergeist Posted January 4, 2023 Posted January 4, 2023 Great can you post it here in English?That would help me a a lot.Gesendet von iPhone mit Tapatalk
grim_reaper68 Posted January 4, 2023 Author Posted January 4, 2023 (edited) Of course Just add try_find_assigned_viewport("MK2_VCM") into the VCM_screen_init.lua into your X:\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\M-2000C\Cockpit\VCM folder. Then add the following lines into your MonitorSetup lua file. Just put your personal coordinates and width and height for your screen, that's all. MK2_VCM = { x = 2560; y = 0; width = 480; height = 480; } Edited January 4, 2023 by grim_reaper68 1
Recommended Posts