-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodDesc.xml
209 lines (190 loc) · 7.03 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="65">
<author>sperrgebiet</author>
<contributors>Ifko[nator]</contributors>
<version>1.0.0.2</version>
<title>
<de>Abkippseiten HUD</de>
<en>Tip Side HUD</en>
</title>
<iconFilename>modIcon.dds</iconFilename>
<multiplayer supported="true"/>
<description>
<de><![CDATA[Dieser Mod fügt ein neues HUD hinzu, mit welchem die Abkippseite des momentan ausgewählten Gerätes angezeigt wird. Somit ist es möglich
das Hilfemenü auszublenden und dennoch zu sehen welche Seite gerade gewählt ist.
Mittles der rechten Steuerungstaste und T (RCtrl + T) lässt sich das Konfigurationsmenü aufrufen. Dabei ist zu beachten, dass das Konfigurationsmenü
nur geöffnet werden kann wenn man auch einen Anhänger/Anbaugerät ausgewählt hat welches mehrere Abkippseiten unterstützt (aka: Das Abkippseiten HUD wird bereits angezeigt).
Konfigurationsoptionen:
- Position
- Farbe
- Iconset
- Anzeigen/verbergen der Beschreibung der Abkippseite neben dem Icon
- Icon/Text Skalierung von 0.5 bis 1.5 fach
Die Tastenbelegung innerhalb des Konfigurationsmenüs wird auch nur anzeigt wenn diese geöffnet ist. Standardmässig sind dies:
- Rechte Strg-Taste + Taste Rauf -> Menüpunkt rauf
- Rechte Strg-Taste + Taste Runter -> Menüpunkt runter
- Rechte Strg-Taste + Leeraste -> Menüpunkt ändern
Alternativ kann auch die Maus zum ändern der Einstellungen verwendet werden. Mittels Mausrad kann navigiert, mittels der linken Maustaste eine Option verändert werden.
Diese Einstellungen werden pro Savegame seperat gespeichert. Im Singleplayer befindet sich die Konfigurationsdatei unter:
modSettings/TipSideDisplay/savegameXX/Config.xml
Im Multiplayer wird sowohl am Client, als auch am Server folgender Pfad verwendet:
modSettings/TipSideDisplay/MP_SavegameName_MapId_MapTitle/Config.xml
Changelog:
1.0.0.1: Fehler mit Bigbags behoben
1.0.0.2: RegisterSpecialization.lua geändert damit mit LS22 1.4.0.1 kein Fehler mehr ins Log geschrieben wird; ModDesc Version erhöht
]]>
</de>
<en><![CDATA[This mod adds a new HUD which shows the tip side of the currently selected implement/trailer. This enables you to hide the help menu, while still
be able to see the currently selected tip side.
With the right control key and T (RCtrl + T) you can open the configuration menu. Please keep in mind that you can open the configuration menu only when
a tipper/implement which supports multiple tip sides is currently selected (aka: You can already see the tip side HUD)
Configuration options:
- Position
- Color
- Iconset
- Show/hide the description of the tip side next to the icon
- Icon/Text scaling from 0.5 to 1.5 times
The key bindings for the config menu are just visible when it's open. By default the following keybindings are used:
- Right Ctrl Key + Key up -> Menu up
- Right Ctrl Key + Key down -> Menu down
- Right Ctrl Key + Space -> Change menu option
As an additional option you can also use your mouse to navigate the menu. By using the mouse wheel you can navigate up and down, with a click of the left mouse button you can change a setting.
These settings get saved per savegame. In Singleplayer this config file is located at:
modSettings/TipSideDisplay/savegameXX/Config.xml
In Multiplayer the following save location is used for the client & server:
modSettings/TipSideDisplay/MP_SavegameName_MapId_MapTitle/Config.xml
Changelog:
1.0.0.1: Fixed error with bigbags
1.0.0.2: Changed RegisterSpecialization.lua to adopt to FS22 1.4.0.1; increased ModDesc version
]]>
</en>
</description>
<extraSourceFiles>
<sourceFile filename="RegisterSpecialization.lua" />
</extraSourceFiles>
<registerSpecializations debugPriority="0">
<registerSpecialization name="tipSideDisplay" className="TipSideDisplay" filename="tipSideDisplay.lua" searchedSpecializations="Trailer"/>
</registerSpecializations>
<actions>
<action name="tsd_toggleConfig" axisType="HALF" />
<action name="tsd_upConfig" axisType="HALF" />
<action name="tsd_downConfig" axisType="HALF" />
<action name="tsd_changeConfig" axisType="HALF" />
</actions>
<inputBinding>
<actionBinding action="tsd_toggleConfig">
<binding device="KB_MOUSE_DEFAULT" input="KEY_rctrl KEY_t" />
</actionBinding>
<actionBinding action="tsd_upConfig">
<binding device="KB_MOUSE_DEFAULT" input="KEY_rctrl KEY_up" />
</actionBinding>
<actionBinding action="tsd_downConfig">
<binding device="KB_MOUSE_DEFAULT" input="KEY_rctrl KEY_down" />
</actionBinding>
<actionBinding action="tsd_changeConfig">
<binding device="KB_MOUSE_DEFAULT" input="KEY_rctrl KEY_space" />
</actionBinding>
</inputBinding>
<l10n>
<text name="input_tsd_toggleConfig">
<de>AbkippHUD: Konfiguration</de>
<en>TipSideHUD: Configuration</en>
</text>
<text name="input_tsd_upConfig">
<de>AbkippHUD: Menüpunkt rauf</de>
<en>TipSideHUD: Menu up</en>
</text>
<text name="input_tsd_downConfig">
<de>AbkippHUD: Menüpunkt runter</de>
<en>TipSideHUD: Menu down</en>
</text>
<text name="input_tsd_changeConfig">
<de>AbkippHUD: Ändern</de>
<en>TipSideHUD: Change</en>
</text>
<text name="conf_heading">
<de>TipSideHud Konfiguration</de>
<en>TipSideHud Configuration</en>
</text>
<text name="PositionIndex">
<de>Position ändern</de>
<en>Change position</en>
</text>
<text name="ColorIndex">
<de>Farbe ändern</de>
<en>Change color</en>
</text>
<text name="IconSetIndex">
<de>Icons</de>
<en>Icons</en>
</text>
<text name="ShowText">
<de>Text anzeigen</de>
<en>Show text</en>
</text>
<text name="Scaling">
<de>Größenskalierung</de>
<en>Size scaling</en>
</text>
<text name="col_white">
<de>Weiss</de>
<en>White</en>
</text>
<text name="col_black">
<de>Schwarz</de>
<en>Black</en>
</text>
<text name="col_grey">
<de>Grau</de>
<en>Grey</en>
</text>
<text name="col_blue">
<de>Blau</de>
<en>Blue</en>
</text>
<text name="col_red">
<de>Rot</de>
<en>Red</en>
</text>
<text name="col_green">
<de>Grün</de>
<en>Green</en>
</text>
<text name="col_yellow">
<de>Gelb</de>
<en>Yellow</en>
</text>
<text name="col_pink">
<de>Pink</de>
<en>Pink</en>
</text>
<text name="col_turquoise">
<de>Türkis</de>
<en>Turquoise</en>
</text>
<text name="col_brown">
<de>Braun</de>
<en>Brown</en>
</text>
<text name="pos1">
<de>Unterhalb des Früchte HUD</de>
<en>Below the fruit HUD</en>
</text>
<text name="pos2">
<de>Neben dem Fahrzeugschema</de>
<en>Next to the vehicle schema</en>
</text>
<text name="pos3">
<de>Links neben dem Wetter Icon</de>
<en>Left to the weather icon</en>
</text>
<text name="pos4">
<de>Oben zentriert</de>
<en>Top centered</en>
</text>
<text name="pos5">
<de>Unten zentriert</de>
<en>Bottom centered</en>
</text>
</l10n>
</modDesc>