Quote Originally Posted by Mike Hunt View Post
Remove this from sys.txt:
[warning]
say_camera_speed_limit=1

Instead of doing what you think it would do, it triggers the OVERspeed warning in dictionary.voice.
If you still want to use the sys.txt setting, then you can edit the overspeed warning to be whatever you want, but that will make it the same for all overspeed warnings regardless of circumstances.

A typical overspeed alert in dictionary.voice (that announces the speed limit) could be:
The speed limit is %s!="The speed limit is %s! Slow down."

Do not change or edit this.
Change this to whatever you want.
"%s!" reads the road speed limit.
Note that is you have more than one trigger phrase (the part before the =), the first one is used, and furthers ones are ignored. So always check first before adding.
The dictionary.voice does have the line
The speed limit is %s!="The speed limit is %s! Slow down."

and it not saying the speed limit, where do I make these changes, if in sys.txt, or in the dictionary.voice or tts_speedcams_eng.zip what should these be?