Standalone

Agency-Loadingscreen

Modern universal loading screen with glassmorphism UI for QBCore, ESX, and Standalone. Features event-based closing (waits for framework player loaded event), YouTube and local MP4 video support, rotating tips, progress animations, responsive design, and logo branding.

v1.0.0Paid2 Pages
Agency-Loadingscreen

01 Configuration

Complete config.lua for Agency-Loadingscreen. All options documented via inline comments.

Download config.lua
-- Universal Loading Screen Configuration
-- Edit this file to customize your loading screen

Config = {}
Locales = {}

-- Language Settings
Config.Locale = 'de' -- Available: 'en', 'de' (easily extendable)

-- Server Information (will be overridden by locales if enabled)
Config.ServerName = "AgencyRP"
Config.ServerDescription = "Unique Roleplay Experience"

-- Loading Messages (will cycle through these) - Deutsche Standardwerte
Config.LoadingMessages = {
    "Lade Ressourcen...",
    "Verbinde mit Server...",
    "Synchronisiere Daten...",
    "Bereite Spielwelt vor...",
    "Lade Fahrzeuge...",
    "Lade Charakterdaten...",
    "Finalisiere..."
}

-- Tips that will rotate during loading - Deutsche Standardwerte
Config.Tips = {
    "Nutze /help um alle verfügbaren Befehle zu sehen",
    "Respektiere andere Spieler und halte dich an die Regeln",
    "Verwende /report um Regelbrecher zu melden",
    "Tritt unserem Discord bei für Updates und Events",
    "Nutze das Telefon für Kommunikation mit anderen Spielern",
    "Spare dein Geld und investiere weise",
    "Erkunde die Stadt und entdecke versteckte Geheimnisse",
    "Arbeite mit anderen zusammen für bessere Ergebnisse"
}

-- Social Media Links (set to "#" to disable)
Config.SocialLinks = {
    Discord = "https://discord.gg/EjKxd43h34", -- Your Discord invite link
    Instagram = "https://www.instagram.com/agencyfivem?igsh=MjEwOTFobGRjZGNz", -- Your Instagram profile
    YouTube = "https://youtube.com/@agents_of_v?si=cJgk1ysBlnCuylnK", -- Your YouTube channel
    TikTok = "#" -- Your TikTok profile
}

-- Server Team Configuration
Config.ServerTeam = {
    ShowTeam = true, -- Set to false to hide the server team section
    Management = {
        {name = "TDYSKY", role = "project_lead", icon = "👑"},
        {name = "Mogo_YT", role = "deputy_lead", icon = "⭐"},
        {name = "OntelMonke", role = "deputy_lead", icon = "⭐"}
    },
    MediaCommunity = {
        {name = "kevko", role = "social_media_manager", icon = "📢"}
    }
}

-- Music Player Konfiguration - Deutsche Standardwerte
Config.MusicPlayer = {
    ShowPlayer = true, -- Auf false setzen um den Music Player zu verstecken
    SongTitle = "Raise 'n' Claim",
    Artist = "(feat. RinoTheKidd", 
    Album = "TDYSKY Playlist",
    CoverImage = "songpic.png", -- Bilddatei im assets Ordner
    Volume = 0.3 -- Musik Lautstärke (0.0 bis 1.0, wobei 0.3 = 30%)
}

-- Erweiterte Einstellungen
Config.ProgressSpeed = {
    Fast = 3, -- Anfängliche Ladegeschwindigkeit
    Normal = 2, -- Mittlere Ladegeschwindigkeit
    Slow = 1 -- Finale Ladegeschwindigkeit
}

Config.TipChangeInterval = 4000 -- Zeit in Millisekunden zwischen Tipp-Wechseln
Config.MessageChangeInterval = 2000 -- Zeit in Millisekunden zwischen Lademeldungs-Wechseln
Config.SafetyTimeout = 60000 -- Ladescreen nach dieser Zeit zwangsweise schließen (Millisekunden)

Need help? Join our Discord community for support!

Join Discord