Skip to content

Commit

Permalink
docs(Vfs): add info about catalog location bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jun 9, 2024
1 parent 5e60a3a commit 945e851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/engine/formats/vdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ struct zFILE_VDFS_Header {
[below](#dos-date-format).
4. The full size of the file in bytes.
5. An offset from the beginning of the file in bytes at which the first entry of the [catalog](#catalog) is located.
Because of a likely bug in the original `vdfs32g.dll` shipped with the game, this value must always be `296`.
6. The version of the VDF format being used. This is always `0x50` in reality.

### Catalog
Expand Down

0 comments on commit 945e851

Please sign in to comment.