Installation
Instruction and guide to install and setup t1ger_lib dependency resource for all T1GER resources.
1. Ensure Dependencies
The very first step of the installation is to have the dependencies installed and make sure they are ensure before the t1ger_lib
resource.
Make sure to download the latest .zip files and not the source-code!
FiveM resource to communicate with a MySQL database using node-mysql2. (You might already be running this as it's becoming a very standard SQL wrapper to use).
Download: https://github.com/overextended/oxmysql/releases
A FiveM library and resource implementing reusable modules, methods, and UI elements.
Download: https://github.com/overextended/ox_lib/releases
2 - Get T1GER Library
Get the
t1ger_lib
resource from: https://store.t1ger.net/package/5579988 (FREE)Download from: FiveM's Keymaster.
3 - Ensure T1GER Library
Unzip t1ger_lib.zip
folder and place it into your resource
folder.
To avoid any startup issues, we highly recommend to place it inside the root resource folder and not in any sub-folder!
Add ensure t1ger_lib
to your server start config.
Make sure to ensure t1ger_lib
after your framework (es_extended
/qb-core
), target (ox_target
/qb-target
) and inventory (ox_inventory
/qb-inventory
) resources!
4 - Configuration
The config options can be found inside t1ger_lib/config.lua
and you must go through every option. Refer to Configuration for in-depth explanations of the configurable options.
Use the end-text comments which explains every option!
Important to configure Inventory
, TargetSystem
, Garage and
SocietyAccount
options!
4.1 - Inventory
Please refer to Inventory on guide/instructions on how to setup inventory.
4.2 - Society Account
Please refer to Society Account on guide/instructions on how to setup society account and integrate required functions.
5 - Ready
Congratulations, you've successfully installed the t1ger_lib
resource. Restart the server and you will be all set.
Last updated