Switch to full style
Post a reply

Fri Sep 28, 2012 6:48 am

Ok - I see tags like traffic_jam and overspeed in info.init. In dictionary I see "Traffic jam ahead". None of these are recognizable in lua files. Does this mean that the lua files are used to build 'dynamic' route directions and the other files are 'static' warning/status messages etc.

Fri Sep 28, 2012 7:11 am

ClausAnd wrote:Does this mean that the lua files are used to build 'dynamic' route directions and the other files are 'static' warning/status messages etc.

To answer in the most simple way.....Yes. Directional navigation has to be (obviously) dynamic. LUA files can be the basic 'event', dictionary can be the details (if relevant).
(not real) Example:
LUA basic event = turn right in (x) meters onto (y) street
Dictionary = Prepare to slow down and
LUA = then turn left in (x) meters onto (z) street
Dictionary = and beware of low bridge ahead.

All these are put together to form the spoken:
"Prepare to slow down and turn right in 50 meters onto Elm Street then turn left in 100 meters onto Maple Street and beware of low bridge ahead."

Sat Sep 29, 2012 4:13 pm

extreme care should be taken editing LUA files....use WinRar and Notepad


Use Winrar 3.90 or older. Do'nt use newers versions.

No problems with text lengths. Ideal is open the file with notepad, select all the text, copy, open wordpad, paste, edit with wordpad, save [color="#FF0000"]as txt[/color], and then export the file to the config diretory in voice arquive.

By

Mon Oct 01, 2012 7:45 pm

almost done
with winrar 4.01 there is no problem opening/editing/saving from within winrar

I have one issue that I don't know how/where to solve. In danish decimal point is comma. In the display it is shown with a "." and TTS (therefore?) also says 'point'. How to change it to comma?

Nobody with a clue to change the number format?
Post a reply