Asura Engine ASR RSCF RSFL: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
No edit summary
Line 78: Line 78:
<br /><br />
<br /><br />


== Navigation ==
== See Also ==


{{Format Navigation}}
* [[ASR ASURAZLB]]
<br /><br />
<br /><br />


[[Category:File Format]]
[[Category:File Format]]

Revision as of 16:21, 5 May 2021

Contents: GRAFs page - All - 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z - Edit

Format Type: Archive
Extensions: asr
Platforms: unknown
Endian Order: Little Endian



Format Specifications

// File Header Types...
// RSCF (Resource File)
// fmvs (Subtitles)
// FNFO (Font Information)
// FNTK (Font Description
// FONT (Font)
// HTXT (Text Strings)
// LTXT (Text Strings)
// PTXT (Text Strings)
// TTXT (Text Strings)
// RSFL (Resource File List)
// RUDE (Rude Words List)


// ARCHIVE HEADER
  8 - Header (Asura   )

// FILE DATA
  // for each file
    4 - File Header
    4 - Entry Length (including all these fields)
    4 - Version (1)
    4 - null
  
    if (FileHeader == "RSCF"){
      // Resource File - a file in the archive
      4 - File Type ID?
      4 - File ID?
      4 - File Data Length
      X - Filename
      1 - null Filename Terminator
      0-3 - null Padding to a multiple of 4 bytes
      X - File Data
      }
    else {
      // some other kind of data
      }



MultiEx BMS Script

No BMS script

Supported Programs



Notes

  • File format is used by games made on Asura Engine.



Games

  • Alien vs Predator (2010)
  • Many more...



See Also