-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodDesc.xml
60 lines (52 loc) · 2.05 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
<?xml version="1.0" encoding="utf-8" standalone="no" 0?>
<modDesc descVersion="43">
<title>
<de>Basic Needs</de>
<en>Basic Needs</en>
</title>
<description>
<de><![CDATA[Grundbedürfnisse für Ihren Bauer]]></de>
<en><![CDATA[Basic needs for your farmer]]></en>
</description>
<author>NoPizzaNoGlory</author>
<version>1.0.0.0</version>
<iconFilename>basicneeds.dds</iconFilename>
<multiplayer supported="false"/>
<extraSourceFiles>
<sourceFile filename="script.lua" />
</extraSourceFiles>
<l10n>
<text name="input_BasicNeeds_reload_xml">
<de><![CDATA[Basic Needs: XML neu laden]]></de>
<en><![CDATA[Basic Needs: Reload XML]]></en>
</text>
<text name="input_BasicNeeds_have_meal">
<de><![CDATA[Basic Needs: Eine Mahlzeit haben]]></de>
<en><![CDATA[Basic Needs: Have a meal]]></en>
</text>
<text name="ingameNotification_tooTiredToDrive">
<de><![CDATA[Sie sind zu müde, um zu fahren. Machen Sie eine Pause oder essen Sie etwas.]]></de>
<en><![CDATA[You are too tired to drive. Take a break or have some food.]]></en>
</text>
<text name="ingameNotification_havingMeal">
<de><![CDATA[Bitte warten Sie, bis Sie mit dem Essen fertig sind.]]></de>
<en><![CDATA[Please wait while you finish your meal.]]></en>
</text>
<text name="ingameNotification_notHungry">
<de><![CDATA[Sie haben keinen Hunger.]]></de>
<en><![CDATA[You are not hungry.]]></en>
</text>
</l10n>
<actions>
<action name="BasicNeeds_reload_xml" category="SYSTEM" axisType="HALF" ignoreComboMask="false"/>
<action name="BasicNeeds_have_meal" category="SYSTEM" axisType="HALF" ignoreComboMask="false"/>
</actions>
<inputBinding>
<actionBinding action="BasicNeeds_reload_xml" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_KP_8" />
</actionBinding>
<actionBinding action="BasicNeeds_have_meal" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_e" />
</actionBinding>
</inputBinding>
</modDesc>