Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" standalone="no" ?>
- <modDesc descVersion="42">
- <author>Ifko[nator]</author>
- <version>1.0.1.0</version>
- <title>
- <en>Lock steering axle</en>
- <de>Lenkachse sperren</de>
- <ru>Блокировка управляемой оси</ru>
- </title>
- <description>
- <en>This script allows you to lock an unlock the steering axle.</en>
- <de>Dieses Script erlaubt dir die Lenkachse zu sperren und zu entsperren.</de>
- <ru>Этот скрипт позволяет заблокировать и разблокировать ось поворота.</ru>
- </description>
- <iconFilename>store.dds</iconFilename>
- <multiplayer supported="true"/>
- <extraSourceFiles>
- <sourceFile filename="RegisterSpecialization.lua" />
- <sourceFile filename="l10nFix.lua" />
- </extraSourceFiles>
- <l10n>
- <text name="LOCK_STEERING_AXLE"><de>Lenkachse sperren</de><en>lock steering axle</en><ru>Заблокировать управляемую ось</ru></text>
- <text name="UNLOCK_STEERING_AXLE"><de>Lenkachse entsperren</de><en>unlock steering axle</en><ru>Разблокировать управляемую ось</ru></text>
- <text name="LOCK_STEERING_DRAWBAR"><de>Lenkdeichsel sperren</de><en>lock steering drawbar</en><ru>Заблокировать рулевое дышло</ru></text>
- <text name="UNLOCK_STEERING_DRAWBAR"><de>Lenkdeichsel entsperren</de><en>unlock steering drawbar</en><ru>Разблокировать рулевое дышло</ru></text>
- <text name="input_TOGGLE_LOCK_STEERING_AXLE_BUTTON"><de>Lenkachse ent-/sperren</de><en>lock/unlock steering axle</en><ru>Блокировка/разблокировка управляемой оси</ru></text>
- </l10n>
- <actions>
- <action name="TOGGLE_LOCK_STEERING_AXLE_BUTTON" category="VEHICLE" ignoreComboMask="false"/>
- </actions>
- <inputBinding>
- <actionBinding action="TOGGLE_LOCK_STEERING_AXLE_BUTTON">
- <binding device="KB_MOUSE_DEFAULT" input="KEY_comma" axisComponent="+" neutralInput="0" index="1"/>
- <binding device="0_XINPUT_GAMEPAD" input="BUTTON_5 BUTTON_18" axisComponent="+" neutralInput="0" index="1"/>
- </actionBinding>
- </inputBinding>
- <registerSpecializations>
- <registerSpecialization name="lockSteeringAxles" className="LockSteeringAxles" filename="LockSteeringAxles.lua" searchedSpecializations="attachable"/>
- </registerSpecializations>
- </modDesc>
Advertisement
Add Comment
Please, Sign In to add comment