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.

Verified Resources
Performance First
24/7 Support

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.

Join our Discord! Most of our scripts receive weekly updates based on community feedback.

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:

  1. Claim the resource on Tebex.
  2. Download the folder from your FiveM Keymaster.
  3. Extract the folder into your server's resources directory.
  4. Add ensure [resource_name] to your server.cfg.
# Ensure this is ABOVE any scripts that depend on it
ensure nv-spawneffect
Important: Never rename the folder of an Escrow-protected script. Doing so will break the encryption and prevent the script from starting.

nv-Spawneffect

The ultimate cinematic spawn system for immersive roleplay servers.

CFX Escrowed
Standalone

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.

Open Source
Standalone

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/.

Support: While we offer installation support for OS versions, custom modifications are the responsibility of the server owner.

NV-FPS Booster

A premium, high-performance optimization tool.

Free Resource
CFX Escrowed
Zero Idle Usage

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
}