December 11, 200223 yr Does anyone know how to change the font color that's displayed on the side of the fuselage for registration numbers? I'd like to change it from black to red.Thanks,Lobaeux
December 11, 200223 yr In the aircraft CFG there is a line in the first area that has the HTML code for the color, just change it to the HTML code you want. I believe red is #FF4040Hope this helps!Michaelhttp://www.geocities.com/res052cd/cmhbanner.gif Best, Michael KDFW
December 12, 200223 yr Fantastic, I'll try that and see if it works. I had to "erase" the red registration numbers off my a/c, to get my own numbers.Thanks,Lobaeux
December 12, 200223 yr Couldn't find it in the aircraft.cfgDo I need to add it?What's the format?html color="red"orfont color="red"or how?Lobaeux
December 12, 200223 yr You need the *real* hexidecimal colour codes for this, not the shortcut names a lot of browsers use. Instead of 'red', use FF0000. (that's F-F-zero-zero-zero-zero, not F-F-letter O-etc)Just run "hexidecimal colours" into Google, and you'll get lots of info on what they are and (even better) lots of hexdec colours already laid out for you, so you don't have to guess. Both Photoshop and Paint Shop Pro will also supply you with hexdec colour descriptions - in Photoshop I think they call them "HTML colour".The aircraft.cfg entry you're looking for is "atc_id_color="; it's in each [fltsim.x] section. Just for example, the default King Air 350 has "atc_id_color=0xffffffffff", which give it black ID.Hexdec colours are much less scary than they look...Brian.
Create an account or sign in to comment