=============================================== Deutsch ===============================================

INSTALLATIONSANLEITUNG FÜR DEN PREFAB

1 - Extrahieren Sie das Archiv der Map, die Sie bearbeiten möchten.
2 - lege den Ordner "dechet" des prefab in den Ordner "maps" deiner Map (der Speicherort kann je nach Map unterschiedlich sein).
3 - Öffnen Sie die Datei "placeables.xml" (der Name kann je nach Map unterschiedlich sein).
4 - füge die folgende Zeile zwischen den Tags <placeables> und </placeables> ein

<placeable filename="$mapdir$/maps/dechet/sellDechet.xml"  position="0 0 0"	rotation="0 0 0" />

Beachten Sie, dass Sie die Position und die Rotation ändern müssen, je nachdem, wo Sie es auf der Map platzieren wollen.

5 - speichern und schließen dann öffnen Sie die Datei "modDesc.xml" und fügen Sie zwischen den Tags <storeItems> und </storeItems> die folgende Zeile ein:

	<storeItem xmlFilename="maps/dechet/sellDechet.xml" />
	<storeItem xmlFilename="maps/dechet/barrel01.xml" />
	<storeItem xmlFilename="maps/dechet/barrel02.xml" />
	<storeItem xmlFilename="maps/dechet/barrel03.xml" />
	<storeItem xmlFilename="maps/dechet/barrelBleu.xml" />
	<storeItem xmlFilename="maps/dechet/roue01.xml" />
	<storeItem xmlFilename="maps/dechet/roue02.xml" />
	<storeItem xmlFilename="maps/dechet/pallet.xml" />
	<storeItem xmlFilename="maps/dechet/carton.xml" />
	<storeItem xmlFilename="maps/dechet/planche.xml" />
	<storeItem xmlFilename="maps/dechet/car.xml" />
	<storeItem xmlFilename="maps/dechet/matelas.xml" />
	
6 - Füge dann immer noch in der modDesc.xml die folgenden Zeilen ein:

	<vehicleTypes>
		<type name="dechet" className="Vehicle" parent="implement" filename="$dataS/scripts/vehicles/Vehicle.lua">
		</type>
	</vehicleTypes>
	
	<brands>
        <brand name="eco" title="Eco" image="maps/dechet/ECOBrand.dds"/>
    </brands>
	
7 - Speichern und schließen, dann die Datei "vehicles.xml" öffnen (der Name kann je nach Map unterschiedlich sein).

8 - zwischen den Tags <vehicles> und </vehicles> die folgenden Zeilen einfügen:

Beachten Sie, dass es 11 Arten von Abfall gibt und ein Zeilenblock = ein Abfall.
Wenn du mehr Müll auf deiner Map haben möchtest, kopiere und füge den Zeilenblock des Mülls mehrmals ein und ändere seine Position und Rotation.

Wenn du dir nicht die Mühe machen willst, sie selbst auf der Map zu platzieren, sind in der Datei "preplacer.txt" alle Abfälle bereits auf der Map platziert. ACHTUNG bei vorplatzierten Linien: Achten Sie darauf, dass sie nicht unter der Map spawnen.



<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/barrel01.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>



	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/barrel02.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	

	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/barrel03.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
	
	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/barrelBleu.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
	
	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/car.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
	
	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/carton.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
	
	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/matelas.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
	
	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/pallet.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
	
	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/planche.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
	
	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/roue01.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
	
	<vehicle modName="---MAP---" filename="$moddir$---MAP---/maps/dechet/roue02.xml" id="1" isAbsolute="true" age="6.000000" price="130.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
        <component index="1" position="0 150 0" rotation="0 0 0"/>
        <washable>
            <dirtNode amount="0.000926"/>
        </washable>
        <wearable damage="0.000000">
            <wearNode amount="0.000139"/>
        </wearable>
        <wheels lastWheelConfiguration="1"/>
        <attacherJoints comboDirection="-1"/>
    </vehicle>
	
	
9 - Ändern Sie "---MAP---" in den Namen Ihrer Map (Beispiel: FS22_NewLands).