Advertisement
MinoMino

Variable changes going to and from PQL

Jan 3rd, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. VARIABLES CHANGED GOING QL -> PQL
  2. #################################
  3. pmove_WeaponRaiseTime : 10
  4. pmove_WaterWadeScale : 0.8f
  5. pmove_WaterSwimScale : 0.6f
  6. pmove_AirAccel : 1.1f
  7. pmove_ChainJump : 3
  8. pmove_CrouchStepJump : 1
  9. pmove_AirControl : 1
  10. pmove_WishSpeed : 35.0f
  11. pmove_WalkAccel : 15.0f
  12. pmove_CircleStrafeFriction : 5.5f
  13. pmove_WeaponDropTime : 10
  14. pmove_AirStopAccel : 2.5f
  15. pmove_StrafeAccel : 70.0f
  16. pmove_RampJump : 1
  17. weapon_reload_rg : 1250
  18. weapon_reload_sg : 950
  19. dmflags : 60
  20. ruleset : 2
  21. g_customSettings : 123612
  22. g_weaponrespawn : 10
  23.  
  24. VARIABLES CHANGED GOING PQL -> QL
  25. #################################
  26. pmove_WeaponRaiseTime : 200
  27. pmove_WaterWadeScale : 0.75f
  28. pmove_WaterSwimScale : 0.5f
  29. pmove_AirAccel : 1.0f
  30. pmove_ChainJump : 1
  31. pmove_CrouchStepJump : 0
  32. pmove_AirControl : 0
  33. pmove_WishSpeed : 400.0f
  34. pmove_WalkAccel : 10.0f
  35. pmove_CircleStrafeFriction : 6.0f
  36. pmove_WeaponDropTime : 200
  37. pmove_AirStopAccel : 1.0f
  38. pmove_StrafeAccel : 1.0f
  39. pmove_RampJump : 0
  40. weapon_reload_rg : 1500
  41. weapon_reload_sg : 1000
  42. dmflags : 28
  43. ruleset : 1
  44. g_customSettings : 512
  45. g_weaponrespawn : 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement