Jump to content

[BGEE] MOS V2 file format


argent77

Recommended Posts

Header:

Offset    Size    Description
0x0000    4       Signature ('MOS ')
0x0004    4       Version ('V2  ')
0x0008    4       Width
0x000C    4       Height
0x0010    4       Number of data blocks
0x0014    4       Start offset of data blocks

 

Data block:

Offset    Size    Description
0x0000    4       PVRZ page
0x0004    4       Source (PVRZ) x coordinate
0x0008    4       Source (PVRZ) y coordinate
0x000C    4       Width
0x0010    4       Height
0x0014    4       Target (MOS) x coordinate
0x0018    4       Target (MOS) y coordinate

 

MOS V2 resources refer to MOSxxxx.PVRZ files, where xxxx is a zero-padded four-digits decimal number (PVRZ page).

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...