shop_vehicle.meta

From GTAMods Wiki
Revision as of 23:45, 20 July 2022 by WildBrick142 (talk | contribs) (Created page with "{{DISPLAYTITLE:shop_vehicle.meta}} {{Metafile|name = shop_vehicle.meta|struct = ShopVehicleDataArray|filetype = VEHICLE_SHOP_DLC_FILE}} The '''shop_vehicle.meta''' file in GTA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
shop_vehicle.meta
Struct:ShopVehicleDataArray
File Type:VEHICLE_SHOP_DLC_FILE

The shop_vehicle.meta file in GTA V is an XML-format file which defines available DLC vehicles and modifications that are allowed to be stored when saving the game. This file is found in ..\common\data\ of any vehicle-containing DLC and can be edited with any text editor.

Vehicles

Struct:ShopVehicleData



lockHash

Name used to lock/unlock content through contentunlocks.meta

modelNameHash

Model name of the vehicle.

cost

Vehicle price. Unused.

textLabel

GXT2 name label of the vehicle.

vehicleMods

See: VehicleMods

vehicleFlags

Vehicle flag bitset. Unused.

enum eVehicleFlags
Enum Name Description
0 VF_DISABLE_GARAGE

VehicleMods

Struct:ShopVehicleMod



lockHash

Name used to lock/unlock content through contentunlocks.meta

nameHash

Name of the item.

type

Modification type.

cost

Item price. Unused.

nameHash

Name of the file? Unused.