Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ;
  2. ; Classic AXIS
  3. ; This file contains values that the mod uses.
  4. ; Please ensure you change the correct values, wrong values will make the modification working improperly.
  5. ;
  6.  
  7. [MAIN]
  8. ; Set this option to enable/disable the modification.
  9. bEnable = 1
  10.  
  11. [CAMERA]
  12. ; Set this option to enable/disable the camera movements for vehicles.
  13. bMoveCameraOnVehicle = 1
  14. ; Set this option to enable/disable the first person view.
  15. bEnableFirstPersonMode = 0
  16. ; Set these options to change the camera offset.
  17. bIVOnFootCamera = 0
  18. bIVVehicleCamera = 0
  19.  
  20. [MOVEMENTS]
  21. ; Set this to make player moves even with two handed weapon. It require the folder "ClassicAXIS" and an external "ped.ifp" to works correctly. Better leave it disabled.
  22. bForceLegsMovements = 0
  23.  
  24. [MISC]
  25. ; Set this option to force auto aiming while playing with keyboard & mouse.
  26. bForceAutoAim = 0
  27. ; Set this option to force manual aiming while playing with a gamepad.
  28. bForceManualAim = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement