-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodDesc.xml
More file actions
70 lines (51 loc) · 2.43 KB
/
modDesc.xml
File metadata and controls
70 lines (51 loc) · 2.43 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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="106">
<author>Ritter</author>
<version>1.0.0.0</version>
<title>
<en>Hide Help Texts</en>
<de>Hilfetexte Ausblenden</de>
</title>
<description>
<en><![CDATA[
Declutter your HUD by hiding unneeded help texts.
When the game and mods all add their own help texts to the HUD it quickly gets crowded. Do you really need to be reminded that F turns on the flashlight or that there is a keybinding to show Courseplay's debug channels?
This mod lets you hide the help texts you don't need so the ones you actually want are more visible.
Supports multiplayer.
Usage:
- Enable the mod and play the game as usual
- Press RightShift+H to open settings dialog (configurable)
- Toggle help texts ON/OFF in the dialog
- Changes are saved when closing the dialog
Settings are saved to user settings and work across savegames.
GitHub: https://github.com/rittermod/FS25_HideHelpTexts
]]> </en>
<de><![CDATA[
Räume dein HUD auf, indem du nicht benötigte Hilfetexte ausblendest.
Wenn das Spiel und Mods alle ihre eigenen Hilfetexte zum HUD hinzufügen, wird es schnell unübersichtlich. Musst du wirklich daran erinnert werden, dass F die Taschenlampe einschaltet oder dass es eine Tastenbelegung für die Debug-Kanäle von Courseplay gibt?
Mit diesem Mod kannst du die Hilfetexte ausblenden, die du nicht brauchst, damit die wichtigen besser sichtbar sind.
Unterstützt Mehrspieler.
Benutzung:
- Aktiviere den Mod und spiele wie gewohnt
- Drücke Rechte Shift Taste + H um den Einstellungsdialog zu öffnen (konfigurierbar)
- Schalte Hilfetexte im Dialog EIN/AUS
- Beim Schließen des Dialogs werden die Einstellungen gespeichert
Einstellungen werden in den Benutzereinstellungen gespeichert und funktionieren spielstandübergreifend.
GitHub: https://github.com/rittermod/FS25_HideHelpTexts
]]> </de>
</description>
<multiplayer supported="true"/>
<iconFilename>icon_hideHelpTexts.dds</iconFilename>
<extraSourceFiles>
<sourceFile filename="scripts/main.lua"/>
</extraSourceFiles>
<l10n filenamePrefix="languages/l10n"/>
<actions>
<action name="RM_HIDEHELPTEXT_OPEN_GUI"/>
</actions>
<inputBinding>
<actionBinding action="RM_HIDEHELPTEXT_OPEN_GUI">
<binding device="KB_MOUSE_DEFAULT" input="KEY_rshift KEY_h"/>
</actionBinding>
</inputBinding>
</modDesc>