bunraku Posted December 10, 2015 Posted December 10, 2015 Hi Is there any way or MOD that would darken the shade of Green on the HUD in the A-10C? During daytime in Nevada i am struggling to see it. Thanks
Nirvi Posted December 10, 2015 Posted December 10, 2015 DCS World\Mods\aircraft\A-10C\Cockpit\Scripts\HUD\Indicator\HUD_init.lua The line 'materials["HUD_IND_GREEN"] = {0, 255, 0, 255} ' defines RGBA (A stands for alpha) components for day mode HUD symbology. Serious uglies Discord 4YA - Project Overlord WW2 Server My DCS Videos
BackboneOne Posted December 10, 2015 Posted December 10, 2015 Hi Is there any way or MOD that would darken the shade of Green on the HUD in the A-10C? During daytime in Nevada i am struggling to see it. Thanks i got the same problem! what settings you have found optimal? MB: Asus ROG Strix Z390-E \ CPU: i9-9900K NZXT Kraken X52\ DDR4: 3000MHz G.SKILL Trident Z Royal 32Gb RAM \ VID: MSI Nvidia RTX4070 12GB \ MON: Samsung ue49ks8000 49'', Lilliput 8'' x2 CNTRL: Thrustmaster HOTAS Warthog \ Saitek Combat Rudder pedals \ TrackIR 5 \ Thrustmaster MFD Cougar Pack
Mavericko Posted December 10, 2015 Posted December 10, 2015 Or you could just use the night mode/orange, I prefer it.
Blooze Posted December 10, 2015 Posted December 10, 2015 Although I haven't tried it yet using THIS chart as a guide it looks like changing 255 to 258 might work. [sIGPIC][/sIGPIC]
GeorgeLKMT Posted December 10, 2015 Posted December 10, 2015 That's just some color code, values go only from 0 to 255 (8bit). According to that PDF, it's 139. ■ L-39C/ZA Czech cockpit mod ■ My DCS skins ■
bunraku Posted December 10, 2015 Author Posted December 10, 2015 i got the same problem! what settings you have found optimal? Not tried yet. Will experiment at the weekend.
BackboneOne Posted December 11, 2015 Posted December 11, 2015 DCS World\Mods\aircraft\A-10C\Cockpit\Scripts\HUD\Indicator\HUD_init.lua The line 'materials["HUD_IND_GREEN"] = {0, 255, 0, 255} ' defines RGBA (A stands for alpha) components for day mode HUD symbology. strange but editing day_color = {0, 255/255, 0, 255/255} in HUD_init.lua (DCS 2.0) has zero effect on HUD ingame (tried 139 and 81 values) MB: Asus ROG Strix Z390-E \ CPU: i9-9900K NZXT Kraken X52\ DDR4: 3000MHz G.SKILL Trident Z Royal 32Gb RAM \ VID: MSI Nvidia RTX4070 12GB \ MON: Samsung ue49ks8000 49'', Lilliput 8'' x2 CNTRL: Thrustmaster HOTAS Warthog \ Saitek Combat Rudder pedals \ TrackIR 5 \ Thrustmaster MFD Cougar Pack
Recommended Posts