Value Database: Difference between revisions

Add doc for the different entry layouts of each of the VDB chunks
(There's just way too much goddamn stuff here lol, would be better to put each car's VDB data on their own pages, for example)
Tag: Replaced
(Add doc for the different entry layouts of each of the VDB chunks)
Line 24:
|-
| 0x10 || 0x04 || UInt32 || Offset of third data chunk ||
|}
 
= Entry =
=== Chunk 1 Entry ===
{|class="wikitable"
|-
! Offset
! Name
! Type
! Notes
|-
| 0x00 || Value || float ||
|-
| 0x04 || Hash ID || GtHash ||
|}
 
=== Chunk 2 Entry ===
{|class="wikitable"
|-
! Offset
! Name
! Type
! Notes
|-
| 0x00 || Value || Vector3 || Padded to 0x10 in length.
|}
 
=== Chunk 3 Entry ===
{|class="wikitable"
|-
! Offset
! Name
! Type
! Notes
|-
| 0x00 || Value || uint32_t || Always <tt>0x00000001<tt>
|-
| 0x04 || Hash ID || GtHash ||
|}