Welcome to NVCore
Elevating the FiveM experience with high-performance resources and unparalleled support. Our documentation provides everything you need to get your server running at its peak.
Our Philosophy
At NVCore, we believe that scripts should be more than just code—they should be experiences. Every resource we build is optimized for zero performance impact, ensuring your players stay immersed without lag or crashes.
Why Trust NVCore?
Safe & Secure
We use CFX Escrow to protect our intellectual property while ensuring seamless integration with your server identity.
Highly Optimized
Resources are tested on 40+ player servers to guarantee stability under heavy load.
General Installation
A universal guide to installing NVCore resources on your FiveM server.
The Basics
Most NVCore resources follow the standard FiveM installation pattern:
- Claim the resource on Tebex.
- Download the folder from your FiveM Keymaster.
- Extract the folder into your server's
resourcesdirectory. - Add
ensure [resource_name]to yourserver.cfg.
# Ensure this is ABOVE any scripts that depend on it
ensure nv-spawneffect
nv-Spawneffect
The ultimate cinematic spawn system for immersive roleplay servers.
Configuration
Customize the camera angles, music, and effects in the config.lua:
Config = {}
Config.Music = true
Config.MusicVolume = 0.5
Config.CamHeight = 500.0 -- Height from which camera starts
Config.CamDuration = 5000 -- In milliseconds
Key Features
Smooth Cams
Interpolated camera movements for a triple-A gaming feel.
Audio Support
Built-in support for NUI-based audio cues.
nv-spawneffect (OS)
Full access version for developers who want total control over the system.
Developer Access
The Open Source version includes clean, commented code. You can find the main logic in
client/main.lua and the UI templates in html/.
NV-FPS Booster
A premium, high-performance optimization tool.
Optimization Levels
The FPS Booster provides 5 distinct levels of optimization to suit any hardware configuration:
- OFF: Standard GTA V settings. Best for high-end PCs.
- LITE: Minor tweaks to shadows and lighting distances.
- MEDIUM: Balanced mode. Reduces shadow resolution and particle quality.
- HIGH: Aggressive LOD (Level of Detail) scaling and occlusion disabling.
- ULTRA: Maximum performance mode. Disables all non-essential shadows, reduces LOD to minimum, and clears world data.
Advanced Features
Special NV Boost
Our proprietary engine that applies cinematic filters while optimizing CPU-bound draw calls.
Night Performance
Toggles city-wide lighting systems to provide a massive FPS jump during night cycles.
Memory Cleaner
Triggers instant Lua garbage collection to clear stale data from your system cache.
Usage & Commands
The script is fully automated but can be controlled via a premium NUI menu:
/fps - Opens FPS Booster Menu
Requirements
To ensure notifications work correctly, the following dependencies are required:
- ox_lib: Used for modern notifications and UI elements.
Configuration Preview
You can easily modify the command and notification settings in the
shared/config.lua file:
Config = {}
Config.Command = "fps"
Config.Notifications = {
Position = "top-right",
Duration = 3000
}
Config.LodScales = {
Ultra = 0.4,
High = 0.8
}