Installation Guide
Dependencies
Dependency | Description |
---|---|
| Framework |
| |
| Important Library |
| Important Library |
Supported Maps | K4MB1's Mapping or NP Mapping |
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.
Additional Notes
Add the following event (code) into your qb-weathersync/client/client.lua. If you plan on using Config.ChangeTime (eg. change the time to midnight and change the weather to stormy)
Restarting the resource whilst ingame without relogging WILL cause it to break. The oilrig spawn check is performed on the 'onPlayerLoaded' event, which only triggers upon initial player loading. To effectively edit and test out code, without having the need to relog everytime, you can change the Config.HasSpawnedInOilrig in the Config to false. Make sure to set it back to true once the script is ready for your Live Server.
Last updated