Installation
Script Download
Before starting, you must log in to the CFX portal to download the asset. You will be able to download it as many times as you want on the official CFX page. Just as you download it the first time, you will also download it multiple times in the future to get updates.
Logging in to the CFX Portal
First, log in to the official CFX portal by clicking here.
Remember, if you encounter any issues or errors when starting the asset, you can check here to see if the problem is related.
Understanding CFX Auth
Downloading Dependencies
The dependencies for this asset are mandatory, so please follow the dependency guide completely and use all required files.
When downloading a dependency, ensure the file is properly unzipped and does not include "-main" at the end of its name. If it does, please remove it.
VehicleDeformation (optional)

Update artifacts and gamebuild
Updating to the latest artifacts and gamebuild is essential to avoid common server issues. Here's how to do it properly:
Update Artifacts
Completely replace your current artifacts with the latest version. Download the appropriate artifacts for your operating system from the official links:
Windows: Windows Artifacts.
Linux: Linux Artifacts.
You can see the complete guide to update your server here:
How to update my server
Server.cfg Positioning
To ensure the proper execution of the garage asset, it is crucial to follow a specific starting order in your server configuration. The garage asset should always be started:
It is advised to organize the garage asset and its dependencies within a single folder, such as [garages]. This keeps your server configuration clean and ensures all dependencies are loaded correctly. If dependencies are in separate folders, make sure they are started before the garage.

Database Installation
For this step, we highly recommend using HeidiSQL to avoid issues, as it provides an updated version of MariaDB. We have a guide that explains step-by-step how to use HeidiSQL. If you choose to use phpMyAdmin, we will not be responsible for any errors that may occur in your database.
How to install HeidiSQLSelect the framework you are using and then execute the SQL in your HeidiSQL. If you encounter errors, ensure you are using the most current version of MariaDB. You can refer to our guide above or search online.

Deformation and Repair
Quasar Advanced Garages includes a sophisticated Vehicle Deformation system that tracks and applies damage to vehicles persistently until they are repaired. This system operates independently of conventional repair systems found in ESX or QBCore, requiring users to integrate specific exports and commands for vehicle maintenance.
Vehicle Repair Through Exports
To repair vehicles, you can use dedicated exports to either repair a specific vehicle or the nearest one. These exports allow flexibility in integrating repairs into your server.
Repair Specific Vehicle
Use this export to repair a specific vehicle identified by its plate:
Repair Nearest Vehicle
Use this export to repair the nearest vehicle without specifying additional values:
Repair by Command
The system includes an administrative command, /repairvehicle, which can repair either the nearby vehicle or the one the admin is currently inside. Command permissions can be configured in your framework by adjusting the PlayerIsAdmin function located in server/custom/framework/*.
Command: /repairvehicle
/repairvehicle
Using the Integrated Repairkit Item
The asset includes a preconfigured repairkit
item designed to repair vehicles with a realistic animation. To enable the repair kit:
Open the
config.lua
file.Set
Config.RepairKit
to true.Ensure no conflicts exist with duplicate
RegisterUsableItem
orCreateUsableItem
definitions.
The repair kit offers a native, immersive repair experience that integrates seamlessly with the garage system.
Remove vehicles from the map
Our garage system, as you might notice, does not allow you to remove vehicles from the map using the classic dv command, since vehicles are persistent and will return to the map after deletion.
For this reason, we created two exclusive commands for administration, which will allow you to remove a specific car from the map or all player vehicles on the map.
/mdv
Alternate command to /dv, this removes the closest car and sends it to impound.
/mdvall
Command that sends all OUT cars to impound.
Key bind manipulation
All Quasar Store assets use the same process for modifying Key Binds to ensure consistency and optimized performance across all resources.
Below is a clear and detailed guide on how to adjust them to your preferences.
How to change key bindingsLast updated