Installation Guide
Dependencies
Dependency | Description |
---|---|
| Framework |
| |
| Important Library |
| Important Library |
Supported Maps | Tobii's Map, K4MB1's Map, Gabz's Map |
Supported Doorlocks
This resource supports all of the following doorlocks. At least one of these is required for the script to function:
Doorlocks | Description |
---|---|
| |
| |
| |
| |
|
Supported Minigames
Each hack in the resource supports all of the following minigames. At least one of these minigames is required for the script to function:
Minigame | Supported Games |
---|---|
| circle, maze, carhack, thermite, scrambler |
| |
| memorycard, terminal |
| |
| |
| memorygame, skillcheck, thermite, keypad, colorpicker |
| typinggame, timelockpick, timedaction, quicktimeevent, combinationlock, buttonmashing, hotwirehack, hackerminigame, safecrack |
Installation Steps
1. Add Items
Open
items.lua
: Navigate toox_inventory/data/items.lua
.Add the Following Items: Insert the following code into the
items.lua
file:
2. Copy Images
Copy the corresponding item images to the images
folder of your inventory.
3. Implement Doorlocks
Locate Lua Files: Place the
doorlock/qb-nui_doorlock/*.lua
file (nopixel/gabz/k4mb1) into theconfigs
folder ofqb-doorlock/nui_doorlock
.
Alternative Method:
Copy Code: Alternatively, copy the code directly into the main
qb-doorlock/nui_doorlock
configuration file.
Last updated