Loading...
0 files liked
40 comments
6 videos
1 upload
11 followers
11,280 downloads
  • Here are some quick tips to reduce bails and crashes:

    - PreventFall (behavior.ini) : The easiest fix. Set PreventFall = Always and riders will never fall off. If you still want some realism, use WheelieOnly with PreventFallChance = 100.
    - Lower the speed (behavior.ini) : Reduce DriveSpeed and MaxEntitySpeed. Slower riders crash less.
    - Tune the wheelie pitch (vehicles.ini) : Lower TargetPitch and MaxPitch in the [DefaultWheelie] section (or per-bike). A lower angle is easier to hold. If the bike still flips, reduce LiftForce (if you're using add-on bikes, their handling data might make them unstable. Test with a vanilla bike first to rule out handling issues).

    The config files are in scripts/StreetRiders/ and reload instantly with F10. Feel free to experiment, the mod is built to be tweaked.

    July 11, 2026
  • @gti92 send me your scripthook logs here or on discord https://discord.gg/ezsYJzwp9. did you try with this version of scripthook ? https://www.gta5-mods.com/tools/script-hook-v-net-enhanced

    June 15, 2026
  • @Ty_theGoat @joeybad @frankin341 contact me on Discord https://discord.gg/ezsYJzwp9

    June 10, 2026
  • Is it possible to know which animations you used?

    June 02, 2026
  • @HomiBoyKane

    AIRP = Los Santos International Airport
    ALAMO = Alamo Sea
    ALTA = Alta
    ARMYB = Fort Zancudo
    BANHAMC = Banham Canyon Dr
    BANNING = Banning
    BAYTRE = Baytree Canyon
    BEACH = Vespucci Beach
    BHAMCA = Banham Canyon
    BRADP = Braddock Pass
    BRADT = Braddock Tunnel
    BURTON = Burton
    CALAFB = Calafia Bridge
    CANNY = Raton Canyon
    CCREAK = Cassidy Creek
    CHAMH = Chamberlain Hills
    CHIL = Vinewood Hills
    CHU = Chumash
    CMSW = Chiliad Mountain State Wilderness
    CYPRE = Cypress Flats
    DAVIS = Davis
    DELBE = Del Perro Beach
    DELPE = Del Perro
    DELSOL = La Puerta
    DESRT = Grand Senora Desert
    DOWNT = Downtown
    DTVINE = Downtown Vinewood
    EAST_V = East Vinewood
    EBURO = El Burro Heights
    ELGORL = El Gordo Lighthouse
    ELYSIAN = Elysian Island
    GALFISH = Galilee
    GALLI = Galileo Park
    GOLF = GWC and Golfing Society
    GRAPES = Grapeseed
    GREATC = Great Chaparral
    HARMO = Harmony
    HAWICK = Hawick
    HORS = Vinewood Racetrack
    HUMLAB = Humane Labs and Research
    JAIL = Bolingbroke Penitentiary
    KOREAT = Little Seoul
    LACT = Land Act Reservoir
    LAGO = Lago Zancudo
    LDAM = Land Act Dam
    LEGSQU = Legion Square
    LMESA = La Mesa
    LOSPUER = La Puerta
    MIRR = Mirror Park
    MORN = Morningwood
    MOVIE = Richards Majestic
    MTCHIL = Mount Chiliad
    MTGORDO = Mount Gordo
    MTJOSE = Mount Josiah
    MURRI = Murrieta Heights
    NCHU = North Chumash
    NOOSE = N.O.O.S.E
    OBSERV = Galileo Observatory
    OCEANA = Pacific Ocean
    PALCOV = Paleto Cove
    PALETO = Paleto Bay
    PALFOR = Paleto Forest
    PALHIGH = Palomino Highlands
    PALMPOW = Palmer-Taylor Power Station
    PBLUFF = Pacific Bluffs
    PBOX = Pillbox Hill
    PROCOB = Procopio Beach
    RANCHO = Rancho
    RGLEN = Richman Glen
    RICHM = Richman
    ROCKF = Rockford Hills
    RTRAK = Redwood Lights Track
    SANAND = San Andreas
    SANCHIA = San Chianski Mountain Range
    SANDY = Sandy Shores
    SKID = Mission Row
    SLAB = Stab City
    STAD = Maze Bank Arena
    STRAW = Strawberry
    TATAMO = Tataviam Mountains
    TERMINA = Terminal
    TEXTI = Textile City
    TONGVAH = Tongva Hills
    TONGVAV = Tongva Valley
    VCANA = Vespucci Canals
    VESP = Vespucci
    VINE = Vinewood
    WINDF = Ron Alternates Wind Farm
    WVINE = West Vinewood
    ZANCUDO = Zancudo River
    ZP_ORT = Port of South Los Santos
    ZQ_UAR = Davis Quartz
    PROL = Prologue / North Yankton
    ISHeist = Cayo Perico Island

    https://docs.fivem.net/natives/?_0xCD90657D4C30E1CA

    Expand to read the full comment
    May 18, 2026
  • @BobbyDaBuilder Thanks a lot man! 🔥 You can actually already tweak their behavior in the .ini file by experimenting with different DrivingFlags (it changes how they handle traffic)

    March 08, 2026
  • @amelia_louisa hi! You are right, I just fixed this in version 1.2.1. It is currently pending approval here on GTA5-Mods, but if you don't want to wait, the update is already available for download on my Patreon: https://www.patreon.com/cw/LorcannModding

    March 07, 2026
  • @SelfRayRayBusiness Yes, it's 100% dynamic! Here is how to do it:

    In the [General] section, add your new group name to the list:

    Groups = Families, Ballas, Vagos, Salva, Vinewoods

    Then, scroll down to the bottom of the file (after the existing [Group_...] sections) and create your own, for example:

    [Group_Vinewoods]
    Enabled = true
    Chance = 15
    PedModels = a_m_y_vinewood_01
    BikeModels = BATI, AKUMA
    Zones = VINE, HAWICK
    RelationshipGroup = AMBIENT_GANG_X

    To find the exact codes for other areas of the map, you can check the official native reference here: https://docs.fivem.net/natives/?_0xCD90657D4C30E1CA
    You will find all the internal GTA V names like AIRP (Airport), DOWNT (Downtown), MTCHIL (Mount Chiliad), etc. Use these shorthand codes in the Zones = line of your new group!

    Tell me if that's clear! If you’re stuck or have more questions, I'm available on Discord.

    February 24, 2026