I’m looking for a mod like the one from @mixMugz that replaces the default nameplates and POI/city/airport/fauna markers with alternatives which are easier to read in VR (ie. high contrast and large font?) and lets me toggle them on and off using a hotkey or button assignment.
I’m using a Valve Index with an inset with prescription lenses, and for me, contrast and font size of the default nameplates make them barely readable. I have no issues reading placards or small text on the G1000.
Not sure if this helps it but you can edit the CSS file within ( uimod-mugz-tinyplates/html_ui)/mCS" and change the values there. Playing around with the -scalefactor: 0.75; setting.
It looks like the font size is calculated based on the “screenHeight”, which would make it dependent on some graphics setting. I can only assume that, whatever it is that this is based on, is smaller for me than for other users. I run MFS in a pretty small window on my desktop when I’m flying in VR, which makes me think that “screenHeight” is always based on a property of the desktop window, even when flying in VR.
Thanks for pointing me to scalefactor. Before I saw your advice, I edited mugzIGMWG.css and simply doubled all the numbers which are based on “screenHeight”, and, voilà, the city markers are now perfectly readable.
(I didn’t fix the multiplayer nameplates yet, because I’m currently flying the DC-6 a lot, so I stay away from multiplayer and the crashes it’s causing.)
Next, I’ll have to find out why Backspace can turn off the markers, but not turn them back on. According to the docs, it’s supposed to be a toggle.