RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

AI Module ReferenceBackwards Compatibility Module ReferenceBdebug Module ReferenceBdebugImpl Module ReferenceBeamstate Module ReferenceBullettime Module ReferenceController Module ReferenceDamageTracker Module ReferenceDrivetrain Module ReferenceElectrics Module ReferenceElectrics Custom Value ParserEnergyStorage Module ReferenceExtensions Module ReferenceFire Module ReferenceVehicle Engine True GlobalsGuihooks Module ReferenceGUI Streams Module ReferenceHTML Texture Module ReferenceHydros Module ReferenceInput Module ReferenceJBeam-Lua Integration GuideMapmgr Module ReferenceMaterial Module ReferenceBeamNG Math & Unit Conversions Referenceobj (Vehicle C++ Object)PartCondition Module ReferenceParticlefilter Module ReferenceParticles Module ReferencePowertrain Module ReferenceVehicle Property & Module TreeProps Module ReferenceProtocols Module ReferenceRecovery Module ReferenceScriptAI Module ReferenceSensors Module ReferenceSounds Module ReferenceStreams Module ReferenceThrusters Module Reference`v` (Vehicle Data & JBeam)Wheels Module Reference
Advanced Wheel DebugAero DebugVehicle APIChassis DataCouplingsCruise ControlDrag AIDynamic Vehicle DataDyno ClientESC CalibrationESC MeasurementVehicle Extensions OverviewGameplay InterfaceGameplay StatisticInput AnalyzerMQTT Grafana DemoOdometerOutGaugeOutSimPerfect LaunchPerformance LoggerSimple Trip AppSkeletonStraight LineTelemetry LoggerUT RecorderVehicle Performance DataVehicle Stats Logger

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 Referenceveextensions

OutGauge

Implements the OutGauge UDP protocol for streaming basic vehicle telemetry (RPM, speed, gear) to external dashboard applications and hardware gauges.

Implements the OutGauge UDP protocol for streaming basic vehicle telemetry (RPM, speed, gear) to external dashboard applications and hardware gauges. OutGauge is a standard protocol originally from Live for Speed, widely supported by sim racing dashboard apps.


Public API

This extension has no callable functions. It streams data automatically via UDP when enabled in the game settings.

Usage Example

-- OutGauge is typically enabled via game settings, not loaded manually
-- External apps connect to the configured UDP port to receive data

See Also

  • OutSim — Extended telemetry protocol (physics data)
  • MQTT Grafana Demo — MQTT-based telemetry
  • Telemetry Logger — File-based logging

Odometer

Persistent distance tracking and statistical reporting. Tracks total distance driven and provides trip meter functionality for the vehicle UI.

OutSim

Implements the OutSim UDP protocol for streaming extended vehicle physics data (acceleration, angular velocity, orientation) to external applications.

On this page

Public APIUsage ExampleSee Also