Value Database: Difference between revisions

m
add link to the Legends June debug export tutorial
No edit summary
m (add link to the Legends June debug export tutorial)
Line 1:
The '''Value Database''' file format is used to store raw values used by various functionalityfunctionalities in the game, such as the physics engine and the behavior of vehicles. It is used byuses the filefilename of <code>Data/vdb.bin</code> (named <code>Data/vdb.xml</code> in Takedown, despitelikely notdue actuallyto beingthe anValueDB's origin as a collection of XML-formatted text filefiles.)
 
[[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>Export/ValueDB/VehiclePhysics/%s.cfg</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 areis exported to <code>COMPCAR1.CFG</code>.