Quote Originally Posted by De5i View Post
every time it gives a camera warning it also says that you overspeed and the speed limit is miles without stating the speed limit value., plus it keeps repeating this message until the camera has been past. Its says the following for every camera warning:

"Warning! Speedcam."
"You are over sped and speed limit is miles"

Is this a bug? how can this be corrected to just announce the camera warning and to say it only once ?
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.