forked from loki79uk/FS25_UniversalAutoload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodDesc.xml
158 lines (142 loc) · 8.91 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="92">
<author>loki_79</author>
<version>0.4.5.8</version>
<title>
<en>Universal Autoload</en>
<!-- <de>Universal Autoload</de> -->
<fr>Autoload Universel</fr>
<ru>Универсальная Автозагрузка</ru>
<nl>Universele Autoload</nl>
<cz>Univerzální Autoload</cz>
<pl>Universalne Autoładowanie</pl>
<es>Autoload Universal</es>
<br>Carregamento Automático Universal</br>
<tr>Evrensel Otomatik Yükleme</tr>
<cs>通用自动装载</cs>
</title>
<description>
<en><![CDATA[Autoloading specialisation for flatbed trailers. This automatically modifies the actual base game trailers, and will be applied to any new or existing trailers on your farm. Please see the included read-me file for instructions on adding to your own mod trailers or pallets.
Features:
- Loads any compatible pallet/container types (see list below)
- Loads lumber to any supported forestry vehicles
- Installed automatically on any compatible trailers (see list below)
- Load and Unload by selected material or container type
- Can also restrict loading to full pallets only
- Select 'ALL' to load mixed types in sequence
- Mixed pallets are loaded in size order for best packing efficiency
- Can interact with trailers when player is on foot (even when not attached to a vehicle)
Special Features for 'KRONE Trailer Profi Liner'
- Load/Unload only available on the side that curtain is open
- Rear loading directly from forklift
- Rear door and curtain can be opened and closed by player on foot
]]>
</en>
<de><![CDATA[Fügt die automatische Ladefähigkeit für Transportanhänger und Pritschen hinzu. Die Änderung gilt automatisch für alle kompatiblen Grundausrüstungen im Spiel. Sie wird sowohl für die bereits auf deiner Farm vorhandenen Geräte als auch für zukünftige Käufe angewendet. Die README-Datei enthält die notwendigen Hinweise, um Ihre eigenen modellierten Anhänger oder Paletten hinzuzufügen.
Funktionen:
- Lädt jede Art von kompatiblen Paletten oder Containern (siehe Liste unten)
- Lädt Holz auf beliebige Forstfahrzeuge
- Wird automatisch auf allen kompatiblen Anhängern installiert (siehe Liste unten)
- Be- und Entladen durch Auswahl der Warenart oder des Containertyps
- Möglichkeit, nur vollständig gefüllte Paletten zu laden
- Modus 'Alle', um alle gemischten Typen nacheinander zu laden
- Die Paletten werden in der Reihenfolge ihrer Größe geladen, um den Lagerraum zu optimieren
- Kann auch verwendet werden, wenn man zu Fuß neben dem Gerät steht (auch wenn das Gerät nicht angehängt ist)
Sonderfunktionen für den Anhänger 'KRONE Trailer Profi Liner'
- Be- und Entladen nur von der Öffnungsseite der Plane aus nutzbar
- Beladen von der Rückseite bei Verwendung eines Gabelstaplers
- Die Hecktür und die Plane können auch bedient werden, wenn man zu Fuß daneben steht
]]>
</de>
</description>
<multiplayer supported="true" />
<iconFilename>icon_UniversalAutoload.dds</iconFilename>
<extraSourceFiles>
<sourceFile filename="UniversalAutoloadInstaller.lua" />
</extraSourceFiles>
<l10n filenamePrefix="language/l10n" />
<actions>
<action name="UNIVERSALAUTOLOAD_SHOP_CONFIG" category="MENU_SHOP_CONFIG" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_SHOP_ADJUST" category="MENU_SHOP_CONFIG" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_GLOBAL_MENU" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_LOADING" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_UNLOAD_ALL" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_TIPSIDE" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_FILTER" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_HORIZONTAL" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_CYCLE_MATERIAL_FW" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_CYCLE_MATERIAL_BW" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_SELECT_ALL_MATERIALS" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_CYCLE_CONTAINER_FW" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_CYCLE_CONTAINER_BW" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_SELECT_ALL_CONTAINERS" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_BELTS" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_DOOR" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_CURTAIN" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_SHOW_DEBUG" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_SHOW_LOADING" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
<action name="UNIVERSALAUTOLOAD_TOGGLE_COLLECTION" category="VEHICLE" axisType="HALF" ignoreComboMask="false"/>
</actions>
<inputBinding>
<actionBinding action="UNIVERSALAUTOLOAD_SHOP_CONFIG" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_a" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_SHOP_ADJUST" >
<binding device="KB_MOUSE_DEFAULT" input="MOUSE_BUTTON_MIDDLE" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_GLOBAL_MENU" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_lshift KEY_a" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_LOADING" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_r" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_UNLOAD_ALL" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_i" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_TIPSIDE" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_u" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_FILTER" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_o" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_HORIZONTAL" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_insert" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_CYCLE_MATERIAL_FW" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_y" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_CYCLE_MATERIAL_BW" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_y" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_SELECT_ALL_MATERIALS" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_y" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_CYCLE_CONTAINER_FW" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_t" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_CYCLE_CONTAINER_BW" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_t" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_SELECT_ALL_CONTAINERS" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_t" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_BELTS" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_l" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_DOOR" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_x" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_CURTAIN" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_z" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_SHOW_DEBUG" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_lshift KEY_f12" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_SHOW_LOADING" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_f12" />
</actionBinding>
<actionBinding action="UNIVERSALAUTOLOAD_TOGGLE_COLLECTION" >
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_lshift KEY_r" />
</actionBinding>
</inputBinding>
</modDesc>