-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
99 lines (81 loc) · 6.05 KB
/
modDesc.xml
File metadata and controls
99 lines (81 loc) · 6.05 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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="106">
<author>aaw3k</author>
<version>1.0.0.0</version>
<title>
<en>Work Tool Positioner</en>
<de>Arbeitswerkzeug-Positionierer</de>
<fr>Positionneur D'Outils De Travail</fr>
<pl>Pozycjoner Narzędzi Roboczych</pl>
<ru>Позиционер Рабочих Инструментов</ru>
</title>
<description>
<en><![CDATA[
Save and restore tool positions on loaders, excavators, and tractors. Easily manage your equipment's work state by capturing and smoothly restoring complex tool configurations. Features include a management dialog (LCTRL+Z), multiplayer support, and independent single-tool control (Z).
Hotkeys:
- Press Z key to restore the last moved tool position.
- Hold Z key to save the last moved tool position.
- Press LCTRL + Z to restore all saved tool positions.
- Hold LCTRL + Z to save current tool positions and open the management dialog.
For more information or to report a bug, please visit GitHub (modnext/workToolPositioner).
]]></en>
<de><![CDATA[
Speichern und Wiederherstellen von Werkzeugpositionen an Ladern, Baggern und Traktoren. Verwalten Sie den Arbeitszustand Ihrer Ausrüstung ganz einfach, indem Sie komplexe Werkzeugkonfigurationen erfassen und reibungslos wiederherstellen. Zu den Funktionen gehören ein Verwaltungsdialog (LSTRG+Z), Multiplayer-Unterstützung und eine unabhängige Einzelwerkzeugsteuerung (Z).
Tastenkombinationen:
- Drücken Sie die Taste Z, um die letzte bewegte Werkzeugposition wiederherzustellen.
- Halten Sie die Taste Z gedrückt, um die letzte bewegte Werkzeugposition zu speichern.
- Drücken Sie LSTRG + Z, um alle gespeicherten Werkzeugpositionen wiederherzustellen.
- Halten Sie LSTRG + Z gedrückt, um die aktuellen Werkzeugpositionen zu speichern und den Verwaltungsdialog zu öffnen.
Für weitere Informationen oder um einen Fehler zu melden, besuchen Sie bitte GitHub (modnext/workToolPositioner).
]]></de>
<fr><![CDATA[
Enregistrez et restaurez les positions des outils sur les chargeurs, les pelles et les tracteurs. Gérez facilement l'état de travail de votre équipement en capturant et en restaurant en douceur des configurations d'outils complexes. Les fonctionnalités incluent une boîte de dialogue de gestion (LCTRL+Z), le support multijoueur et un contrôle indépendant d'un seul outil (Z).
Raccourcis clavier:
- Appuyez sur la touche Z pour restaurer la position du dernier outil déplacé.
- Maintenez la touche Z enfoncée pour enregistrer la position du dernier outil déplacé.
- Appuyez sur LCTRL + Z pour restaurer toutes les positions d'outils enregistrées.
- Maintenez LCTRL + Z enfoncé pour enregistrer les positions actuelles et ouvrir la boîte de dialogue de gestion.
Pour plus d'informations ou pour signaler un bug, veuillez visiter GitHub (modnext/workToolPositioner).
]]></fr>
<pl><![CDATA[
Zapisuj i przywracaj pozycje narzędzi na ładowarkach, koparkach i ciągnikach. Łatwo zarządzaj stanem roboczym sprzętu poprzez przechwytywanie i płynne przywracanie złożonych konfiguracji narzędzi. Funkcje obejmują okno zarządzania (LCTRL+Z), wsparcie dla trybu wieloosobowego oraz niezależne sterowanie pojedynczym narzędziem (Z).
Skróty klawiszowe:
- Naciśnij klawisz Z, aby przywrócić pozycję ostatnio używanego narzędzia.
- Przytrzymaj klawisz Z, aby zapisać pozycję ostatnio używanego narzędzia.
- Naciśnij LCTRL + Z, aby przywrócić wszystkie zapisane pozycje narzędzi.
- Przytrzymaj LCTRL + Z, aby zapisać aktualne pozycje i otworzyć okno zarządzania.
Aby uzyskać więcej informacji lub zgłosić błąd, odwiedź GitHub (modnext/workToolPositioner).
]]></pl>
<ru><![CDATA[
Сохранение и восстановление положений инструментов на погрузчиках, экскаваторах и тракторах. Легко управляйте рабочим состоянием вашего оборудования, захватывая и плавно восстанавливая сложные конфигурации инструментов. Особенности включают диалоговое окно управления (LCTRL+Z), поддержку мультиплеера и независимое управление отдельным инструментом (Z).
Горячие клавиши:
- Нажмите клавишу Z, чтобы восстановить положение последнего перемещенного инструмента.
- Удерживайте клавишу Z, чтобы сохранить положение последнего перемещенного инструмента.
- Нажмите LCTRL + Z, чтобы восстановить все сохраненные положения инструментов.
- Удерживайте LCTRL + Z, чтобы сохранить текущие положения и открыть окно управления.
Для получения дополнительной информации или сообщения об ошибке посетите GitHub (modnext/workToolPositioner).
]]></ru>
</description>
<l10n filenamePrefix="l10n/l10n" />
<iconFilename>icon_workToolPositioner.dds</iconFilename>
<multiplayer supported="true" />
<extraSourceFiles>
<sourceFile filename="src/AdditionalSpecialization.lua" />
<sourceFile filename="src/gui/PositionsDialog.lua" />
</extraSourceFiles>
<specializations>
<specialization name="workToolPositioner" className="WorkToolPositioner" filename="src/specializations/WorkToolPositioner.lua"/>
</specializations>
<actions>
<action name="WORK_TOOL_POSITION" category="VEHICLE" />
<action name="WORK_TOOL_POSITION_SINGLE" category="VEHICLE" />
</actions>
<inputBinding>
<actionBinding action="WORK_TOOL_POSITION">
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_z" />
</actionBinding>
<actionBinding action="WORK_TOOL_POSITION_SINGLE">
<binding device="KB_MOUSE_DEFAULT" input="KEY_z" />
</actionBinding>
</inputBinding>
</modDesc>