Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Junior Member
    Join Date
    Jan 2016
    Location
    Warsaw
    Posts
    1
    Rep Power
    0

    Default

    Spoiler: scr
    [Only registered and activated users can see links. ]


    Does anybody know how to change the colour of the given arrow? In one scheme I have it in white but I would like to change back to the original orange as on the image. Thanks in advance for any tips, I have literally checked the whole ini file without success.
    Last edited by Boki; 4th June 2018 at 01:24 PM.

  2.    Advertissements


  3. #12
    Important User iGO Scheme Color Viewer and Editor
    iGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and Editor
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    Answer
    Spoiler: .

    Look at the following fields inside color.ini of a scheme
    Code:
    Please Login or Register to see the links
    The last 3 values for the field are red,green,blue intensities; where 0 is none and 255 is full. For example: 255,255,255 is full white and 0,0,0 is full black. Full red is 255,0,0 and one shade of violet is 128,0,255
    I'll bet you the scheme that has it white, had the *alt fields commented out (which defaulted to white color.)
    Last edited by osiris4isis; 4th September 2017 at 10:52 PM.
    Do not PM me with questions. That's what a forum is for.

  4. #13
    Member Premier2k8's Avatar
    Join Date
    Oct 2008
    Location
    Priekule, Latvia
    Posts
    16
    Rep Power
    0

    Default

    Hello friends, can you help me to find setting in color.ini to change that color:
    Spoiler:
    [Only registered and activated users can see links. ]

    Thank you.
    Last edited by Premier2k8; 6th December 2018 at 08:19 PM.

  5. #14
    iGO Enthusiast iGO Scheme Color Viewer and Editor
    iGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and EditoriGO Scheme Color Viewer and Editor
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    51
    Posts
    6,308
    Rep Power
    4230

    Default

    When you add missing maps, color will be standard.
    Before asking a question, know it's already discussed here and at 99.9% is not unique. Use search.
    NO ONE IS A SEER, READ (click on): [Only registered and activated users can see links. ] <- Click!
    [Only registered and activated users can see links. ] <- Click!

    Spoiler: obs
    Many questions become very arduous, a lot of time chewed deja vu...Since we have lost all the year of work and effort, many people have no will to answer the same questions again. Me neither. Use a search, please.

  6. #15
    Member Premier2k8's Avatar
    Join Date
    Oct 2008
    Location
    Priekule, Latvia
    Posts
    16
    Rep Power
    0

    Default

    Yes, i know that, but i want to change color to my own when maps are missed friend.

  7. #16
    Junior Member
    Join Date
    Aug 2010
    Location
    USA
    Posts
    1
    Rep Power
    0

    Default

    For those who want this, I found a better source of description of color.ini which is colorscheme.xml from data.zip:
    Spoiler: colorscheme.xml
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <colordef>
    <colorscheme version="9.9.0" ui="ui_core"/>
    <!-- INI FILE DEFINITIONS -->
    <!-- Default: normal UI color files -->
    <sections name="default">
    <section name="INFO" description="">
    <setting name="name" group="info" parameters="string" default="" mandatory="1" title="Scheme Name" description="User-readable name of color scheme, used in selectable color schemes." />
    <setting name="night" group="info" parameters="_info_night" default="0" mandatory="0" title="Night Scheme" description="1 when scheme is for night mode." />
    <setting name="default" group="info" parameters="_info_default" default="0" mandatory="0" title="Default Scheme" description="1 when scheme should be default." />
    <setting name="preview" group="info" parameters="string" default="" mandatory="1" title="Preview" description="Preview image file name." />
    </section>
    <section name="color" description="">
    <color name="0" group="roads" parameters="name_color_demoverride" mandatory="1" title="Ground" description="Base color for rendering ground" />
    <!-- Road Colors , as defined in default.vis FOW/FRC matrices -->
    <color name="a" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="A" title="Motorway (FRC-0)" description="" />
    <color name="A" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="a" title="Contour" description="" />
    <color name="b" group="ferries" parameters="name_color" mandatory="1" primary="1" secondary_name="B" title="Ferry connection" description="" />
    <color name="B" group="ferries" parameters="name_color" mandatory="1" secondary="1" primary_name="b" title="Contour" description="" />
    <color name="c" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="C" title="Other Major Roads (FRC-5)" description="" />
    <color name="C" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="c" title="Contour" description="" />
    <color name="d" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="D" title="Major road of high importance-Freeway (FRC-4,20)" description="" />
    <color name="D" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="d" title="Contour" description="" />
    <color name="e" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="E" title="Major road of high importance (FRC-4,20)" description="" />
    <color name="E" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="e" title="Contour" description="" />
    <color name="f" group="ferries" parameters="name_color" mandatory="1" primary="1" secondary_name="F" title="Ferry/Train Ferry, close view (FRC-4,5,6,7)" description="" />
    <color name="F" group="ferries" parameters="name_color" mandatory="1" secondary="1" primary_name="f" title="Contour" description="" />
    <color name="g" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="G" title="Other Major Road (FRC-5,21)" description="" />
    <color name="G" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="g" title="Contour" description="" />
    <color name="h" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="H" title="Secondary roads (FRC-6,7)" description="" />
    <color name="H" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="h" title="Contour" description="" />
    <color name="i" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="I" title="Local connecting roads (FRC-8)" description="Other roads, usually not suitable for vehicle traffic, e.g. stairs, narrow walkways" />
    <color name="I" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="i" title="Contour" description="" />
    <color name="j" group="ferries" parameters="name_color" mandatory="0" primary="1" secondary_name="J" title="Ferry/Train Ferry, close view (FRC-8,9,10)" description="" />
    <color name="J" group="ferries" parameters="name_color" mandatory="0" secondary="1" primary_name="j" title="Contour" description="" />
    <color name="k" group="roads" parameters="name_color" mandatory="0" primary="1" secondary_name="K" title="Local roads of high importance (FRC-9)" description="" />
    <color name="K" group="roads" parameters="name_color" mandatory="0" secondary="1" primary_name="k" title="Contour" description="" />
    <color name="l" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="L" title="Residental Connecting Roads (FRC-10)" description="" />
    <color name="L" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="l" title="Contour" description="" />
    <color name="m" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="M" title="Local Connecting Roads, far view (FRC-8)" description="" />
    <color name="M" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="m" title="Contour" description="" />
    <color name="n" group="roads" parameters="name_color" mandatory="0" primary="1" secondary_name="N" title="(not used)" description="" />
    <color name="N" group="roads" parameters="name_color" mandatory="0" secondary="1" primary_name="n" title="(not used)" description="" />
    <color name="o" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="O" title="Residential Connecting Roads, far view (FRC-10)" description="" />
    <color name="O" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="o" title="Contour" description="" />
    <color name="p" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="P" title="Residential Roads, far view (FRC-12)" description="" />
    <color name="P" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="p" title="Contour" description="" />
    <color name="q" group="ferries" parameters="name_color" mandatory="1" primary="1" secondary_name="Q" title="Train Ferry" description="" />
    <color name="Q" group="ferries" parameters="name_color" mandatory="1" secondary="1" primary_name="q" title="Contour" description="" />
    <color name="r" group="roads" parameters="name_color" mandatory="0" primary="1" secondary_name="R" title="Freeway" description="" />
    <color name="R" group="roads" parameters="name_color" mandatory="0" secondary="1" primary_name="r" title="Contour" description="" />
    <color name="s" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="S" title="Poor condition Roads" description="" />
    <color name="S" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="s" title="Contour" description="" />
    <color name="t" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="T" title="Major Roads of Hight Importance, far view (FRC-28)" description="" />
    <color name="T" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="t" title="Contour" description="" />
    <color name="u" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="U" title="4WD Roads, Residental Roads, Other Roads (FRC-12,13,14)" description="" />
    <color name="U" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="u" title="Contour" description="" />
    <color name="v" group="ferries" parameters="name_color" mandatory="1" primary="1" secondary_name="V" title="Ferry/Train Ferry, close view (FRC-12,13,14)" description="" />
    <color name="V" group="ferries" parameters="name_color" mandatory="1" secondary="1" primary_name="v" title="Contour" description="" />
    <color name="w" group="roads" parameters="name_color" mandatory="0" primary="1" secondary_name="W" title="(not used)" description="" />
    <color name="W" group="roads" parameters="name_color" mandatory="0" secondary="1" primary_name="w" title="(not used)" description="" />
    <color name="x" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="X" title="Unpaved (FRC-10)" description="" />
    <color name="X" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="x" title="Contour" description="" />
    <color name="y" group="roads" parameters="name_color" mandatory="0" primary="1" secondary_name="Y" title="(not used)" description="" />
    <color name="Y" group="roads" parameters="name_color" mandatory="0" secondary="1" primary_name="y" title="(not used)" description="" />
    <color name="z" group="roads" parameters="name_color" mandatory="1" primary="1" secondary_name="Z" title="Pedestrian Area" description="" />
    <color name="Z" group="roads" parameters="name_color" mandatory="1" secondary="1" primary_name="z" title="Contour" description="" />

    <!-- Border colors -->
    <!-- Simple border definitions: obsolete? -->
    <color name="1" group="borders" parameters="name_color" mandatory="1" title="Country Border" description="" />
    <color name="2" group="borders" parameters="name_color" mandatory="1" title="County Border" description="" />
    <color name="3" group="borders" parameters="name_color" mandatory="1" title="Settlement Border" description="" />
    <color name="4" group="borders" parameters="name_color" mandatory="1" title="City District Border" description="" />
    <color name="5" group="borders" parameters="name_color" mandatory="1" title="Water Border" description="" />

    <!--- Border definitions in default.vis, international_border is also used in code -->
    <color name="international_border" group="borders" parameters="texid_color" mandatory="1" title="International Border" description="" />
    <color name="region_border" group="borders" parameters="texid_color" mandatory="1" title="Region Border" description="" />
    <color name="political_border" group="borders" parameters="texid_color" mandatory="1" title="Political Border" description="" />
    <color name="built_up_border" group="borders" parameters="texid_color_demoverride" mandatory="1" secondary="1" primary_name="built_up" title="Built Up Border" description="" />

    <!-- Shape colors -->
    <!-- as defined in default.vis. Note: Partition_area must be the first shape listed in this section! -->
    <color name="Partition_area" group="main_shapes" parameters="texid_color_demoverride" mandatory="1" title="Partition Area" description="Same as 'Ground'" />
    <color name="built_up" group="main_shapes" parameters="texid_color_demoverride" mandatory="1" primary="1" secondary_name="built_up_border" title="Built Up" description="" />

    <color name="sweet_water" group="water_shapes" parameters="texid_color_demoverride" mandatory="1" title="Sweet Water" description="" />
    <color name="salt_water" group="water_shapes" parameters="texid_color_demoverride" mandatory="1" title="Salt Water" description="" />
    <color name="intermittent_water" group="water_shapes" parameters="texid_color_demoverride" mandatory="1" title="Intermittent Water" description="" />

    <color name="railway" group="line_shapes" parameters="texid_color_color" mandatory="1" title="Railway" description="" />

    <color name="wetland" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Wetland" description="" />

    <color name="city_park" group="parks_forests" parameters="texid_color_demoverride" mandatory="1" title="City Park" description="" />
    <color name="state_forest" group="parks_forests" parameters="texid_color_demoverride" mandatory="1" title="State Forest" description="" />
    <color name="National_Park" group="parks_forests" parameters="texid_color_demoverride" mandatory="1" title="National Park" description="" />
    <color name="city_forest" group="parks_forests" parameters="texid_color_demoverride" mandatory="1" title="City Forest" description="" />

    <!-- Artifical surface -->

    <color name="airport_ground" group="artifical_shapes" parameters="texid_color_demoverride" mandatory="1" title="Airport Ground" description="" />
    <color name="airport_runway" group="artifical_shapes" parameters="texid_color_demoverride" mandatory="1" title="Airport Runway" description="" />
    <color name="building" group="artifical_shapes" parameters="texid_color_demoverride" mandatory="1" title="Buildings" description="" />
    <color name="cemetery_ground" group="artifical_shapes" parameters="texid_color_demoverride" mandatory="1" title="Cemetery Ground" description="" />
    <color name="industrial_area" group="artifical_shapes" parameters="texid_color_demoverride" mandatory="1" title="Industrial Area" description="" />
    <color name="recreational_area" group="artifical_shapes" parameters="texid_color_demoverride" mandatory="1" title="Recreational Area" description="" />
    <color name="Railway_area" group="artifical_shapes" parameters="texid_color_demoverride" mandatory="1" title="Railway Area" description="" />
    <color name="Shopping_Center_Ground" group="artifical_shapes" parameters="texid_color_demoverride" mandatory="1" title="Shopping Center" description="" />

    <color name="building_citymap" group="other_colors" parameters="texid_color" primary="1" secondary_name="building_citymap_outline" mandatory="0" title="2D Citymap Buildings" description="Only used if 2D city maps are enabled." />
    <color name="building_citymap_outline" group="other_colors" parameters="texid_color" secondary="1" primary_name="building_citymap" mandatory="0" title="2D Citymap Building Contours" description="Only used if 2D city maps are enabled." />

    <!-- User shapes -->
    <color name="black" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Black" description="" />
    <color name="white" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: White" description="" />
    <color name="red" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Red" description="" />
    <color name="lightred" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Light Red" description="" />
    <color name="green" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Green" description="" />
    <color name="blue" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Blue" description="" />
    <color name="lightblue" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Light Blue" description="" />
    <color name="yellow" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Yellow" description="" />
    <color name="purple" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Purple" description="" />
    <color name="cyan" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Cyan" description="" />
    <color name="peach" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Peach" description="" />
    <color name="orange" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Orange" description="" />
    <color name="marsh" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Colored shapes: Marshmallow" description="" />

    <color name="area_a" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="" description="(used only with special content)" />
    <color name="area_b" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="" description="(used only with special content)" />
    <color name="area_c" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="" description="(used only with special content)" />
    <color name="user_a" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="" description="(used only with special content)" />
    <color name="user_b" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="" description="(used only with special content)" />
    <color name="user_c" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="" description="(used only with special content)" />

    <color name="CM_city_block_yellow" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape Color: Yellow" description="(used only with special content)" />
    <color name="CM_city_block_blue" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape Color: Blue" description="(used only with special content)" />
    <color name="CM_city_block_green" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape Color: Green" description="(used only with special content)" />
    <color name="CM_city_block_peach" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape Color: Peach" description="(used only with special content)" />
    <color name="CM_city_block_orange" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape Color: Orange" description="(used only with special content)" />
    <color name="CM_city_block_purple" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape Color: Purple" description="(used only with special content)" />

    <color name="CM_bank_area" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Bank Area" description="(used only with special content)" />
    <color name="CM_Hospital_ground" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Hospital Ground" description="(used only with special content)" />
    <color name="CM_Hospital" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Hospital" description="(used only with special content)" />
    <color name="CM_paved_area" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Paved Area" description="(used only with special content)" />
    <color name="CM_medium_strip" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Medium Strip" description="(used only with special content)" />
    <color name="CM_planted_area" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Planted Area" description="(used only with special content)" />
    <color name="CM_garden_path" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Garden Path" description="(used only with special content)" />
    <color name="CM_House" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: House" description="(used only with special content)" />
    <color name="CM_School_ground" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: School Ground" description="(used only with special content)" />
    <color name="CM_School" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: School" description="(used only with special content)" />
    <color name="CM_Commercial_establishment" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Commercial Establishment" description="(used only with special content)" />
    <color name="CM_place_of_worship" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Place of Worship" description="(used only with special content)" />
    <color name="CM_Hotel" group="other_shapes" parameters="texid_color_demoverride" mandatory="1" title="Citymap Shape: Hotel" description="(used only with special content)" />

    <color name="district.1" group="other_shapes" parameters="texid_color" mandatory="1" title="" description="(used only with special content)" />
    <color name="district.2" group="other_shapes" parameters="texid_color" mandatory="1" title="" description="(used only with special content)" />
    <color name="district.3" group="other_shapes" parameters="texid_color" mandatory="1" title="" description="(used only with special content)" />
    <color name="district.4" group="other_shapes" parameters="texid_color" mandatory="1" title="" description="(used only with special content)" />
    <color name="district.5" group="other_shapes" parameters="texid_color" mandatory="1" title="" description="(used only with special content)" />
    <color name="district.6" group="other_shapes" parameters="texid_color" mandatory="1" title="" description="(used only with special content)" />

    <!-- Label colors -->

    <color name="label_road" group="labels" parameters="name_color" mandatory="1" title="Road Names (2D)" description="In 3D, only used when [3d_config] default_label_colors=1 set in SysConfig." />
    <color name="label_roadlt" group="labels" parameters="name_color" mandatory="1" title="Road Names (2D) (light)" description="" />
    <color name="light_road_label" group="labels" parameters="color" mandatory="1" title="Road Names (3D) (bright)" description="3D road name labels (used for dark road colors). Outline color is calculated from road color." />
    <color name="dark_road_label" group="labels" parameters="color" mandatory="1" title="Road Names (3D) (dark)" description="3D road name labels (used for bright road colors). Outline color is calculated from road color." />
    <color name="label_settlements" group="labels" parameters="name_color" mandatory="1" title="Settlement Labels" description="" />
    <color name="label_address_point" group="labels" parameters="name_color" mandatory="1" title="Address Point Labels" description="" />
    <color name="label_poi" group="labels" parameters="name_color" mandatory="0" obsolete="1" title="POI Labels on Map (obsolete)" description="Use label_poi_icon instead." />
    <color name="label_poi_icon" group="labels" parameters="name_color" mandatory="1" title="POI Labels on Map" description="" />
    <color name="label_junction" group="labels" parameters="name_color" mandatory="0" title="Junction Names" description="" />
    <color name="label_shapes" group="labels" parameters="name_color" mandatory="1" title="Shape Names (default only)" description="Shape labels usually follow color of the shape. See 'shapestyles' in default.vis." />
    <color name="label_country_names" group="labels" parameters="name_color" mandatory="0" title="Country Names" description="" />
    <color name="road_shield" group="labels" parameters="name_color" mandatory="1" title="Font on Road Shields (default only)" description="Default font color used on road shields (when not defined by the road shield definition)." />
    <color name="road_box" group="labels" parameters="name_color" mandatory="1" title="Font on Road Name Box (alternative names) (default only)" description="Default font color used on road shields (when not defined by the road shield definition)." />
    <color name="shield_fill" group="labels" parameters="name_color" mandatory="1" title="Road Shields Fill (default only)" description="Only used when road shield is not fully defined by content." />
    <color name="shield_border" group="labels" parameters="name_color" mandatory="1" title="Road Shields Outline (default only)" description="Only used when road shield is not fully defined by content." />
    <color name="box_fill" group="labels" parameters="name_color" mandatory="1" title="Road Box Fill (default only)" description="Only used when road shield is not fully defined by content." />
    <color name="oneway_arrow" group="labels" parameters="name_color" mandatory="1" title="One-Way Arrows" description="" />

    <color name="label_road_bubble" group="labels" parameters="name_color" mandatory="0" title="Road Names (bubbles) (obsolete)" description="See [roadsign_sprites] font_color." />
    <!-- Obsolete, last used in iGO 2006 -->
    <color name="roadlabel_fill" group="labels" parameters="name_color" mandatory="0" obsolete="1" title="Road label fill color (obsolete)" description="" />
    <color name="roadlabel_frame" group="labels" parameters="name_color" mandatory="0" obsolete="1" title="Road label frame color (obsolete)" description="" />
    <color name="roadlabel_stick" group="labels" parameters="name_color" mandatory="0" obsolete="1" title="Road label stick color (obsolete)" description="" />
    <color name="font_color" group="labels" parameters="color" mandatory="0" obsolete="1" title="Map font color (obsolete)" description="" />
    <color name="light_shield" group="labels" parameters="name_color" primary="1" secondary_name="light_shield_ext" mandatory="0" obsolete="1" title="Road Shields (Light) (obsolete)" description="" />
    <color name="light_shield_ext" group="labels" parameters="name_color" secondary="1" primary_name="light_shield" mandatory="0" obsolete="1" title="Road Shields (Light) Contour (obsolete)" description="" />

    <!-- Planned Road -->
    <color name="planned_road" group="planned_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="planned_road_ext" title="Planned Road" description="" />
    <color name="planned_road_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road" title="Planned Road Contour" description="" />

    <color name="planned_road_alt1" group="planned_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="planned_road_alt1_ext" title="Planned Road (Alternative 1)" description="" />
    <color name="planned_road_alt1_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road_alt1" title="Planned Road (Alternative 1) Contour" description="" />
    <color name="planned_road_alt2" group="planned_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="planned_road_alt2_ext" title="Planned Road (Alternative 2)" description="" />
    <color name="planned_road_alt2_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road_alt2" title="Planned Road (Alternative 2) Contour" description="" />
    <color name="planned_road_alt3" group="planned_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="planned_road_alt3_ext" title="Planned Road (Alternative 3)" description="" />
    <color name="planned_road_alt3_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road_alt3" title="Planned Road (Alternative 3) Contour" description="" />
    <color name="planned_road_alt4" group="planned_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="planned_road_alt4_ext" title="Planned Road (Alternative 4)" description="" />
    <color name="planned_road_alt4_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road_alt4" title="Planned Road (Alternative 4) Contour" description="" />

    <color name="planned_road_visited" group="planned_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="planned_road_visited_ext" title="Planned Road (Visited part)" description="" />
    <color name="planned_road_visited_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road_visited" title="Planned Road (Visited part) Contour" description="" />
    <color name="planned_road_future" group="planned_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="planned_road_future_ext" title="Planned Road (Future part)" description="" />
    <color name="planned_road_future_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road_future" title="Planned Road (Future part) Contour" description="" />
    <color name="planned_road_prohibited" group="planned_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="planned_road_prohibited_ext" title="Planned Road (Prohibited part)" description="" />
    <color name="planned_road_prohibited_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road_prohibited" title="Planned Road (Prohibited part) Contour" description="" />
    <color name="planned_road_inactive" group="planned_roads" parameters="name_color" mandatory="0" primary="1" secondary_name="planned_road_inactive_ext" title="Planned Road (Inactive part)" description="" />
    <color name="planned_road_inactive_ext" group="planned_roads" parameters="name_color" mandatory="0" secondary="1" primary_name="planned_road_inactive" title="Planned Road (Inactive part) Contour" description="" />

    <color name="planned_road_offroad" group="planned_roads" parameters="name_color" mandatory="1" secondary="0" secondary_name="planned_road_offroad_ext" title="Planned Road (Offroad)" description="" />
    <color name="planned_road_offroad_ext" group="planned_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="planned_road_offroad" title="Planned Road (Offroad) Contour" description="" />
    <color name="planned_road_hnr" group="planned_roads" parameters="name_color" mandatory="0" secondary="0" secondary_name="planned_road_hnr_ext" title="Planned Road (HNR)" description="" />
    <color name="planned_road_hnr_ext" group="planned_roads" parameters="name_color" mandatory="0" secondary="1" primary_name="planned_road_hnr" title="Planned Road (HNR) Contour" description="" />

    <color name="blocked_road" group="other_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="blocked_road_ext" title="Blocked Roads" description="" />
    <color name="blocked_road_ext" group="other_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="blocked_road" title="Blocked Roads" description="" />

    <color name="itiner_highlight" group="other_roads" parameters="name_color" mandatory="1" primary="1" secondary_name="itiner_highlight_ext" title="Itiner highlight" description="" />
    <color name="itiner_highlight_ext" group="other_roads" parameters="name_color" mandatory="1" secondary="1" primary_name="itiner_highlight" title="Itiner highlight" description="" />

    <!-- TMC Events -->
    <color name="tmc_event_color0" group="tmc_events" parameters="name_color" mandatory="1" primary="1" secondary_name="tmc_event_color0_ext" title="Level 0 - General Events" description="" />
    <color name="tmc_event_color0_ext" group="tmc_events" parameters="name_color" mandatory="1" secondary="1" primary_name="tmc_event_color0" title="Level 0 - General Events" description="" />
    <color name="tmc_event_color1" group="tmc_events" parameters="name_color" mandatory="1" primary="1" secondary_name="tmc_event_color1_ext" title="Level 1 - Low Traffic" description="" />
    <color name="tmc_event_color1_ext" group="tmc_events" parameters="name_color" mandatory="1" secondary="1" primary_name="tmc_event_color1" title="Level 1 - Low Traffic" description="" />
    <color name="tmc_event_color2" group="tmc_events" parameters="name_color" mandatory="1" primary="1" secondary_name="tmc_event_color2_ext" title="Level 2 - Mid Traffic, General Warning" description="" />
    <color name="tmc_event_color2_ext" group="tmc_events" parameters="name_color" mandatory="1" secondary="1" primary_name="tmc_event_color2" title="Level 2 - Mid Traffic, General Warning" description="" />
    <color name="tmc_event_color3" group="tmc_events" parameters="name_color" mandatory="1" primary="1" secondary_name="tmc_event_color3_ext" title="Level 3 - High Traffic" description="" />
    <color name="tmc_event_color3_ext" group="tmc_events" parameters="name_color" mandatory="1" secondary="1" primary_name="tmc_event_color3" title="Level 3 - High Traffic" description="" />
    <color name="tmc_event_color4" group="tmc_events" parameters="name_color" mandatory="1" primary="1" secondary_name="tmc_event_color4_ext" title="Level 4 - General Danger, Blocked" description="" />
    <color name="tmc_event_color4_ext" group="tmc_events" parameters="name_color" mandatory="1" secondary="1" primary_name="tmc_event_color4" title="Level 4 - General Danger, Blocked" description="" />

    <!-- Other colors -->
    <color name="zoomcolor1" group="other_colors" parameters="texid_color" mandatory="1" primary="1" secondary_name="zoomcolor2" title="2D Scalebar" description="" />
    <color name="zoomcolor2" group="other_colors" parameters="texid_color" mandatory="1" secondary="1" primary_name="zoomcolor1" title="2D Scalebar" description="" />
    <color name="zoomcolorfont" group="other_colors" parameters="texid_color" mandatory="1" primary="1" secondary_name="zoomcolorglow" title="2D Scalebar Font" description="" />
    <color name="zoomcolorglow" group="other_colors" parameters="texid_color" mandatory="1" secondary="1" primary_name="zoomcolorfont" title="2D Scalebar Font Glow" description="" />

    <color name="guidancestrip" group="other_colors" parameters="name_color" mandatory="1" primary="1" secondary_name="guidancestrip_ext" title="Guidance Strip" description="Default color of guidance strips" />
    <color name="guidancestrip_ext" group="other_colors" parameters="name_color" mandatory="1" secondary="1" primary_name="guidancestrip" title="Guidance Strip" description="Default outline color of guidance strips" />
    <color name="guidancestripalt" group="other_colors" parameters="name_color" mandatory="1" primary="1" secondary_name="guidancestripalt_ext" title="Guidance Strip (secondary)" description="Color of guidance strip after the selected junction point" />
    <color name="guidancestripalt_ext" group="other_colors" parameters="name_color" mandatory="1" secondary="1" primary_name="guidancestripalt" title="Guidance Strip (secondary)" description="Outline color of guidance strip after the selected junction point" />

    <color name="3d_sky" group="other_colors" parameters="texid_color" mandatory="1" title="3D Sky" description="" />
    <color name="3d_grass" group="other_colors" parameters="texid_color" mandatory="1" title="3D Grass" description="" />
    <color name="3d_tunnel" group="other_colors" parameters="texid_color" mandatory="1" title="3D Tunnel Background" description="Used as background color in tunnels in 3D mode." />
    <color name="3d_faded_building_body" group="other_colors" parameters="texid_color" mandatory="1" title="3D Faded Building Body" description="If 3d_building_color is not specified, buildings are textured" />
    <color name="3d_faded_building_wireframe" group="other_colors" parameters="texid_color" mandatory="1" title="3D Faded Building Wireframe" description="If 3d_building_color is not specified, buildings are textured" />
    <color name="3d_building_color" group="other_colors" parameters="texid_color" mandatory="0" title="3D Building Body" description="If 3d_building_color is not specified, buildings are textured" />
    <color name="3d_building_outline_color" group="other_colors" parameters="texid_color" mandatory="0" title="3D Building Outline" description="If 3d_building_color is not specified, buildings are textured" />
    <color name="3d_building_roof" group="other_colors" parameters="texid_color" mandatory="1" title="3D Building roof" description="Color of roofs of 3D buildings" />
    <color name="3d_tunnel_master_color" group="other_colors" parameters="texid_color" mandatory="1" title="3D Tunnel" description="Master color of 3D tunnel (see 3d_tunnel_color_morph_percent)" />

    <color name="globe_space" group="other_colors" parameters="texid_color" mandatory="1" title="Globe Space" description="Color of Space in Globe view" />
    <color name="globe_atmosphere" group="other_colors" parameters="texid_color" mandatory="1" title="Globe Atmosphere" description="Color of atmosphere in Globe view" />

    <color name="breadcrumb_line" group="other_colors" parameters="texid_color" mandatory="0" primary="1" secondary_name="breadcrumb_line_ext" title="Pedestrian (Breadcrumb) Track" description="Only used when type=0 set in pedestrian.ini" />
    <color name="breadcrumb_line_ext" group="other_colors" parameters="texid_color" mandatory="0" secondary="1" primary_name="breadcrumb_line" title="Pedestrian (Breadcrumb) Track Contour" description="Only used when type=0 set in pedestrian.ini" />

    <color name="loading_background" group="other_colors" parameters="color" mandatory="0" title="Splash screen background" description="" />
    <color name="loading_text" group="other_colors" parameters="color" mandatory="0" title="Splash screen text" description="" />

    <color name="hazecolor" group="other_colors" parameters="texid_color" mandatory="0" obsolete="1" title="Fog (obsolete)" description="" />
    <color name="space" group="other_colors" parameters="texid_color" mandatory="0" obsolete="1" title="Space (obsolete)" description="Use globe_space instead." />
    <color name="stars" group="other_colors" parameters="texid_color" mandatory="0" obsolete="1" title="Stars (obsolete)" description="" />
    <color name="carcolorint" group="other_colors" parameters="texid_color" primary="1" secondary_name="carcolorext" mandatory="0" obsolete="1" title="Globe - Car Icon (obsolete)" description="" />
    <color name="calcolorext" group="other_colors" parameters="texid_color" secondary="1" primary_name="carcolorint" mandatory="0" obsolete="1" title="Globe - Car Icon Contour (obsolete)" description="" />
    <color name="carcolorghostint" group="other_colors" parameters="texid_color" primary="1" secondary_name="carcolorghostext" mandatory="0" obsolete="1" title="Globe - Car Icon (no GPS signal) (obsolete)" description="" />
    <color name="calcolorghostext" group="other_colors" parameters="texid_color" secondary="1" primary_name="carcolorghostint" mandatory="0" obsolete="1" title="Globe - Car Icon Contour (no GPS signal) (obsolete)" description="" />

    <!-- Other -->
    <setting name="alpha_arrow" group="other" parameters="int" default="24" min="0" max="32" mandatory="0" title="Planned Route Arrow Overlay Alpha" description="Alpha level (0..32) of planned route direction arrows (0: invisible). Not to be mixed with Guidance Arrows." />
    <setting name="alpha_oneway_arrow" group="other" parameters="int" default="15" mandatory="0" obsolete="1" title="One-Way Arrow Overlay Alpha (obsolete)" description="Alpha level (0..32) of one-way arrows (0: invisible)" />
    <setting name="alpha_road_default" group="other" parameters="int" default="16" min="1" max="32" mandatory="0" obsolete="1" title="Default Road Overlay Alpha (obsolete)" description="" />
    <setting name="alpha_road_tunnel" group="other" parameters="int" default="16" min="1" max="32" mandatory="0" obsolete="1" title="Road in Tunnel Overlay Alpha (obsolete)" description="" />
    <setting name="alpha_road_planned" group="other" parameters="int" default="12" min="1" max="32" mandatory="0" title="Planned Route Color Overlay Alpha" description="Alpha level (1..32) of planned route color overlay." />
    <setting name="alpha_road_blocked" group="other" parameters="int" default="31" min="1" max="32" mandatory="0" title="Blocked Road Color Overlay Alpha" description="Alpha level (1..32) of blocked road color overlay." />
    <setting name="3d_tunnel_color_morph_percent" group="other" parameters="int" default="50" mandatory="1" title="3D Tunnel Color Overlay Mix Level" description="Level of mixing road and 3D tunnel master color in tunnels (0..100). See 3d_tunnel_master_color." />

    <!-- Chart -->
    <color name="linechart_color.default" group="chart" parameters="name_color" mandatory="0" title="Default line chart color" description="" />
    <color name="areachart_color.default" group="chart" parameters="name_color" mandatory="0" title="Default area chart color" description="" />
    <color name="grid_x_color.default" group="chart" parameters="name_color" mandatory="0" title="Default grid x color" description="" />
    <color name="grid_y_color.default" group="chart" parameters="name_color" mandatory="0" title="Default grid y color" description="" />
    <color name="scale_numbers_x_color.default" group="chart" parameters="name_color" mandatory="0" title="Default scale numbers x color" description="" />
    <color name="scale_numbers_y_color.default" group="chart" parameters="name_color" mandatory="0" title="Default scale numbers y color" description="" />

    <color name="linechart_color.fullscreen_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen elevation graph - line chart color" description="" />
    <color name="areachart_color.fullscreen_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen elevation graph - area chart color" description="" />
    <color name="grid_x_color.fullscreen_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen elevation graph - grid x color" description="" />
    <color name="grid_y_color.fullscreen_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen elevation graph - grid y color" description="" />
    <color name="scale_numbers_x_color.fullscreen_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen elevation graph - scale numbers x color" description="" />
    <color name="scale_numbers_y_color.fullscreen_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen elevation graph - scale numbers y color" description="" />

    <color name="linechart_color.fullscreen_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen speed graph - line chart color" description="" />
    <color name="areachart_color.fullscreen_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen speed graph - area chart color" description="" />
    <color name="grid_x_color.fullscreen_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen speed graph - grid x color" description="" />
    <color name="grid_y_color.fullscreen_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen speed graph - grid y color" description="" />
    <color name="scale_numbers_x_color.fullscreen_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen speed graph - scale numbers x color" description="" />
    <color name="scale_numbers_y_color.fullscreen_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Fullscreen speed graph - scale numbers y color" description="" />

    <color name="linechart_color.mapview_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview elevation graph - line chart color" description="" />
    <color name="areachart_color.mapview_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview elevation graph - area chart color" description="" />
    <color name="grid_x_color.mapview_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview elevation graph - grid x color" description="" />
    <color name="grid_y_color.mapview_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview elevation graph - grid y color" description="" />
    <color name="scale_numbers_x_color.mapview_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview elevation graph - scale numbers x color" description="" />
    <color name="scale_numbers_y_color.mapview_elevation_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview elevation graph - scale numbers y color" description="" />

    <color name="linechart_color.mapview_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview speed graph - line chart color" description="" />
    <color name="areachart_color.mapview_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview speed graph - area chart color" description="" />
    <color name="grid_x_color.mapview_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview speed graph - grid x color" description="" />
    <color name="grid_y_color.mapview_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview speed graph - grid y color" description="" />
    <color name="scale_numbers_x_color.mapview_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview speed graph - scale numbers x color" description="" />
    <color name="scale_numbers_y_color.mapview_speed_graph" group="chart" parameters="name_color" mandatory="0" title="Mapview speed graph - scale numbers y color" description="" />

    <!-- -Tunnel Overview -->
    <color name="tunnel_overview_background" group="tunnel_overview" parameters="name_color" mandatory="1" title="Tunnel Overview Background" description="" />
    <color name="tunnel_overview_main_road" group="tunnel_overview" parameters="name_color" mandatory="1" title="Tunnel Overview Main Road Segments" description="" />
    <color name="tunnel_overview_connected_road" group="tunnel_overview" parameters="name_color" mandatory="1" title="Tunnel Overview Connected Road Segments" description="" />

    </section>

    <section name="font" description="Font name mapping">
    <setting name="*" group="font_mapping" parameters="string" default="" mandatory="1" title="" description="Font name mapping" />
    </section>

    <section name="icon" description="Icon sets">
    <setting name="settlements" group="icons" parameters="string" default="" mandatory="1" title="Settlements" description="Defined in default.vis at POI label visual config" />
    <setting name="trackinglist" group="icons" parameters="string" default="" mandatory="1" title="Track logs" description="" />
    <setting name="flags" group="icons" parameters="string" default="" mandatory="1" title="Flags on Map" description="" />
    <setting name="pins" group="icons" parameters="string" default="" mandatory="1" title="Pins on Map" description="" />
    <setting name="gpspos" group="icons" parameters="string" default="" mandatory="1" title="Current real GPS position on Map" description="" />
    <setting name="cursor" group="icons" parameters="string" default="" mandatory="1" title="Cursor on Map (standard)" description="" />
    <setting name="cursor_places" group="icons" parameters="string" default="" mandatory="1" title="Cursor on Map (selecting a point)" description="" />
    <setting name="cursor_poi" group="icons" parameters="string" default="" mandatory="1" title="Cursor on Map (selecting a POI)" description="" />
    <setting name="cursor_poi_brand" group="icons" parameters="string" default="" mandatory="1" title="Cursor on Map (selecting a POI with brand logo)" description="" />
    <setting name="cursor_tmc" group="icons" parameters="string" default="" mandatory="1" title="Cursor on Map (selecting a traffic event)" description="" />
    <setting name="cursor_speedcam" group="icons" parameters="string" default="" mandatory="1" title="Cursor on Map (selecting an alert point/speedcam)" description="" />
    <setting name="car" group="icons" parameters="string" default="" mandatory="1" title="2D Car" description="" />
    <setting name="carghost" group="icons" parameters="string" default="" mandatory="1" title="2D Car (with no current GPS position)" description="" />
    <setting name="guidancearrow" group="icons" parameters="string" default="" mandatory="0" title="Guidance Arrow Icon (iGO 2006 style)" description="Only if iGO2006-style guidance arrow is enabled." />
    <setting name="traffic_light" group="icons" parameters="string" default="gfx/traffic_light.spr" mandatory="0" title="Traffic Light" description="Only if displaying traffic lights is enabled." />
    <setting name="entrypoint" group="icons" parameters="string" default="gfx/entrypoint.spr" mandatory="0" title="POI Entry Point" description="Only if displaying POI entry points is enabled." />
    <setting name="roadblocks" group="icons" parameters="string" default="" mandatory="0" title="Road Blocks" description="Only if displaying road blocks is enabled." />
    <!-- Obsolete settings -->
    <setting name="cursor_big" group="icons" parameters="string" default="" mandatory="0" obsolete="1" title="Cursor on Map (big) (Obsolete)" description="" />
    <setting name="cursor_places_big" group="icons" parameters="string" default="" mandatory="0" obsolete="1" title="Cursor on Map (point, big) (Obsolete)" description="" />
    <setting name="poi" group="icons" parameters="string" default="" mandatory="0" obsolete="1" title="POI Icons (Obsolete, iGO 2006)" description="" />
    <setting name="poi2" group="icons" parameters="string" default="" mandatory="0" obsolete="1" title="POI Icons (Obsolete, iGO 2006)" description="" />
    <setting name="poi2tc" group="icons" parameters="string" default="" mandatory="0" obsolete="1" title="POI Icons (Obsolete, iGO 2006)" description="" />
    </section>

    <section name="other" description="">
    <setting name="heightcolormap" group="other" parameters="string" default="" mandatory="1" title="Heightcolormap" description="Color map file, used to colorize DEM. Must be 1px tall and 2048 pixels wide. Pixel at x=0 is the color of 0m and below, pixel at x=2047 is the color of 4094m and above." />
    <setting name="background_picture_0" group="other" parameters="string" default="" mandatory="1" title="Background picture (&gt;10deg)" description="Used when Sun is above 10 degrees" />
    <setting name="background_picture_1" group="other" parameters="string" default="" mandatory="0" title="Background picture (&lt;10deg)" description="Used when Sun is below 10 degrees" />
    <setting name="background_picture_2" group="other" parameters="string" default="" mandatory="0" title="Background picture (&lt;2deg)" description="Used when Sun is below 2 degrees" />
    <setting name="background_picture_3" group="other" parameters="string" default="" mandatory="0" title="Background picture (&lt;0deg)" description="Used when Sun is below horizon" />
    <setting name="background_picture_4" group="other" parameters="string" default="" mandatory="0" title="Background picture (&lt;-10deg/night)" description="Used in night mode or when Sun is below -10 degrees" />
    <setting name="sun_picture_0" group="other" parameters="string" default="" mandatory="1" title="Sun picture (&gt;10deg)" description="Used when Sun is above 10 degrees" />
    <setting name="sun_picture_1" group="other" parameters="string" default="" mandatory="0" title="Sun picture (&lt;10deg)" description="Used when Sun is below 10 degrees" />
    <setting name="sun_picture_2" group="other" parameters="string" default="" mandatory="0" title="Sun picture (&lt;2deg)" description="Used when Sun is below 2 degrees" />
    <setting name="sun_picture_3" group="other" parameters="string" default="" mandatory="0" title="Sun picture (&lt;0deg)" description="Used when Sun is below horizon" />
    <setting name="sun_picture_4" group="other" parameters="string" default="" mandatory="0" title="Sun picture (&lt;-10deg/night)" description="Used in night mode or when Sun is below -10 degrees" />
    <setting name="texture" group="other" parameters="string" default="" mandatory="1" obsolete="1" title="Default Texture (obsolete)" description="" />
    <setting name="sun" group="other" parameters="string" default="" mandatory="1" obsolete="1" title="Sun Image (obsolete)" description="Use sun_picture_x instead" />
    <setting name="sky" group="other" parameters="string" default="" mandatory="1" obsolete="1" title="Sky Image (obsolete)" description="Use background_picture_x instead" />
    </section>

    <section name="roadsign_sprites" description="Settings for graphical roadsign bubbles">
    <setting name="main" group="roadsign_sprites" parameters="string" default="" mandatory="1" title="Main body sprite" description="Name of main body sprite" />
    <setting name="left" group="roadsign_sprites" parameters="string" default="" mandatory="1" title="Left body sprite" description="Name of left body sprite" />
    <setting name="right" group="roadsign_sprites" parameters="string" default="" mandatory="1" title="Right body sprite" description="Name of right body sprite" />
    <setting name="leg_left" group="roadsign_sprites" parameters="string" default="" mandatory="1" title="Left leg sprite" description="Name of left leg sprite" />
    <setting name="leg_mid" group="roadsign_sprites" parameters="string" default="" mandatory="1" title="Middle leg sprite" description="Name of middle leg sprite" />
    <setting name="leg_right" group="roadsign_sprites" parameters="string" default="" mandatory="1" title="Right leg sprite" description="Name of right leg sprite" />
    <color name="font_color" group="roadsign_sprites" parameters="color" mandatory="1" title="Road Name in Roadsign Bubble" description="When not specified, roadsign text color uses color generated from road color." />
    </section>

    <section name="userpoi" description="" obsolete="1">
    <setting name="font" group="user_poi" parameters="string" default="default" mandatory="0" obsolete="1" title="User POI Font (obsolete)" description="" />
    <setting name="fontsize" group="user_poi" parameters="int" default="10" mandatory="0" obsolete="1" title="User POI Font Size (obsolete)" description="" />
    <color name="color" group="user_poi" parameters="color" mandatory="0" obsolete="1" title="User POI Font Color (obsolete)" description="" />
    </section>

    <!-- TODO: [track] section is obsolete , iGO 2006 - double check -->
    <section name="track" description="Obsolete (iGO 2006) - Use [icons] trackinglist instead.">
    <color name="1" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #1 (obsolete)" description="" />
    <color name="2" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #2 (obsolete)" description="" />
    <color name="3" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #3 (obsolete)" description="" />
    <color name="4" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #4 (obsolete)" description="" />
    <color name="5" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #5 (obsolete)" description="" />
    <color name="6" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #6 (obsolete)" description="" />
    <color name="7" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #7 (obsolete)" description="" />
    <color name="8" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #8 (obsolete)" description="" />
    <color name="9" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #9 (obsolete)" description="" />
    <color name="10" group="tracks" parameters="color_color" mandatory="0" obsolete="1" title="Saved track #10 (obsolete)" description="" />
    </section>

    <section name="model" description="">
    <setting name="car" group="car_models" parameters="string" default="car.mdl" mandatory="1" title="Default 3D Car Model" description="Used when preset car model can not be loaded." />
    <setting name="car_ghost" group="car_models" parameters="string" default="car_grey.mdl" mandatory="1" title="Default 3D Car Model (no GPS signal)" description="Used when preset car model can not be loaded." />
    </section>
    </sections>

    <!-- VISUAL GROUP DEFINITIONS -->
    <groups>
    <group name="info" title="Scheme Information" description="Basic description fields of the color scheme." />
    <group name="roads" title="Road Colors" description="" />
    <group name="ferries" title="Ferry Colors" description="" />
    <group name="borders" title="Border Colors" description="" />
    <group name="main_shapes" title="Main Shape Colors" description="" />
    <group name="water_shapes" title="Water Shape Colors" description="" />
    <group name="parks_forests" title="Parks/Forests" description="" />
    <group name="artifical_shapes" title="Artifical Surface Shapes" description="" />
    <group name="other_shapes" title="Other Shapes" description="" />
    <group name="line_shapes" title="Line Shape Colors" description="" />
    <group name="labels" title="Label Colors" description="" />
    <group name="planned_roads" title="Planned Road Colors" description="" />
    <group name="other_roads" title="Other Road Colors" description="" />
    <group name="tmc_events" title="TMC Event Colors" description="" />
    <group name="tunnel_overview" title="Tunnel Overview" description="" />
    <group name="font_mapping" title="Font Mapping" description="Font Name Mapping - now obsolete, prefer to use names like default and defaultbd, and configure font mappings via the SysConfig." />
    <group name="user_poi" title="User POI (obsolete)" description="" />
    <group name="tracks" title="Track Colors (obsolete)" description="Used in iGO 2006" />
    <group name="car_models" title="Car Models" description="Default / Fallback 3D car models" />
    <group name="icons" title="Icons" description="Icon sets" />
    <group name="roadsign_sprites" title="Roadsign Sprites" description="Roadsign sprites, used when [3d_config] roadsign_bitmaps=1 in SysConfig" />
    <group name="other_colors" title="Other Colors" description="" />
    <group name="chart" title="Chart" description="Chart control colors" />
    <group name="other" title="Other Settings" description="" />
    </groups>

    <!-- PARAMETER DEFINITIONS -->
    <parameter_types>
    <parameters name="color">
    <parameter type="rgb" name="Color" description="Color" />
    </parameters>
    <parameters name="color_color">
    <parameter type="rgb" name="Color 1" description="Color 1" />
    <parameter type="rgb" name="Color 2" description="Color 2" />
    </parameters>
    <parameters name="name_color_demoverride">
    <parameter type="string" default="" name="ID" description="Short Name (informative only)" />
    <parameter type="rgb" name="Color" description="Color" />
    <parameter type="int" default="0" name="Shading by Elevation" values="0|0 - Use this color, shade with elevation|1|1 - Ignore this color, use elevation color|2|2 - Use this color, no shading" description="Describes how the polygon is shaded based on terrain."/>
    </parameters>
    <parameters name="name_color">
    <parameter type="string" default="" name="ID" description="Short Name (informative only)" />
    <parameter type="rgb" name="Color" description="Color" />
    </parameters>
    <parameters name="texid_color">
    <parameter type="int" default="" name="Texture (obsolete)" description="Obsolete, not used." />
    <parameter type="rgb" name="Color" description="Color" />
    </parameters>
    <parameters name="texid_color_demoverride">
    <parameter type="int" default="" name="Texture (obsolete)" description="Obsolete, not used." />
    <parameter type="rgb" name="Color" description="Color" />
    <parameter type="int" default="0" name="Shading by Elevation" values="0|0 - Use this color, shade with elevation|1|1 - Ignore this color, use elevation color|2|2 - Use this color, no shading" description="Describes how the polygon is shaded based on terrain."/>
    </parameters>
    <parameters name="texid_color_color">
    <parameter type="int" default="" name="Texture (obsolete)" description="Obsolete, not used." />
    <parameter type="rgb" name="Color 1" description="Color 1" />
    <parameter type="rgb" name="Color 2" description="Color 2" />
    </parameters>
    <parameters name="int">
    <parameter type="int" default="0" name="Value" description="" />
    </parameters>
    <parameters name="string">
    <parameter type="string" default="" name="Value" description="" />
    </parameters>
    <!-- -->
    <parameters name="_info_default">
    <parameter type="int" default="0" name="Default" values="0|0 - Not default|1|1 - Default" description="" />
    </parameters>
    <parameters name="_info_night">
    <parameter type="int" default="0" name="Mode" values="0|0 - This is a Daylight scheme|1|1 - This is a Night scheme" description="" />
    </parameters>
    <!-- -->
    </parameter_types>
    </colordef>
    Last edited by Boki; 20th January 2023 at 11:34 AM. Reason: approved

  8. #17
    Junior Member
    Join Date
    Nov 2023
    Location
    Portugal
    Posts
    2
    Rep Power
    0

    Default

    Hi there! Anyone knows how can i change this color?

    Screenshot
    Spoiler: small pic
    Sem t tulo
    Last edited by Boki; 25th November 2023 at 10:25 AM. Reason: spoiler

  9. #18
    Junior Member
    Join Date
    Nov 2023
    Location
    Portugal
    Posts
    2
    Rep Power
    0

    Default

    Regarding my previous question, I've been messing around with the scheme and couldn't find any connection between the code and the pink color of the motorway letters. It seems to be the theme's default, but I don't know what else I can change, so that this color can be changed. I removed all the pink I found in the scheme and the letters still have the same color.

    I also tried to comment the part where there is the color of the different roads (adding ; before each line of code), to see what the default would be and every road turned pink. The same pink as the letters, which I found to be even more strange.

    Can anyone help me?
    I'm using the odytsak-Day-v4 theme

  10. #19
    Global Moderator iGO Scheme Color Viewer and Editor
    iGO Scheme Color Viewer and Editor
    Midnight Blues's Avatar
    Join Date
    Aug 2009
    Location
    EU
    Posts
    1,057
    Rep Power
    2383

    Default

    Quote Originally Posted by RDRC View Post
    ... I also tried to comment the part where there is the color of the different roads (adding ; before each line of code), to see what the default would be and every road turned pink...
    I don't know correct answer, but my guess, from your explanation, is that this is 'default' color.
    Now you have to find uot which exact type of road this is, and then add code with different color for this type.
    NO THANKS POSTS ALLOWED, NO LIKES NEEDED, ALL MIRRORS APPRECIATED
    MB Moon night sky
    Please read: >[Only registered and activated users can see links. ]<, >[Only registered and activated users can see links. ]< and >[Only registered and activated users can see links. ]<
    Password for all my uploads (if needed): gpspower.net

  11. #20
    Junior Member
    Join Date
    Jan 2019
    Location
    antalya
    Posts
    4
    Rep Power
    0

    Default

    Quote Originally Posted by RDRC View Post
    Regarding my previous question, I've been messing around with the scheme and couldn't find any connection between the code and the pink color of the motorway letters. It seems to be the theme's default, but I don't know what else I can change, so that this color can be changed. I removed all the pink I found in the scheme and the letters still have the same color....
    Spoiler: a lot of text
    Code:
    Please Login or Register to see the links

    If you want, take a look at this code
    Last edited by Boki; 20th December 2023 at 02:34 PM. Reason: quote shorten, spoiler, code, approved

 

 

Tags for this Thread

Bookmarks

Posting Permissions

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