Add routes

You can modify and add routes (or points) in the config.lua, as many as you need. To do so, add new points in the config.lua as follows (taking into account that 9 is already the default):

[9] = {
    x = -1421.39,
    y = -2357.71,
    z = 15.56
},
[10] = {
    x = -1456.49,
    y = -2565.52
    z = 35.26
}

You should also add audio if you need it, to do this add a new sound file in the htm/sounds folder with the following name: 10en.mp3

Note that the number 10 is the waypoint number. If it were 11 for example, it would be 11en.mp3

In case you use a language other than English, you must use the appropriate one. For example, for French, it would be 10fr.mp3

Last updated