Advertisement
Eddlm

Scripted Physics - Server.cfg lines

Nov 25th, 2023 (edited)
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. ###v Scripted Physics 0.3 (23/12/2024) v###
  2.  
  3. # Powerslides - (old Inverse Torque) #
  4. # Provides more power when sliding the car.
  5. # INCOMPATIBILITY: Uses SET_VEHICLE_CHEAT_POWER_INCREASE native, only one script you run can set it.
  6. setr powerslides_on 1 #Boolean
  7. setr powerslides_allow_client_toggle 1 #Boolean, allows the player to use the /powerslides commmand.
  8. setr powerslides_trlat_start 20 #Percent of fTractionCurveLateral
  9. setr powerslides_scale 150 #Percent
  10. setr powerslides_max_mult 800 #Percent
  11.  
  12. # Custom Wheelies - (Replaces the vanilla system) #
  13. # Use the pitch-up key (or joystick) to control them.
  14. setr cw_disable_vanilla 1 #Boolean
  15. setr cw_enable_custom_wheelies 1 #Boolean
  16. setr cw_only_muscle 1 #Boolean
  17. setr cw_power_scale 150 #Math is "car power x 10 x value".
  18. setr cw_power_max 800 #Reduce this if the higher power cars pitch up too quickly
  19. #You can ramp up the scale so the power_max equalizes every cars wheelie power.
  20. #The force is not an exact science, feel it ingame and adjust cw_power_scale and cw_power_max.
  21.  
  22. # Offroad Boost - (Counteracts the vanilla offroad speed limiter) #
  23. # Increasing the cars power where the offroad starts limiting them.
  24. setr sp_enable_offroad_boost 1
  25.  
  26. # Overspeed Power Penalty
  27. # Reduces power past the engine's top speed.
  28. setr sp_overspeed_penalty 0
  29.  
  30. # IN TESTING - Traction Control #
  31. #RWD cars only, limits the effect of Powerslides so cars can slide, but not spin out.
  32. setr powerslides_tc_on 0
  33.  
  34. # IN TESTING - Vanilla nitrous - (for all vehicles) #
  35. setr sp_nitro_enabled 0
  36. setr sp_nitro_duration 4
  37. setr sp_nitro_cooldown 4
  38.  
  39. # IN TESTING - Reduce Suspension Boosts
  40. # Reduces kerbboosting counteracting it by powerloss. Not active beyond 10ΒΊ of slide
  41. setr sp_reduce_suspension_boosts 0
  42.  
  43. # IN TESTING - Custom Turbo Power
  44. # Gives 100% more power instead of 10%. Still requires turbo pressure to build up (throttle) and loses pressure VERY quickly.
  45. setr sp_custom_turbo_power 0
  46.  
  47. ###^ Scripted Physics ^###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement