BIK Video: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 mNo edit summary |
imported>NKCSS (Added RADTools link to player and info tool and added game to used games list) |
||
| Line 38: | Line 38: | ||
* [[Game Extractor|Game Extractor]] | * [[Game Extractor|Game Extractor]] | ||
* [[jRipper|jRipper]] | * [[jRipper|jRipper]] | ||
* [http://www.radgametools.com/bnkdown.htm The RAD Video Tools] ''Player/Info'' | |||
=== Other Games === | === Other Games === | ||
| Line 45: | Line 46: | ||
* MotoTrax *.bik | * MotoTrax *.bik | ||
* Thief 3: Deadly Shadows *.bik | * Thief 3: Deadly Shadows *.bik | ||
* Settlers VI: Rise of an Empire (Packed inside shrlvid0.bba) | |||
Revision as of 00:10, 14 October 2007
BIK
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Header (BIKi)
uint32 {4} - archiveSize? (a little too big)
uint32 {4} - Number Of Frames
uint32 {4} - Largest Frame Size (in bytes)
uint32 {4} - Number Of Frames (again?)
uint32 {4} - Unknown
uint32 {4} - Video Width (in pixels)
uint32 {4} - Video Height (in pixels)
uint32 {4} - Frames-Per-Second (FPS)
uint32 {4} - Unknown
uint32 {4} - Unknown (1)
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - Unknown
// for each frame
- uint32 {4} - Frame Offset
byte {X} - Frame Data
MultiEx BMS Script
Not written yet
Compatible Programs
- Game Extractor
- jRipper
- The RAD Video Tools Player/Info
Other Games
These games also use this file format
- Driver 3 *.xmv
- MotoTrax *.bik
- Thief 3: Deadly Shadows *.bik
- Settlers VI: Rise of an Empire (Packed inside shrlvid0.bba)