OpenSpace SNA / DSB: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 42: Line 42:


* [https://github.com/szymski/Rayman2Lib/tree/master/csharp_tools/SNAReader SNA Reader]
* [https://github.com/szymski/Rayman2Lib/tree/master/csharp_tools/SNAReader SNA Reader]
* [https://github.com/RayCarrot/RayCarrot.Rayman Rayman Control Panel]


=== Games ===  
=== Games ===  

Revision as of 17:12, 26 October 2020

SNA


Format Specifications

// SNA file format

//header
4 bytes (char) - magic // "y..j"

// Note: Everything after magic is encrypted.

num_of_sections *
{
   //section structure
   1 byte  - part id 
   1 byte  - offset used to save sections in game's memory
   1 byte  - unknown
   4 bytes - unknown 
   4 bytes - unknown 
   4 bytes - unknown 
   4 bytes - unknown 
   4 bytes - data size 
   x bytes - data
}       

MultiEx BMS

Not written yet.

Notes and Comments

  • SNA files contains game data and are used by OpenSpace engine.

Supported Programs

Games

List of games using this file format:

  • Rayman 2
  • Donald Duck: Quack Attack / Donald Duck: Goin' Quackers