Download & Installation
Download
To download your purchased assets, it's a simple process. Navigate to https://keymaster.fivem.net/asset-grants and locate the asset you want to download. Click on the "Download" button next to the asset, and the encrypted asset will begin to download.
Keep in mind that this asset will only work on servers that you own. Otherwise, you have to transfer your key to the server owner.

Installation
To start the resources you must first know some factors:
RESOURCE & CATEGORY
tstudio_legionsquare | this is an example of a resource, it will contain a fxmanifest.lua inside
[tstudio] | this is an example of a category inside which will contain the resources (if it is started all the resources inside will be started in alphabetical order)
HOW TO START
To start resources and categories you need to add in server.cfg or in cfg editor of txadmin
ensure tstudio_exampleresource
The resource does not start what do I do?
If the resource is not started the possible causes are the following:
The resource is duplicated on the server i.e. there are two folders of the same resource
An error message appears when trying to start it, encrypted resources require to be started with a complete restart of the server
Verify that the files are not corrupted and that they are all present
SUGGESTED STRUCTURE
|__[tstudio]
|__tstudio_audioocclusion
|__tstudio_doortuning
|__tstudio_scenario
|__tstudio_legionsquare
|__tstudio_tropical_heights```
### IN SERVER.CFG
```ensure [tstudio]```
Last updated