RAR Archive: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 13: Line 13:
//header
//header
4 bytes (char) - signature // "Rar!"
4 bytes (char) - signature // "Rar!"
4 bytes (uint32) - signature2  // 1A 07 01 00 (for RAR 5.0)


// TODO
</pre>
</pre>
</div>
</div>

Revision as of 12:45, 6 February 2022

Back to index | Edit this page

RAR

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : Rar!


Format Specifications

//header
4 bytes (char) - signature // "Rar!"
4 bytes (uint32) - signature2  // 1A 07 01 00 (for RAR 5.0)

// TODO

MultiEx BMS Script

Not written yet.

Notes and Comments

  • This is a generic RAR (WinRAR) archive

Games

List of games using this file format:

  • Alexander (*.pak)
  • Darwinia (*.dat)
  • Defcon (*.dat)
  • Hidden And Dangerous (*.dta)

Compatible Programs

  • WinRAR
  • Almost any standard file compressor/decompressor

See Also