TrafficSpeedy makes NPC drivers speeding like hell in defined radius around the player.
Traffic becomes chaotic.

=========================================================================
Requirements

GTA V

ScriptHookV

ScriptHookVDotNet

=========================================================================
Installation

Download and extract the mod.

Copy TrafficSpeedyMod.dll & TrafficSpeedLimiter.ini into:

GTA V/scripts/
or
Grand Theft Auto V Enhanced/scripts/

=========================================================================
Launch GTA V.

=========================================================================
Controls

Toggle Chaos: F9

Press F10 to reload settings from ini file.

=========================================================================
Configuration (TrafficSpeedLimiter.ini)
[KEYS]
ToggleChaos=F9

[SETTINGS]
; Freely configurable: 10 to 400 km/h (hard cap in script)
MaxTrafficSpeedKmH = 200.0
; Effect radius around the player in meters
EffectRadiusMeters = 180.0
; Update interval in milliseconds
UpdateIntervalMs = 200
; Extra boost so NPC vehicles can visibly reach the target speed
UseAccelerationAssist = true
; Boost per update in m/s (0.1 to 20.0)
AccelerationAssistStepMps = 5.0
; Temporarily disable boost after collision or hard braking
BlockAssistAfterCollisionOrBrake = true
; Block duration in milliseconds (500 to 10000)
AssistBlockDurationMs = 3500
; Considered hard braking when speed drops by this value per tick (m/s)
HardBrakeDeltaMps = 6.0
; Minimum speed for brake detection in km/h
MinSpeedForBrakeCheckKmH = 36.0


=========================================================================
Notes:

Commands apply instantly

Reload settings by F10 key

Performance Warning

Large radius and low interval may cause FPS drops or unusual NPC behavior.

Radius above ~600 meters may cause vehicles to clip objects (GTA V engine limitation).

=========================================================================
Changelog

v1.0 – Initial release