Jump to content

Recommended Posts

  • 2 months later...
Posted

If I may jump in here ... it would be nice to have some other hud color options. Some people have trouble with some colors and some people are color blind.

W7 x64, i7 965, Rampage II Extreme, GTX480, 6GB Corsair 1866 cl7

Posted

There used to be a few mod's for a mint green HUD in Flaming Cliffs. This proves that it was editable and might still be editable. I'm sure if colour blind people are having problems then someone would make a mod, if it's still do-able that is.

[sIGPIC][/sIGPIC]



 

ASUS M4A785D-M Pro | XFX 650W XXX | AMD Phenom II X4 B55 Black Edition 3.2ghz | 4GB Corsair XMS2 DHX 800mhz | XFX HD 5770 1GB @ 850/1200 | Windows 7 64bit | Logitech G35 | Logitech Mx518 | TrackIR 4

 

My TrackIR Profile ( Speed 1.2 / Smooth 30 ) - Right click & save as.

 

  • 2 weeks later...
  • ED Team
Posted

You may permanently redefine HUD color in \Scripts\Aircrafts\A-10C\Cockpit\materials.lua

 

The line 'materials["HUD_IND_GREEN"] = {0, 255, 0, 255} ' defines RGBA (A stands for alpha) components for day mode HUD symbology.

[sIGPIC][/sIGPIC]

 

К чему стадам дары свободы?

Их должно резать или стричь.

Наследство их из рода в роды

Ярмо с гремушками да бич.

Posted (edited)
You may permanently redefine HUD color in \Scripts\Aircrafts\A-10C\Cockpit\materials.lua

 

The line 'materials["HUD_IND_GREEN"] = {0, 255, 0, 255} ' defines RGBA (A stands for alpha) components for day mode HUD symbology.

 

That's awesome, thanks! :D

 

**edit**

Spoke too soon it seems, hah. Doesn't seem to work at all. I changed all three just in case, to full blue. but it was still green in the game.

Edited by xXstubbifiedXx
  • Like 1

[sIGPIC][/sIGPIC]

--------------------------------------------------

Joshua Stubbles, Environment Artist - i5-2400K @ 3.8ghz | Thermaltake Frio CPU cooling | ASUS P8P67 Pro Rev3.1 | 8GB Corsair Dominator @1600mhz | 2x GeForce GTS250 SLI AF2 | 2x WDHDD 500GB RAID 0 | Thermaltake Armor case | Thermaltake Tough Power 850w PSU | Samsung BX2440X | BenQ FP202W | Saitek X52 Pro | Thrustmaster Cougar MFD | TrackIR4 Pro

Posted

Great info...

 

So... following this, for example, would give values for HUD?

 

http://html-color-codes.info/

 

For example

 

changing it to = {255, 1, 1, 255} would give me red?

 

Not quite sure what to do with the fourth value.

 

(Alpha refers to what exactly?)

 

Thanks

[sIGPIC][/sIGPIC]

Win7 | Intel Core 2 Quad | Q8400 @ 2.66GHz | 2.67 GHz 3.37GB of RAM 60gig Samsung SSD| GTX 570

"Operation: Bull by the Horns" "Bull Run 2.0"

  • ED Team
Posted
That's awesome, thanks! :D

 

**edit**

Spoke too soon it seems, hah. Doesn't seem to work at all. I changed all three just in case, to full blue. but it was still green in the game.

 

Ah looks like some changes were made I unaware of. Will check a bit later.

[sIGPIC][/sIGPIC]

 

К чему стадам дары свободы?

Их должно резать или стричь.

Наследство их из рода в роды

Ярмо с гремушками да бич.

Posted
good old falcon 4.0 has variety of HUD colours available to the pilot. I wonder is it also true for the real F-16?:huh:

 

Not sure that it is, but I guarantee you there are no degrees of color blind pilots in the US armed services. When I took my test the list of rating opportunities went to a short list.

Posted
good old falcon 4.0 has variety of HUD colours available to the pilot. I wonder is it also true for the real F-16?:huh:

 

Unless the export countries are different...no...the HUD only displays symbology in green

  • ED Team
Posted (edited)
good old falcon 4.0 has variety of HUD colours available to the pilot. I wonder is it also true for the real F-16?:huh:

 

Of course not. The color of HUD depends of the electron tube ray color which forms the symbology. In can't be changed on the fly.

Edited by Olgerd

[sIGPIC][/sIGPIC]

 

К чему стадам дары свободы?

Их должно резать или стричь.

Наследство их из рода в роды

Ярмо с гремушками да бич.

Posted
Ah looks like some changes were made I unaware of. Will check a bit later.

 

Wonder if someone could tell us which values to change to altar the hud color.

Would really appreciate it.

 

Cheers,

Moosh

[sIGPIC][/sIGPIC]

Win7 | Intel Core 2 Quad | Q8400 @ 2.66GHz | 2.67 GHz 3.37GB of RAM 60gig Samsung SSD| GTX 570

"Operation: Bull by the Horns" "Bull Run 2.0"

  • 2 weeks later...
  • ED Team
Posted

Sorry guys for such a big delay.

 

To change default HUD colors you should open \Scripts\Aircrafts\A-10C\Cockpit\HUD\Indicator\HUD_init.lua, and look there for the last two lines. There are two variables defined - day_color, and night_color.

[sIGPIC][/sIGPIC]

 

К чему стадам дары свободы?

Их должно резать или стричь.

Наследство их из рода в роды

Ярмо с гремушками да бич.

  • 1 year later...
Posted
Sorry guys for such a big delay.

 

To change default HUD colors you should open \Scripts\Aircrafts\A-10C\Cockpit\HUD\Indicator\HUD_init.lua, and look there for the last two lines. There are two variables defined - day_color, and night_color.

 

day_color = {0, 255/255, 0, 255/255}

night_color = {243/255, 116/255, 13/255, 255/255}

 

 

what should I change here to make the green more dark or night and day with more contrast:music_whistling:

My Rig:I7 4790K OC to 4.5 GHz .Memory ram 16GB 64 Bit MOB Asus Maximus hero VII Nvidia NVIDIA GeForce GTX 1080 T Asus Monitor 4K at 3840x2160 Windos 10 64-bit on SDD 500 and DCS on separate SSD drive. Thrustmaster Hotas Warthog CH pro pedals

  • ED Team
Posted
day_color = {0, 255/255, 0, 255/255}

night_color = {243/255, 116/255, 13/255, 255/255}

 

 

what should I change here to make the green more dark or night and day with more contrast:music_whistling:

 

243, 116, 13, 255 - Red, Green, Blue, Alpha. Try any graphical editor (like Paint in Windows) to pick new RGB components. Alpha component should not be changed.

[sIGPIC][/sIGPIC]

 

К чему стадам дары свободы?

Их должно резать или стричь.

Наследство их из рода в роды

Ярмо с гремушками да бич.

Posted
243, 116, 13, 255 - Red, Green, Blue, Alpha. Try any graphical editor (like Paint in Windows) to pick new RGB components. Alpha component should not be changed.

 

Sorry my ignorance but i though i was something like change 116 to 117 it will give me a better green....the defoult is just to light.....can u give me an example? Thanks

My Rig:I7 4790K OC to 4.5 GHz .Memory ram 16GB 64 Bit MOB Asus Maximus hero VII Nvidia NVIDIA GeForce GTX 1080 T Asus Monitor 4K at 3840x2160 Windos 10 64-bit on SDD 500 and DCS on separate SSD drive. Thrustmaster Hotas Warthog CH pro pedals

  • ED Team
Posted

Yes changing the Green component definitely will add more green. You may change each component in the range of 0 - 255. But it is better to do in in a graphical editor at first, before entering new numbers in lua, to check the result visually.

[sIGPIC][/sIGPIC]

 

К чему стадам дары свободы?

Их должно резать или стричь.

Наследство их из рода в роды

Ярмо с гремушками да бич.

Posted
Yes changing the Green component definitely will add more green. You may change each component in the range of 0 - 255. But it is better to do in in a graphical editor at first, before entering new numbers in lua, to check the result visually.

 

Graphical editor..hummmmm I have no idea but i will mess around with numbers to see if I can make green day color little more visible...thanks anyway

My Rig:I7 4790K OC to 4.5 GHz .Memory ram 16GB 64 Bit MOB Asus Maximus hero VII Nvidia NVIDIA GeForce GTX 1080 T Asus Monitor 4K at 3840x2160 Windos 10 64-bit on SDD 500 and DCS on separate SSD drive. Thrustmaster Hotas Warthog CH pro pedals

  • ED Team
Posted
Graphical editor..hummmmm I have no idea but i will mess around with numbers to see if I can make green day color little more visible...thanks anyway

 

Here is an example from Windows Paint.

Untitled.thumb.jpg.f3f270bbe9d6089ef06098613d0df12e.jpg

[sIGPIC][/sIGPIC]

 

К чему стадам дары свободы?

Их должно резать или стричь.

Наследство их из рода в роды

Ярмо с гремушками да бич.

Posted (edited)
Here is an example from Windows Paint.

 

Hey Olger..lest put example here all I want is make the day green color hud more intense so I can differentiate when weather or other elements in day time are not helping me to see my hud information....

this is all I see in the last line day_color = {0, 255/255, 0, 255/255} should I increase this values to day_color = {0, 260/255, 0,255/260} ...Something like that and give it a try?.....

:doh:

Maximun values for green (paint) are 255...Ill tried 300 and doesnt work...

the first three values are hue,sat,lum and them red green and blue?..I just tried ,using paint lower down 255 to 150 and looks kind the way I want...but I am not sure if thats the way to go

Edited by Peter22

My Rig:I7 4790K OC to 4.5 GHz .Memory ram 16GB 64 Bit MOB Asus Maximus hero VII Nvidia NVIDIA GeForce GTX 1080 T Asus Monitor 4K at 3840x2160 Windos 10 64-bit on SDD 500 and DCS on separate SSD drive. Thrustmaster Hotas Warthog CH pro pedals

  • Recently Browsing   0 members

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