Jump to content
AVIC411.com

GTIMatt's Mods


Recommended Posts

I tried it. No bueno. It worked as you said but I lost my 3D building setting and the speedcam editing again. I went back to my previous one and all is back. I did like the slider bar toggle for MPH/KPH though :D

Let me know the changes you made tor the building settings and speedcam editing and I'll incorporate them into the next data.zip.

Link to post
Share on other sites
  • Replies 345
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

After a few requests I have posted my data.zip file for anyone who wants to try it out. I've put a couple of screenshots below to show how it looks when a route is present and when it's not.   [atta

From the ExamDiff Pro:

 

Diff.txt file contents:

 

"model_variable.ui"

18c18
< 	
---
> 	
41,44d40
< ;	tmpSpeedWarnSound.Onchange "sc_sldSpeedcamSoundType_onchange"
< 
< 	run sc_SpeedcamSoundType_Onchange
< 	vSpeedcamSoundType.Onchange "sc_SpeedcamSoundType_Onchange"
49,50d44
< 	;mh - You should be able to turn off custom speedcam warnings by setting vSpeedCamSoundType to 0,1 or 2
< 	vSpeedcamSoundType.set 3

Link to post
Share on other sites

From the ExamDiff Pro:

 

Diff.txt file contents:

"Place.ui"

2c2
< ;xucheng
---
> ; xucheng
5c5
<
---
>
10c10
< ;********************************
---
> ;****************************************************************************************************************
20c20
<
---
>
22,24c22,24
< .map.store_cursor_pos
<
<
---
> .map.store_cursor_pos
>
>
27c27
< vcf_bAutoFollowModeOn.set 0
---
> vcf_bAutoFollowModeOn.set 0
29c29
<
---
>
32c32
<
---
>
34c34
<
---
>
39c39
<
---
>
41c41
< map.onmapclick
---
> map.onmapclick
43c43
< map.EnableMoveCursorByClick 1
---
> map.EnableMoveCursorByClick 1
46c46
<
---
>
49c49
<
---
>
61c61
<
---
>
68,70c68,70
<
< run sc_RD_CenterCursor
<
---
>
> run sc_RD_CenterCursor
>
75,76c75,76
< else_run 'txtPA_Address.HIDE'
< txtPA_Address.show
---
> else_run 'txtPA_Address.HIDE'
> txtPA_Address.show
79c79
< ui_PlaceAdvanced.SHOW
---
> ui_PlaceAdvanced.SHOW
95c95
<
---
>
102c102
<
---
>
120c120
<
---
>
122,123c122,123
< ; BM - always show spewedcamera controls
< ; So just remove original HIDE ;run 'btnPMP_SaveAsSpeedcam.show,btnPMP_EditCam.show'
---
> runif vBeta "0" 'btnPMP_SaveAsSpeedcam.hide,btnPMP_EditCam.hide'
> runif vBeta "5" 'btnPMP_SaveAsSpeedcam.hide,btnPMP_EditCam.hide'
127,128c127,128
< runif vAutoReplan L"AUTO" 'INITMESSAGEBOX 1 "Would you like to disable navigation from GPS position?" sc_TurnOnPlanMode sc_CancelSetStart'
< else_run sc_SetStartPoint
---
> runif vAutoReplan L"AUTO" 'INITMESSAGEBOX 1 "Would you like to disable navigation from GPS position?" sc_TurnOnPlanMode sc_CancelSetStart'
> else_run sc_SetStartPoint
132,133c132,133
< vAutoReplan.SET L"OFF"
< run sc_SetStartPoint
---
> vAutoReplan.SET L"OFF"
> run sc_SetStartPoint
144,146c144,146
<
< runif vPlanModeOn 0 sc_P_return_to_map
< else_runif vPlanModeOn 1 sc_FitToScreen_PlanMode
---
>
> runif vPlanModeOn 0 sc_P_return_to_map
> else_runif vPlanModeOn 1 sc_FitToScreen_PlanMode
150,152c150,152
< FINDPATH_CONTINUE
< runif vPlanModeOn 0 sc_P_return_to_map
< else_runif vPlanModeOn 1 sc_FitToScreen_PlanMode
---
> FINDPATH_CONTINUE
> runif vPlanModeOn 0 sc_P_return_to_map
> else_runif vPlanModeOn 1 sc_FitToScreen_PlanMode
161c161
<
---
>
167c167
<

Link to post
Share on other sites

"speedcam.ui"

 

5c5,6
< ;SC_WARN - Changes for spoken speedcam warnings
---
> ;SC_WARN - Changes for spoken speedcam warnings
> ;SC_WARN_SET - Changes for custom camera alert settings
29a31,160
> ;<> Start
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ;<> End
>
180,184d310
<
<
193c319
< runifnot vSpeedcamSoundType 3 'vTmp2.Set 0'
---
> runifnot vSCWCustWarning "1" 'vTmp2.Set 0'
305c431,433
< runif tmpSpeedcamWarningLangType 2 'playsound "0_unknown"'
---
> PLAYSOUND "!alert5"
> runif vSCWCustUnits "0" 'PLAYSOUND "0_30mph"'
> else_run 'PLAYSOUND "0_30kph"'
326c454,455
< runif vSpeedcamSoundType 3 'run sc_SpeedcameraMuteSound'
---
> ;runif vSpeedcamSoundType 3 'run sc_SpeedcameraMuteSound'
> runif vSCWCustWarning "1" 'run sc_SpeedcameraMuteSound'
330c459,460
< run sc_selection_alert_EN
---
> runif vSCWCustUnits "0" 'run sc_selection_alert_EN'
> else_run 'run sc_selection_alert_EN_kph'
341,357c471,477
< ;mh - The sounds in my code are all in English and only mph for the std UK limits. If you use kmh then you will need to create some new sounds
< ;and change the code below in each section to the following (replace 10_kmh_0 etc with the names of your sounds for each limt:
< ;
< ; runif %navigation.curr_speedcam.speed_limit.value 10 'playsound "10_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 20 'playsound "20_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 30 'playsound "30_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 40 'playsound "40_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 50 'playsound "50_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 60 'playsound "60_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 70 'playsound "70_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 80 'playsound "80_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 90 'playsound "90_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 100 'playsound "100_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 110 'playsound "110_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 120 'playsound "120_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 130 'playsound "130_kmh"'
< ;
---
>
361a482,484
> else_runif %navigation.curr_speedcam.speed_limit.value < 25 'playsound "0_15mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 33 'playsound "0_20mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 41 'playsound "0_25mph"'
362a486
> else_runif %navigation.curr_speedcam.speed_limit.value < 57 'playsound "0_35mph"'
363a488
> else_runif %navigation.curr_speedcam.speed_limit.value < 73 'playsound "0_45mph"'
364a490
> else_runif %navigation.curr_speedcam.speed_limit.value < 90 'playsound "0_55mph"'
365a492
> else_runif %navigation.curr_speedcam.speed_limit.value < 106 'playsound "0_65mph"'
369a497,511
>
>
372a515,517
> else_runif %navigation.curr_speedcam.speed_limit.value < 25 'playsound "1_15mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 33 'playsound "1_20mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 41 'playsound "1_25mph"'
373a519
> else_runif %navigation.curr_speedcam.speed_limit.value < 57 'playsound "1_35mph"'
374a521
> else_runif %navigation.curr_speedcam.speed_limit.value < 73 'playsound "1_45mph"'
375a523
> else_runif %navigation.curr_speedcam.speed_limit.value < 90 'playsound "1_55mph"'
376a525
> else_runif %navigation.curr_speedcam.speed_limit.value < 106 'playsound "1_65mph"'
380a530,544
>
>
383a548,550
> else_runif %navigation.curr_speedcam.speed_limit.value < 25 'playsound "2_15mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 33 'playsound "2_20mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 41 'playsound "2_25mph"'
384a552
> else_runif %navigation.curr_speedcam.speed_limit.value < 57 'playsound "2_35mph"'
385a554
> else_runif %navigation.curr_speedcam.speed_limit.value < 73 'playsound "2_45mph"'
386a556
> else_runif %navigation.curr_speedcam.speed_limit.value < 90 'playsound "2_55mph"'
387a558
> else_runif %navigation.curr_speedcam.speed_limit.value < 106 'playsound "2_65mph"'
391a563,577
>
>
394a581,583
> else_runif %navigation.curr_speedcam.speed_limit.value < 25 'playsound "3_15mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 33 'playsound "3_20mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 41 'playsound "3_25mph"'
395a585
> else_runif %navigation.curr_speedcam.speed_limit.value < 57 'playsound "3_35mph"'
396a587
> else_runif %navigation.curr_speedcam.speed_limit.value < 73 'playsound "3_45mph"'
397a589
> else_runif %navigation.curr_speedcam.speed_limit.value < 90 'playsound "3_55mph"'
398a591
> else_runif %navigation.curr_speedcam.speed_limit.value < 106 'playsound "3_65mph"'
400a594,608
>
>
>

Link to post
Share on other sites

....speedcam_800_480_ui...

5c5,6
< ;SC_WARN - Changes for spoken speedcam warnings
---
> ;SC_WARN - Changes for spoken speedcam warnings
> ;SC_WARN_SET - Changes for custom camera alert settings
29a31,160
> ;<> Start
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ;<> End
>
180,184d310
<
<
193c319
< runifnot vSpeedcamSoundType 3 'vTmp2.Set 0'
---
> runifnot vSCWCustWarning "1" 'vTmp2.Set 0'
305c431,433
< runif tmpSpeedcamWarningLangType 2 'playsound "0_unknown"'
---
> PLAYSOUND "!alert5"
> runif vSCWCustUnits "0" 'PLAYSOUND "0_30mph"'
> else_run 'PLAYSOUND "0_30kph"'
326c454,455
< runif vSpeedcamSoundType 3 'run sc_SpeedcameraMuteSound'
---
> ;runif vSpeedcamSoundType 3 'run sc_SpeedcameraMuteSound'
> runif vSCWCustWarning "1" 'run sc_SpeedcameraMuteSound'
330c459,460
< run sc_selection_alert_EN
---
> runif vSCWCustUnits "0" 'run sc_selection_alert_EN'
> else_run 'run sc_selection_alert_EN_kph'
341,357c471,477
< ;mh - The sounds in my code are all in English and only mph for the std UK limits. If you use kmh then you will need to create some new sounds
< ;and change the code below in each section to the following (replace 10_kmh_0 etc with the names of your sounds for each limt:
< ;
< ; runif %navigation.curr_speedcam.speed_limit.value 10 'playsound "10_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 20 'playsound "20_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 30 'playsound "30_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 40 'playsound "40_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 50 'playsound "50_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 60 'playsound "60_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 70 'playsound "70_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 80 'playsound "80_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 90 'playsound "90_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 100 'playsound "100_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 110 'playsound "110_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 120 'playsound "120_kmh"'
< ; runif %navigation.curr_speedcam.speed_limit.value 130 'playsound "130_kmh"'
< ;
---
>
361a482,484
> else_runif %navigation.curr_speedcam.speed_limit.value < 25 'playsound "0_15mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 33 'playsound "0_20mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 41 'playsound "0_25mph"'
362a486
> else_runif %navigation.curr_speedcam.speed_limit.value < 57 'playsound "0_35mph"'
363a488
> else_runif %navigation.curr_speedcam.speed_limit.value < 73 'playsound "0_45mph"'
364a490
> else_runif %navigation.curr_speedcam.speed_limit.value < 90 'playsound "0_55mph"'
365a492
> else_runif %navigation.curr_speedcam.speed_limit.value < 106 'playsound "0_65mph"'
369a497,511
>
>
372a515,517
> else_runif %navigation.curr_speedcam.speed_limit.value < 25 'playsound "1_15mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 33 'playsound "1_20mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 41 'playsound "1_25mph"'
373a519
> else_runif %navigation.curr_speedcam.speed_limit.value < 57 'playsound "1_35mph"'
374a521
> else_runif %navigation.curr_speedcam.speed_limit.value < 73 'playsound "1_45mph"'
375a523
> else_runif %navigation.curr_speedcam.speed_limit.value < 90 'playsound "1_55mph"'
376a525
> else_runif %navigation.curr_speedcam.speed_limit.value < 106 'playsound "1_65mph"'
380a530,544
>
>
383a548,550
> else_runif %navigation.curr_speedcam.speed_limit.value < 25 'playsound "2_15mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 33 'playsound "2_20mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 41 'playsound "2_25mph"'
384a552
> else_runif %navigation.curr_speedcam.speed_limit.value < 57 'playsound "2_35mph"'
385a554
> else_runif %navigation.curr_speedcam.speed_limit.value < 73 'playsound "2_45mph"'
386a556
> else_runif %navigation.curr_speedcam.speed_limit.value < 90 'playsound "2_55mph"'
387a558
> else_runif %navigation.curr_speedcam.speed_limit.value < 106 'playsound "2_65mph"'
391a563,577
>
>
394a581,583
> else_runif %navigation.curr_speedcam.speed_limit.value < 25 'playsound "3_15mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 33 'playsound "3_20mph"'
> else_runif %navigation.curr_speedcam.speed_limit.value < 41 'playsound "3_25mph"'
395a585
> else_runif %navigation.curr_speedcam.speed_limit.value < 57 'playsound "3_35mph"'
396a587
> else_runif %navigation.curr_speedcam.speed_limit.value < 73 'playsound "3_45mph"'
397a589
> else_runif %navigation.curr_speedcam.speed_limit.value < 90 'playsound "3_55mph"'
398a591
> else_runif %navigation.curr_speedcam.speed_limit.value < 106 'playsound "3_65mph"'
400a594,608
>
>
>

Link to post
Share on other sites
Great!

I'LL HAVE TO TRY THIS TOMORROW!

I had at one time some file that I had changed in one of my previous iterrations that gave me the ability to add specific cameras with speeds in the "5"'s by moving the slider in the "add camera" screen but that is gone and is just now "NO LIMIT, "30MPH", 40MPH", ....

iI cant find it now for the life of me. WHat would need to be changed in order for the slider to be able to assign cams in the 5 increments? And would this work?

Also, i tryed to change out some stuff in the "LONG/LAT" variables to display the "Gps.elevation" instead of the coordinates when I clicked the compass as this is more to my liking . I got some FFUEI errors when doing so but I did get the altitude to display but it conflicted with the script in the blue box. WHat do I change to get it to display altitude in the upper header area instead of LAT/LONG coordinates??

Thanx,

 

Bud

 

Open speedcam_800_480.ui and search for

HSCROLLBAR hscSC_Speed

 

Then adjust the possiblevalues parameter to your liking :)

Got It!!

Thanx again,

Boris :)

Link to post
Share on other sites

Loving it.

Got one question, while using another DATA file I was getting lables on all the streets, near and far.

With this one I am only getting street info on the ones I am crossing over. The streets that are further away does not shaw the street names.

Can someone please tell me how to enable that

 

Thanks

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...



×
×
  • Create New...