WBD-WBN

From GTAMods Wiki
Revision as of 01:39, 5 August 2009 by Gforce (talk | contribs) (New page: ==WBD-WBN== == File Description == '''WBD''' is a '''"Windows Bounds Dictionary"''' file usually located in the "Rockstar Games\Grand Theft Auto IV\pc\data\maps\xxx_folder\xxx_map.img" ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WBD-WBN

File Description

WBD is a "Windows Bounds Dictionary" file usually located in the "Rockstar Games\Grand Theft Auto IV\pc\data\maps\xxx_folder\xxx_map.img"

WBN is a "Windows Bounds Nodes" file usually located in the "Rockstar Games\Grand Theft Auto IV\pc\data\maps\xxx_folder\xxx_map.img"

File Format

Here is some basic information that has been gathered so far.(from decompressed ext_door.wbd)

Int VTable (4b)
offset to blockMap (4b)
Unknown (8b)
offset to Array (contains all hashes of the models)
count (2b) //number of hashes
size (2b) //number of hashes
PointerCollection (4b)
count (2b) //in ext_door.wbd same as number of door models
size (2b) //in ext_door.wbd same as number of door models

Discussion Topics