-
Notifications
You must be signed in to change notification settings - Fork 1
/
modDesc.xml
91 lines (86 loc) · 3.79 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="61">
<author>CptCray</author>
<version>0.5.0.0</version>
<title>
<en>Drive Lever</en>
<de>Fahrhebel</de>
</title>
<description>
<en><![CDATA[Drive Lever]]></en>
<de><![CDATA[Fahrhebel]]></de>
</description>
<iconFilename>icon.dds</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="src/DriveLeverRegister.lua"/>
</extraSourceFiles>
<actions>
<action name="DRIVE_LEVER_TOGGLE" axisType="HALF" />
<action name="DRIVE_LEVER_SAVE_CURRENT_CRUISECONTROL_SPEED" axisType="HALF" />
<action name="DRIVE_LEVER_TOGGLE_ACCELERATION_LIMIT" axisType="HALF" />
<action name="DRIVE_LEVER_FORWARD" axisType="HALF" />
<action name="DRIVE_LEVER_BACKWARD" axisType="HALF" />
<!-- <action name="DRIVE_LEVER_SPEED" axisType="FULL" />-->
<action name="DRIVE_LEVER_CHANGE_DIRECTION" axisType="HALF" />
<action name="DRIVE_LEVER_TO_MAX" axisType="HALF" />
<!-- <action name="DRIVE_LEVER_DIRECTION_AND_MAX" axisType="FULL" />-->
</actions>
<inputBinding>
<actionBinding action="DRIVE_LEVER_TOGGLE"></actionBinding>
<actionBinding action="DRIVE_LEVER_SAVE_CURRENT_CRUISECONTROL_SPEED"></actionBinding>
<actionBinding action="DRIVE_LEVER_TOGGLE_ACCELERATION_LIMIT"></actionBinding>
<actionBinding action="DRIVE_LEVER_FORWARD"></actionBinding>
<actionBinding action="DRIVE_LEVER_BACKWARD"></actionBinding>
<!-- <actionBinding action="DRIVE_LEVER_SPEED"></actionBinding>-->
<actionBinding action="DRIVE_LEVER_CHANGE_DIRECTION"></actionBinding>
<actionBinding action="DRIVE_LEVER_TO_MAX"></actionBinding>
<!-- <actionBinding action="DRIVE_LEVER_DIRECTION_AND_MAX"></actionBinding>-->
</inputBinding>
<l10n>
<text name="input_DRIVE_LEVER_TOGGLE">
<en>Enable / Disable Drive Lever</en>
<de>Fahrhebel Einschalten / Ausschalten</de>
</text>
<text name="input_DRIVE_LEVER_SAVE_CURRENT_CRUISECONTROL_SPEED">
<en>Save / Delete Speed Limit</en>
<de>Geschwindigkeitslimit speichern / löschen</de>
</text>
<text name="input_DRIVE_LEVER_FORWARD">
<en>Accelerate (Axis)</en>
<de>Beschleunigen (Achse)</de>
</text>
<text name="input_DRIVE_LEVER_BACKWARD">
<en>Decelerate (Axis)</en>
<de>Verlangsamen (Achse)</de>
</text>
<text name="input_DRIVE_LEVER_CHANGE_DIRECTION">
<en>Change Driving Direction (Axis)</en>
<de>Fahrtrichtung wechseln (Achse)</de>
</text>
<text name="input_DRIVE_LEVER_TO_MAX">
<en>Accelerate to max speed (Axis)</en>
<de>Auf maximale Geschwingkeit beschleunigen (Achse)</de>
</text>
<text name="input_DRIVE_LEVER_SPEED_1">
<en>Accelerate (Separate Joystick!)</en>
<de>Beschleunigen (Separater Joystick!)</de>
</text>
<text name="input_DRIVE_LEVER_SPEED_2">
<en>Decelerate (Separate Joystick!)</en>
<de>Verlangsamen (Separater Joystick!)</de>
</text>
<text name="input_DRIVE_LEVER_DIRECTION_AND_MAX_1">
<en>Change Driving Direction (Separate Joystick!)</en>
<de>Fahrtrichtung wechseln (Separater Joystick!)</de>
</text>
<text name="input_DRIVE_LEVER_DIRECTION_AND_MAX_2">
<en>Accelerate to max speed (Separate Joystick!)</en>
<de>Auf maximale Geschwingkeit beschleunigen (Separater Joystick!)</de>
</text>
<text name="input_DRIVE_LEVER_TOGGLE_ACCELERATION_LIMIT">
<en>Toggle Acceleration Limit</en>
<de>Beschleunigungsbegrenzung umschalten</de>
</text>
</l10n>
</modDesc>