Jump to content

Modifying Radio Menu & Mission Message Font Size


Kirkwood

Recommended Posts

A few members of the community I play with were complaining about being blinded by the server messages & radio menu when playing in VR, especially at night.While there is a font scale dropdown in the settings menu this only goes down to 1 which can still leave these rather big in VR. A quick dive into the Options.lua allows us to change this decimal values like 0.5 and reduce the font size further.

 

 

Quick Guide:

 

  1. Navigate to the config folder within your DCS saved games folder (C:\Users\$USER\Saved Games\DCS.openbeta\Config or C:\Users\$USER\Saved Games\DCS\Config)
  2. Take a copy of Options.lua and open Options.lua in your favourite text editor.
  3. Find the line with ["messagesFontScale"] = , this will likely be set to 1.0 by default. If it missing add this line under the graphics section.
  4. Modify this to the desired decimal value and save. Remember this is a scale value, so values less than 1.0 makes it smaller and above make it larger. For VR I would recommend currently around 0.5.
  5. Launch DCS:pilotfly:

Hope this helps some people.

Apologies if this is already known to people or there is already a post for this, no one in the community I play with were aware of any so thought I would share :)

 

 

If anyone from ED see's this it would be a real QOL improvement if we could change the field for this ingame to a slider or even a simple text box with validated entries.


Edited by Kirkwood
  • Like 1
Link to comment
Share on other sites

A few members of the community I play with were complaining about being blinded by the server messages & radio menu when playing in VR, especially at night.While there is a font scale dropdown in the settings menu this only goes down to 1 which can still leave these rather big in VR. A quick dive into the Options.lua allows us to change this decimal values like 0.5 and reduce the font size further.

 

 

Quick Guide:

 

  1. Navigate to the config folder within your DCS saved games folder (C:\Users\$USER\Saved Games\DCS.openbeta\Config or C:\Users\$USER\Saved Games\DCS\Config)
  2. Take a copy of Options.lua and open Options.lua in your favourite text editor.
  3. Find the line with ["messagesFontScale"] = , this will likely be set to 1.0 by default. If it missing add this line under the graphics section.
  4. Modify this to the desired decimal value and save. Remember this is a scale value, so values less than 1.0 makes it smaller and above make it larger. For VR I would recommend currently around 0.5.
  5. Launch DCS:pilotfly:

Hope this helps some people.

Apologies if this is already known to people or there is already a post for this, no one in the community I play with were aware of any so thought I would share :)

 

 

If anyone from ED see's this it would be a real QOL improvement if we could change the field for this ingame to a slider or even a simple text box with validated entries.

 

Thanks for that. Yes, that has been an annoyance for a long time along with text in the top left being way too small in 4K.

Intel i7 12700K · MSI Gaming X Trio RTX 4090 · ASUS ROG STRIX Z690-A Wi-Fi · MSI 32" MPG321UR QD · Samsung 970 500Gb M.2 NVMe · 2 x Samsung 850 Evo 1Tb · 2Tb HDD · 32Gb Corsair Vengance 3000MHz DDR4 · Windows 11 · Thrustmaster TPR Pedals · Tobii Eye Tracker 5 · Thrustmaster F/A-18 Hornet Grip · Virpil MongoosT-50CM3 Base · Virpil Throttle MT-50 CM3 · Virpil Alpha Prime Grip · Virpil Control Panel 2 · Thrustmaster F-16 MFDs · HTC Vive Pro 2 · Total Controls Multifunction Button Box

Link to comment
Share on other sites

  • 2 months later...

Had the same issue in VR. 
Maybe the location of the files have changed since the last post on this topic but I had to fix this issue in a different manner than described above...

Here is how it worked for me:

Open up the following file (for standalone OB users) with your favorite editor: 
DCS World OpenBeta\Scripts\UI\gameMessages.dlg

I searched for all strings containing:
["fontSize"] = *,

These values control the radio menu (I believe) and the server messages font size.
The default values stating ["fontSize"] = 20, are the ones controlling the message font size. I set this to 10 and that worked great for me (on rift S), 12 might give better readability.

An option in the GUI to go into sub 1 scaling (e.g. message scaling 0.5 and 0.75) would solve having to do this manually.
I would definately like to see the font scaling option in the GUI some day! ;)

Hope this helps anyone looking for a manual solution.

Cheers,
87th_Blade
 

  • Thanks 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...