Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum
  1. Home
  2. Just Flight
  3. MSFS Products
  4. Black Square Add-Ons
  5. Baron Professional
  6. Annunciator readability in VR

Annunciator readability in VR

Scheduled Pinned Locked Moved Baron Professional
6 Posts 3 Posters 105 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Torcsen
    wrote last edited by
    #1

    Is there anything that can be done to improve the readability of the annunciators in the Baron? At least in VR, I can only see a red light — the text on them is almost impossible to read unless I move right up close.

    1 Reply Last reply
    1
    • Black SquareB Online
      Black SquareB Online
      Black Square
      Black Square Developer
      wrote last edited by
      #2

      Unfortunately, the post processing in modern game engines can make small details like that hard to read. If you switch on the panel lights during the day to dim the annunciators, I assume it's better? I could give you some custom code to dim them, but of course, then they are less attention-grabbing. Have you experimented with different anti-aliasing? I would expect DLSS to be much worse about this than TAA, for example.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Torcsen
        wrote last edited by
        #3

        Hm. No. I havent actually tried different AA for this. But the issue isnt the readability of the fonts per se. But its like the Annunciators are too bright lit and blend away the black inscription.. Dlss is quite good on my system. I have upscaled alot and use textures on ultra. In daylight everything is as sharp as reading a book. (Besides the annunciators) some kind of code to dim them would have been great.

        1 Reply Last reply
        0
        • Black SquareB Online
          Black SquareB Online
          Black Square
          Black Square Developer
          wrote last edited by
          #4

          It's still the same problem with the post processing. The emissive glow erodes the size of the font, and then the post processing can completely erode small features like that.

          If you really want to dim them, you can do a find-and-replace on...

          (L:var_BatteryDimmingAnnunciatorBrightness, number) 2.0 *
          Becomes...
          (L:var_BatteryDimmingAnnunciatorBrightness, number) 1.0 *
          (or any other multiplier you like)

          ...in these files
          BaronProfessional_Base_INT.XML
          BonanzaProfessional_Base_INT.XML
          BonanzaProfessional_Turbine_INT.XML

          Hope that helps!

          1 Reply Last reply
          0
          • T Offline
            T Offline
            Torcsen
            wrote last edited by
            #5

            Aha, ok. But I'll surely try to tweake that code and see if this help tomorrow👍 thanks alot for your help

            1 Reply Last reply
            0
            • T Offline
              T Offline
              Tony73
              wrote last edited by
              #6

              Hello, I use the Pimax Cristal Light, and I don't have this brightness issue with the annunciator.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users