Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###v Scripted Physics 0.3 (23/12/2024) v###
- # Powerslides - (old Inverse Torque) #
- # Provides more power when sliding the car.
- # INCOMPATIBILITY: Uses SET_VEHICLE_CHEAT_POWER_INCREASE native, only one script you run can set it.
- setr powerslides_on 1 #Boolean
- setr powerslides_allow_client_toggle 1 #Boolean, allows the player to use the /powerslides commmand.
- setr powerslides_trlat_start 20 #Percent of fTractionCurveLateral
- setr powerslides_scale 150 #Percent
- setr powerslides_max_mult 800 #Percent
- # Custom Wheelies - (Replaces the vanilla system) #
- # Use the pitch-up key (or joystick) to control them.
- setr cw_disable_vanilla 1 #Boolean
- setr cw_enable_custom_wheelies 1 #Boolean
- setr cw_only_muscle 1 #Boolean
- setr cw_power_scale 150 #Math is "car power x 10 x value".
- setr cw_power_max 800 #Reduce this if the higher power cars pitch up too quickly
- #You can ramp up the scale so the power_max equalizes every cars wheelie power.
- #The force is not an exact science, feel it ingame and adjust cw_power_scale and cw_power_max.
- # Offroad Boost - (Counteracts the vanilla offroad speed limiter) #
- # Increasing the cars power where the offroad starts limiting them.
- setr sp_enable_offroad_boost 1
- # Overspeed Power Penalty
- # Reduces power past the engine's top speed.
- setr sp_overspeed_penalty 0
- # IN TESTING - Traction Control #
- #RWD cars only, limits the effect of Powerslides so cars can slide, but not spin out.
- setr powerslides_tc_on 0
- # IN TESTING - Vanilla nitrous - (for all vehicles) #
- setr sp_nitro_enabled 0
- setr sp_nitro_duration 4
- setr sp_nitro_cooldown 4
- # IN TESTING - Reduce Suspension Boosts
- # Reduces kerbboosting counteracting it by powerloss. Not active beyond 10ยบ of slide
- setr sp_reduce_suspension_boosts 0
- # IN TESTING - Custom Turbo Power
- # Gives 100% more power instead of 10%. Still requires turbo pressure to build up (throttle) and loses pressure VERY quickly.
- setr sp_custom_turbo_power 0
- ###^ Scripted Physics ^###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement