For VR I now use these edits
- Makes the Fonts crisper
- adds a black surround to the text on the colour display so you can see them when using the moving map
- option to change the font to a dull white
C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\FA-18C\Cockpit\Scripts\Multipurpose_Display_Group\Common\indicator\MDG_strokesDefs.lua
stroke_thickness = 0.9
stroke_fuzziness = 0.25
-- Currently is used for DMC generated fonts black outline
DMC_outline_thickness = stroke_thickness * 3.0
DMC_outline_fuzziness = stroke_fuzziness * 8.0
DMC_stroke_thickness = 1.0
DMC_stroke_fuzziness = 0.3
C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\FA-18C\Cockpit\Scripts\materials.lua
MDG_materials[MDG_SELF_IDS.LMDI] = {220, 220, 220, 255}