š§ FRKN-Tuning | Ultimate Vehicle Customization System š
With FRKN-Tuning, you have complete control over your vehicleās performance! Adjust 50+ handling settings and fine-tune every detail, from suspension to acceleration. Whether you're a racer, drifter, or just looking for a smoother ride, this system gives you the ultimate tuning experience.
āļø Key Bindings
š Tablet Key:F3 ā Open the tuning tablet instantly.
š Mode Switch Key:F4 ā Quickly toggle between tuning modes.
TabletKey = "F3",
ModeKey = "F4",
š¦ Essential Items
š ļø Tuning Tablet:tuning_tablet ā Your gateway to advanced handling customization.
š Police Tablet:police_tablet ā Used by officers to inspect vehicle modifications.
š¾ Tuning USB:usb_tuning ā Save your custom settings and apply them to other vehicles.
š§ Suspension Controller:suspension_controller ā Modify suspension height for off-road or performance tuning.
š Job Restrictions (Optional)
Want only mechanics and police to access certain features? Enable JobController to limit access!
š¹ Police Access:police ā Only officers can use the police tablet.
š¹ Mechanic Access:mechanic ā Only mechanics can access the tuning tablet.
JobController = true, -- Enable job restriction (true/false)
Job = {
["police"] = {'police'}, -- Jobs that can access the police tablet.
["tablet"] = {'mechanic'} -- Jobs that can access the tuning tablet.
}
āļø Handling Categories & Settings
š¹ Base Adjustments (General Performance Settings)
Acceleration: Adjusts how quickly the car picks up speed.
Braking: Modifies braking strength for improved stopping power.
Suspension: Changes vehicle ride height (lower or higher).
Traction: Increases or decreases wheel grip on the road.
base = {
acceleration = { min = 0.1, max = 5.0, default = 1.0, step = 0.1, name = "fInitialDriveForce",
description = "Determines how quickly the car accelerates. Higher values provide more power to the wheels." },
braking = { min = 0.1, max = 5.0, default = 1.2, step = 0.1, name = "fBrakeForce",
description = "Determines how quickly the vehicle slows down when braking." },
suspension = { min = -0.5, max = 0.5, default = 0.0, step = 0.1, name = "fSuspensionRaiseFront",
description = "Adjusts the height of the vehicle. Negative values lift the car, positive values lower it." },
traction = { min = 0.0, max = 0.5, default = 0.3, step = 0.1, name = "fTractionCurveMax",
description = "Determines the grip level of the vehicle. Higher values increase traction." }
}
ā” Engine Adjustments
Drive Force: Adjusts acceleration force.
Drive Inertia: Controls vehicle response to speed changes.
Clutch Change Rate: Affects how quickly the car shifts gears.
Oil Volume: Determines the oil capacity for the engine.
Air Resistance: Impacts the vehicleās top speed.
engine = {
initialDriveForce = { min = 0.1, max = 3.0, default = 0.35, step = 0.1, name = "fInitialDriveForce",
description = "Determines the engine's acceleration force. Higher values result in faster acceleration." },
driveInertia = { min = 0.1, max = 10.0, default = 1.0, step = 0.1, name = "fDriveInertia",
description = "Controls the vehicle's response to speed changes. Higher values slow down gear shifts." },
clutchChangeRateUp = { min = 0.1, max = 10.0, default = 1.5, step = 0.1, name = "fClutchChangeRateScaleUpShift",
description = "Controls the speed of upshifting gears. Higher values allow faster gear changes." },
clutchChangeRateDown = { min = 0.1, max = 10.0, default = 1.5, step = 0.1, name = "fClutchChangeRateScaleDownShift",
description = "Controls the speed of downshifting gears. Higher values allow faster downshifts." },
oilVolume = { min = 1.0, max = 10.0, default = 7.0, step = 0.1, name = "fOilVolume",
description = "Determines the engine's oil capacity. No direct impact on driving physics." },
airResistance = { min = 0.1, max = 10.0, default = 2.5, step = 0.1, name = "fAirResistance",
description = "Determines air resistance. Lower values result in higher top speeds." }
}
š Braking Adjustments
Brake Force: Controls how fast the car slows down.
Handbrake Force: Adjusts handbrake strength.
Brake Bias: Defines front/rear brake balance.
brakes = {
brakeForce = { min = 0.1, max = 10.0, default = 1.2, step = 0.1, name = "fBrakeForce",
description = "Determines braking force. Higher values allow the car to stop faster." },
handBrakeForce = { min = 0.1, max = 10.0, default = 1.5, step = 0.1, name = "fHandBrakeForce",
description = "Determines the strength of the handbrake. Higher values make it more effective." },
brakeBiasFront = { min = 0.0, max = 1.0, default = 0.5, step = 0.05, name = "fBrakeBiasFront",
description = "Determines front/rear brake force distribution. 0.0 is full rear brakes, 1.0 is full front brakes." }
}
š Suspension & Wheel Adjustments
Camber: Adjusts wheel angle for improved handling.
Toe: Controls wheel alignment.
Suspension Height: Lifts or lowers the vehicle.
suspension = {
suspensionValue = { min = -0.5, max = 0.5, default = 0.0, step = 0.1, name = "fSuspensionRaiseFront",
description = "Controls front suspension height. Negative values raise the vehicle." },
camberFront = { min = -25.0, max = -10.50, default = 0.0, step = 0.1, name = "fCamberFront",
description = "Controls the inward or outward angle of front wheels. Negative values tilt them inward." },
camberRear = { min = -25.0, max = -10.50, default = 0.0, step = 0.1, name = "fCamberRear",
description = "Controls the inward or outward angle of rear wheels. Negative values tilt them inward." },
toeFront = { min = -2.0, max = 2.0, default = 0.0, step = 0.05, name = "fToeFront",
description = "Controls the front wheel angle. Positive values point them outward." },
toeRear = { min = -2.0, max = 2.0, default = 0.0, step = 0.05, name = "fToeRear",
description = "Controls the rear wheel angle. Positive values point them outward." }
}
š Preset Tuning Modes
Quickly switch between Sport, Drift, Normal, and Drag tuning modes for optimized performance!
ā Adjust over 50 handling settings for ultimate performance.
ā Save and apply tuning setups instantly with a USB.
ā Customize engine power, braking force, suspension, wheels, and more.
ā Switch between performance modes with one click.
ā Avoid police detection by keeping your modifications in check!
š Take full control of your vehicle and fine-tune it to perfection! š§š„