Installation
Download
After purchasing an asset, you'll receive an email with a download link. Alternatively, you may head to Keymaster here (opens in a new tab) and download it.
After logging into Keymaster, navigate to the Purchased Assets
tab and download the asset. This is where you'll find the latest updates.
If it isn't appearing on Keymaster, make sure you are logged in with the same FiveM account that you checked out with.
Additional Dependencies
All of our assets require the playlolly-core
dependency which is automatically added to your Keymaster when you purchase one of our assets, this must also be downloaded from Keymaster.
For certain assets, further dependencies are required, which are listed below. Please make sure you have downloaded all the required dependencies.
File Structure
Do not use FileZilla to upload our assets, because the required .fxap
files
will be skipped. Instead we recommend using WinSCP.
Navigate to the resources
folder of your server, this is where you'll upload the assets. Create a new folder named [playlolly]
for the assets and place the contents of the previously downloaded zip files in it.
If the folder name has the extension .pack
after unzipping, e.g. playlolly-core.pack
, please delete the extension and name it only playlolly-core
(the folder name itself may not be changed).
If there is a _MACOSX
folder in the unpacked folder, it can be ignored. Since we develop all our assets on macOS this is automatically created by the operating system but has no influence on anything.
An example of a file structure for the playlolly-drive
asset:
Framework Support
In order for your server framework to work properly with our assets, please make sure that you follow the instructions below.
Please adjust the configuration option described here.
SQL Table Import
playlolly-drive
.The .sql
file included in the unzipped folder, contains all the import instructions and the database tables required for the asset.
Please import this file into your server database and make sure that the import is successful.
Server Version
Before starting the assets, please check your Server Artifacts version as you must be using at least version 5181
for our assets to work. This is a requirement set by FiveM with their Asset Escrow System.
Server Config File
In your server.cfg
file, first start all dependencies that are required by the asset. In a next step you can start all assets of the playlolly folder with ensure [playlolly]
.
An example of a server config file for the playlolly-drive
asset:
ensure [standalone]
ensure [qb]
ensure [playlolly]