Jump to content

Lemur_Olo

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Lemur_Olo

  1. Hi KungFu, I had a similar issue. In my case, it was a rudder pedal that goes to "sleep" after some time of inactivity during the flight. I mean, I was not touching them during the flight, so Widows set them to power-saving mode. Then, the USB reading of the rudder position went immediately to the max left. I you use rudder, check USB port setting and turnoff power saving, or something like that (I do not remember exact name). Regards!
  2. OK, thanks Bignew. In the meantime, I have created a temporary solution for pilots who want to mod their planes. You can find attached my version of the MDG_strokesDefs.lua file. In the file I am calculating the stoke_fuzinezz parameter of the HUD elements based on the CENTER viewport aspect ratio: [cat] local v = find_viewport("GU_MAIN_VIEWPORT", "CENTER") local a = v.width / v.height; -- HUD parameters -- Fuzziness depends on main viewport aspect ratio stroke_thickness = 0.8 stroke_fuzziness = 1 / ( 0.8 * a + 1 ) [cat] Additionally, in the file, you can see the new value of DMC_outline_fuzziness, which makes elements on the AMPCD visible a little better when the map view mode is On. You can install this modification by replacing MDG_strokesDefs.lua in the DCS installation directory. The file is located here: \Mods\aircraft\FA-18C\Cockpit\Scripts\Multipurpose_Display_Group\Common\indicator\MDG_strokesDefs.lua MDG_strokesDefs.lua Additionally, I am attaching the Open Mod Manager package, for easy installation. FA-18C_HUD_fuziness_correction_by_Lemur_v1.0.zip
  3. Thanks rob10. Glow reduction doesn't solve problem, unfortunately. I am working on a good, temporary solution. Will post it soon. Beside this, real correction by ED is very welcome. Wide screens became more and more popular. So probably more pilots suffer this issue.
  4. Hi, I have noted that items displayed on HUD are too thick when the screen aspect is high in the DCS settings. I have an ultra-wide display with aspect 32:9 = 3,55 and some of the letters on the HUD are not readable (see example below). Also, all the lines are too fat. After short experiments with the aspect ratio, I can see that HUD-displayed items are directly dependent on the screen aspect. Below you can see two screenshots with two different aspects. ED do you think you can make a correction? 1. Screen aspect ratio ~= 7,3, HUD items are very thick null 2. Screen aspect ratio ~= 0,5 HUD item are very thin Regards, Lemur
  5. Hi, I was trying to find any update of this mod that works with DCS World 2.7 because this version unfortunately doesn't (The Briefing window does not popup after mission load). I couldn't find any, thus I have updated for myself the original mod by BManx2000. My version simply merges ED updates in the affected lua scripts that comes from the original mod. Feel free to use it if you like. CDUWindBriefing_2_7 adaptation by Lemur.rar Regards Lemur
×
×
  • Create New...