Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [VehicleJetpackV]
  2.  
  3. ; To change settings mid-game just disable and enable the jet after saving the file.
  4. ; Version 1.2.2
  5.  
  6. Story_Mode_Done =1
  7. ;------------------------------------------------------------------------------------------------
  8. ;Keyboard controls:
  9.  
  10. KEY_ENABLE = 0x6B ;default: 0x6B | ' + '
  11. key_up = 0x20 ;default: 0x20 | ' Spacebar'
  12. key_down = 0x10 ;default: 0x10 | ' Shift '
  13. key_left = 0x44 ;default: 0x44 | ' A '
  14. key_right = 0x41 ;default: 0x41 | ' D '
  15. key_forwrad = 0x57 ;default: 0x57 | ' W '
  16. key_backwards = 0x53 ;default: 0x53 | ' S '
  17. ;------------------------------------------------------------------------------------------------
  18. ;Gamepad controls:
  19.  
  20. KEY_GAMEPAD_ENABLE = 0x0008 ;default: 0x0008 | ' GAMEPAD_DPAD_RIGHT '
  21. key_gamepad_up = 0x0200 ;default: 0x0200 | ' RIGHT_SHOULDER '
  22. key_gamepad_down = 0x1000 ;default: 0x1000 | ' GAMEPAD A '
  23. ;------------------------------------------------------------------------------------------------
  24. ;Advanced Settings:
  25. !!!!DO NOT ALTER FOR THE BEST GAMEPLAY EXPERIENCE!!!!
  26.  
  27. yaw_sensetivity = 15000 ;default: 15000 | 0 < value < 15000 (the higher the more sensitive).
  28. speed_limit = 151 ;default: 151 km/h | The maximum theoretical speed the vehicle can reach while in the air. (game-top-limit: ~538)
  29. vertical_speed_limit = 57 ;default: 57 km/h | The maximum theoretical vertical speed the vehicle can reach while in the air.
  30. jet_enabled_HUD = 0 ;default: 0 | 1: "Jet Enabled" Will always be displayed in the left upper corner of the screen.
  31. SPACEBAR_ONLY = 0 ;default: 0 | 1: Free falling or leaving the ground will NOT start the jets only pressing the spacebar does.
  32. reverse_switch = 0 ;default: 0 | 1: Switches the direction 'A' and 'D' while the vehicles is in reverse.
  33. mind_control = 0 ;default: 0 | 1: You can mind control your vehicle while you're walking. (you should change WASD, spacebar keys)
  34.  
  35. ;------------------------------------------------------------------------------------------------
  36. ;Automatic settings:
  37.  
  38. New_Install =0
  39. active =1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement