WoT BSP2 File format

Post Reply
admin
Site Admin
Posts: 2
Joined: Wed Jul 26, 2017 6:25 pm

WoT BSP2 File format

Post by admin » Mon Oct 02, 2017 7:19 pm

What I know...

Code: Select all

: header : Version : V1 Len section 1 : V3 Len section 3
: V1 cnt : V3 cnt  : V2 cnt  : -bb.x 
: -bb.y : -bb.z : +bb.x : +bb.y
: + bb.z : int32 : int32 ;
At position 60 (&h3c) is the V1 BSP2 mesh data.
Vt1.xyz as 3 floats : Vt2.xyz as 3 floats : Vt3.xyz as 3 floats : Int32

Next is the V2 section.. I'm unclear what it is.
V2 long list of int32s

Next is the V3 secition. collision information?
int32? : Int32 Index? : Vertex XYZ : Float Unknown usage : int32? : int32 Index? : int32?
 

Post Reply