FFB Custom Settings
FFB Custom Settings
(lever_mode 0)
(smooth_level 0)
(max_change 1.0)
(min_force 0.00)
(scrub_rack 1.0)
(scrub_rear 0.0)
(engine_scale 0.1)
(scrub_scale 0.0)
###########################################################
#
#Some constants
#
##general multipliers (from ams1)
(max_overall_force 11500.0)
(recip_force ( / 1.0 max_overall_force))
#mfasr scaler
(rack_scaled ( * arm_force ( / max_overall_force M_max_force_at_rack)))
(rack_scaled ( * rack_scaled recip_force))
(rack rack_scaled)
######################################################
######################################################
#FX_AMS2- scrub effect (gives subtle vibrtions on braking / understeer)
# and engine vibrations on wheel (so like ams1 "fx" -curbs)
#############
# Scrub ----------------------------------------------
(FL_scrub (soft_clip FL_scrub 2.0 0.0))
(FL_scrub (scoop FL_scrub 0.8 0.999))
(FL_scrub (* FL_scrub (oscillator 1.2)))
(FR_scrub (soft_clip FR_scrub 2.0 0.0))
(FR_scrub (scoop FR_scrub 0.8 0.999))
(FR_scrub (* FR_scrub (oscillator 1.2)))
(tex_k 20000.0)
(tex_d 1.0)
# Engine ---------------------------------------------
(max_rps 8000.0)
(output rack)
######################################################
######################################################
##(LOW FORCE BOOST)
################
######################################################
######################################################
#light damping
####################################################
####################################################
(stiffness 3.0)
(damping 5.0)
#adjust stiffness and damping separate, based on vehicle steer ratio (1:10 taken as
"nominal" ratio, downscale below, above leave intact)
(ratio_scale ( / steer_ratio 10.0))
(ratio_scale ( min ratio_scale 1.0))
(stiffness ( * stiffness 0.5 ratio_scale))
(damping ( * damping ratio_scale))
(histogram output)
(info2 output)