Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" standalone="no" ?>
- <modDesc descVersion="51">
- <author>Ifko[nator] - lsfarming-mods.de -</author>
- <title>
- <en>Bale Counter</en>
- <de>Ballenzähler</de>
- <ru>Счётчик тюков</ru>
- </title>
- <description>
- <en><![CDATA[Specialization to count the dropped bales.]]></en>
- <de><![CDATA[Spezialisierung zum zählen der gepressten Ballen.]]></de>
- <ru><![CDATA[Подсчёт спрессованных и обёрнутых тюков.]]></ru>
- </description>
- <multiplayer supported="true"/>
- <iconFilename>store.dds</iconFilename>
- <version>1.0.0.1</version>
- <extraSourceFiles>
- <sourceFile filename="l10nFix.lua" />
- <sourceFile filename="RegisterSpecialization.lua" />
- </extraSourceFiles>
- <l10n>
- <text name="PRESSED"><de>Gepresste</de><en>pressed</en><ru>Спрессованно</ru></text>
- <text name="WRAPPED"><de>Gewickelte</de><en>wrapped</en><ru>Обёрнуто</ru></text>
- <text name="BALES_TODAY"><de>Ballen Heute</de><en>bales today</en><ru>Тюков сегодня</ru></text>
- <text name="TOTAL"><de>Gesamt</de><en>total</en><ru>Всего</ru></text>
- <text name="input_RESET_BALE_COUNT_DAY_BUTTON"><de>Ballenzähler für gepresste Ballen zurücksetzen</de><en>reset bale counter</en><ru>Сброс счётчика спрессованных тюков</ru></text>
- <text name="input_RESET_WRAPPED_BALE_COUNT_DAY_BUTTON"><de>Ballenzähler für gewickelte Ballen zurücksetzen</de><en>reset wrapped bale counter</en><ru>Сброс счётчика обёрнутых тюков</ru></text>
- </l10n>
- <actions>
- <action name="RESET_BALE_COUNT_DAY_BUTTON" category="VEHICLE" ignoreComboMask="false"/>
- <action name="RESET_WRAPPED_BALE_COUNT_DAY_BUTTON" category="VEHICLE" ignoreComboMask="false"/>
- </actions>
- <inputBinding>
- <actionBinding action="RESET_BALE_COUNT_DAY_BUTTON">
- <binding device="KB_MOUSE_DEFAULT" input="KEY_lalt KEY_y" axisComponent="+" neutralInput="0" index="1"/>
- <binding device="0_XINPUT_GAMEPAD" input="BUTTON_5 BUTTON_6 BUTTON_2" axisComponent="+" neutralInput="0" index="1"/>
- </actionBinding>
- <actionBinding action="RESET_WRAPPED_BALE_COUNT_DAY_BUTTON">
- <binding device="KB_MOUSE_DEFAULT" input="KEY_lalt KEY_x" axisComponent="+" neutralInput="0" index="1"/>
- <binding device="0_XINPUT_GAMEPAD" input="BUTTON_5 BUTTON_6 BUTTON_1" axisComponent="+" neutralInput="0" index="1"/>
- </actionBinding>
- </inputBinding>
- <registerSpecializations>
- <registerSpecialization name="wrappedBaleCounter" className="WrappedBaleCounter" filename="WrappedBaleCounter.lua" searchedSpecializations="baleWrapper"/>
- <registerSpecialization name="baleCounter" className="BaleCounter" filename="BaleCounter.lua" searchedSpecializations="baler"/>
- </registerSpecializations>
- </modDesc>
Advertisement
Add Comment
Please, Sign In to add comment