Advertisement
Guest User

settings general ini

a guest
Jul 1st, 2017
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. [OPTIONS]
  2. Enable = true
  3. ShiftMode = 0
  4. SimpleBike = true
  5. EngineDamage = true
  6. EngineStalling = true
  7. EngineBraking = true
  8. ClutchCatching = true
  9. ClutchShiftingH = true
  10. ClutchShiftingS = false
  11. DefaultNeutral = true
  12. ClutchCatchpoint = 10.000001
  13. StallingThreshold = 85.000000
  14. RPMDamage = 14.999996
  15. MisshiftDamage = 20.000000
  16.  
  17. ; At default GTA V applies brakes when standing still, while even
  18. ; at an angle. Enabling this will give your car a little push.
  19. ; Thanks to XMOD!
  20. HillBrakeWorkaround = true
  21. AutoGear1 = false
  22. AutoLookBack = false
  23. ThrottleStart = true
  24. CrossScript = true
  25.  
  26.  
  27. [HUD]
  28. EnableHUD = true
  29. HUDFont = 4
  30. GearXpos = 0.952500
  31. GearYpos = 0.885000
  32. GearSize = 0.700000
  33. GearTopColorR = 255
  34. GearTopColorG = 127
  35. GearTopColorB = 127
  36. ShiftModeXpos = 0.935000
  37. ShiftModeYpos = 0.885000
  38. ShiftModeSize = 0.700000
  39.  
  40. ; kph - mph - ms - none
  41. Speedo = kph
  42. SpeedoShowUnit = true
  43. SpeedoXpos = 0.860000
  44. SpeedoYpos = 0.883502
  45. SpeedoSize = 0.750000
  46. EnableRPMIndicator = true
  47. RPMIndicatorXpos = 0.120001
  48. RPMIndicatorYpos = 0.765000
  49. RPMIndicatorWidth = 0.140000
  50. RPMIndicatorHeight = 0.005000
  51. RPMIndicatorRedline = 0.845000
  52. RPMIndicatorBackgroundR = 0
  53. RPMIndicatorBackgroundG = 0
  54. RPMIndicatorBackgroundB = 0
  55. RPMIndicatorBackgroundA = 128
  56. RPMIndicatorForegroundR = 255
  57. RPMIndicatorForegroundG = 255
  58. RPMIndicatorForegroundB = 255
  59. RPMIndicatorForegroundA = 255
  60. RPMIndicatorRedlineR = 255
  61. RPMIndicatorRedlineG = 92
  62. RPMIndicatorRedlineB = 0
  63. RPMIndicatorRedlineA = 255
  64. RPMIndicatorRevlimitR = 255
  65. RPMIndicatorRevlimitG = 0
  66. RPMIndicatorRevlimitB = 0
  67. RPMIndicatorRevlimitA = 255
  68. AlwaysHUD = false
  69.  
  70.  
  71. [CONTROLLER]
  72.  
  73. ; The following controls can be assigned:
  74. ; DpadUp
  75. ; DpadDown
  76. ; DpadLeft
  77. ; DpadRight
  78. ; Start
  79. ; Back
  80. ; LeftThumb
  81. ; RightThumb
  82. ; LeftShoulder
  83. ; RightShoulder
  84. ; A
  85. ; B
  86. ; X
  87. ; Y
  88. ; LeftTrigger
  89. ; RightTrigger
  90. ; LeftThumbLeft
  91. ; LeftThumbRight
  92. ; RightThumbLeft
  93. ; RightThumbRight
  94. ; LeftThumbUp
  95. ; LeftThumbDown
  96. ; RightThumbUp
  97. ; RightThumbDown
  98.  
  99. ; Turn off a control by putting UNKNOWN there
  100. Toggle = DpadRight
  101. ToggleShift = B
  102. ToggleTime = 300
  103.  
  104. ; This is how far an analog input is pressed to register it
  105. ; as a button press.
  106. TriggerValue = 0.900000
  107.  
  108. ; Controller buttons
  109. ShiftUp = A
  110. ShiftDown = X
  111. Clutch = LeftThumbUp
  112. Engine = DpadDown
  113.  
  114. ; Turn on/off engine /w button, or only turn on engine?
  115. ToggleEngine = false
  116.  
  117. ; Controls for realistic reversing
  118. Throttle = RightTrigger
  119. Brake = LeftTrigger
  120.  
  121. ; Block actions. Check with eControl to block which things.
  122. ; defaultly assigned to duck (up) and switch weapon (down).
  123. ShiftUpBlocks = 73
  124. ShiftDownBlocks = 99
  125. BlockCarControls = true
  126.  
  127.  
  128. [CONTROLLER_LEGACY]
  129.  
  130. ; Using something that works with GTA V but isn't an
  131. ; Xbox controller nor does it use the Xinput thing? Try this!
  132. Enable = false
  133.  
  134. ; Uses same TriggerValue and ToggleTime as [CONTROLLER]
  135.  
  136. ; Usable inputs. USE THE NUMBERS
  137. ; Turn off a control by putting -1 there
  138. ; Control name Xbox equivalent Control ID
  139. ; ControlFrontendDown Dpad Down 187
  140. ; ControlFrontendUp Dpad Up 188
  141. ; ControlFrontendLeft Dpad Left 189
  142. ; ControlFrontendRight Dpad Right 190
  143. ; ControlFrontendRdown ?????????? 191
  144. ; ControlFrontendRup ?????????? 192
  145. ; ControlFrontendRleft ?????????? 193
  146. ; ControlFrontendRright ?????????? 194
  147. ; ControlFrontendAxisX Left stick X 195
  148. ; ControlFrontendAxisY Left stick Y 196
  149. ; ControlFrontendRightAxisX Right stick X 197
  150. ; ControlFrontendRightAxisY Right stick Y 198
  151. ; ControlFrontendPause Start 199
  152. ; ControlFrontendAccept A 201
  153. ; ControlFrontendCancel B 202
  154. ; ControlFrontendX X 203
  155. ; ControlFrontendY Y 204
  156. ; ControlFrontendLb Left shoulder 205
  157. ; ControlFrontendRb Right shoulder 206
  158. ; ControlFrontendLt Left trigger 207
  159. ; ControlFrontendRt Right trigger 208
  160. ; ControlFrontendLs Left stick click 209
  161. ; ControlFrontendRs Right stick click 210
  162. ; ControlFrontendDelete ??????????? 214
  163. ; ControlFrontendSelect Back 217
  164. Toggle = 190
  165. ToggleShift = 202
  166. ShiftUp = 201
  167. ShiftDown = 203
  168. Clutch = 196
  169. Engine = 187
  170.  
  171. ; Controls for realistic reversing
  172. Throttle = 208
  173. Brake = 207
  174.  
  175.  
  176. [KEYBOARD]
  177.  
  178. ; Refer to Keyboard_Keys.txt for usable keys
  179.  
  180. ; To disable: put UNKNOWN
  181. Toggle = VK_OEM_5
  182. ToggleH = VK_OEM_6
  183. ShiftUp = LSHIFT
  184. ShiftDown = LCTRL
  185. Clutch = Z
  186. Engine = X
  187.  
  188. ; Controls for realistic reversing
  189. Throttle = W
  190. Brake = S
  191.  
  192. ; Keyboard H-shifter buttons
  193. HR = NUM0
  194. H1 = NUM1
  195. H2 = NUM2
  196. H3 = NUM3
  197. H4 = NUM4
  198. H5 = NUM5
  199. H6 = NUM6
  200. H7 = NUM7
  201. HN = NUM9
  202.  
  203.  
  204. [DEBUG]
  205. DisplayInfo = false
  206. LogCar = false
  207. DisplayWheelInfo = false
  208.  
  209.  
  210. [FILEVERSION]
  211. VERSION = 430
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement