There is no installer version yet as I lack on time I can spent on this at moment. A lot of stuff got updated and I think it's time to hand this one out. I've tested the download and .zip archive and it's working fine for me.

Map Pack 3.6

Installation Instructions (English)

This are the installing instructions for the .zip Version of the Map Pack.

If there is no Map Pack installed, start at point 2!

1. Old Map Pack installations have to be removed. The Map Pack 3.6 uses a better way to integrate into Istaria, some changes had to be done for the installation therefore. The old Map Pack ist usually installed in the following folder:

...\Istaria\resources_override\interface\maps
...\Istaria\resources_override\interface\themes
After backup remove these folders.

Edit file (right mouse button) ...\Istaria\resources\interface\themes\default\def s\UIMapWindow.def -> Uncheck the write protection

2. Unzip and copy the "resources" folder to ...\Istaria\resources_override, it should look like this:
...\Istaria\resources_override\resources\interface \maps\...
...\Istaria\resources_override\resources\interface \themes\...

3. Edit the file ...\Istaria\prefs\ClientPrefs_Common.def, search for the line string mapPath = "..." entry (copy & paste)

Code:
	string mapPath = "resources_override/resources/interface/maps"
4. Edit the file ...\Istaria\resources\ResourceMeta.def and add the following lines (copy & paste)

Code:
ForceScanDir
{
	string	Dir = "resources_override\resources\interface\maps\"
}

ForceScanDir
{
	string	Dir = "resources_override\resources\interface\themes\"
}
5. Enable write protection (right mouse button) for the following files, so they can't be overwritten by Istaria updates:
...\Istaria\resources\ResourceMeta.def
...\Istaria\prefs\ClientPrefs_Common.def

6. If you want to change the standard map indicator use the windows explorer and open the folder:

...\Istaria\resources_override\resources\interface \themes\default\textures

Rename the file
map_indicator_direction.png
to
map_indicator_direction4.png

And one of the files
map_indicator_direction1-3.png
to
map_indicator_direction.png

Standard map indicator from the Map Pack is a white dot with cycle and arrow
map_indicator_direction1.png is a green dragon with arrow
map_indicator_direction2.png is a violet dragon
map_indicator_direction3.png is a white dot with arrow

Start Istaria and enjoy the Map Pack 3.6

Known issues:

- Sometimes Istaria doesn't load the Map Pack correctly:
* close and reopen the map sometimes solves the problem
* Type /loadui into the chat windows (reloads the interface) sometimes solves the problem
* Sometimes only a restart of the client solves the the problem

-------------------------------------

Installations Anleitung (Deutsch)

Dies ist die Anleitung für die .zip Version vom Map Pack.

Wenn noch kein Map Pack installiert ist mit Punkt 2 beginnen!

1. Falls bereits ein Map Pack installiert ist muss diese Installation entfernt werden. Die Installation von Map Pack 3.6 integriert sich besser in Istaria, daher ändert sich die Installation etwas. Das alte Map Pack ist in den folgenden Verzeichnissen installiert:
...\Istaria\resources_override\interface\maps
...\Istaria\resources_override\interface\themes
Diese Verzeichnisse nach erfolgter Sicherung entfernen.

Datei (rechte Maustaste) ...\Istaria\resources\interface\themes\default\def s\UIMapWindow.def -> Schreibschutz deaktivieren

2. Unzip / kopieren "resources" Verzeichnis nach ...\Istaria\resources_override kopieren, so sollte es aussehen:
...\Istaria\resources_override\resources\interface \maps\...
...\Istaria\resources_override\resources\interface \themes\...

3. Die Datei ...\Istaria\prefs\ClientPrefs_Common.def editieren, die Zeile string mapPath = "..." suchen (copy & paste)

Code:
	string mapPath = "resources_override/resources/interface/maps"
4. Die Datei ...\Istaria\resources\ResourceMeta.def und die folgenden Zeilen hinzufügen (copy & paste)

Code:
ForceScanDir
{
	string	Dir = "resources_override\resources\interface\maps\"
}

ForceScanDir
{
	string	Dir = "resources_override\resources\interface\themes\"
}
5. Bei den folgenden Dateien den Schreibschutz aktivieren damit diese nicht von Istaria Updates überschrieben werden:
...\Istaria\resources\ResourceMeta.def
...\Istaria\prefs\ClientPrefs_Common.def

6. Wenn das Standard Kartenindikator vom Map Pack geändert werden soll mit dem Windows Explorer das Verzeichnis öffnen:

...\Istaria\resources_override\resources\interface \themes\default\textures

Die Datei umbennen von
map_indicator_direction.png
in
map_indicator_direction4.png

Und eine der Dateien umbennen
map_indicator_direction1-3.png
in
map_indicator_direction.png

Der Standard Kartenindikator ist ein weißer Punkt mit Kreis und Richtungspfeil
map_indicator_direction1.png ist ein grüner Drache mit Richtungspfeil
map_indicator_direction2.png ist ein violetter Drache
map_indicator_direction3.png ist ein weißer Punkt mit Richtungspfeil

Istaria starten und das neue Map Pack 3.6 genießen.

Bekannte Probleme:

- Manchmal kommt es vor das das Map Pack nicht korrekt geladen wird
* Karte schließen und öffnen hilft manchmal
* /loadui in die Chatzeile tippen (lädt das Interface neu) hilft manchmal
* manchmal hilft nur ein Neustart von Istaria