Eldos Solid File System ST XFS: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == ST, XFS == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Sp...") |
imported>Ikskoks |
||
| Line 44: | Line 44: | ||
* This is format used by '''Eldos Solid File System'''. | * This is format used by '''Eldos Solid File System'''. | ||
* Files can be encrypted with AES and compressed with ZLIB. | * Files can be encrypted with AES and compressed with ZLIB. | ||
=== Games === | |||
List of games using this file format: | |||
* Rakion | |||
=== Compatible Programs === | === Compatible Programs === | ||
* SolFS Explorer | * SolFS Explorer | ||
=== See Also === | |||
* [https://www.gravsoft.pl/Eldos-Solid-File-System/36/ Solid File System description] | |||
<br/><br> | <br/><br> | ||
Revision as of 11:19, 25 February 2021
Back to index | Edit this page
ST, XFS
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Eldos Solid File System
// ST, XFS file format
// header
2 bytes - unknown // 12
2 bytes (char) - magic // NW
num_of_values *
{
2 bytes - some value // 33 or 32
}
x bytes - padding
// file system info?
2 bytes (char) - magic // NW
2 bytes - nulls
2 bytes - unknown // 1
8 bytes - nulls
2 bytes - next line characters // \x0D\x00\x0A\x00
124 bytes (char) - storage logo name // default is "SolFS for Windows (c) EldoS Corporation"
x bytes - unknown // TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- This is format used by Eldos Solid File System.
- Files can be encrypted with AES and compressed with ZLIB.
Games
List of games using this file format:
- Rakion
Compatible Programs
- SolFS Explorer
See Also