kruuth wrote:I could just get it to see the maps in the igo directory
Do you mean to share the content between two different installs?
If so, there are a few different ways to accomplish this..some report better results using relative paths, and some with absolute paths. And some say it does not matter.:-)
You may have to try both to see what works best on your device.
Copy sys.txt from your Primo install to your computer to work on it (and keep an unmodified copy as backup).
Open sys.txt in notepad and add the following
[folders] 'section':
- Code: Select all
[folders]
maps="..\..\[color="#FF0000"]iGO8[/color]\content\map"
poi="..\..\[color="#FF0000"]iGO8[/color]\content\poi"
buildings="..\..\[color="#FF0000"]iGO8[/color]\content\building"
dem="..\..\[color="#FF0000"]iGO8[/color]\content\dem"
has_secondary_root=0
[color="#FF0000"]This[/color] should be the exact name of your iGo8 folder..whatever that may be.
If it turns out that your device prefers absolute paths, modify each line to be more like this:
- Code: Select all
maps="\[color="#000080"]Storage Card[/color]\iGO8\Content\map\"
[color="#000080"]This[/color] must be the exact name of your SD Card..could be any of a number of things depending on your exact device.
Note that not EVERYTHING can be shared between iGo8 and Primo (voices, languages and similar are examples). But map related content should be no problem.
You may find, if using relative paths, a that only one set of this is needed:
../SO the line might be:
- Code: Select all
maps="../iGO8/content/map"
Save sys.txt after editing, copy back to the root of your Primo install folder (rename existing sys.txt to
sys.oldtxt or something) and see if it works.