RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

Server CommandsGE UtilitiesGame Engine MainNavigation GraphScreenshot CaptureServerServer ConnectionSpawnpoint ManagerSimulation TimeVehicle SpawningSuspension Frequency Tester
Flowgraph Base ModuleFlowgraph Base NodeFlowgraph Base State NodeFlowgraph Node BuilderFlowgraph GraphFlowgraph Group HelperFlowgraph LinkFlowgraph ManagerNew Node TemplateFlowgraph PinFlowgraph States ManagerFlowgraph UtilsFlowgraph Variable Storage
Allow WalkingBlacklist WalkingCan Enter From WalkingCareer ActiveComplete ScenarioCountdownDecal CircleDecal LineDecal PathDecal SingleIs Walking BlacklistedGroundmarker Remaining DistanceGroundmarkersIs WalkingIs Walking EnabledMission DefaultsMultiseatDetect Acceleration At StartPointsBar PointsPointsBar ThresholdsRemove Other VehiclesToggle WalkingIn Zone
File PathFile RaceImGui Race TimesMove Veh to Start PositionRace Start TransformRace End TransformRace AI ParametersRace CP/Lap ChangeRace DataRace DisqualifyRace End ScreenRace HighscoresRace HighscoresRace MarkersRace Pathnode ReachedRace Pacenote ReachedRace Recovery AvailableRace Recovery UsedRace Request RecoveryRace Suspend

UI

Resources

BeamNG Game Engine Lua Cheat SheetGE Developer RecipesMCP Server Setup

// RLS.STUDIOS=true

Premium Mods for BeamNG.drive. Career systems, custom vehicles, and immersive gameplay experiences.

Index

HomeProjectsPatreon

Socials

DiscordPatreon (RLS)Patreon (Vehicles)

© 2026 RLS Studios. All rights reserved.

Modding since 2024

API ReferenceGE Extensionsflowgraphnodesgameplayrace

Race AI Parameters

**File:** `flowgraph/nodes/gameplay/race/raceAiParameters.lua`

File: flowgraph/nodes/gameplay/race/raceAiParameters.lua

Description: Sets additional parameters for all AI vehicles.

Category: once_instant Tags: ai, race

Input Pins

NameTypeDescription
raceDatatableRace data; this needs be active and have all vehicle states.
aggressionnumberAggression value.
racerSkillnumberGeneral road driving skill (from 0 to 1).
randomizationScalenumberStrength of randomization to apply to all values (from 0 to 1).
avoidCollisionsboolEnables AI awareness.
rubberbandboolEnables AI rubberbanding.
offroadboolEnhances offroad driving (experimental).

Methods

  • C:getRandomNumber(scale)
  • C:workOnce()

See Also

  • File Path - Related reference
  • File Race - Related reference
  • im Race Times - Related reference
  • FlowGraph Guide - Guide

Race End Transform

**File:** `flowgraph/nodes/gameplay/race/pathEndTransform.lua`

Race CP/Lap Change

**File:** `flowgraph/nodes/gameplay/race/raceCpLapChange.lua`

On this page

Input PinsMethodsSee Also