Summary
Add the ability to define vehicles able to be procured from garages.
Description
This mod adds configurable functionality for vehicle procurement from garages that support it.
Additionally, this mod adds an extra context action to the GM menu for ease of use:
- Copy Resource Name
This context action can be used to copy-to-clipboard the full resource name path required for the "prefab" field in the config.
You can find the "GarageVehicles.json" inside of your server profile folder. The structure for the config is as follows:
===================================
{
"enabled": true
"overrideDefaultGarageVehicles": true,
"vehicles":
[
{
"prefab": "{GUID}Full/Resource/Name/Here.et",
"suppliesPrice": 10,
"canBuy": true
}
]
}
===================================
enabled: enables/disables custom procurement vehicles.
overrideDefaultGarageVehicles: Disables vanilla FreedomFighters procurement vehicles.
vehicles: An array of custom vehicles.
-> prefab: The full resource name path of the vehicle prefab.
-> suppliesPrice: The price of the vehicle procurement in supplies.
-> canBuy: Enables/disables this single vehicle in the garage procurement.License
Arma Public License (APL)