RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

Server CommandsGE UtilitiesGame Engine MainNavigation GraphScreenshot CaptureServerServer ConnectionSpawnpoint ManagerSimulation TimeVehicle SpawningSuspension Frequency Tester
Activity ManagerAudio Bank ManagerAudio Ribbon SystemBus Route ManagerCamera SystemCore Chat (IRC)Core CheckpointsCore Command HandlerCoupler Camera ModifierDevices (RGB Peripherals)Dynamic PropsEnvironmentFlowgraph ManagerForestFun StuffGame ContextGame StateGround Marker ArrowsGround MarkersHardware InfoHighscoresHotlappingInventoryJob SystemLap TimesLevelsLoad Map CommandMetricsMod ManagerMultiseatMultiseat CameraMulti SpawnOnlinePaths (Camera Paths)Quick Access (Radial Menu)Recovery PromptRemote ControllerReplayRepositoryRope Visual TestScheme Command ServerCore SnapshotCore SoundsCore TerrainTraffic SignalsTrailer RespawnVehicle Active PoolingVehicle Bridge (GE ↔ VLua Communication)Vehicle MirrorsVehicle PaintsCore VehiclesVehicle TriggersVersion UpdateWeather SystemWindows Console
Settings AudioSettings GraphicGraphics Quality GroupLighting QualityMesh QualitySettings RallySettings (Core)Shader QualityShadows QualityTexture Quality

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 Extensionscoresettings

Shadows Quality

Defines shadow quality presets for the GraphicsQualityGroup system.

Defines shadow quality presets for the GraphicsQualityGroup system.


Overview

core/settings/shadowsQuality - Quality levels module controlling shadow texture resolution and shadow enable/disable state.


Quality Levels

Level$pref::Shadows::textureScalar$pref::Shadows::disable
Lowest0.252 (none)
Low0.51 (partial)
Normal1.00 (all)
High2.00 (all)

Console Variables

VariableDescription
$pref::Shadows::textureScalarShadow map resolution multiplier
$pref::Shadows::disable0 = all shadows, 1 = partial, 2 = none

Module State

VariableTypeDefault
qualityLevelstable{
  • M.qualityLevels - Table. Quality presets (Lowest/Low/Normal/High) mapping shadow texture scalar and disable prefs.

See Also

  • GraphicsQualityGroup - Quality group class

Shader Quality

Defines shader quality presets for the GraphicsQualityGroup system.

Texture Quality

Defines texture quality presets for the GraphicsQualityGroup system.

On this page

OverviewQuality LevelsConsole VariablesModule StateSee Also