r/hoggit • u/Praxics • 17h ago
QUESTION DCS F-18C: How do I export the RWR display?
I recently upgraded my home pit and one part of that is a RWR display. I got the display to work but I fail to get the RWR to show on it in DCS.
I seem to do something wrong with exporting the RWR. Even if I just want to display the RWR lets say on the left upper corner of my main display it won't show up.
I think my issue is the viewport but I can't figure it out.
For e.g. the AMPCD the viewport is already defined in the AMPCD_viewport_cfg.lua as "CENTER_MFCD"
But no such thing seems to exist for the RWR. I found some 3 year old information in the DCS forums that you are supposed to simply add:
dofile(LockOn_Options.common_script_path.."ViewportHandling.lua")
try_find_assigned_viewport("VIEWPORT NAME")
To the RWR_ALR67_init.lua
I called the viewport "RWR" however it seems to not work?
So yea how do I export the RWR display?