Switch to full style
Post a reply

igo9.ini question

Mon Jun 11, 2012 12:47 pm

Please explain me folling command and what i have to do in the igo.ini:
[icon_manager]
extra_icons="ui_igo9\common\brand_icons" ; in igo9.ini

regards and thanks Barmbeck

Mon Jun 11, 2012 1:35 pm

What do you mean by "what i have to do in the igo.ini" ?? Why do you want to do something? And what?
Something like this ?

Mon Jun 11, 2012 3:05 pm

Thanks for quick answer. I believe tha the notice after the simikolon means that i have to do something so that i can get in Igo primo the icons in th directory ui_igo9\common\brand_icons.
Is that wrong?
regards, Barmbeck

Mon Jun 11, 2012 3:38 pm

I have no idea if this will do what you want...or even what you are trying to do, but from what you have here:
Code:
[icon_manager]
extra_icons="ui_igo9\common\brand_icons" ; in igo9.ini


would indicate that you have to insert that category/command in igo9.ini which is located in Data.zip/project_config/igo9.ini
Such as like this:
Code:
[config]
use_sys_wrap=0

[feature]
tmc_event_coloring=1
signpost_coloring=1
signpost_nightshading=1
tuner_alg_search_force_on=1
concat_first_two_words_in_indexer=1

[fleetmanagement]
port=COM4
baud=115200

[folders]
defaults=ui_igo9/defaults

[globe]
use_lighting=0

[gps]
delay_after_pos_valid=1000
delay_after_pos_invalid=1

[B][icon_manager]
extra_icons="ui_igo9\common\brand_icons"
[/B]


Then, apparently, you would put whatever icons you want in the folder ui_igo9\common\brand_icons
This folder, should be created in the root of your Primo folder like this:
Primo
>ui_igo9
>>common
>>>brand_icons (put your icons here)

What this will accomplish for you (if anything) is unknown by me and untested.
One note of caution:
To open/edit anything in data.zip requires a special procedure to keep the zip file valid. You must open data.zip in WinRar, then work only within it's Window. To do otherwise (such as to unzip data.zip, change something, then zip it back up) will totally corrupt the data.zip file for Primo. Always work ONLY with COPIES of the originals.

Mon Jun 11, 2012 8:52 pm

Barmbeck wrote:Thanks for quick answer. I believe tha the notice after the simikolon means that i have to do something so that i can get in Igo primo the icons in th directory ui_igo9\common\brand_icons.
Is that wrong?
regards, Barmbeck


The semi-colon [;] after something that is written [entered] in the sys.txt or .ini means that portion of the command is to be ignored.
Post a reply