Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. (LOG)
  2. [13:09:17.744] [ INFO] GTAVManualTransmission v4.5.3 (build Dec 29 2017)
  3. [13:09:17.744] [ INFO] Game version VER_1_0_1103_2_NOSTEAM
  4. [13:09:17.744] [ INFO] Script registered
  5. [13:10:59.866] [ INFO] Script started
  6. [13:10:59.867] [ INFO] Settings read
  7. [13:11:00.033] [ WARN] Rocket Boost Charge Offset: 0x0
  8. [13:11:00.203] [ INFO] Setting up globals
  9. [13:11:40.264] [ INFO] WHEEL: Initializing input devices
  10. [13:11:40.264] [ INFO] WHEEL: Setting up DirectInput interface
  11. [13:12:20.315] [ INFO] WHEEL: Found 1 device(s)
  12. [13:12:20.315] [ INFO] WHEEL: Device: FGT Rumble 3-in-1
  13. [13:12:20.316] [ INFO] WHEEL: GUID: {964836B0-9629-11E7-8001-444553540000}
  14. [13:12:20.316] [ INFO] WHEEL: Devices initialized
  15. [13:12:20.316] [ INFO] WHEEL: Init FFB device
  16. [13:12:20.317] [ INFO] WHEEL: Init FFB effect on axis lY
  17. [13:12:20.319] [ERROR] CreateEffect failed: DIERR_DEVICENOTREG (constant force)
  18. [13:12:20.319] [ERROR] CreateEffect failed: DIERR_DEVICENOTREG (damper)
  19. [13:12:20.319] [ERROR] CreateEffect failed: DIERR_DEVICENOTREG (collision)
  20. [13:12:20.319] [ERROR] WHEEL: Init FFB effect failed
  21. [13:12:20.320] [ INFO] WHEEL: Steering wheel initialization finished
  22. [13:12:20.322] [ INFO] START: Initialization finished
  23. [13:13:40.458] [ INFO] WHEEL: Initializing input devices
  24. [13:13:40.458] [ INFO] WHEEL: Setting up DirectInput interface
  25. [13:14:20.508] [ INFO] WHEEL: Found 1 device(s)
  26. [13:14:20.508] [ INFO] WHEEL: Device: FGT Rumble 3-in-1
  27. [13:14:20.508] [ INFO] WHEEL: GUID: {964836B0-9629-11E7-8001-444553540000}
  28. [13:14:20.509] [ INFO] WHEEL: Devices initialized
  29. [13:14:20.509] [ INFO] WHEEL: Init FFB device
  30. [13:14:20.509] [ INFO] WHEEL: Init FFB effect on axis lY
  31. [13:14:20.511] [ERROR] CreateEffect failed: DIERR_DEVICENOTREG (constant force)
  32. [13:14:20.511] [ERROR] CreateEffect failed: DIERR_DEVICENOTREG (damper)
  33. [13:14:20.511] [ERROR] CreateEffect failed: DIERR_DEVICENOTREG (collision)
  34. [13:14:20.512] [ERROR] WHEEL: Init FFB effect failed
  35. [13:14:20.512] [ INFO] WHEEL: Steering wheel initialization finished
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. (settings_general.ini)
  47. ; Manual Transmission for GTA V
  48. ; Please refer to the readme or the in-game menu for option descriptions
  49. ; Please use the in-game menu to configure the mod
  50.  
  51.  
  52. [OPTIONS]
  53. Enable = true
  54. ShiftMode = 2
  55. SimpleBike = false
  56. EngineDamage = false
  57. EngineStalling = true
  58. EngineStallingS = false
  59. EngineBraking = true
  60. EngineLocking = false
  61. ClutchCatching = true
  62. ClutchShiftingH = true
  63. ClutchShiftingS = false
  64. DefaultNeutral = true
  65. ClutchCatchpoint = 10.000000
  66. StallingThreshold = 85.000000
  67. RPMDamage = 15.000001
  68. MisshiftDamage = 10.000000
  69. EngBrakePower = 0.800000
  70. EngBrakeThreshold = 0.750000
  71. HillBrakeWorkaround = false
  72. AutoGear1 = false
  73. AutoLookBack = false
  74. ThrottleStart = true
  75. CrossScript = true
  76.  
  77.  
  78. [HUD]
  79. EnableHUD = true
  80. AlwaysHUD = false
  81. HUDFont = 4
  82. GearIndicator = true
  83. GearXpos = 0.952500
  84. GearYpos = 0.885000
  85. GearSize = 0.700000
  86. GearTopColorR = 255
  87. GearTopColorG = 63
  88. GearTopColorB = 63
  89. ShiftModeIndicator = true
  90. ShiftModeXpos = 0.935000
  91. ShiftModeYpos = 0.885000
  92. ShiftModeSize = 0.700000
  93.  
  94. ; kph - mph - ms - off
  95. Speedo = kph
  96. SpeedoShowUnit = true
  97. SpeedoXpos = 0.860000
  98. SpeedoYpos = 0.885000
  99. SpeedoSize = 0.700000
  100. EnableRPMIndicator = true
  101. RPMIndicatorXpos = 0.120001
  102. RPMIndicatorYpos = 0.765000
  103. RPMIndicatorWidth = 0.140000
  104. RPMIndicatorHeight = 0.005000
  105. RPMIndicatorRedline = 0.845000
  106. RPMIndicatorBackgroundR = 0
  107. RPMIndicatorBackgroundG = 0
  108. RPMIndicatorBackgroundB = 0
  109. RPMIndicatorBackgroundA = 128
  110. RPMIndicatorForegroundR = 255
  111. RPMIndicatorForegroundG = 255
  112. RPMIndicatorForegroundB = 255
  113. RPMIndicatorForegroundA = 255
  114. RPMIndicatorRedlineR = 255
  115. RPMIndicatorRedlineG = 92
  116. RPMIndicatorRedlineB = 0
  117. RPMIndicatorRedlineA = 255
  118. RPMIndicatorRevlimitR = 255
  119. RPMIndicatorRevlimitG = 0
  120. RPMIndicatorRevlimitB = 0
  121. RPMIndicatorRevlimitA = 255
  122. SteeringWheelInfo = true
  123. AlwaysSteeringWheelInfo = false
  124. SteeringWheelTextureX = 0.230000
  125. SteeringWheelTextureY = 0.890000
  126. SteeringWheelTextureSz = 0.060000
  127. PedalInfoX = 0.290000
  128. PedalInfoY = 0.890000
  129. PedalInfoH = 0.100000
  130. PedalInfoW = 0.040000
  131. PedalInfoPadX = 0.000000
  132. PedalInfoPadY = 0.000000
  133.  
  134.  
  135. [CONTROLLER]
  136. ToggleEngine = false
  137. ToggleTime = 300
  138. TriggerValue = 0.850000
  139. BlockCarControls = true
  140. MaxTapTime = 200
  141. ShiftUpBlocks = 73
  142. ShiftDownBlocks = 99
  143. Toggle = UNKNOWN
  144. ToggleShift = B
  145. ShiftUp = A
  146. ShiftDown = X
  147. Clutch = LeftThumbUp
  148. Engine = DpadDown
  149. Throttle = RightTrigger
  150. Brake = LeftTrigger
  151. IgnoreShiftsUI = false
  152. BlockHShift = true
  153. ClutchBlocks = -1
  154.  
  155.  
  156. [CONTROLLER_LEGACY]
  157. Enable = false
  158. ShiftUpBlocks = 73
  159. ShiftDownBlocks = 99
  160. Toggle = -1
  161. ToggleShift = 194
  162. ShiftUp = 191
  163. ShiftDown = 193
  164. Clutch = 196
  165. Engine = 187
  166. Throttle = 208
  167. Brake = 207
  168. ClutchBlocks = -1
  169.  
  170.  
  171. [KEYBOARD]
  172. Toggle = VK_OEM_5
  173. ToggleH = VK_OEM_6
  174. ShiftUp = LSHIFT
  175. ShiftDown = LCTRL
  176. Clutch = Z
  177. Engine = X
  178. Throttle = W
  179. Brake = S
  180. HR = NUM0
  181. H1 = NUM1
  182. H2 = NUM2
  183. H3 = NUM3
  184. H4 = NUM4
  185. H5 = NUM5
  186. H6 = NUM6
  187. H7 = NUM7
  188. HN = NUM9
  189.  
  190.  
  191. [DEBUG]
  192. DisplayInfo = false
  193. DisplayWheelInfo = false
  194. DisplayGearingInfo = false
  195. DisplayFFBInfo = false
  196. DisplayNPCInfo = false
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206. (settings_menu.ini)
  207. [MENU]
  208. MenuKey = VK_OEM_4
  209. MenuUp = UP
  210. MenuDown = DOWN
  211. MenuLeft = LEFT
  212. MenuRight = RIGHT
  213. MenuSelect = RETURN
  214. MenuCancel = BACKSPACE
  215. MenuX = 0.000000
  216. MenuY = 0.000000
  217. ControllerButton1 = 206
  218. ControllerButton2 = 202
  219. CheatString = mtmenu
  220.  
  221. [Title Text]
  222. Red = 255
  223. Green = 255
  224. Blue = 255
  225. Alpha = 255
  226. Font = 1
  227.  
  228. [Title Rect]
  229. Red = 255
  230. Green = 255
  231. Blue = 255
  232. Alpha = 255
  233.  
  234. [Scroller]
  235. Red = 255
  236. Green = 255
  237. Blue = 255
  238. Alpha = 255
  239.  
  240. [Options Text]
  241. Red = 255
  242. Green = 255
  243. Blue = 255
  244. Alpha = 255
  245. Font = 0
  246.  
  247. [Options Rect]
  248. Red = 0
  249. Green = 0
  250. Blue = 0
  251. Alpha = 255
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261. (settings_wheel.ini)
  262. [OPTIONS]
  263. EnableWheel = false
  264. WheelWithoutManual = true
  265. PatchSteering = true
  266. PatchSteeringAlways = false
  267. PatchSteeringControl = true
  268. LogitechLEDs = false
  269. HPatternKeyboard = false
  270. InvertSteer = false
  271. InvertThrottle = false
  272. InvertBrake = false
  273. InvertClutch = false
  274. SteeringReductionWheel = 0.000000
  275. GameSteerMultWheel = 1.330000
  276. SteeringReductionOther = 1.000000
  277. GameSteerMultOther = 1.000000
  278.  
  279.  
  280. [INPUT_DEVICES]
  281. DEV0 = FGT Rumble 3-in-1
  282. GUID0 = {964836B0-9629-11E7-8001-444553540000}
  283.  
  284.  
  285. [FORCE_FEEDBACK]
  286. Enable = true
  287. SATAmpMult = 1.350000
  288. DetailMult = 2.500000
  289. DamperMax = 125
  290. DamperMin = 50
  291. DamperMinSpeed = 1.200000
  292. Scale = true
  293. CollisionMult = 1.000000
  294.  
  295.  
  296. [STEER]
  297. ANTIDEADZONE = 0.250000
  298. SteerAngleMax = 900.000000
  299. SteerAngleCar = 900.000000
  300. SteerAngleBike = 180.000000
  301. SteerAngleBoat = 420.000000
  302. DEVICE = 0
  303. AXLE = lY
  304. MIN = 0
  305. MAX = 65535
  306. FFB = lY
  307.  
  308.  
  309. [THROTTLE]
  310. ANTIDEADZONE = 0.250000
  311. DEVICE = 0
  312. AXLE = lRz
  313. MIN = 65535
  314. MAX = 0
  315. GAMMA = 1.000000
  316.  
  317.  
  318. [BRAKES]
  319. ANTIDEADZONE = 0.250000
  320. DEVICE = -1
  321. AXLE = lRz
  322. MIN = 65535
  323. MAX = 0
  324. GAMMA = 2.200000
  325.  
  326.  
  327. [CLUTCH]
  328. DEVICE = -1
  329. AXLE = rglSlider1
  330. MIN = 65535
  331. MAX = 0
  332.  
  333.  
  334. [HANDBRAKE_ANALOG]
  335. DEVICE = -1
  336. AXLE =
  337. MIN = 0
  338. MAX = 0
  339.  
  340.  
  341. [SHIFTER]
  342. DEVICE = -1
  343. GEAR_R = -1
  344. GEAR_1 = -1
  345. GEAR_2 = -1
  346. GEAR_3 = -1
  347. GEAR_4 = -1
  348. GEAR_5 = -1
  349. GEAR_6 = -1
  350. GEAR_7 = -1
  351.  
  352.  
  353. [TOGGLE_MOD]
  354. DEVICE = -1
  355. BUTTON = -1
  356.  
  357.  
  358. [CHANGE_SHIFTMODE]
  359. DEVICE = -1
  360. BUTTON = -1
  361.  
  362.  
  363. [CLUTCH_BUTTON]
  364. DEVICE = -1
  365. BUTTON = -1
  366.  
  367.  
  368. [SHIFT_UP]
  369. DEVICE = -1
  370. BUTTON = -1
  371.  
  372.  
  373. [SHIFT_DOWN]
  374. DEVICE = -1
  375. BUTTON = -1
  376.  
  377.  
  378. [ENGINE]
  379. DEVICE = -1
  380. BUTTON = -1
  381.  
  382.  
  383. [HANDBRAKE]
  384. DEVICE = -1
  385. BUTTON = -1
  386.  
  387.  
  388. [HORN]
  389. DEVICE = -1
  390. BUTTON = -1
  391.  
  392.  
  393. [LIGHTS]
  394. DEVICE = -1
  395. BUTTON = -1
  396.  
  397.  
  398. [LOOK_BACK]
  399. DEVICE = -1
  400. BUTTON = -1
  401.  
  402.  
  403. [LOOK_LEFT]
  404. DEVICE = -1
  405. BUTTON = -1
  406.  
  407.  
  408. [LOOK_RIGHT]
  409. DEVICE = -1
  410. BUTTON = -1
  411.  
  412.  
  413. [CHANGE_CAMERA]
  414. DEVICE = -1
  415. BUTTON = -1
  416.  
  417.  
  418. [RADIO_NEXT]
  419. DEVICE = -1
  420. BUTTON = -1
  421.  
  422.  
  423. [RADIO_PREVIOUS]
  424. DEVICE = -1
  425. BUTTON = -1
  426.  
  427.  
  428. [INDICATOR_LEFT]
  429. DEVICE = -1
  430. BUTTON = -1
  431.  
  432.  
  433. [INDICATOR_RIGHT]
  434. DEVICE = -1
  435. BUTTON = -1
  436.  
  437.  
  438. [INDICATOR_HAZARD]
  439. DEVICE = -1
  440. BUTTON = -1
  441.  
  442.  
  443. [TO_KEYBOARD]
  444. DEVICE = -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement