Configuration

License: LGPL-3.0 (GNU Lesser General Public License v3.0)

This resource is based on ox_target 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.

set ox_target:toggleHotkey 0
set ox_target:defaultHotkey LMENU
set ox_target:drawSprite 1
set ox_target:defaults 0
set ox_target:debug 0
set ox_target:design 0
set ox_target:mouse 1
set ox_target:darkmode 1
set ox_target:optionKeys "Q,W,E,R,A,S,D,F,Z,X,C,V"
set ox_target:singleKey "E"

Convar Reference

Hotkey Settings

Convar Type Default Description
ox_target:toggleHotkey int 0 0 = hold to activate, 1 = toggle on/off
ox_target:defaultHotkey string LMENU Activation key (ALT by default)

Display Settings

Convar Type Default Description
ox_target:drawSprite int 1 Show target sprite at zone center
ox_target:debug int 0 Enable debug overlays

Design Settings

Convar Type Default Description
ox_target:design int 0 UI design style
ox_target:mouse int 1 Mouse tracking mode
ox_target:darkmode int 1 Dark mode
ox_target:defaults int 0 Default vehicle door options

Key Style Settings

Convar Type Default Description
ox_target:optionKeys string Q,W,E,R,A,S,D,F,Z,X,C,V Keys assigned to options (Design 2)
ox_target:singleKey string E Key for single option

Design Mapping

UI Design (ox_target:design)

Value Name Interaction Description
0 List Mouse click Center dot with SVG curved connection lines leading to option boxes
1 Wheel Mouse wheel + E Circular wheel menu, scroll to navigate, E to select
2 Key ALT + Key Each option has an assigned key (Q, W, E, R...), press to select instantly

Mouse Mode (ox_target:mouse)

Value Description
0 Options appear at fixed screen center
1 Options follow the mouse cursor position. Right-click to lock position

Dark Mode (ox_target:darkmode)

Value Description
0 Light theme — white/light backgrounds
1 Dark theme — dark backgrounds with light text

Last updated: 2026-02-18

Last updated 1 month ago