_Guill4ume_ Posted May 17, 2023 Posted May 17, 2023 Hi There, Hope you are all doing well, I am building an f16 pit at home, The MFD's are already exported via the Cubesim LCD screen and a custom LUA file and the DED is exported via DCS Bios. I would like now to get the RWR and EHSI exported. I Watched couple of tutorial on different extractor but I am a little bit confused. First things first, what kind of screen should I need? I found some LCD screen via USB or HDMI on internet but I am unsure of which one to choose. Does anyone have experience with the Winwing Instrument Display and the Winwing program? Is it possible to export RWR and/ or the EHSI? Thanks for your inputs, Regards, Damn
BaronVonVaderham Posted October 22, 2023 Posted October 22, 2023 My question is very similar. I found an older thread that indicated that the EHSI can be exported the same way as the MFDs, but what is the right name for the EHSI. Likewise I’m curious about the RWR, can I export that the same way, and if yes, by what name?
jonsky7 Posted October 25, 2023 Posted October 25, 2023 The EHSI is exportable by default. No mods necessary. in the monitor config file it is simple named EHSI ie RIGHT_MFCD = { x = 6210; y = 360; width = 825; height = 825; } EHSI = { x = 2561; y = 370; width = 520; height = 520; } The RWR, DED, and CMDS panels are exportable but require modifying game files, modifying these files will break the integrity check on servers running the pure scripts option. The RWR does not export the "crosshair", only the symbols. These are my modified files, you can use a mod manager like OvGME, or overwrite the game files. F-16 exports.zip To use the exports you need to configure your monitor setup file to look for LEFT_MFCD = { x = 5130; y = 360; width = 825; height = 825; } RIGHT_MFCD = { x = 6210; y = 360; width = 825; height = 825; } EHSI = { x = 2561; y = 370; width = 520; height = 520; } F16_RWR = { x = 2561; y = 880; width = 520; height = 520; } F16_CMDS = { x = 6170; y = 1345; width = 820; height = 120; } F16_DED { x = 6170; y = 1345; width = 820; height = 120; } feel free to ask further questions visit these
BaronVonVaderham Posted October 27, 2023 Posted October 27, 2023 Thanks. i was not able to export the EHSI using the device name “EHSI”. i ended up using Helios, and they use a slightly different name. This seemed to work fine. I just had to manually turn the location and size of the EHSI. a bit annoying that I had to use Helios for this, but then again, I’m planning to use an lcd for the other center pedestal gauges as well, so I’d end up having to use it regardless. as a note, I didn’t use the Helios lua, but instead used my own lua definition. This works, probably because Helios patched a number of files.
Recommended Posts