Readme by eLp 
for PaintableField mod

Englisch / English
The following changes are necessary for the map.

1. Add the following row to the paintableFoliages in map.xml.

<paintableFoliages>
...
<paintableFoliage layerName="terrainDetail" startChannel="0" numStateChannels="4" />
</paintableFoliages>

2. Add the entry to the storItems in the modDesc.xml.

<storeItems>
...
<storeItem xmlFilename="cultivatedBrush.xml" />
<storeItem xmlFilename="plowedBrush.xml" />
<storeItem xmlFilename="stubbleTillagedBrush.xml" />
<storeItem xmlFilename="ridgedBrush.xml" />
...
</storeItems>

Now copy the cultivatedBrush.xml, plowedBrush.xml, stubbleTillagedBrush.xml, ridgedBrush.xml and the associated the store_xxx.dds files into your map. Best next to the modDesc.xml. Otherwise, please pay attention to the paths.

Now you have to repack the map as a zip file and off you go.


Deutsch / German
Folgende Änderunge sind für die Karte notwendig.

1. Ergänze in der map.xml die paintableFoliages mit der folgenden Reihe.

<paintableFoliages>
...
<paintableFoliage layerName="terrainDetail" startChannel="0" numStateChannels="4" />
</paintableFoliages>

2. In der modDesc.xml bei den storItems noch den Eintrag ergänzen.

<storeItems>
...
<storeItem xmlFilename="cultivatedBrush.xml" />
<storeItem xmlFilename="plowedBrush.xml" />
<storeItem xmlFilename="stubbleTillagedBrush.xml" />
<storeItem xmlFilename="ridgedBrush.xml" />
...
</storeItems>

Kopiere nun die cultivatedBrush.xml, plowedBrush.xml, stubbleTillagedBrush.xml,ridgedBrush.xml und die dazugehörenden store_xxx.dds Dateien in deine Karte. Am Besten neben die modDesc.xml. Ansonsten achte bitte auf die Pfade.
	
Jetzt müsst Ihr die Map neu als Zip-Datei packen und lost gehts.