Cryo Interactive BF: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 53: Line 53:
=== Other Games ===  
=== Other Games ===  


These games also use this file format<br>
These games also use this file format:<br>
* Return To Mystery Island *.bf
* Return To Mystery Island (*.BF)
* Versailles 2 *.bf
* Versailles 2 (*.BF)
* Voyage *.bf
* Voyage (*.BF)
* Woody Woodpecker: Escape from Buzz Buzzard Park (PC) (*.BF)
<br><br>


[[Category:BMS None|CyroBF]]
[[Category:BMS None|CyroBF]]
[[Category:File Format]]
[[Category:File Format]]

Revision as of 20:51, 12 February 2022

BF


Format Specifications

char {15}    - Header (CryoBF - 2.02.0)
byte {1}     - Unknown (26)
uint64 {8}   - null
uint32 {4}   - Directory Offset
uint32 {4}   - First File Offset (32)

byte {X}     - File Data

// Main Directory

uint32 {4}   - Number Of Directories


// for each directory {
uint32 {4}   - Filename Length
char {X}     - Filename
uint32 {4}   - Entry Type (1=dir, 2=file)


if (type==dir){
uint32 {4}   - Number Of Files In This Directory


// for each file in this directory {
// Repeat from "//for each directory"
}


}


else if (type==file){
uint32 {4}   - File Length
uint32 {4}   - null
uint32 {4}   - Offset [+FirstFileOffset]
}


}


MultiEx BMS Script

Not written yet

Compatible Programs

Other Games

These games also use this file format:

  • Return To Mystery Island (*.BF)
  • Versailles 2 (*.BF)
  • Voyage (*.BF)
  • Woody Woodpecker: Escape from Buzz Buzzard Park (PC) (*.BF)