Home Forums Articles How To's FAQ Register
Go Back   Xoutpost.com > Electronics > Navigation System
Fluid Motor Union
User Name
Password
Member List Premier Membership Today's Posts New Posts

Xoutpost server transfer and maintenance is occurring....
Xoutpost is currently undergoing a planned server migration.... stay tuned for new developments.... sincerely, the management


Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 06-01-2009, 09:34 AM
Member
 
Join Date: May 2008
Location: Pac NW
Posts: 10
pirates_treasure is on a distinguished road
POI Voice warning on/off in MK4

I'm in the process of adding Red light/speedcam poi's to my map DVD and updating the OS as per the POISON thread and after searching around have noticed where some people have edited one of the settings in the Nav menu (language?) to act as an ON/OFF toggle for the voice alert when approaching a speedcam POI. Could someone please explain exactly how to set this function up?

I have patched my navboot and updated the voice files to alert as per the POISON thread and have also renamed usa_f.csf to gb_f.csf and vice versa so as to have the British female spoken voice but not change the USA text, etc.

Also, when editing text strings in navtweak, is it necessary to make any other changes elsewhere for the changes to be useable? ie, changing accept screen text or menu descriptors, etc.

TIA!
Reply With Quote
  #2  
Old 06-01-2009, 10:35 AM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Having the on/off, is not as easy as it sounds.

You need to do several thing for it to "work" properly.

Use navtweak.

Menu text.

1: export the text language file for 1st language (rename it to the 2nd language filename).
2: edit the 2nd language file as the 1st (remember to keep the top 2 lines of the original file in place).
3: mod the text language file "language" for the on/off text, in both 1st and 2nd.
4: change the language string to to "poi alert" (or similar), in both 1st and 2nd).
5: import both 1st and 2nd files.
6: change the first language id (USA,GB,D,F, whatever) to "on".
7: change the second language id (USA,GB,D,F, whatever) to "off".
8: replace the 3rd language option with a blank.

Voice files, for alert.

9: copy the 1st voice file to the 2nd voice files name.
10: change the 1st voice file so that it has the alert.

11: create a new sounds dir (like POISon says) 0507 and copy all the files from 0506 to them including your modded 1st and 2nd voice files.
12: edit (or use) the modded files so that the new sound dir is used.

Map disc Mods.
13: mod the 2nd language files .LSC file in the map disc so that the "off" option has the same mods that your "on" option does. (if you have GB and USA then it will use the same ENG on the map disc).

Example:


HTH
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote
  #3  
Old 06-01-2009, 11:48 AM
Member
 
Join Date: May 2008
Location: Pac NW
Posts: 10
pirates_treasure is on a distinguished road
Having the on/off, is not as easy as it sounds.

You need to do several thing for it to "work" properly.

Use navtweak.

Menu text.
My language files are: 1. USA 2. E 3. F
1: export the text language file for 1st language (rename it to the 2nd language filename).
Export Lng_American and rename Lng_English

2: edit the 2nd language file as the 1st (remember to keep the top 2 lines of the original file in place).
Not sure what you mean here.. edit the renamed file from step 1 or edit the Lng_English file in Navboot?

3: mod the text language file "language" for the on/off text, in both 1st and 2nd.
Is this the "Language" string for each in Navtweak? ie, for Lng_american, it's string 1/347 or where do I find this file?/

4: change the language string to to "poi alert" (or similar), in both 1st and 2nd).
I assume this would be what I described in #3?

5: import both 1st and 2nd files.
import = select Lng_American and replace with modded 1st language file; select Lng_English and replace with modded 2nd lang file (Lng_American renamed/modded to Lng_English?

6: change the first language id (USA,GB,D,F, whatever) to "on".
where is this?
7: change the second language id (USA,GB,D,F, whatever) to "off".
where?
8: replace the 3rd language option with a blank.
where?

Map disc Mods.
13: mod the 2nd language files .LSC file in the map disc so that the "off" option has the same mods that your "on" option does. (if you have GB and USA then it will use the same ENG on the map disc).
So in this case, no mods of .lsc file are needed here correct?


Thanks for your help! It's great having someone with your knowledge and attention to detail around the boards!
Reply With Quote
  #4  
Old 06-01-2009, 12:48 PM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Quote:
Originally Posted by pirates_treasure View Post
Having the on/off, is not as easy as it sounds.

You need to do several thing for it to "work" properly.

Use navtweak.

Menu text.
My language files are: 1. USA 2. E 3. F
OK, USA=1st and E = 2nd,

Quote:
1: export the text language file for 1st language (rename it to the 2nd language filename).
Export Lng_American and rename Lng_English
No, in your case, do all the mods to lan_american, then export and rename to Lan_Spanish (E),


Quote:
2: edit the 2nd language file as the 1st (remember to keep the top 2 lines of the original file in place).
Not sure what you mean here.. edit the renamed file from step 1 or edit the Lng_English file in Navboot?
have a look at the top 2 lines of the lan_american.txt file it should have,

000/0000 "USA"
000/0001 "US Eng."

the spanish one will have

000/0000 "E"
000/0001 "español"

So, make sure that you change the top 2 lines of the modded USA txt (now renamed lan_spanish.txt) file from

000/0000 "USA"
000/0001 "US Eng."

to

000/0000 "E"
000/0001 "español"

That way the system thinks that the Spanish files is loaded.

Quote:
3: mod the text language file "language" for the on/off text, in both 1st and 2nd.
Is this the "Language" string for each in Navtweak? ie, for Lng_american, it's string 1/347
Correct.

Quote:
4: change the language string to to "poi alert" (or similar), in both 1st and 2nd).
I assume this would be what I described in #3?
Yes, string 001/0347 "POI Warning"

Quote:
5: import both 1st and 2nd files.
import = select Lng_American and replace with modded 1st language file; select Lng_English and replace with modded 2nd lang file (Lng_American renamed/modded to Lng_English?
Your 2nd lang is spanish so use that.

Quote:
6: change the first language id (USA,GB,D,F, whatever) to "on".
where is this?
001/0350 "On"

Quote:
7: change the second language id (USA,GB,D,F, whatever) to "off".
where?
001/0352 "Off"

[QUOTE]8: replace the 3rd language option with a blank.
where?[QUOTE]
001/0349 "Off"

Quote:
Map disc Mods.
13: mod the 2nd language files .LSC file in the map disc so that the "off" option has the same mods that your "on" option does. (if you have GB and USA then it will use the same ENG on the map disc).
So in this case, no mods of .lsc file are needed here correct?
Only if you have USA and GB as your 1st and 2nd, you have USA and ESP, so you need to mod you map disc too.

Quote:
Thanks for your help! It's great having someone with your knowledge and attention to detail around the boards!
You're welcome, and welcome to the forums.
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote
  #5  
Old 06-01-2009, 02:51 PM
Member
 
Join Date: May 2008
Location: Pac NW
Posts: 10
pirates_treasure is on a distinguished road
Ok I've modded the Lng_American text file and exported and saved it as Lng_Espagnol but when I try to import back into navboot to replace the original Lng_Espagnol, Navtweak is still recognizing it as the Lng_Amer file and wont allow. How do I change the file description to be Lng_Espagnol? I've tried changing in notepad2 but it generates CRC error. Pls help
Reply With Quote
  #6  
Old 06-02-2009, 03:22 AM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Use the export from the "string" tab, not the save from the modules tab. (use navtweak2.7)
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote
  #7  
Old 06-03-2009, 04:57 AM
Slons's Avatar
Member
 
Join Date: Nov 2008
Location: Latvia
Posts: 21
Slons is on a distinguished road
But anyway if you choose Warning-OFF the music will become softer for a couple of seconds when you approach the places of Cameras.
Reply With Quote
  #8  
Old 06-03-2009, 05:33 AM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Yes, but it will depend on the nav to radio/tap/cd/ipod mix.
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote
  #9  
Old 06-03-2009, 11:42 AM
Slons's Avatar
Member
 
Join Date: Nov 2008
Location: Latvia
Posts: 21
Slons is on a distinguished road
Quote:
Originally Posted by ccfj1 View Post
Yes, but it will depend on the nav to radio/tap/cd/ipod mix.
Is it possible to modify this radio/tap/cd/ipod mix?
Reply With Quote
  #10  
Old 06-03-2009, 01:38 PM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Quote:
Originally Posted by Slons View Post
Is it possible to modify this radio/tap/cd/ipod mix?
Yes, use the "nav volume" in the set menu and turn the bar up to max, this will keep the radio/ipod/tape/cd at the same volume (while the alert kicks in = no change in overall volume), all the way the other end will mute the radio/ipod/tape/cd.
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -4. The time now is 03:22 AM.
vBulletin, Copyright 2026, Jelsoft Enterprises Ltd. SEO by vBSEO 3.6.0
© 2017 Xoutpost.com. All rights reserved. Xoutpost.com is a private enthusiast site not associated with BMW AG.
The BMW name, marks, M stripe logo, and Roundel logo as well as X3, X5 and X6 designations used in the pages of this Web Site are the property of BMW AG.
This web site is not sponsored or affiliated in any way with BMW AG or any of its subsidiaries.