speed cam lines from sys.text   

speed cam lines from sys.text

Postby Magnu420 » Thu Jan 26, 2012 3:03 pm

ive realised ive been using the wrong sys.text on primo 2.0 by zervdim :)
and its been alerting me too soon about speedcams comming up
ie alerting me summat like 1000 yards away,so ive put the original
sys.txt in and now its not alerting me,what do i need to change in the
sys.text so it will alert me when nearer to the speed cam summat like about 200 yards
before i get to speedcam
here is the speedcam lines out of sys.text


[warning]
speedlimit_warning_visual=1
speedcam_warning=1
is_spoken=1
speedcam_max_lookahead=2000
speedcam_maxdistance_from_road=10

[speedcam_category:0]
activated_spoken_type=speech
activated_speech="Caution speed camera ahead"
;overspeed_spoken_type=1
warn_distances="150:2000,140:1800,130:1500,120:1400,110:1300,100:1200,90:1100,80:1000,60:700,50:600,40:500"

[speedcam_category:1]
activated_spoken_type=speech
activated_speech="Caution mobile speed camera ahead"
;overspeed_spoken_type=1
warn_distances="150:2000,140:1800,130:1500,120:1400,110:1300,100:1200,90:1100,80:1000,60:700,50:600,40:500"

[speedcam_category:2]
activated_spoken_type=speech
activated_speech="Caution traffic light camera"
;overspeed_spoken_type=1
warn_distances="110:1000,90:900,60:700,50:500,40:200,20:100"

[speedcam_category:3]
activated_spoken_type=speech
activated_speech="Caution average speed camera ahead"
;overspeed_spoken_type=1
warn_distances="150:2000,140:1800,130:1500,120:1400,110:1300,100:1200,90:1100,80:1000,60:700,50:600,40:500"

[speedcam_category:4]
activated_spoken_type=speech
activated_speech="Caution traffic light ahead"
;overspeed_spoken_type=1
warn_distances="110:1000,90:900,60:700,20:500"

[speedcam_category:7]
activated_spoken_type=speech
activated_speech="Caution bus lane camera ahead"
;overspeed_spoken_type=1
warn_distances="110:1000,90:900,60:700,20:500"

[speedcam_category:8]
activated_spoken_type=speech
activated_speech="Caution dangerous railway crossing"
;overspeed_spoken_type=1
warn_distances="0:500"

[speedcam_category:9]
activated_spoken_type=speech
activated_speech="Caution school zone ahead"
;overspeed_spoken_type=1
warn_distances="0:500"

[speedcam_category:10]
activated_spoken_type=speech
activated_speech="Caution town entry point"
;overspeed_spoken_type=1
warn_distances="0:2000"

[speedcam_category:11]
activated_spoken_type=speech
activated_speech="Intimidation radar"

[speedcam_category:12]
activated_spoken_type=speech
activated_speech="Caution toll ahead"
;overspeed_spoken_type=1
warn_distances="0:1000"

[speedcam_category:13]
activated_spoken_type=speech
activated_speech="Caution hospital"
;overspeed_spoken_type=1
warn_distances="0:300"

[speedcam_category:14]
activated_spoken_type=speech
activated_speech="Caution fire Station ahead"

[speedcam_category:15]
activated_spoken_type=speech
activated_speech="Change taxi zone"

[speedcam_category:16]
activated_spoken_type=speech
activated_speech="Caution give way"
;overspeed_spoken_type=1
warn_distances="0:200"

[speedcam_category:17]
activated_spoken_type=speech
activated_speech="Caution dangerous crossing"
;overspeed_spoken_type=1
warn_distances="0:300"

[speedcam_category:18]
activated_spoken_type=speech
activated_speech="Caution speed breaker"
;overspeed_spoken_type=1
warn_distances="0:500"

[speedcam_category:19]
activated_spoken_type=speech
activated_speech="Caution Children ahead"
;overspeed_spoken_type=1
warn_distances="0:100"

[speedcam_category:20]
activated_spoken_type=speech
activated_speech="Caution dangerous Turn"
;overspeed_spoken_type=1
warn_distances="0:500"

[speedcam_category:21]
activated_spoken_type=speech
activated_speech="Caution tunnel ahead open your lights"
;overspeed_spoken_type=1
warn_distances="0:500"

[speedcam_category:22]
activated_spoken_type=speech
activated_speech="Caution dangerous road ahead"
;overspeed_spoken_type=1
warn_distances="0:1000"

[speedcam_category:23]
activated_spoken_type=speech
activated_speech="Police station"

[speedcam_category:24]
activated_spoken_type=speech
activated_speech="Caution dangerous area"
;overspeed_spoken_type=1
warn_distances="0:800"

[speedcam_category:25]
activated_spoken_type=speech
activated_speech="Caution black spot"
;overspeed_spoken_type=1
warn_distances="0:300"

[speedcam_category:26]
activated_spoken_type=speech
activated_speech="Caution closed road"
;overspeed_spoken_type=1
warn_distances="0:300"

[speedcam_category:27]
activated_spoken_type=speech
activated_speech="Caution congestion ahead"
;overspeed_spoken_type=1
warn_distances="0:1000"

[speedcam_category:28]
activated_spoken_type=speech
activated_speech="Caution constriction ahead"
;overspeed_spoken_type=1
warn_distances="0:500"

[speedcam_category:29]
activated_spoken_type=speech
activated_speech="Caution low visibility ahead"
;overspeed_spoken_type=1
warn_distances="0:1000"

[speedcam_category:30]
activated_spoken_type=speech
activated_speech="Caution low bridge ahead"
;overspeed_spoken_type=1
warn_distances="0:500"

[speedcam_category:31]
activated_spoken_type=speech
activated_speech="Caution dangerous point"
;overspeed_spoken_type=1
warn_distances="0:500"
Magnu420 offline


Member



 
Joined: Mon Nov 14, 2011 2:13 am
Posts: 118
Location: Lancashire,UK
Has thanked: 2 times
Been thanked: 3 times
Age: 58

Postby Fatboyfun » Thu Jan 26, 2012 3:51 pm

warn_distances = AAA:BBB,AAA:BBB

AAA = Speed of vehicle when approaching camera in KPH
BBB = Distance between camera and alert in METERS

warn_distances = 110:800,50:500

If you are traveling at 110 KPH then you get a warning at 800 meters, At 50 KPH, 500 meters, irrespective of the road speed limit.

Play around with the values until it's right for you.

Remove all other warn_distances references and just put one in the [warning] section.
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 408 times


Return to General Discussions about iGO core

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 16 guests