Advertisement
Guest User

settings_general.ini

a guest
Sep 2nd, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. ; Manual Transmission for GTA V
  2. ; Please refer to the readme or the in-game menu for option descriptions
  3. ; Please use the in-game menu to configure the mod
  4.  
  5.  
  6. [OPTIONS]
  7. Enable = true
  8. ShiftMode = 0
  9. SimpleBike = false
  10. EngineDamage = true
  11. EngineStalling = false
  12. EngineStallingS = false
  13. EngineBraking = true
  14. EngineLocking = false
  15. ClutchCatching = true
  16. ClutchShiftingH = true
  17. ClutchShiftingS = false
  18. DefaultNeutral = false
  19. ClutchCatchpoint = 10.000000
  20. StallingThreshold = 85.000000
  21. RPMDamage = 15.000001
  22. MisshiftDamage = 10.000000
  23. EngBrakePower = 0.700000
  24. EngBrakeThreshold = 0.750000
  25. HillBrakeWorkaround = false
  26. AutoGear1 = true
  27. AutoLookBack = false
  28. ThrottleStart = true
  29. CrossScript = true
  30. HidePlayerInFPV = false
  31. HardLimiter = true
  32.  
  33.  
  34. [HUD]
  35. EnableHUD = true
  36. AlwaysHUD = false
  37. HUDFont = 4
  38. GearIndicator = true
  39. GearXpos = 0.952500
  40. GearYpos = 0.885000
  41. GearSize = 0.700000
  42. GearTopColorR = 255
  43. GearTopColorG = 63
  44. GearTopColorB = 63
  45. ShiftModeIndicator = true
  46. ShiftModeXpos = 0.935000
  47. ShiftModeYpos = 0.885000
  48. ShiftModeSize = 0.700000
  49.  
  50. ; kph - mph - ms - off
  51. Speedo = kph
  52. SpeedoShowUnit = true
  53. SpeedoXpos = 0.860000
  54. SpeedoYpos = 0.885000
  55. SpeedoSize = 0.700000
  56. EnableRPMIndicator = true
  57. RPMIndicatorXpos = 0.120001
  58. RPMIndicatorYpos = 0.765000
  59. RPMIndicatorWidth = 0.140000
  60. RPMIndicatorHeight = 0.005000
  61. RPMIndicatorRedline = 0.845000
  62. RPMIndicatorBackgroundR = 0
  63. RPMIndicatorBackgroundG = 0
  64. RPMIndicatorBackgroundB = 0
  65. RPMIndicatorBackgroundA = 128
  66. RPMIndicatorForegroundR = 255
  67. RPMIndicatorForegroundG = 255
  68. RPMIndicatorForegroundB = 255
  69. RPMIndicatorForegroundA = 255
  70. RPMIndicatorRedlineR = 255
  71. RPMIndicatorRedlineG = 92
  72. RPMIndicatorRedlineB = 0
  73. RPMIndicatorRedlineA = 255
  74. RPMIndicatorRevlimitR = 255
  75. RPMIndicatorRevlimitG = 0
  76. RPMIndicatorRevlimitB = 0
  77. RPMIndicatorRevlimitA = 255
  78. SteeringWheelInfo = true
  79. AlwaysSteeringWheelInfo = false
  80. SteeringWheelTextureX = 0.230000
  81. SteeringWheelTextureY = 0.890000
  82. SteeringWheelTextureSz = 0.060000
  83. PedalInfoX = 0.290000
  84. PedalInfoY = 0.890000
  85. PedalInfoH = 0.100000
  86. PedalInfoW = 0.040000
  87. PedalInfoPadX = 0.000000
  88. PedalInfoPadY = 0.000000
  89.  
  90.  
  91. [CONTROLLER]
  92. ToggleEngine = false
  93. ToggleTime = 300
  94. TriggerValue = 0.850000
  95. BlockCarControls = true
  96. MaxTapTime = 200
  97. ShiftUpBlocks = 73
  98. ShiftDownBlocks = 99
  99. Toggle = UNKNOWN
  100. ToggleShift = B
  101. ShiftUp = A
  102. ShiftDown = X
  103. Clutch = LeftThumbUp
  104. Engine = DpadDown
  105. Throttle = RightTrigger
  106. Brake = LeftTrigger
  107. IgnoreShiftsUI = false
  108. BlockHShift = true
  109. ClutchBlocks = -1
  110.  
  111.  
  112. [CONTROLLER_LEGACY]
  113. Enable = false
  114. ShiftUpBlocks = 73
  115. ShiftDownBlocks = 99
  116. Toggle = -1
  117. ToggleShift = 194
  118. ShiftUp = 191
  119. ShiftDown = 193
  120. Clutch = 196
  121. Engine = 187
  122. Throttle = 208
  123. Brake = 207
  124. ClutchBlocks = -1
  125.  
  126.  
  127. [KEYBOARD]
  128. Toggle = VK_OEM_5
  129. ToggleH = VK_OEM_6
  130. ShiftUp = LSHIFT
  131. ShiftDown = LCTRL
  132. Clutch = Z
  133. Engine = X
  134. Throttle = W
  135. Brake = S
  136. HR = NUM0
  137. H1 = NUM1
  138. H2 = NUM2
  139. H3 = NUM3
  140. H4 = NUM4
  141. H5 = NUM5
  142. H6 = NUM6
  143. H7 = NUM7
  144. HN = NUM9
  145.  
  146.  
  147. [DEBUG]
  148. DisplayInfo = false
  149. DisplayWheelInfo = false
  150. DisplayGearingInfo = true
  151. DisplayFFBInfo = false
  152. DisplayNPCInfo = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement