
Originally Posted by
CoronaMike
Very professional looking skin. I had been using the
digitalFX skin for about 1 1/2 years and it was time to change things up a bit. Everything worked great right from the start.
Suavecito, in sonicxtacy's thread you mentioned you had done a mod to IGiudance.exe to increase the road text and road lines. Do you this available for download somewhere? Or can you describe how you did it. I like using
IGuidance instead of the UMPC version but the text and roads are too small.
Thanks for a great skin.
Mike its easy to change the text size and road size lines. All you have to do its create a file named THEME.INI, which can be done in notepad and save it to the IGuidance program folder. The theme.ini will only be loaded by the iGuidance.exe and not the iGuidanceUMPC.exe. One of downsides of using the theme.ini is that it will not change any of the menus size, so they maybe a little to small to see. Now, in 2D MODE the theme.ini will effect the text and road lines, but it will not effect the road lines in 3D MODE. Your are going to have play around with the road pen widths for each of the zoom levels until you like it. You can use the theme.ini to change other settings too, for more information on customizing IGuidance visit the GpsPasSion Forums. Note that many of the post say to save to ctheme.ini do not for IGuidance 3 and later, instead save as theme.ini. I have posted an example below.
In the file you need the following:
Code:
; street name font size in points @ zoom level
STS=20 20 20 20 20 20 20 20 20 20 20
; THE FOLLOWING WILL NOT HAVE ANY EFFECT ROAD LINES IN 3D MODE
; IT WILL ONLY EFFECT THE ROAD LINES IN 2D MODE
; road pen width in pixels @ 100ft FC1-2-3-4-5
RPW0=6 6 5 4 3
;RPW0=2 2 2 2 1 (default)
; road pen width in pixels @ 200ft FC1-2-3-4-5
RPW1=5 5 4 3 2
;RPW1=2 2 2 2 1 (default)
; road pen width in pixels @ 500ft FC1-2-3-4-5
RPW2=4 4 3 2 1
;RPW2=2 2 2 2 1 (default)
; road pen width in pixels @ 1000ft FC1-2-3-4-5
RPW3=3 3 2 2 1
;RPW3=2 2 2 2 1 (default)
; road pen width in pixels @ 2500ft FC1-2-3-4-5
RPW4=3 3 2 2 1
;RPW4=2 2 2 2 1 (default)
; road pen width in pixels @ 1mi FC1-2-3-4-5
RPW5=3 3 2 1 1
;RPW5=2 2 2 2 1 (default)
; road pen width in pixels @ 2mi FC1-2-3-4-5
RPW6=2 2 1 1 1
;RPW6=2 2 1 1 1 (default)
; road pen width in pixels @ 5mi FC1-2-3-4-5
RPW7=2 2 1 1 1
;RPW7=2 1 1 1 1 (default)
; road pen width in pixels @ 10mi FC1-2-3-4-5
RPW8=1 1 1 1 1
;RPW8=2 1 1 1 1 (default)
; road pen width in pixels @ 25mi FC1-2-3-4-5
RPW9=1 1 1 1 1
;RPW9=2 1 1 1 1 (default)
; road pen width in pixels @ 100mi FC1-2-3-4-5
RPW10=1 1 1 1 1
;RPW10=1 1 1 1 1 (default)
Bookmarks