Balko UFL: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == UFL == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
 
imported>Ikskoks
 
(2 intermediate revisions by the same user not shown)
Line 35: Line 35:
=== Games ===  
=== Games ===  
List of games using this file format:
List of games using this file format:
* BALKO: Ryzykowne ?ledztwo
* BALKO: Ryzykowne Sledztwo
* Driving Simulator 2009
* Driving Simulator 2009



Latest revision as of 08:54, 14 June 2023

Back to index | Edit this page

UFL

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : LiArFi


Format Specifications

// header
7 bytes (char) - signature // "LiArFi\n"
4 bytes (uint32) - nulls
1 byte (uint8) - unknown  // 1
4 bytes (uint32) - index offset
4 bytes (uint32) - nulls

// data
number_of_files *
{
   x bytes - file data
}

// index
// TODO

Notes and Comments

None.

Games

List of games using this file format:

  • BALKO: Ryzykowne Sledztwo
  • Driving Simulator 2009

QuickBMS Script

Compatible Programs

None.