πŸ“ˆ V-LoadingScreen | Music Player | Updates | Changelog | Newspaper

PREVIEW

:blue_book: Introduction

V-LoadingScreen is a stylish and functional loading screen for RedM.
It includes an integrated Music Player, live Updates, a Changelog panel, and an immersive Newspaper feature to keep players engaged while joining the server.

DOWNLOAD FREE

DOCUMENTATION

DISCORD – get ValenorKey

Everything is configurable

See Shared.lua
Config = {}

Config.ValenorKey = "" -- discord.gg/valenorstudio

Config.ServerName = "Valenor Studio"
Config.ServerSuffix = "Roleplay"
Config.ServerLogo = "https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/logo.png"
Config.BackgroundMode = "image" -- image/youtube
Config.Images = {
    "image1.png", -- /images folder
    "image2.png",
}
Config.backgroundYoutubeId = '26rvrza_Gmg' 

Config.Songs = {
    {
        title = "Music 1",
        artist = "Local Artist",
        thumbnail = "https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/ChatGPT%20Image%202%20Eyl%202025%2000_13_28.png",
        duration = 200,
        path = "music_1.mp3", --  /sounds folder
    },

}

Config.Changelogs = {
    {
        title = 'Changelog 1.1',
        date = '13/7/2025',
        description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore'
    },
    {
        title = 'Changelog 1.1',
        date = '13/7/2025',
        description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore'
    },
    {
        title = 'Changelog 1.1',
        date = '13/7/2025',
        description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore'
    },
    {
        title = 'Changelog 1.1',
        date = '13/7/2025',
        description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore'
    },
    {
        title = 'Changelog 1.1',
        date = '13/7/2025',
        description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore'
    },
    {
        title = 'Changelog 1.1',
        date = '13/7/2025',
        description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore'
    },
    {
        title = 'Changelog 1.1',
        date = '13/7/2025',
        description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore'
    },
    {
        title = 'Changelog 1.1',
        date = '13/7/2025',
        description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore'
    }
}

Config.News = {
    {
        title = 'New Update Released!',
        description = 'New features and improvements have been made on our server. Explore now for a more fun experience!',
        image = 'https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/Newspaper.png'
    },
    {
        title = 'Event Announcement',
        description = 'We have special events this weekend! Rewards and hours full of fun await you.',
        image = 'https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/Newspaper.png'
    },
    {
        title = 'Maintenance Work',
        description = 'Our server will undergo maintenance. Follow our announcements for details.',
        image = 'https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/Newspaper.png'
    },
    {
        title = 'New Map Added',
        description = 'Our exciting new map is now live! Discover different strategies and fun.',
        image = 'https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/Newspaper.png'
    },
    {
        title = 'Special Reward Event',
        description = 'Special rewards are being distributed to participants. Don’t miss this opportunity!',
        image = nil 
    }
}

Config.Events = {
    {
        title = 'New Event is Starting!',
        description = 'A special event program has been prepared for this weekend. Rewards and fun await you!',
        image = 'https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/Rectangle%20594.png',
        day = "Today",
        time = "12:30"
    },
    {
        title = 'Tournament is Starting',
        description = 'A tournament among professional players! Make sure to join and watch.',
        image = 'https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/Newspaper.png',
        day = "Tommarow",
        time = "12:30"
    },
    {
        title = 'Special Day Event',
        description = 'Today is your special day! Surprise events await you on our server.',
        image = 'https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/Newspaper.png',
        day = "Friday",
        time = "12:30"
    },
    {
        title = 'VIP Event',
        description = 'The special event we prepared for our VIP members has started. Don’t miss it!',
        image = nil ,
        day = "Today",
        time = "12:30"
    },
    {
        title = 'Community Day',
        description = 'An open community day for everyone! Let’s have fun together and meet each other.',
        image = 'https://raw.githubusercontent.com/lod9/valenor-images/refs/heads/main/Newspaper.png',
        day = "Wednesday",
        time = "12:30"
    }
}


Config.Hints = {
    'Hold LShift to calm your horse.',
    'Dont forget to groom your horse, otherwise its performance will decrease.',
    'To tame wild horses, calm them first and then use your lasso.',
    'At camp, you can cook meals and craft tonics for health, stamina, and Dead Eye.',
    'When hunting, pay attention to the wind direction β€” animals can smell you.',
    'Keep your gun holstered in towns to avoid unnecessary trouble.',
    'Use stagecoaches or trains for fast travel across the map.',
    'Bond with your horse by patting and feeding it regularly.',
    'Tip: Clean kills will give you higher quality pelts to sell.',
    'Dead Eye is a powerful ability in gunfights β€” dont forget to use it!'
}

Config.Socials = {
    {
        url = 'https://discord.gg/valenor',
        icon = 'discord',
        name = 'Discord'
    },
    {
        url = 'https://youtube.com/@valenor',
        icon = 'youtube',
        name = 'YouTube'
    },
    {
        url = 'https://instagram.com/valenor',
        icon = 'instagram',
        name = 'Instagram'
    },
    {
        url = 'https://tiktok.com/@valenor',
        icon = 'tiktok',
        name = 'TikTok'
    },
    {
        url = 'https://valenor.com',
        icon = 'website',
        name = 'Website'
    }
}

Config.Keybinds = {
    { key = "F1", description = "Open/Close Music Box" },
    { key = "F2", description = "Open/Close Keyboard" },
    { key = "F3", description = "Open/Close Socials" },
    { key = "F4", description = "Open/Close News" },
    { key = "F5", description = "Open/Close Events" },
    { key = "Q",  description = "Quick Action" },
    { key = "E",  description = "Interact" },
    { key = "J",  description = "Interact" },
    { key = "F",  description = "Interact" },
}

POPULAR PRODUCTS

Products Thumb 52   Products Thumb 3   All in one2
Products Thumb 8

Code is accessible Half
Subscription-based No
Lines (approximately) 1000+
Requirements No Requirements
Support Yes
5 Likes

for ValenorKey: Discord

1 Like

I want it for Fivem

1 Like

If you want to use it for FiveM, you must change fxmanifest.lua for fivem.

1 Like