-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmodDesc.xml
47 lines (38 loc) · 1.57 KB
/
modDesc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="39">
<author>Realismus Modding</author>
<contributors>baron, Rahkiin, reallogger, Wopster</contributors>
<version>0.0.0.1</version>
<title>
<en>Soil Compaction</en>
<de>Bodenverdichtung</de>
<fr>Soil Compaction</fr>
<pl>Zagęszczenie gleby</pl>
<nl>Bodemverdichting</nl>
<cz>Stlačení půdy</cz>
<it>Compattazione del terreno</it>
</title>
<description>
<en><![CDATA[Soil Compaction]]></en>
<de><![CDATA[Bodenverdichtung]]></de>
<fr><![CDATA[Soil Compaction]]></fr>
<pl><![CDATA[Zagęszczenie gleby]]></pl>
<nl><![CDATA[Bodemverdichting]]></nl>
<cz><![CDATA[Stlačení půdy]]></cz>
<it><![CDATA[Compattazione del terreno]]></it>
</description>
<iconFilename>icon.png</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="src/loader.lua"/>
</extraSourceFiles>
<inputBindings>
<input name="SOILCOMPACTION_TIRE_INFLATE" category="VEHICLE" key1="KEY_lalt KEY_up"/>
<input name="SOILCOMPACTION_TIRE_DEFLATE" category="VEHICLE" key1="KEY_lalt KEY_down"/>
<input name="ACTIVATE_HANDTOOL2" key1="KEY_c" key2="" button="BUTTON_4" mouse="MOUSE_BUTTON_RIGHT" device="1" category="ONFOOT" visible="true"/>
</inputBindings>
<storeItems>
<storeItem rootNode="placeable" xmlFilename="resources/compressor.xml"/>
</storeItems>
<l10n filenamePrefix="translations/translation"/>
</modDesc>