laertesson Posted October 1, 2020 Share Posted October 1, 2020 With the release of A-10C II, I am having lots of trouble reading the A-10C hud against a bright sky, it gets almost completely washed out in my Reverb. As far as I know there is literally no way to adjust contrast or colors on NVidia cards. Is there a way now? I have tried even to change the materials of the A-10C HUD in the lua files, even that won't help. Brightest mode on the HUD used, OVR advanced settings doesnt seem to work, we cant use reShade, and NVidia settings offers no help. Seems like a really simple thing for MS to overlook for years. Link to post Share on other sites
Taz1004 Posted October 1, 2020 Share Posted October 1, 2020 You said you tried to change the HUD lua file. So you know where HUD_init.lua is. It accept negative values. Try this at the bottom of HUD_init.lua at line 383. day_color = {-0.25, 0, -0.25, 1} Link to post Share on other sites
laertesson Posted October 1, 2020 Author Share Posted October 1, 2020 (edited) You said you tried to change the HUD lua file. So you know where HUD_init.lua is. It accept negative values. Try this at the bottom of HUD_init.lua at line 383. Thanks, I am giving this a try. Is this the black HUD mod? Or those negative values give a darker green? This is really interesting. Thank you again Taz. Edited October 1, 2020 by laertesson Link to post Share on other sites
Taz1004 Posted October 1, 2020 Share Posted October 1, 2020 (edited) Thanks, I am giving this a try. Is this the black HUD mod? Or those negative values give a darker green? This is really interesting. Thank you again Taz. It's same idea as black HUD mod. Except that you can get the contrast of the black HUD but with color by going negative values. You can adjust the color balance between the 3 values to your preference and even change alpha value. Or what I do is use the HUD Intensity button in the cockpit. I was gonna release this as another QOL mod :P Edited October 2, 2020 by Taz1004 Link to post Share on other sites
laertesson Posted October 2, 2020 Author Share Posted October 2, 2020 It's same idea as black HUD mod. Except that you can get the contrast of the black HUD but with color by going negative values. You can adjust the color balance between the 3 values to your preference and even change alpha value. Or what I do is use the HUD Intensity button in the cockpit. I was gonna release this as another QOL mod :P I ended up with day_color = {-0.05, 10, -0.05, 1}, gives a much more bright symbology without sacrificing color. thanks again for the negative values tip, seems to make the difference. I'll be looking out for your upload, I'm sure you could improve on this idea. Link to post Share on other sites
fitness88 Posted October 3, 2020 Share Posted October 3, 2020 Is there a way to increase the range of brightness? Link to post Share on other sites
Taz1004 Posted October 3, 2020 Share Posted October 3, 2020 Is there a way to increase the range of brightness? The intensity button inside the cockpit is not actually brightness but alpha. So you can shift alpha using the alpha value in the lua file. You can go brighter or darker with the RGB values but the problem is not the values. It's the blending mode they use. They use some sort of overlay blending mode so any bright value will disappear against bright background. And so far I haven't found where this blending mode is set. So workaround currently is to set it darker. Link to post Share on other sites
FoxTwo Posted October 4, 2020 Share Posted October 4, 2020 Would love a solution for the F-18 and F-16 as well Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now