Something new I learned today while hacking the bin files of my routes. It has been staring into my eyes all the time, but sometimes, well:

If you are working with the series markers derived from, for example, toporoute.com, you can easily color various of your marker lines in their corresponding blueprints. This way you can for example have markers for roads, tracks, and other stuff all over the place without getting confused. I attached a screenshot below, it shows road and track markers created from GPX files drawn in toporoute.
To change the color, simply open the marker file's BIN in your assets\...\RouteMarkers\ directory, sroll all the way to the end, and edit the color values below (values range between 0 and 1, the example below results in a dark blue line).
- Code: Select all
<SeriesColour>
<cHcColour>
<Red d:type="sFloat32" d:alt_encoding="00000080029AC83F" d:precision="string">0.1922</Red>
<Green d:type="sFloat32" d:alt_encoding="000000802497C73F" d:precision="string">0.1843</Green>
<Blue d:type="sFloat32" d:alt_encoding="000000C00512E23F" d:precision="string">0.5647</Blue>
<Alpha d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.0000</Alpha>
</cHcColour>
</SeriesColour>
Cheers!
Michael
