-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
89 lines (73 loc) · 4.53 KB
/
modDesc.xml
File metadata and controls
89 lines (73 loc) · 4.53 KB
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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="99">
<author>Farmsim Tim (timmeey86)</author>
<version>1.0.0.6</version>
<title>
<en>Tool Inclination Helper</en>
<de>Werkzeugneigungshelfer</de>
</title>
<description>
<en><![CDATA[
Description: This mod displays whether or not your forks (or other implements) are level (= horizontal orientation) or not.
Additionally, it displays the distance of the tool to the ground or to whatever is below it (bales, pallets, trailer, ...).
You can choose between icons or degrees in the settings, you can turn on or off color coding if set to "degrees", and you can move the display around, if needed.
The mod works for at least any base game front loader tool, wheel loader tool, telehandler tool, skid steer tool and forklift.
Note that the default "level" orientation and distance to ground depend on how the tool was designed.
If you want to change the default orientation and/or distance to ground, you can move the tool to the desired position and orientation and press [Ctrl] [Shift] [R] to treat the current position to 0° and 0m from ground. The display will then start showing the difference to this position/orientation.
Hotkeys:
- [Ctrl] [Shift] [R]: Stores the current position and orientation as a reference
GitHub link: https://github.com/Timmeey86/FS25_ToolInclinationHelper
Changelog:
v1.0.0.6:
- Fixed an issue where the previous update would break some keybinds of other mods, especially Courseplay
v1.0.0.4:
- Fixed an issue with saving settings
- Fixed an issue where the JCB teletruk was not detected properly
- Added possibility to set a reference orientation for the tool
- Fixed an issue where tools with multiple store categories wouldn't be detected
]]></en>
<de><![CDATA[
Beschreibung: Diese Mod zeigt an, ob deine Gabeln (oder andere Geräte) horizontal ausgerichtet sind oder nicht.
Zustätzlich wird der Abstand des Geräts zum Boden oder zu eventuellen Objekten unter dem Gerät (Ballen, Paletten, Anhänger, ...) angezeigt.
Du kannst in den Einstellungen zwischen Symbolen und Gradzahlen wählen, Einfärbung der Gradzahlen an- oder ausschalten, oder die Anzeige verschieben, falls nötig.
Der Mod funktioniert mindestens für alle Frontladergeräte, Radladergeräte, Teleskopladergeräte, Kompaktladergeräte und Gabelstapler aus dem Basisspiel.
Beachte, dass die standardmäßige "ebene" Ausrichtung und der Abstand vom Boden davon abhängen, wie das Geräte vom Designer eingestellt wurde.
Wenn du die standardmäßige Ausrichtung und/oder den Abstand vom Boden ändern möchtest, kannst du das Gerät in die gewünschte Position und Ausrichtung bringen und [Strg] [Umschalt] [R] drücken, um die aktuelle Position als 0° und 0m vom Boden zu speichern. Die Anzeige zeigt ab dann immer den Unterschied zu dieser Position/Ausrichtung an.
Tastenkombinationen:
- [Strg] [Umschalt] [R]: Speichert die aktuelle Position und Ausrichtung als Referenz
GitHub-Link: https://github.com/Timmeey86/FS25_ToolInclinationHelper
Changelog:
v1.0.0.6:
- Problem behoben, durch das einige Tastenkürzel von anderen Mods, insbesondere Courseplay, nicht mehr funktionierten
v1.0.0.4:
- Problem mit dem Speichern der Einstellungen behoben
- Problem mit der Erkennung des JCB Teletruk behoben
- Möglichkeit hinzugefügt, eine Referenzorientierung für das Gerät zu setzen
- Problem mit der Erkennung von Geräten mit mehreren Shop-Kategorien behoben
]]></de>
</description>
<multiplayer supported="true" />
<iconFilename>icon_ToolInclinationHelper.dds</iconFilename>
<extraSourceFiles>
<sourceFile filename="scripts/lib/UIHelper.lua" />
<sourceFile filename="scripts/settings/TIHSettings.lua" />
<sourceFile filename="scripts/settings/TIHSettingsRepository.lua" />
<sourceFile filename="scripts/settings/TIHSettingsUI.lua" />
<sourceFile filename="scripts/ToolFinder.lua" />
<sourceFile filename="scripts/ToolStateAnalyzer.lua" />
<sourceFile filename="scripts/ToolInclinationHUD.lua" />
<sourceFile filename="scripts/ToolInclinationHelper.lua" />
</extraSourceFiles>
<specializations>
<specialization name="toolReferenceOrientationHandler" className="ToolReferenceOrientationHandler" filename="scripts/ToolReferenceOrientationHandler.lua" />
</specializations>
<actions>
<action name="SET_TOOL_INCLINATION_REFERENCE" category="VEHICLE" axis="HALF" />
</actions>
<inputBinding>
<actionBinding action="SET_TOOL_INCLINATION_REFERENCE">
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_lshift KEY_r" />
</actionBinding>
</inputBinding>
<l10n filenamePrefix="l10n/l10n" />
</modDesc>