Results 1 to 6 of 6

Thread: A321 Nav. Display colours

  1. #1
    Join Date
    Aug 2009
    Location
    Alexandra, New Zealand
    Posts
    48

    Default A321 Nav. Display colours

    G'day from New Zealand

    I am having a little difficulty with the A321 Nav. Display. Some text (ie waypoints) is coloured dark blue, which makes it difficult for my 72 year old eyes to read against a similar coloured background. Is it possible for me to modify the colour, and if so, which file do I look at?
    All help much appreciated. KB.

  2. Default

    Assuming this is the default A321, if the nav display is coded in an XML gauge then you have a chance. The panel files will be in the Airbus_A321.cab file, either in the main Gauges folder or inside the panel folder of the A321. Unpack the files in this CAB file into a folder (located in the same place) called Airbus_A321. Then look for the XML file in that folder that references the Nav display. It may or may not have Nav in the name. You can double click them to open them (choose Wordpad for your editor if you don't already have an XML editor) to see if the nav display is coded in there. Once you find it, the color of the text is written in a Text line. Change that.

    BTW, if this instead uses the default GPS (or similar) type of display, I think you might be able to change some of those, but I don't know how to do that.
    Tom Gibson

    CalClassic Propliner Page: http://www.calclassic.com

  3. #3
    Join Date
    Aug 2009
    Location
    Alexandra, New Zealand
    Posts
    48

    Default

    G'day, Tom - thanks for reply. I found the default A321 cab file and unpacked it as you advised. I found the xml file for the Nav. display (MFD) but could not identify any reference to waypoint colours. KB.

  4. Default

    The A321 MFD draws that data from the default GPS.

    I don't have FSX on my laptop, but seem to remember the GPS is a .cab file also, so you might find it in the main FSX Gauges folder.

    Another option would be to see if you can change the MFD background colors which might make the text easier to read.

    If you are not familiar with image editing I think you could edit the .bmp files with MSPaint


    FYI, if you have both A321.cab and the unpacked A321 folder in the A321 panel folder FSX will use the unpacked folder before it uses the .cab. (I know FS9 works that way and am pretty sure FSX does too).

    That being said, you can hack away at the unpacked folder without fear. If things go sideways, just delete the folder and as long as you still have the .cab you are good to go.

    peace,
    the Bean
    WWOD---What Would Opa Do?
    Farewell, my freind (sp)

  5. #5
    Join Date
    Aug 2009
    Location
    Alexandra, New Zealand
    Posts
    48

    Default

    G'day, StringBean - am getting out of my depth here, so will put up with the existing situation. Thanks for your help. KB.

  6. #6

    Default

    The map display for the A321 MFD is defined in the mfd.xml file in two places (near the top of the file, thankfully!)

    <Element id="Centered Map"> and <Element id="Expanded Map">

    Within both <Element...> sections there are a list of parameters which have been set. To change intersection waypoint colors, you would need to add a new description for this parameter to both <Element...> <CustomDraw...> sections as follows:

    Code:
              <CustomDrawParam id="ColorLayerIntersectionsEnroute" Name="ColorLayerIntersectionsEnroute">
                <Value>0x87CEFA</Value>
              </CustomDrawParam>
    The color <Value> is a hex equivalent for the RGB color desired. The number in this example is 'Light Sky Blue'...

    You can find "Hex Color Charts" all over the web, but here's a link to one I particularly like:
    http://www.w3schools.com/html/html_colors.asp
    Bill Leaming
    Gauge Programming - 3d Modeling Eaglesoft & Military Visualizations
    Flightsim.com Panels & Gauges Forum Moderator
    Flightsim Rig: Intel Core i7-2600K - 8GB DDR3 1333 - GeForce GTX550Ti 1GB - Win7 64bit Home Premium
    Development Rig1: Intel Core i7-3770k - 16GB DDR3 - Dual Radeon HD7770 SLI 1GB - Win7 64bit Professional
    Development Rig2: Intel Core i7-860 - 8GB DDR3 Corsair - GeForce GTS240 1GB - Win7 64bit Home Premium
    NOTE: Unless explicitly stated in the post, everything written by my hand is MY opinion. I do NOT speak for any company, real or imagined...

Similar Threads

  1. A321 Navigation Display
    By kbcadnz in forum FSX
    Replies: 3
    Last Post: 08-16-2012, 08:27 PM
  2. Wrong nav light colours.
    By munnst in forum FSX
    Replies: 0
    Last Post: 08-29-2009, 01:49 PM
  3. 737ng Nav- Display Gauge
    By pjones in forum FS2004
    Replies: 0
    Last Post: 06-14-2006, 03:10 AM
  4. Nav Display help
    By Zachiii in forum DreamFleet 737-400 Support Forum
    Replies: 0
    Last Post: 08-25-2005, 01:10 PM
  5. Alitalia A321 over the Alps...Wonderful spring colours!
    By LOT_Pilot in forum MSFS Screen Shot Forum
    Replies: 1
    Last Post: 03-18-2005, 08:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •