Value Database

Revision as of 18:57, 19 January 2021 by Escape209 (talk | contribs) (corrected file name capitalisation)

The Value Database file format is used to store raw values used by various functionalities in the game, such as the physics engine and the behavior of vehicles. It uses the filename of DATA/VDB.BIN (named DATA/VDB.XML in Takedown, likely due to the ValueDB's origin as a collection of XML-formatted text files.)

Using debug functionality, the values for the player's current vehicle can be exported to an XML file named EXPORT/VALUEDB/VEHICLEPHYSICS/%s.CFG, where %s is the name of the vehicle's class e.g. HSPC, followed by CAR, the index of the car in its class and the extension .CFG. For example, the Compact Type 1's data is exported to COMPCAR1.CFG.