Difference between revisions of "Shop vehicle.meta"

From GTAMods Wiki
Jump to navigation Jump to search
(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...")
 
 
Line 1: Line 1:
 
{{DISPLAYTITLE:shop_vehicle.meta}}
 
{{DISPLAYTITLE:shop_vehicle.meta}}
 
{{Metafile|name = shop_vehicle.meta|struct = ShopVehicleDataArray|filetype = VEHICLE_SHOP_DLC_FILE}}
 
{{Metafile|name = shop_vehicle.meta|struct = ShopVehicleDataArray|filetype = 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.
+
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==
 
==Vehicles==
Line 43: Line 43:
 
Name of the file? Unused.
 
Name of the file? Unused.
  
 +
<br>
 +
----
 
{{GTA5-navi}}
 
{{GTA5-navi}}

Latest revision as of 23:49, 20 July 2022

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.