Heroes SND VID: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks m (Ikskoks moved page Heroes SND to Heroes SND VID) |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 13: | Line 13: | ||
: char {40} - Filename <font color="purple">(null)</font> <br> | : char {40} - Filename <font color="purple">(null)</font> <br> | ||
: uint32 {4} - File Offset <br> | : uint32 {4} - File Offset <br> | ||
: uint32 {4} - File Length <br> | : uint32 {4} - File Length (absent if a VID file)<br> | ||
<br> | <br> | ||
byte {X} - File Data <br> | byte {X} - File Data <br> | ||
| Line 47: | Line 47: | ||
* Heroes Chronicles *.snd *.vid | * Heroes Chronicles *.snd *.vid | ||
* Heroes Of Might And Magic 3 *.snd *.vid | * Heroes Of Might And Magic 3 *.snd *.vid | ||
[[Category:File Format]] | |||
Latest revision as of 14:08, 10 January 2021
SND, VID
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number Of Files
// for each file
- char {40} - Filename (null)
- uint32 {4} - File Offset
- uint32 {4} - File Length (absent if a VID file)
byte {X} - File Data
MultiEx BMS Script
Get FC Long 0 ; ImpType Standard ; For A = 1 To FC ; SavePos FS 0 ; Get FN String 0 ; Math FS += 40 ; GoTo FS 0 ; SavePos Foo 0 ; Get Fo Long 0 ; SavePos Fso 0 ; Get Fsi Long 0 ; Log FN Fo Fsi Foo Fso ; Next A ;
Compatible Programs
Other Games
These games also use this file format
- Heroes Chronicles *.snd *.vid
- Heroes Of Might And Magic 3 *.snd *.vid