#Moving Object definition file for Ultimate Stunts #This file describes the extremely modified F1 car #All values are in SI units [description] fullname = Superfast F1 mod [body] #Geometry definition file geometry = cars/f1/body.glb #body mass in kg mass = 1000.0 #size (defines the moments of inertia) in m size = 10.0, 10.0, 10.0 #Camera position relative to CM camerapos = 0, 0.8, 1.1 #Air resistance cw times front area #according to formula F = cwA * v^2 cwa = 0 #Rotation damping constant rotationdamping = 1000.0 [frontwheels] #Geometry definition file geometry = cars/f1/frontwheel.glb #static friction coefficient mu = 10.0 #roll friction coefficient roll = 0.0 #wheel mass in kg mass = 10.0 #position relative to body origin in m position = 1.05, 0.15, -1.6 #spring constant for the suspension suspk = 50000.0 suspd = 5000.0 #Normalised stiffness of the tyre #The longitudinal and lateral velocities # of the tyre surfaceare multiplied with # these values before they are used in # the tyre force curve tractionstiffness = 5 cornerstiffness = 100 #The maximum brake torque in Nm #At low velocities the brake force depends #on the axis' angular velocity brakemax = 5000.0 #max steering angle in rad steermax = 0.05 #Fraction of traction torque supplied traction = 0.5 #Aerodynamic downforce coefficient #F = coeficient * v^2 downforce = 0.0 [rearwheels] #Geometry definition file geometry = cars/f1/rearwheel.glb #static friction coefficient mu = 10.0 #roll friction coefficient roll = 0.0 #wheel mass in kg mass = 10.0 #position relative to body origin in m position = 1.1, 0.2, 1.35 #spring constant for the suspension suspk = 50000.0 suspd = 5000.0 #Normalised stiffness of the tyre #The longitudinal and lateral velocities # of the tyre surfaceare multiplied with # these values before they are used in # the tyre force curve tractionstiffness = 5 cornerstiffness = 100 #The maximum brake torque in Nm #At low velocities the brake force depends #on the axis' angular velocity brakemax = 5000.0 #max steering angle in rad steermax = 0.0 #Fraction of traction torque supplied traction = 0.5 #Aerodynamic downforce coefficient #F = coeficient * v^2 downforce = 0.0 [engine] #Torque in Nm of a non-rotating engine (@ 0 RPM) zerotorque = 5000 #Max torque point. Torque in Nm, engine speed in rad/s maxtorque = 5000 w_maxtorque = 1 #Max power point. Power in W, engine speed in rad/s maxpower = 40000000 w_maxpower = 9000 #Engine speed in rad/s where the engine doesn't generate torque anymore w_zero = 10000 #Maximum engine torque in Nm enginetorque = 5000.0 #Engine speed where torque starts to drop (rad/s) maxenginespeed = 10000.0 #Gear ratios gear0 = -1.5 gear1 = 1.5 gear2 = 1.05 gear3 = 0.74 gear4 = 0.51 gear5 = 0.36 gear6 = 0.25 #The differential ratio differentialratio = 1.8 [sound] #Engine sound engine = cars/generic/engine4.wav #Base engine rad/s of the sound sample enginerps = 1552 [skin] texture = cars/f1/textures.jpg defaultcolor = 0,0,0 [dashboard] crash_tex = cars/generic/crash.png #The steer texture, position, radius and its maximum angle (degrees) steer_tex = cars/f1/steer.png steer_pos = 0.5,-0.1 steer_rad = 0.3 steer_ang = 80.0 #An analog velocity gauge. texture, position, radius, and gauge settings. #an0,an1 = min. + max. angle of the needle #max = velocity (m/s) where the maximum angle is reached analog_vel_tex = cars/generic/vel.png analog_vel_pos = 0.1,0.1 analog_vel_rad = 0.07 analog_vel_an0 = -160 analog_vel_an1 = 160 analog_vel_max = 85 #An analog RPM gauge. texture, position, radius, and gauge settings. #an0,an1 = min. + max. angle of the needle #max = engine speed (rad/s) where the maximum angle is reached analog_rpm_tex = cars/generic/rpm.png analog_rpm_pos = 0.9,0.1 analog_rpm_rad = 0.07 analog_rpm_an0 = -160 analog_rpm_an1 = 160 analog_rpm_max = 950 [controls] #Steering speed (fraction/s) when steering away from neutral steerspeed_out = 0.25 #Steering speed (fraction/s) when steering towards neutral steerspeed_in = 2.5 #Dependency of steering speed on car speed #formula: dsdt = {steerspeed_in | steerspeed_out} / (1.0 + steerspeed_v_factor * |v|) steerspeed_v_factor = 0.01