Advertisement
Eddlm

GTAV Driving styles - binary to integer flag

Aug 10th, 2018
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. FLAGS - CONVERTED INTEGER - NAME/DESC OF THE DRIVING STYLE
  2. 01000000000011000000000000100101 - 1074528293 - "Rushed"
  3. 00000000000011000000000000100100 - 786468 - "Avoid Traffic"
  4. 00000000000000000000000000000110 - 6 - "Avoid Traffic Extremely"
  5. 00000000000011000000000010101011 - 786603 - "Normal"
  6. 00000000001011000000000000100101 - 2883621 - "Ignore Lights"
  7. 00000000000000000000000000000101 - 5 - "Sometimes Overtake Traffic"
  8.  
  9.  
  10. FLAG ENABLED - CONVERTED INTEGER - DESCRIPTION
  11. 00000000000000000000000000000001 - 1 - stop before vehicles
  12. 00000000000000000000000000000010 - 2 - stop before peds
  13. 00000000000000000000000000000100 - 4 - avoid vehicles
  14. 00000000000000000000000000001000 - 8 - avoid empty vehicles
  15. 00000000000000000000000000010000 - 16 - avoid peds
  16. 00000000000000000000000000100000 - 32 - avoid objects
  17. 00000000000000000000000001000000 - 64 - ?
  18. 00000000000000000000000010000000 - 128 - stop at traffic lights
  19. 00000000000000000000000100000000 - 256 - use blinkers
  20. 00000000000000000000001000000000 - 512 - allow going wrong way (only does it if the correct lane is full, will try to reach the correct lane again as soon as possible)
  21. 00000000000000000000010000000000 - 1024 - go in reverse gear (backwards)
  22. 00000000000000000000100000000000 - 2048 - ?
  23. 00000000000000000001000000000000 - 4096 - ?
  24. 00000000000000000010000000000000 - 8192 - ?
  25. 00000000000000000100000000000000 - 16384 - ?
  26. 00000000000000001000000000000000 - 32768 - ?
  27. 00000000000000010000000000000000 - 65536 - ?
  28. 00000000000000100000000000000000 - 131072 - ?
  29. 00000000000001000000000000000000 - 262144 - Take shortest path (Removes most pathing limits, the driver even goes on dirtroads)
  30. 00000000000010000000000000000000 - 524288 - Probably avoid offroad?
  31. 00000000000100000000000000000000 - 1048576 - ?
  32. 00000000001000000000000000000000 - 2097152 - ?
  33. 00000000010000000000000000000000 - 4194304 - Ignore roads (Uses local pathing, only works within 200~ meters around the player)
  34. 00000000100000000000000000000000 - 8388608 - ?
  35. 00000001000000000000000000000000 - 16777216 - Ignore all pathing (Goes straight to destination)
  36. 00000010000000000000000000000000 - 33554432 - ?
  37. 00000100000000000000000000000000 - 67108864 - ?
  38. 00001000000000000000000000000000 - 134217728 - ?
  39. 00010000000000000000000000000000 - 268435456 - ?
  40. 00100000000000000000000000000000 - 536870912 - avoid highways when possible (will use the highway if there is no other way to get to the destination)
  41. 01000000000000000000000000000000 - 1073741824 - ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement