Value Database: Difference between revisions

corrected file name capitalisation
m (add link to the Legends June debug export tutorial)
(corrected file name capitalisation)
Line 1:
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 <code>DataDATA/vdbVDB.binBIN</code> (named <code>DataDATA/vdbVDB.xmlXML</code> in Takedown, likely due to the ValueDB's origin as a collection of XML-formatted text files.)
 
[[Burnout_Legends_(2005-06-06_build)#Debug_Export|Using debug functionality]], the values for the player's current vehicle can be exported to an XML file named <code>ExportEXPORT/ValueDBVALUEDB/VehiclePhysicsVEHICLEPHYSICS/%s.cfgCFG</code>, where <code>%s</code> is the name of the vehicle's class e.g. <code>HSPC</code>, followed by <code>CAR</code>, the index of the car in its class and the extension <code>.CFG</code>. For example, the Compact Type 1's data is exported to <code>COMPCAR1.CFG</code>.