-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodDesc.xml
95 lines (80 loc) · 3.61 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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="94">
<author>Farmsim Tim (timmeey86)</author>
<version>1.1.1.0</version>
<title>
<en>Unload Bales Early</en>
<de>Ballen Frühzeitig Abladen</de>
<ru>Выгрузка Неполных Тюков</ru>
<pl>Wcześniejszy Rozładunek Bel</pl>
<es>Descarga Anticipada De Pacas</es>
<ea>Descarga Anticipada De Pacas</ea>
<it>Scarico Anticipato Delle Balle</it>
<tr>Balyaları Erken Boşalt</tr>
</title>
<description>
<en><![CDATA[
Description: This mod allows unloading unfinished bales early.
The mod works for:
- Round balers (including poplar bio balers)
- Square balers (only when turned off)
- Round baler/wrapper combinations
- One-Chamber Cotton Harvesters
- Two-Chamber Cotton Harvesters and modded two-chamber balers
Hotkeys: O: Unloads unfinished bales or overloads the first chamber to the second one. Dependent on the type of baler, you need to turn the baler on or off for this to work.
GitHub link: https://github.com/Timmeey86/FS25_UnloadBalesEarly
Changelog:
1.1.1.0:
- Thresholds for overloading and unloading can now be configured (or deactivated).
- The key binding for overloading and unloading can now be changed.
- Fixed errors related to changing settings in multiplayer.
1.0.0.1:
- Fixed unloading and overloading for multiplayer clients
- Added Italian translation provided by FirenzeIT
- Added Turkish translation provided by RuyaSavascisi
]]></en>
<de><![CDATA[
Beschreibung: Diese Mod erlaubt das frühzeitige Abladen von Ballen.
Die Mod funktioniert für:
- Rundballenpressen (einschließlich Pressen für Pappeln)
- Quaderballenpressen (nur, wenn ausgeschaltet)
- Press-/Wickelkombinationen für Rundballen
- Baumwollernter mit einer Kammer
- Baumwollernter mit zwei Kammern und gemoddete Ballenpressen mit zwei Kammern
Tastenkombinationen: O: Lädt Ballen vorzeitig ab oder lädt den Inhalt von der ersten Kammer in die zweite Kammer über. Je nach Art der Ballenpresse muss diese ein- oder ausgeschaltet werden, damit dies funktioniert.
GitHub-Link: https://github.com/Timmeey86/FS25_UnloadBalesEarly
Changelog:
1.1.1.0:
- Die Schwellwerte zum Überladen und Abladen können nun konfiguriert (oder auch deaktiviert) werden.
- Die Tastenbelegung zum Überladen und Abladen kann nun geändert werden.
- Fehler beim Ändern von Einstellungen im Mehrspielermodus behoben
1.0.0.1:
- Fehler beim Abladen und Überladen im Mehrspielermodus behoben
- Italienische Übersetzung hinzugefügt. Bereitgestellt von FirenzeIT
- Türkische Übersetzung hinzugefügt. Bereitgestellt von RuyaSavascisi
]]></de>
</description>
<multiplayer supported="true" />
<iconFilename>icon_UnloadBalesEarly.dds</iconFilename>
<extraSourceFiles>
<sourceFile filename="scripts/lib/UIHelper.lua" />
<sourceFile filename="scripts/UnloadBalesSettingsChangeEvent.lua" />
<sourceFile filename="scripts/UnloadBalesSettings.lua" />
<sourceFile filename="scripts/UnloadBalesSettingsRepository.lua" />
<sourceFile filename="scripts/UnloadBalesUI.lua" />
<sourceFile filename="scripts/UnloadBaleEarlyEvent.lua" />
<sourceFile filename="scripts/OverloadChamberEarlyEvent.lua" />
<sourceFile filename="scripts/OverrideBaleSizeEvent.lua" />
<sourceFile filename="scripts/EarlyUnloadHandler.lua" />
<sourceFile filename="scripts/UnloadBalesEarly.lua" />
</extraSourceFiles>
<actions>
<action name="UNLOAD_BALE_EARLY" category="VEHICLE" axis="HALF"/>
</actions>
<inputBinding>
<actionBinding action="UNLOAD_BALE_EARLY">
<binding device="KB_MOUSE_DEFAULT" input="KEY_o"/>
</actionBinding>
</inputBinding>
<l10n filenamePrefix="i18n/locale" />
</modDesc>