Installation

Welcome to the Garage installation guide, here you can learn how to install our product completely, by following each step, we'll get a clean and smooth installation where you won't find any problems.


Download and installation

Once you've purchased the asset in the store, you can retrieve it from your portal.

Simply drag the folder ux_garage contained in the .zip file into your server's resource folder, add the line below to your server.cfg file and restart your server !

If you have any problems with the Escrow System, please read this page and do what it says.


Configuration

You can edit the /configs/config.lua file to adapt the script as you wish.

Start by modifying the framework on which your server runs, usually ESX or QBCore. The line to edit is the one below:

UXConfig.Framework = "esx" --[[
	"qb": QBCore
	"esx": ESX Legacy
    "custom": Custom Framework, need to change /client/frameworks.lua and /server/frameworks.lua
]]

Customized vehicle image

The images of the GTA lore vehicles are taken directly from the fivem doc site.

To add an image of a customized vehicle, go to the /ui/vehicles folder and place the image of the vehicle in question in it. The image name must have the name of the vehicle model and must be in .PNG format.


For a custom framework (other than ESX and QBCore) you'll need to edit client-side functions in /client/frameworks.lua and server-side functions in /client/frameworks.lua. The functions are commented out in the relevant files.

Last updated