forked from Achimobil/FS25_ProductionInfoHud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
106 lines (86 loc) · 5.99 KB
/
modDesc.xml
File metadata and controls
106 lines (86 loc) · 5.99 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="95">
<author>Achimobil</author>
<contributor>HappyLooser</contributor>
<version>0.0.0.26</version>
<title>
<de>Produktionen Info Hud</de>
<en>Production Info Hud</en>
</title>
<description>
<de><![CDATA[HUD Anzeige für Produktionen und Ställe die Aufmerksamkeit benötigen.
In einer Liste werden die Produktionen und Ställe angezeigt.
Die Liste ist nach Restlaufzeit sortiert.
Sie zeigt sowohl die Zeit an, bis ein Rohstoff leer ist als auch bis ein Ausgangslager voll ist.
Fütterungsroboter werden nicht unterstützt, nur die Ställe an sich.
Generelle Bedienungshinweise mit der Maus
- Fenster verschieben über Klick auf das Pfeilicon in der oberen linken Ecke
- Filter Zeile öffnen über den Pfeil runter in der linken oberen Ecke.
- Filterzeile umschalten auf Einstellungen über das Zahnrad in der unteren linken Ecke
- In den Einstellungen können Schriftgröße sowie Zeilenabstand individuell eingestellt werden
- Automatisch nur anzeigen, wenn Maus aktiviert ist, geht über das Schloss in der unteren linken ecke
- Anpassung der Fenstergröße über Pfeilicon in der rechten unteren Ecke
- Speichern der Änderungen über die Diskette in der oberen rechten Ecke
- Links Klick auf einen Produktionsort oder einen Filltype filtert die liste nach diesem. Hierbei werden dann die Filter der Filterzeile ignorierte. Worauf gefiltert wird ist dann grün markiert. Erneutes klicken auf das Gefilterte entfernt den Filter wieder.
- Rechtsklick auf den Produktionsort öffnet diesem im Menü
- Linksklick auf die 3. Spalte schaltet die Anzeige um zwischen Restzeit, Kapazität (Bei Rohstoffen wie viel not rein geht, bei Hergestellten Gütern wieviel drin ist) und aktueller Stündlicher Produktionsmenge
Hinweis: Einige der Icons werden nur angezeigt, wenn man mit der Maus über die entsprechende Stelle fährt.
In der oberen Anzeige neben dem Aktuellen Vermögen kann man auf das Schraubenschlüssel Icon per Rechtsklick die Einstellungen des Anzeigesystems aufrufen
Diese sind für alle Mods die dieses Anzeigesystem nutzen gleich. Hier kann man die Einstellungen Automatisch speichern und vieles mehr.
Schaut einfach mal rein.
Upload auf anderen Seiten außer dem ModHub ist verboten und somit illegal, Verlinkung nur mit Original-Downloadlink. KEIN Ersatzlink!
Das Verändern oder erneutes Hochladen, ob ganz oder in Teilen, ist nicht gestattet!
Fehler und Anregungen gerne auf <a href="https://github.com/Achimobil/FS25_ProductionInfoHud">GitHub
Changelog
0.0.0.26 - Added FR translation</a>.
]]></de>
<en><![CDATA[HUD display for productions and husbandries that require attention.
The productions and husbandries are displayed in a list.
The list is sorted by remaining time.
It shows both the time until a raw material is empty and until an output storage is full.
Feeding robots are not supported, only the husbandries themselves.
General operating instructions with the mouse
- Move window by clicking on the arrow icon in the top left corner
- Open the filter line by clicking on the down arrow in the top left-hand corner.
- Switch filter line to settings via the gear wheel in the bottom left-hand corner
- The font size and line spacing can be set individually in the settings
- Automatically display only when mouse is activated via the lock in the bottom left corner
- Adjust the window size using the arrow icon in the bottom right-hand corner
- Save changes via the disc in the top right-hand corner
- Left-click on a production location or a fill type to filter the list according to this. The filters in the filter line are then ignored. What is filtered is then highlighted in green. Clicking on the filtered item again removes the filter.
- Right-click on the production location to open it in the menu
- Left-click on the 3rd column to switch the display between remaining time, capacity (available capacity for raw materials and used capacity for manufactured goods) and current hourly production quantity.
Note: Some of the icons are only displayed when you move the mouse over the corresponding position.
In the upper display next to the current assets, you can right-click on the spanner icon to call up the display system settings
These are the same for all mods that use this display system. Here you can save the settings automatically and much more.
Just have a look.
Uploading to sites other than ModHub is prohibited and therefore illegal, linking only with original download link. NO substitute link!
Modifying and re-uploading in whole or in part is not allowed!
Bugs and suggestions welcome on <a href="https://github.com/Achimobil/FS25_ProductionInfoHud">GitHub</a>.
]]></en>
</description>
<multiplayer supported="true"/>
<iconFilename>icon_prodcutionInfoHud.png</iconFilename>
<extraSourceFiles>
<sourceFile filename="productionInfoHud.lua"/>
<sourceFile filename="hlUtils/_hlUtils.lua"/>
<sourceFile filename="hlHudSystem/hlHudSystem.lua"/>
<sourceFile filename="scripte_PIH/PIH_DisplaySetGet.lua"/>
<sourceFile filename="scripte_PIH/PIH_Display_MouseKeyEventsBox.lua"/>
<sourceFile filename="scripte_PIH/xml/PIH_Display_DrawBox.lua"/>
<sourceFile filename="scripte_PIH/xml/PIH_Display_XmlBox.lua"/>
</extraSourceFiles>
<l10n filenamePrefix="translations/translation" />
<actions>
<action name="HL_ONOFFMOUSECURSOR" ignoreComboMask="false" axisType="HALF" category="ONFOOT VEHICLE" />
<action name="PIH_ONOFFDISPLAY" ignoreComboMask="false" axisType="HALF" category="ONFOOT VEHICLE" />
</actions>
<inputBinding>
<actionBinding action="HL_ONOFFMOUSECURSOR">
<binding device="KB_MOUSE_DEFAULT" input="KEY_f9" axisComponent="+" neutralInput="0" index="1"/>
</actionBinding>
<actionBinding action="PIH_ONOFFDISPLAY">
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_p" axisComponent="+" neutralInput="0" index="1"/>
</actionBinding>
</inputBinding>
</modDesc>