Jump to content
AVIC411.com

IDT v4.2 on p46, last for 2.0


Recommended Posts

Any chance the sound files can be louder? In v4.2 I have the key volume and spoken volume all of the way up and i can just barely hear the camera alert voice when my music is at 50+

 

Thanks

 

50+? now i know that it's not the soundfile that has the problem, :)

i'll send you a link later that has louder sounds/key beeps/camera alerts

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

Top Posters In This Topic

Got this error:

I'll try it again.

 

Thanx,

Bud

 

 

 

 

Nope...still shows a larger font speed reading (MPH) above and a different displayed number which is smaller font below (also in MPH)..:(

 

try this

 

change this part

		txtSC_Speed.SHOW
	hscSC_Speed.VALUE nCameraSpeed
	hscSC_Speed.SHOW
	txtSC_SpeedValue.SHOW
	;SETFORMATTED_UNIT_TEXT txtSC_SpeedUnit "km/h"
	runif nCamSpeedUnit 0 'txtSC_SpeedUnit.SET "mph"' 
       	else_run 'txtSC_SpeedUnit.SET "km/h"'
	txtSC_SpeedValueMI.SHOW
	txtSC_SpeedUnitMI.SHOW
	txtSC_SpeedUnit.SHOW
	run sc_hscSC_Speed_OnChange
	sprSC_Type.PHASE "vTmp"
	sprSC_Dir.PHASE "vDir"		
	runif vTmp 1 'txtSC_SpeedValueMI.HIDE, txtSC_SpeedUnitMI.HIDE, txtSC_Speed.HIDE, hscSC_Speed.HIDE, txtSC_SpeedValue.HIDE,  txtSC_SpeedUnit.HIDE, txtSC_SpeedNo.HIDE'
	runif vTmp 4 'txtSC_SpeedValueMI.HIDE, txtSC_SpeedUnitMI.HIDE, txtSC_Speed.HIDE, hscSC_Speed.HIDE, txtSC_SpeedValue.HIDE, txtSC_SpeedUnit.HIDE, txtSC_SpeedNo.HIDE'

 

to this

 

		txtSC_Speed.SHOW
	hscSC_Speed.VALUE nCameraSpeed
	hscSC_Speed.SHOW
	txtSC_SpeedValue.SHOW
	SETFORMATTED_UNIT_TEXT txtSC_SpeedUnit "km/h"
	;runif nCamSpeedUnit 0 'txtSC_SpeedUnit.SET "mph"' 
       	;else_run 'txtSC_SpeedUnit.SET "km/h"'
	;txtSC_SpeedValueMI.SHOW
	;txtSC_SpeedUnitMI.SHOW
	txtSC_SpeedUnit.SHOW
	;run sc_hscSC_Speed_OnChange
	sprSC_Type.PHASE "vTmp"
	sprSC_Dir.PHASE "vDir"		
	runif vTmp 1 ' txtSC_Speed.HIDE, hscSC_Speed.HIDE, txtSC_SpeedValue.HIDE,  txtSC_SpeedUnit.HIDE, txtSC_SpeedNo.HIDE'
	runif vTmp 4 ' txtSC_Speed.HIDE, hscSC_Speed.HIDE, txtSC_SpeedValue.HIDE, txtSC_SpeedUnit.HIDE, txtSC_SpeedNo.HIDE'

 

and in your speedcam_800_480 change this code
























 

to this






















 

haven't tried it but it should work, let me know how it goes

post-29444-12872757829949_thumb.jpg

Link to post
Share on other sites
Got this error:

I'll try it again.

 

Thanx,

Bud

 

 

 

 

Nope...still shows a larger font speed reading (MPH) above and a different displayed number which is smaller font below (also in MPH)..:(

 

try this

 

change this part

		txtSC_Speed.SHOW
	hscSC_Speed.VALUE nCameraSpeed
	hscSC_Speed.SHOW
	txtSC_SpeedValue.SHOW
	;SETFORMATTED_UNIT_TEXT txtSC_SpeedUnit "km/h"
	runif nCamSpeedUnit 0 'txtSC_SpeedUnit.SET "mph"' 
       	else_run 'txtSC_SpeedUnit.SET "km/h"'
	txtSC_SpeedValueMI.SHOW
	txtSC_SpeedUnitMI.SHOW
	txtSC_SpeedUnit.SHOW
	run sc_hscSC_Speed_OnChange
	sprSC_Type.PHASE "vTmp"
	sprSC_Dir.PHASE "vDir"		
	runif vTmp 1 'txtSC_SpeedValueMI.HIDE, txtSC_SpeedUnitMI.HIDE, txtSC_Speed.HIDE, hscSC_Speed.HIDE, txtSC_SpeedValue.HIDE,  txtSC_SpeedUnit.HIDE, txtSC_SpeedNo.HIDE'
	runif vTmp 4 'txtSC_SpeedValueMI.HIDE, txtSC_SpeedUnitMI.HIDE, txtSC_Speed.HIDE, hscSC_Speed.HIDE, txtSC_SpeedValue.HIDE, txtSC_SpeedUnit.HIDE, txtSC_SpeedNo.HIDE'

 

to this

 

		txtSC_Speed.SHOW
	hscSC_Speed.VALUE nCameraSpeed
	hscSC_Speed.SHOW
	txtSC_SpeedValue.SHOW
	SETFORMATTED_UNIT_TEXT txtSC_SpeedUnit "km/h"
	;runif nCamSpeedUnit 0 'txtSC_SpeedUnit.SET "mph"' 
       	;else_run 'txtSC_SpeedUnit.SET "km/h"'
	;txtSC_SpeedValueMI.SHOW
	;txtSC_SpeedUnitMI.SHOW
	txtSC_SpeedUnit.SHOW
	;run sc_hscSC_Speed_OnChange
	sprSC_Type.PHASE "vTmp"
	sprSC_Dir.PHASE "vDir"		
	runif vTmp 1 ' txtSC_Speed.HIDE, hscSC_Speed.HIDE, txtSC_SpeedValue.HIDE,  txtSC_SpeedUnit.HIDE, txtSC_SpeedNo.HIDE'
	runif vTmp 4 ' txtSC_Speed.HIDE, hscSC_Speed.HIDE, txtSC_SpeedValue.HIDE, txtSC_SpeedUnit.HIDE, txtSC_SpeedNo.HIDE'

 

and in your speedcam_800_480 change this code
























 

to this






















 

haven't tried it but it should work, let me know how it goes

 

 

just search all your ui's for txtSC_SpeedValueMI and txtSC_SpeedUnitMI and comment it out,

any other US users having this problem?

Link to post
Share on other sites

just search all your ui's for txtSC_SpeedValueMI and txtSC_SpeedUnitMI and comment it out,

any other US users having this problem?

 

 

i noticed the same thing but i dont have version 4.2 i am still using 4.1

but i dont have enought speed cameras around me to worry about it

so it doesnt bug me

 

i was wondering thou is there a way to add the speed limit of the road

so the unit knows what the speed limit is

Link to post
Share on other sites

i was wondering thou is there a way to add the speed limit of the road

so the unit knows what the speed limit is

 

That's determined by data on the map you're running. If Teleatlas didn't have it on the version on your unit, there's no hack to install it. Luckily we can update to newer map versions through testmode and an updated ezrider. After that it's really a crapshoot on there being newly added speed data and/or the accuracy of that data.

Link to post
Share on other sites

just search all your ui's for txtSC_SpeedValueMI and txtSC_SpeedUnitMI and comment it out,

any other US users having this problem?

 

 

i noticed the same thing but i dont have version 4.2 i am still using 4.1

but i dont have enought speed cameras around me to worry about it

so it doesnt bug me

 

i was wondering thou is there a way to add the speed limit of the road

so the unit knows what the speed limit is

 

so this is pretty much happening to all US users, i'l have a fix for it,

Link to post
Share on other sites

as i cannot recreate this issue regarding speedcams, can someone try this

 

in speedcam.ui, search for this code

runif nCamSpeedUnit 0 'txtSC_SpeedUnit.SET "mph"' 
       	else_run 'txtSC_SpeedUnit.SET "km/h"'

 

and replace it with this code

txtSC_SpeedUnit.SET "km/h"

 

what it does is to permanently set txtSC_SpeedUnit to kmh

 

let me know if it fixes it

Link to post
Share on other sites

As we are talking on speedlimits here:

 

I really like to have eu speedlimit on my unit, how do i do that, I know the info is there, because i can select it in the infobox, but i like to have it like the us speedlimit is there now.

 

I tried it with a script from cmh, deleting your us script, but now i get the message, that it cannot find something related to your us script ande the eu one still doesn't work...

Link to post
Share on other sites
As we are talking on speedlimits here:

 

I really like to have eu speedlimit on my unit, how do i do that, I know the info is there, because i can select it in the infobox, but i like to have it like the us speedlimit is there now.

 

I tried it with a script from cmh, deleting your us script, but now i get the message, that it cannot find something related to your us script ande the eu one still doesn't work...

 

the option yourtalking about is just an on/off option, so what it does is it would display speed limit if your map has it available, even if you have it set to on and the map doesnt have the data for it nothing would show up

Link to post
Share on other sites
As we are talking on speedlimits here:

 

I really like to have eu speedlimit on my unit, how do i do that, I know the info is there, because i can select it in the infobox, but i like to have it like the us speedlimit is there now.

 

I tried it with a script from cmh, deleting your us script, but now i get the message, that it cannot find something related to your us script ande the eu one still doesn't work...

 

the option yourtalking about is just an on/off option, so what it does is it would display speed limit if your map has it available, even if you have it set to on and the map doesnt have the data for it nothing would show up

 

thats exactly what i'm looking for, maps here in the netherlands are very good, almost everywhere the speedlimit is in the mapdata.but how do i do that?

Link to post
Share on other sites
as i cannot recreate this issue regarding speedcams, can someone try this

 

in speedcam.ui, search for this code

runif nCamSpeedUnit 0 'txtSC_SpeedUnit.SET "mph"' 
       	else_run 'txtSC_SpeedUnit.SET "km/h"'

 

and replace it with this code

txtSC_SpeedUnit.SET "km/h"

 

what it does is to permanently set txtSC_SpeedUnit to kmh

 

let me know if it fixes it

 

 

 

i just tried this and yes it changes the top to kmh and the bottom stays mph

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...