Micky5991 / GT-MP-vehicleInfo

GTA V - Vehicle Information Library
MIT License
10 stars 6 forks source link

vehicleInfo.json - Vehicle Information Library V1.4.1

This ScriptHookV.NET3 script is intended to generate information about all vehicles available in GTA V.

⚠️ This repository has been deprecated and no future information will be generated!
The latest scripts are in the latest release of this repository.

Usecases

And many more!

Provided information

==> PER VEHICLE
- Hash (uint)
- ID (string)
- Display name (string)
- Localized name (string) [only full version]
- Manufacturer display name (string) 
- Localizedmanufacturer name (string) [only full version]
​- Vehicle class (integer)
​- Vehicle class display name (string)
​- Localized vehicle class name (string) [only full version]
​- Vehicle wheel type (integer) [New in 1.4.0]
​- Vehicle wheel type name (string) [New in 1.4.0]
​- Localized vehicle wheel type (string) [New in 1.4.0] [only full version]
​
- Is convertible? (bool)
- Is electric? (bool)
​- Is trailer? (bool)​
​- Has neon? (bool) [New in 1.1.0]​

- Vehicle dimensions: [New in 1.2.0]
    - Minimum (Vector3) 
    - Maximum (Vector3)

- Vehicle bones -> boneName:boneIndex (Dictionary<string, int>) [New in 1.3.0]

- Maximum vehicle speed (float) [New in 1.3.0]
- Maximum vehicle braking (float) [New in 1.3.0]
- Maximum vehicle traction (float) [New in 1.3.0]
- Vehicle Acceleration (float) [New in 1.3.0]
- _0xBFBA3BA79CFF7EBF (float) [New in 1.3.0]
- _0x53409B5163D5B846 (float) [New in 1.3.0]
- _0xC6AD107DDC9054CC (float) [New in 1.3.0]
- _0x5AA3F878A178C4FC (float) [New in 1.3.0]
- Maximum number of passengers (integer) [New in 1.3.0]
- Maximum number of occupants (integer) [New in 1.3.0]
    ​
​- Rewards on enter: (string[]) [New in 1.1.0]
​- Available mods: (object[integer]​​)
​    ==> PER MODDABLE SLOT:
​    - Amount of mods in this slot (integer)
​    - list of available mods (object[integer])
​        ==> PER MOD
​        - Display name (string)
​        - Localized name (string) [only full version]
​        - Flags (string[]) [eg: for wheels: "chrome", "stock"]
​
​- Available liveries (object)
​    - Amount of available liveries (integer)
​    - list of available liveries (object[integer])
​        ==> PER LIVERY
​        - ID of the livery (integer)
​        - Display name (string)
​        - Localized name (string) [only full version]

Changelogs

V 1.4.1

V 1.4.0

V 1.3.1

V 1.3.0

V 1.2.1

V 1.2.0

Precreated files

Smaller files

Description Last updated Download
Without localization* 28th July 2019 Click here
Without listing** 28th July 2019 Click here

*This version can be used if you want to create your own gametexts with API.getGameText(string name); GT-MP Wiki entry

**This version only contains the amount of possibilities. Smallest size possible

Full information (Including localized names)

Language Last updated Single file Multiple files
English 28th July 2019 JSON ZIP
German 28th July 2019 JSON ZIP
French 28th July 2019 JSON ZIP
Brazilian Portuguese 28th July 2019 JSON ZIP

If you want to look into the structure of this file, we also have an indented version:

DO NOT USE THIS IN AN PRODUCTIVE ENVIRONMENT! Download

Installation

Requirements

todo

Known issues

Thanks to

SyBozz for assisting me and collecting some further information