=============================================== FRENCH ===============================================
INSTRUCTIONS D'INSTALLATION DU PREFAB

1 - Extraire l'archive de la map que vous souhaitez modifier
2 - mettre le dossier "dechet" du prefab dans dossier "maps" votre map (l'emplacement peut être different selon les maps)
3 - ouvrir le fichier "placeables.xml" (le nom peut être different selon les maps)
4 - mettre la ligne qui suit entre les balises <placeables> et </placeables>

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

A noter qu'il faut changer la position et la rotation suivant ou le voulez le mettre sur la map

5 - enregistrer et fermer puis ouvrir le fichier "modDesc.xml" et mettre entre les balises <storeItems> et </storeItems> la ligne qui suit:

	<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 - Puis ajouter toujours dans le modDesc.xml les lignes qui suivent:

	<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 - enregistrer et fermer puis ouvrir le fichier "vehicles.xml" (le nom peut être different selon les maps)

8 - entre les balises <vehicles> et </vehicles> mettre les lignes qui suivent:

A noter qu'il y a 11 types de déchet et un bloc de ligne = un déchet.
Si vous voulez davantage de déchets sur votre map, copier-coller plusieurs fois le bloc de ligne du déchet et changer sa position et rotation

Si vous ne voulez pas vous embêter à les placez vous-même sur la map, dans le fichier "preplacer.txt" tous les déchets sont déjà placés sur la map. ATTENTION avec les lignes préplacer verifier si il ne spawn pas sous la map



	<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 - changer "---MAP---" avec le nom de votre map (exemple: FS22_NewLands)