liveBase — Overview
Modular liveBase framework documentation for FiveM. QBCore compatibility layer, onboarding chain, and livedev script pack.
🌐 Türkçe · Türkçe oku
liveBase is a modular, lightweight, and secure roleplay framework for FiveM. It
provides a QBCore compatibility layer (qb-core shim) while using its own live*
event and export naming.
Last updated
Framework version: liveBase v1.0.7 · Source:
txData/live.base/resources/[livedev]/
Architecture layers
| Layer | Content | Location |
|---|---|---|
| Core | Player, money, metadata, callbacks, cache, security, skill tree | liveBase |
| Module | Economy, DNA, queue, dashboard, analyzer, admin panel | liveBase/server/modules/* |
| Resource | Inventory, clothing, apartments, menu, targeting | [livedev]/* |
All scripts
| Script | Version | Description | Status |
|---|---|---|---|
| liveBase | 1.0.0 | Framework core | ✅ Active |
| liveLoading | 1.0.0 | Loadscreen (connect crash prevention) | ✅ Active |
| liveFirstScreen | 1.0.0 | Email login + central NUI host | ✅ Active |
| liveCharacterSelect | 1.0.0 | Multi-character selection | ✅ Active |
| liveSpawnLocation | 1.0.0 | Spawn point selector | ✅ Active |
| liveAparts | 1.0.0 | Apartment / housing system | ✅ Active |
| liveInventory | 1.0.0 | Slot-based inventory | ✅ Active |
| liveOxInventory | 2.47.7 | ox_inventory fork (alternative) | ⏸ Commented |
| liveClothing | 1.0.0 | Clothing / appearance system | ✅ Active |
| liveMenu | 1.0.0 | Context menu system | ✅ Active |
| liveTarget | 1.0.0 | Targeting / interaction | ✅ Active |
| liveInterior | 1.0.0 | Interior shells | ⏸ Runtime load |
| liveWeatherSync | 1.0.0 | Weather and time sync | ✅ Active |
| liveGameInLoading | 1.0.0 | In-game transition loading screen | ✅ Active |
| liveNuiCore | 1.0.0 | Shared React NUI library | 📦 Library |
| InteractSound | 1.0.0 | NUI-based sound effects | ✅ Active |
OOC / IC name separation
| Field | Source | Meaning |
|---|---|---|
realName, realSurname | live_accounts.name/surname | OOC account name (email login) |
charinfo.firstname, charinfo.lastname | Character creation | IC RP name |
Pages
Installation
Requirements, database, NUI build, test account.
Onboarding
Login chain and NUI host architecture.
liveBase Core
Modules, permission, hot reload, migration, admin, skill tree.
liveBase API System
Permission API, state manager, exports, hot reload.
server.cfg
Ensure order, convars, ACE permissions.
Each livedev script has its own page in the sidebar — see onboarding, game systems, and UI sections.