-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodDesc.xml
35 lines (28 loc) · 1.21 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<modDesc descVersion="61" >
<author>Silverlore</author>
<version>1.0.0.0</version>
<title>
<en>lift and lower implement extensions</en>
</title>
<description>
<en><![CDATA[A script which makes it possible to assign keys to lift and lower front and back implement without switching between implements]]></en>
</description>
<l10n filenamePrefix="translations/translation"/>
<iconFilename>icon.dds</iconFilename>
<multiplayer supported = "true" />
<actions>
<action name="SFBC_TOGGLE_FRONT" axisType="HALF" />
<action name="SFBC_TOGGLE_BACK" axisType="HALF" />
<action name="SFBC_LIFT_FRONT" axisType="HALF" />
<action name="SFBC_LOWER_FRONT" axisType="HALF" />
<action name="SFBC_LIFT_BACK" axisType="HALF" />
<action name="SFBC_LOWER_BACK" axisType="HALF" />
</actions>
<extraSourceFiles>
<sourceFile filename="src/launcher.lua" />
</extraSourceFiles>
<specializations>
<specialization name="frontBackControl" className="FrontBackControl" filename="src/vehicles/specialization/FrontBackControl.lua" />
</specializations>
</modDesc>