RiddleTime / Race-Element

Solutions for Sim Racing
https://race.elementfuture.com
GNU General Public License v3.0
77 stars 17 forks source link

Mini map improvements #180

Closed iFuSiiOnzZ closed 3 months ago

iFuSiiOnzZ commented 3 months ago

Functional changes:

Map file format

4 bytes -> magic number -> "retm" (race element track map)
2 bytes -> version      -> short -> To keep track of the changes in file (version 1: PosX, PosY [Z in game], spline)
4 bytes -> reserver01   -> int   -> future use
4 bytes -> reserver02   -> int   -> future use

[REPEAT]
    4 bytes -> PosX   (float)
    4 bytes -> PosY   (float)
    4 bytes -> Spline (float)
[/REPEAT]

Mapped tracks

Link: https://we.tl/t-wxvLhATCkv Downlod the file and unzip it into "C:\Users\[USER_NAME]\AppData\Roaming\Race Element\Tracks" If directory "Tracks" doesn't exit, create it (or you can also map the tracks yourself).