Last Resort · resource 04 of 4 · free

Drop it in. Point it at your assets. Done.

LR Loading Screen is a polished, fully configurable FiveM loading screen — local MP4 background, MP3 music player with playlist, a rising particle canvas, animated progress and a clean glass-panel UI. The framework is auto-detected: drop it onto ESX, QBCore, Qbox, vRP or standalone and the player's character name shows up in the welcome line with zero edits.

FiveM / Cfx.re Standalone ESX · QBCore · Qbox · vRP (auto-detected) No dependencies
One config.js Auto character name 10 translations
FiveM server console — txAdmin
> ensure lrr_loading
[lrr_loading] loadscreen registered
[lrr_loading] framework=esx — name bridge active
[lrr_loading] video decoded · 4 tracks queued · locale=en
>
The problem

Most loading screens make you dig through source.

Change a colour, swap the video, add a staff card — and suddenly you're editing HTML you didn't write. LR Loading Screen is driven entirely by a single config.js. Nothing to wire up, nothing to hardcode.

// The config

One file, every knob

Colors, video, music, patterns, staff cards, socials and language all live in one place — config.js. Point it at your assets and you're done. No build step, no framework, no markup edits.

// The name

The welcome line says "who?"

Generic loading screens greet everyone the same. A bridge ships inside the resource, runs on every client connect, detects Qbox / QBCore / ESX / vRP and pushes the player's character name into the welcome line — falling back to the FiveM display name when there's no supported framework.

A real glass-panel UI and a single config file and an auto-detected character name. And it's free.

The four pillars

The whole shape of the screen.

Drop lrr_loading/ into resources/, add ensure lrr_loading to server.cfg early, point config.js at your video and music, restart.

01

Local video background

Local MP4 / WebM background with a multi-source fallback chain — the first source that decodes is shown. No CDN, no hotlink, no black screen on a codec miss.

  • Multiple sources tried in order
  • Vignette scrim + film grain over the top
  • Muted, looped, autoplay-safe
02

Music player with playlist

Local MP3 / OGG player with a full playlist — shuffle, loop, a volume slider and autoplay with a gesture-unlock fallback for browsers that block it.

  • Queue as many tracks as you like
  • Shuffle / loop / volume persisted in-session
  • Gesture-unlock when autoplay is blocked
03

Particles & patterns

An animated rising particle canvas — palette, density, speed and size all configurable. Layer one of four pattern overlays (fine stripes, dots, hex grid, square grid) with edge masking, or turn them off entirely.

  • Configurable palette, density, speed, size
  • Four pattern overlays + edge masking
  • Off-switch for a clean flat look
04

Animated progress & UI

A smooth animated progress bar with stage labels, stripes, sheen and a live percentage, wrapped in a tasteful glass-panel UI — backdrop blur, vignette scrim and film grain.

  • Stage labels + live percentage
  • Tips, rules & staff tabs with role cards
  • Server status chip + social links row
See it in action

A glass-panel loading screen — that greets you by name.

Backdrop blur, vignette scrim, film grain, a rising particle field and a music player in the corner. The welcome line fills in with the player's character name the moment the framework hands it over.

// Welcome line — auto character name

Immediate name, then the real one

The bridge pushes the FiveM display name immediately so the welcome line is never blank, then swaps in the character name once the framework loads it. Not on a supported framework? It just keeps the display name. No snippets to copy.

  • Qbox · QBCore · ESX · vRP auto-detected
  • Display name first, character name on load
  • Graceful standalone fallback
Loading screen — representation
LR
Welcome back, Alex Moreno
LOS SANTOS · CONNECTING
♫ NOW PLAYING
LOADING
72%
Stage · Mounting resources…
Tip · Hold ALT to free your cursor in menus
Track · Night Drive · 02:14 / 03:48
Play / pause
Shuffle · loop
🔊 Volume
One-block theming

Every accent, line and text color — one place.

Theme colors are CSS variables in config.js. Change the accent and the progress bar, particles, pattern tint and panel borders all move together.

// config.js — theme & assets

The whole screen, declaratively

Colors, the video source chain, the audio playlist, particle tuning, the staff roster and the active locale are all keys in one object. No markup, no build step.

  • Theme accents via CSS variables
  • Video + audio as plain arrays of sources
  • Staff cards with color-coded role badges
html/config.js
window.LR_CONFIG = {
  theme: { accent: '#6fd6cf', line: '#1c2b2a' },
  video: [ 'assets/video/bg.mp4' ],
  music: [ 'assets/audio/track1.mp3' ],
  particles: { density: 60, speed: 0.6 },
  locale: 'en'
}
Multilingual out of the box

Ten translations. Add yours in one file.

Every UI string — rules, tips, progress stages — comes from a locale file in locales/. Switch the active language with one config key, or add your own with a single JSON file.

English
en — default
Hungarian
hu
German
de
French
fr
Italian
it
Spanish
es
Portuguese (BR)
pt-BR
Polish
pl
Czech
cs
Dutch
nl
+ your own
Drop a JSON file into locales/

Rules, tips, progress stages and welcome line — every string is translatable.

Operator-first

Everything you can configure.

Content & UI

Tips, rules and staff tabs with color-coded role cards (owner / admin / dev / mod), a server status chip and a social links row.

tipsrulesstaffroleColorsserverStatussocialsprogressStages

Look & feel

Theme colors, the video source chain, the music playlist, particle tuning, pattern overlays and the active locale — all in config.js.

themevideomusicparticlespatternsgrainlocale
Pair it with

The other Last Resort resources.

Intel NPC

The same studio, the same glass-panel art direction. Once players are through the loading screen, Intel NPC turns the empty crowds they spawn into a living city.

Open product page →

Account Levels

The loading screen greets returning players by character name — Account Levels rewards the time they put in once they're in, with an account-wide tier shared across every character.

Open product page →
Get LR Loading Screen

It's free. Download it.

LR Loading Screen · v1 · free

Free download. Full source.

A production-ready loading screen at no cost. No dependencies, framework auto-detected, everything driven by one config.js. Grab it from Tebex, drop it in, point it at your assets and restart.

  • Local MP4 / WebM video with multi-source fallback
  • MP3 / OGG music player with playlist, shuffle, loop, volume
  • Auto character name on ESX / QBCore / Qbox / vRP
  • Ten translations — one JSON file to add your own
Download free on Tebex → Read the docs first

Free download · distributed per Tebex terms.

Honest FAQ

The questions worth answering.

Yes. LR Loading Screen is a free download on the Last Resort Tebex store, full source included — no escrow, no licence-check phoning home.

No. A bridge ships inside the resource and runs on every client connect. It detects Qbox, QBCore, ESX or vRP, pushes the FiveM display name immediately, then swaps in the character name once it loads. On an unsupported framework it falls back to the display name. No snippets to copy, no config to edit.

Put your video in assets/video/ and your music in assets/audio/, then reference them in config.js. The video uses a multi-source fallback chain — the first source that decodes is shown.

Drop lrr_loading/ into resources/, add ensure lrr_loading to server.cfg early — before anything that touches the loading screen — set your assets in config.js and restart. It takes effect on the next client connect.

Only one resource may declare loadscreen. Stop any previous loading-screen resource so it doesn't compete with lrr_loading.

Yes — ten translations ship out of the box (English, Hungarian, German, French, Italian, Spanish, Portuguese BR, Polish, Czech and Dutch). Adding your own is one JSON file in locales/. Every UI string comes from the locale file.

A loading screen worth the first impression. And it's free.

Download LR Loading Screen →