Advertisement
sweetMooochy

DLS.ini

Jan 22nd, 2022
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. [Keyboard]
  2. //https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx
  3.  
  4. //Key to toggle light stage (Default = J)
  5. LightStage=J
  6.  
  7. //Key to toggle traffic advisor stage (Default = K)
  8. TAdvisor=K
  9.  
  10. //Key to toggle siren (Default = G)
  11. SirenToggle=G
  12.  
  13. //Key to trigger sound stage 1 (Default = D1)
  14. Tone1=D1
  15.  
  16. //Key to trigger sound stage 2 (Default = D2)
  17. Tone2=D2
  18.  
  19. //Key to trigger sound stage 3 (Default = D3)
  20. Tone3=D3
  21.  
  22. //Key to trigger sound stage 4 (Default = D4)
  23. Tone4=D4
  24.  
  25. //Key to trigger siren scan (Default = D5)
  26. Scan=D5
  27.  
  28. //Key to trigger aux siren (Default = D6)
  29. AuxToggle=D6
  30.  
  31. //Key to Manual Siren (Default = T)
  32. Manual=T
  33.  
  34. //Key to Horn (Default = Y)
  35. Horn=Y
  36.  
  37. //Key to enable/disable the Steady Burn (Default = OemOpenBrackets)
  38. SteadyBurn=OemOpenBrackets
  39.  
  40. //Key to enable/disable the Interior Light (Default = OemCloseBrackets)
  41. InteriorLT=OemCloseBrackets
  42.  
  43. // Key to trigger the left indicator (Default = OemMinus)
  44. IndL=OemMinus
  45.  
  46. // Key to trigger the right indicator (Default = Oemplus)
  47. IndR=Oemplus
  48.  
  49. // Key to trigger the hazard lights (Default = Back)
  50. Hazard=Back
  51.  
  52. //Key to lock/unlock all DLS keys (Default = Scroll)
  53. LockAll=Scroll
  54.  
  55. //UI Key (Default = Z)
  56. UIKey=E
  57.  
  58. //Modifier Key ("Shift", "Alt" or "Control") (Default = Shift)
  59. Modifier=Shift
  60.  
  61. //List of all disabled controls with InputGroup 0 (DO NOT CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING) (https://docs.fivem.net/docs/game-references/controls/)
  62. Disabled=80,19,85,86,27,100,164,165
  63.  
  64. [Settings]
  65.  
  66. //Enable or disable Siren Control for non-DLS enabled vehicles.
  67. SirenControlNonDLS=true
  68.  
  69. //Enable or disable Lights Control for AI vehicles.
  70. AILightsControl=true
  71.  
  72. //Enable or disable indicators
  73. IndEnabled=true
  74.  
  75. //Enable or disable Brake Lights
  76. BrakeLightsEnabled=true
  77.  
  78. //Enable or disable the UI
  79. UIEnabled=true
  80.  
  81. //Enable siren kill on leaving vehicles
  82. SirenKill=true
  83.  
  84. //Logs to Console if Enabled
  85. LogToConsole=false
  86.  
  87. //Patch extras to not repair vehicle when toggled
  88. //Toggled extras with collisions will not appear until vehicle is repaired manually
  89. //Required AdvancedHookV.dll to be installed in the main GTA folder
  90. PatchExtras=false
  91.  
  92. //Sounds for Click (Toggle Stage...) https://wiki.gtanet.work/index.php?title=FrontEndSoundlist
  93. //Default = TOGGLE_ON
  94. AudioName=TOGGLE_ON
  95. //Default = HUD_FRONTEND_DEFAULT_SOUNDSET
  96. AudioRef=HUD_FRONTEND_DEFAULT_SOUNDSET
  97.  
  98. [UI]
  99.  
  100. //Width of the UI (Default = 550)
  101. Width=550
  102.  
  103. //Height of the UI (Default = 220)
  104. Height=220
  105.  
  106. //X Offset for the UI (Default = 1920)
  107. OffsetX=1920
  108.  
  109. //Y Offset for the UI (Default = 1080)
  110. OffsetY=1080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement