vitalii201

modDesc.xml(mit Russischer Übersetzung) für Lenkachse sperren. 10.12.20

Dec 10th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no" ?>
  2. <modDesc descVersion="42">
  3. <author>Ifko[nator]</author>
  4. <version>1.0.1.0</version>
  5.  
  6. <title>
  7. <en>Lock steering axle</en>
  8. <de>Lenkachse sperren</de>
  9. <ru>Блокировка управляемой оси</ru>
  10. </title>
  11.  
  12. <description>
  13. <en>This script allows you to lock an unlock the steering axle.</en>
  14. <de>Dieses Script erlaubt dir die Lenkachse zu sperren und zu entsperren.</de>
  15. <ru>Этот скрипт позволяет заблокировать и разблокировать ось поворота.</ru>
  16. </description>
  17.  
  18. <iconFilename>store.dds</iconFilename>
  19. <multiplayer supported="true"/>
  20.  
  21. <extraSourceFiles>
  22. <sourceFile filename="RegisterSpecialization.lua" />
  23. <sourceFile filename="l10nFix.lua" />
  24. </extraSourceFiles>
  25.  
  26. <l10n>
  27. <text name="LOCK_STEERING_AXLE"><de>Lenkachse sperren</de><en>lock steering axle</en><ru>Заблокировать управляемую ось</ru></text>
  28. <text name="UNLOCK_STEERING_AXLE"><de>Lenkachse entsperren</de><en>unlock steering axle</en><ru>Разблокировать управляемую ось</ru></text>
  29. <text name="LOCK_STEERING_DRAWBAR"><de>Lenkdeichsel sperren</de><en>lock steering drawbar</en><ru>Заблокировать рулевое дышло</ru></text>
  30. <text name="UNLOCK_STEERING_DRAWBAR"><de>Lenkdeichsel entsperren</de><en>unlock steering drawbar</en><ru>Разблокировать рулевое дышло</ru></text>
  31. <text name="input_TOGGLE_LOCK_STEERING_AXLE_BUTTON"><de>Lenkachse ent-/sperren</de><en>lock/unlock steering axle</en><ru>Блокировка/разблокировка управляемой оси</ru></text>
  32. </l10n>
  33.  
  34. <actions>
  35. <action name="TOGGLE_LOCK_STEERING_AXLE_BUTTON" category="VEHICLE" ignoreComboMask="false"/>
  36. </actions>
  37.  
  38. <inputBinding>
  39. <actionBinding action="TOGGLE_LOCK_STEERING_AXLE_BUTTON">
  40. <binding device="KB_MOUSE_DEFAULT" input="KEY_comma" axisComponent="+" neutralInput="0" index="1"/>
  41. <binding device="0_XINPUT_GAMEPAD" input="BUTTON_5 BUTTON_18" axisComponent="+" neutralInput="0" index="1"/>
  42. </actionBinding>
  43. </inputBinding>
  44.  
  45. <registerSpecializations>
  46. <registerSpecialization name="lockSteeringAxles" className="LockSteeringAxles" filename="LockSteeringAxles.lua" searchedSpecializations="attachable"/>
  47. </registerSpecializations>
  48. </modDesc>
Advertisement
Add Comment
Please, Sign In to add comment