πΌοΈnova_loading
NOVA Framework custom loading screen. Replaces the default FiveM loading screen with a custom HTML-based screen.
Custom Design β HTML + CSS loading screen
Video/Audio Support β Background video and music
Auto Shutdown β Automatically closes when the session starts
The loading screen is defined as a loadscreen resource in the fxmanifest:
loadscreen 'html/index.html'
loadscreen_manual_shutdown 'yes'
loadscreen_cursor 'yes'
The client script waits for the game session to start, then calls ShutdownLoadingScreenNui() to close the loading screen and transition to gameplay.
Edit html/index.html to change the loading screen layout:
Replace the background video file in the html/ directory with your own. Supported formats: MP4, WebM.
Add background music to play during loading. Audio stops when the loading screen closes.
Edit html/style.css to customize colors, fonts, animations, and layout.
None β This is a standalone resource
No config.lua is needed. All customization is done through the HTML/CSS files.
The loading screen uses loadscreen_manual_shutdown 'yes' so it stays visible until the client script explicitly closes it
The cursor is enabled during loading (loadscreen_cursor 'yes')
The screen closes when NetworkIsSessionStarted() returns true and the player has spawned
Keep video files optimized (compressed) to reduce load times