Configuration
License: LGPL-3.0 (GNU Lesser General Public License v3.0)
This resource is based on ox_lib which is licensed under LGPL-3.0.
⚠️ This redesign is a paid product. Only verified purchasers are eligible for support and updates. Unverified users will not receive any assistance under any circumstances.
config.cfg
All settings are controlled via convars in the config.cfg file located in the ox_lib root folder.
# ============================================
# ox_lib Configuration
# ============================================
# Notification Settings
# ---------------------
# Enable notification limit (1 = ON, 0 = OFF/unlimited)
set ox:notifyLimit 1
# Max simultaneous notifications (1~5, default: 3)
set ox:maxNotifications 3
# Theme Settings
# ---------------
# UI Theme (0 = Liquid Glass, 1 = Dark Professional, 2 = Glassmorphism + Minimal Dark, 3 = Light)
set ox:theme 0
# Progressbar Settings
# --------------------
# Progressbar style (0 = Diagonal Loading, 1 = Linear Bar + Circle Ring, 2 = Dot Progress)
set ox:progressbar 0
# SkillCheck Settings
# --------------------
# SkillCheck style (0 = Dead by Daylight, 1 = Default Bar, 2 = Rhythm Game)
set ox:skillcheck 0
# Notification Settings (Design)
# --------------------
# Notification style (0 = Default, 1 = Quest Tracker, 2 = Agent Card)
set ox:notify 0
# Radial Menu Settings
# --------------------
# Radial menu style (0 = iOS Wheel, 1 = Hexagon Grid, 2 = Default)
set ox:radial 0
# Context Menu Settings
# --------------------
# Context menu style (0 = Default, 1 = Section, 2 = macOS, 3 = Card, 4 = Zomboid)
set ox:context 0
# List Menu Settings
# --------------------
# List menu style (0 = Default, 1 = Clean, 2 = Settings)
set ox:listmenu 0
# Input Dialog Settings
# --------------------
# Input dialog style (0 = Default, 1 = Section, 2 = macOS, 3 = Card, 4 = Flat)
set ox:inputdialog 0
# Alert Dialog Settings
# --------------------
# Alert dialog style (0 = Default, 1 = Section, 2 = macOS, 3 = Card, 4 = Flat)
set ox:alertdialog 0
Convar Reference
Notification Limit
| Convar |
Type |
Range |
Default |
Description |
ox:notifyLimit |
int |
0 / 1 |
1 |
Enable notification queue limit |
ox:maxNotifications |
int |
1 ~ 5 |
3 |
Max simultaneous notifications |
Design Selection
| Convar |
Type |
Range |
Default |
Description |
ox:theme |
int |
0 ~ 3 |
0 |
UI theme preset |
ox:progressbar |
int |
0 ~ 2 |
0 |
Progressbar design |
ox:skillcheck |
int |
0 ~ 2 |
0 |
SkillCheck design |
ox:notify |
int |
0 ~ 2 |
0 |
Notification design |
ox:radial |
int |
0 ~ 2 |
0 |
Radial menu design |
ox:context |
int |
0 ~ 4 |
0 |
Context menu design |
ox:listmenu |
int |
0 ~ 2 |
0 |
List menu design |
ox:inputdialog |
int |
0 ~ 4 |
0 |
Input dialog design |
ox:alertdialog |
int |
0 ~ 4 |
0 |
Alert dialog design |
Design Mapping
Theme (ox:theme)
| Value |
Name |
Description |
0 |
Liquid Glass |
Transparent glass UI, game background visible |
1 |
Dark Professional |
Solid dark background, blue accent |
2 |
Glassmorphism + Minimal Dark |
High-opacity glass + minimal dark, cyan-blue |
3 |
Light |
White/bright background, dark text |
ProgressBar (ox:progressbar)
| Value |
Name |
Description |
0 |
Diagonal Loading |
Diagonal striped animation bar |
1 |
Linear Bar + Circle Ring |
Standard linear bar and circular progress ring |
2 |
Dot Progress |
Animated dot-based progress indicator |
SkillCheck (ox:skillcheck)
| Value |
Name |
Description |
0 |
Dead by Daylight |
Rotating clock-style skillcheck |
1 |
Default Bar |
Horizontal moving bar indicator |
2 |
Rhythm Game |
Falling arrows rhythm game style |
Notification (ox:notify)
| Value |
Name |
Description |
0 |
Default |
Icon box + title + description card |
1 |
Quest Tracker |
Dark quest-style card with progress timer |
2 |
Agent Card |
Glass card with type badge + progress bar |
Radial Menu (ox:radial)
| Value |
Name |
Description |
0 |
iOS Wheel |
Circular wheel with blue highlight |
1 |
Hexagon Grid |
Honeycomb hexagon grid layout |
2 |
Default |
Classic pie-chart sector style |
Context Menu (ox:context)
| Value |
Name |
Description |
0 |
Default |
Classic ox_lib context menu |
1 |
Section |
Sectioned layout with grouped items |
2 |
macOS |
macOS-style compact menu |
3 |
Card |
Card-based selection list |
4 |
Zomboid |
Project Zomboid inspired flat menu |
List Menu (ox:listmenu)
| Value |
Name |
Description |
0 |
Default |
Classic ox_lib list menu |
1 |
Clean |
Clean dark menu with icon containers and footer |
2 |
Settings |
GTA/Settings panel with accent stripe and inverted selection |
Input Dialog (ox:inputdialog)
| Value |
Name |
Description |
0 |
Default |
Classic modal with centered header and form fields |
1 |
Section |
Sectioned layout with grouped fields and hover highlight |
2 |
macOS |
macOS-style compact dialog with small fonts |
3 |
Card |
Card-based fields with per-field icon indicators |
4 |
Flat |
Semi-transparent minimal dialog with accent left-border |
Alert Dialog (ox:alertdialog)
| Value |
Name |
Description |
0 |
Default |
Classic modal with markdown content and footer buttons |
1 |
Section |
Sectioned layout with custom header and close button |
2 |
macOS |
macOS-style compact alert with minimal padding |
3 |
Card |
Content in bordered card with info icon indicator |
4 |
Flat |
Semi-transparent alert with accent left-border on content |
Last updated: 2026-02-19