Skip to content

F5-Studio-FiveM/f5_boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F5 Boost



Discord



Standalone  MySQL  Lua 5.4  Locales



Client-side FPS optimization tool with a full NUI settings menu.
Graphics presets, quality sliders, performance toggles, saved profiles and share codes.


Read the Docs   ·   Join Discord



Why F5 Boost?





Draggable, responsive NUI panel with 4 tabs: presets, quality sliders, toggles, and profiles. Live FPS counter. Scales from 1080p to 4K.




From Ultra to Minimal. One click sets shadows, objects, characters, and vehicle quality. Combine with 3 performance modes for toggles.




Save up to 5 profiles per player in MySQL. Set a default for new players. Generate share codes to exchange settings instantly.




No framework needed. Auto-detects your MySQL resource (oxmysql, mysql-async, ghmattimysql). Identifies players by Rockstar license.



Quick Start


Place f5_boost in your resources folder, then add to server.cfg:

ensure oxmysql      # or mysql-async / ghmattimysql
ensure f5_boost

That's it. The profiles table creates itself on startup. Press F7 in-game to open the menu.



At a Glance


Presets Ultra  •  High  •  Balanced  •  Medium  •  Low  •  Potato  •  Minimal
Performance Modes Quality  •  Balanced  •  Performance
Quality Sliders Shadows  •  Objects  •  Characters  •  Vehicles
Toggles Clear Events  •  Light Reflections  •  Rain & Wind  •  Blood  •  Fire  •  Scenarios
Profiles Save / Load / Overwrite / Delete / Default / Share Codes
Database oxmysql  •  mysql-async  •  ghmattimysql (auto-detected)
Locales EN  •  PL  •  DE  •  ES  •  FR  •  IT  •  PT  •  NL  •  CS  •  TR  •  AR  •  TH  •  ZH
Requirements Any FiveM server  •  MySQL  •  Lua 5.4


Configuration
Config = {}

Config.Locale = 'en'              -- language (13 built-in)
Config.OpenKey = 'F7'             -- default keybind (players can rebind)
Config.Command = 'fpsmenu'        -- chat command
Config.MaxProfiles = 5            -- max saved profiles per player
Config.ShowFPSCounter = true      -- live FPS counter in the menu
Config.DisableDispatch = true     -- disable GTA dispatch services
What It Optimizes
Category What it does
Shadows Shadow quality, draw distance, dynamic depth
Density How many peds and vehicles spawn around you
Spawning Garbage trucks, boats, trains, random cops, distant sirens
Detail Level of detail scaling, model budgets, tire tracks, footprints
Effects City lights, rain, wind, debris, broken glass, particles, fire
AI Background AI reactions, cop spawning, dispatch services
Scenarios Ambient NPCs doing activities (sitting, smoking, etc.)
Share Codes

Players can export their settings as a compact code like F5-A7K-M3P-X9Q and share it with others. The code uses Crockford Base32 encoding with a checksum to catch typos.

Encodes: graphics preset, performance mode, 4 slider values, and 6 toggle states into 9 characters.



Documentation    Discord    Website



Made by F5 Studio