Switch to full style
Post a reply

How to change word on MapChanger?

Tue May 29, 2012 2:43 pm

Hi,

How to change word (TOMTOM, NAVTEQ, OTHER) on mapchanger?
I can change icon/logo but I can't find how to change world.

Thanks in Advance.

Tue May 29, 2012 2:52 pm

Depending [color="#FF0000"]which version of Mapchanger[/color] you are using, and [color="#FF0000"]what skin[/color] (if any) you are using, and [color="#FF0000"]what version of iGo[/color] you are using, in general, the following might work if added to sys.txt:

Code:
[switchmap]
map_ta="[B]Whatever You Want 1[/B]"
map_nt="[B]Whatever You Want 2[/B]"
map_ot="[B]Whatever You Want 3[/B]"
map_us="[B]Whatever You Want 4[/B]"

Be sure that your text to the right of the "=" remains in quotes as shown. Any text used must be unique (not the same for any of the choices).

[color="#FF0000"]You did not give a lot of information regarding these.[/color]

Thu May 31, 2012 8:00 am

It can't work. the words still show "TOMTOM", "NAVTEQ", and "OTHER".
How to know version of MapChanger?

Note: now, i'm using:
- primo 2.0 (9.6.2.209584 - oct 12 2011).
- skin ZoZo v2.0.11

Thu May 31, 2012 9:01 am

Did the Mapchanger/Utility folder come with the skin, or did you add it yourself?

You can usually tell the 'version' of Mapchanger.exe by looking at it's date in a file manager...for instance, one of the newer ones is 67KB with a date of 12-22-2010. MapChanger.nfrun (the script) can have a different date and usually has a version number (open with notepad) in the first couple of lines...such as v. 3.3.

Thu May 31, 2012 12:44 pm

Try this in sys.txt:

Code:
[Mapchanger]
map_ta = "Whatever1"
map_nt = "Whatever2"
map_ot = "Whatever3"


Same rules as previous.

Fri Jun 01, 2012 10:07 am

Great, it works! Thank you :)

Yurbuh Tuggly wrote:Try this in sys.txt:

Code:
[Mapchanger]
map_ta = "Whatever1"
map_nt = "Whatever2"
map_ot = "Whatever3"


Same rules as previous.

Fri Jun 01, 2012 10:39 am

wernata wrote:Great, it works!


Yes, I know.:D
And you are welcome.
This should work with most all 'newer' versions of Mapchanger/scripts.
The first one I showed (the only difference being the [Header]) should work with all older versions...common in older versions of iGo8.

Fri Jun 01, 2012 1:51 pm

Finally. thanks :) :) :D


Yurbuh Tuggly wrote:Try this in sys.txt:

Code:
[Mapchanger]
map_ta = "Whatever1"
map_nt = "Whatever2"
map_ot = "Whatever3"


Same rules as previous.
Post a reply