Re: Change color player on the map

If you build SD from the HEAD revision, you can try it now.
Change 'version' to 5
Then in 'Main Track' add 'original bearing' (degrees are measured from due East. Positive = counter-clockwise)
You will have to (re)run SD2-trackgen afterwards. Give it a try with your test track.
Change 'version' to 5
- Code: Select all
<section name="Header">
<attstr name="name" val="atest" />
<attnum name="sky version" val="1" />
<attstr name="category" val="development" />
<attnum name="version" val="5" />
<attstr name="author" val="" />
<attstr name="description" val="" />
</section>
Then in 'Main Track' add 'original bearing' (degrees are measured from due East. Positive = counter-clockwise)
- Code: Select all
<section name="Main Track">
<attnum name="width" unit="m" val="13.0000000" />
<attstr name="surface" val="asphalt2-lines" />
<attnum name="profil steps length" unit="m" val="4" />
<attnum name="original bearing" unit="deg" val="-100.1131990" />
You will have to (re)run SD2-trackgen afterwards. Give it a try with your test track.