Elasto Mania DAT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== DAT == * ''' Game ''': Elasto Mania / Elma / Across 2 <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian...")
imported>Ikskoks
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
== DAT ==  
== DAT ==  
* ''' Game ''':    [[Elasto Mania|Elasto Mania / Elma / Across 2]] <br>  
* ''' Game ''':    [[Elasto Mania|Elasto Mania / Elma / Across 2 / Elastomania]] <br>  
* ''' Format Type ''':    Misc <br>  
* ''' Format Type ''':    Misc <br>  
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
Line 11: Line 11:
// Elasto Mania
// Elasto Mania
// DAT file format
// DAT file format
// Note: whole file is divided to chunks
// and each chunk is encrypted with custom algorithm.




Line 22: Line 25:
=== Notes and Comments ===  
=== Notes and Comments ===  


None.
* '''State.dat''' file contains the player data, times and key settings.


=== Compatible Programs ===  
=== Compatible Programs ===  


* [https://docs.google.com/uc?authuser=0&id=1UDX-vNwSrsqNibrrnDY2TFEMVIxlfCwg&export=download State.dat Utility v3]
* [https://docs.google.com/uc?authuser=0&id=1UDX-vNwSrsqNibrrnDY2TFEMVIxlfCwg&export=download State.dat Utility v3] + [https://gitlab.com/sunlelma/statedatutility/-/tree/master/ source]
* [https://docs.google.com/uc?id=0B1HOSlW-Ci3UTjRwSk5jOHN3a0k&export=download Stategak]
* [https://docs.google.com/uc?id=0B1HOSlW-Ci3UTjRwSk5jOHN3a0k&export=download Stategak]
* [https://github.com/elmadev/elma-rust elma-rust]
* [https://mopolauta.moposite.com/viewtopic.php?f=3&t=10066 ElmaJS ] + [https://github.com/elmadev/elmajs source]


==Gallery==
<gallery bordercolor="transparent" spacing="small" orientation="landscape">
elma_statedat_util.png
</gallery>
<br/><br>
<br/><br>



Latest revision as of 12:30, 5 November 2020

DAT


Format Specifications

// Elasto Mania
// DAT file format

// Note: whole file is divided to chunks
// and each chunk is encrypted with custom algorithm.


MultiEx BMS Script

Not written yet.

Notes and Comments

  • State.dat file contains the player data, times and key settings.

Compatible Programs

Gallery