Warlords: Battlecry ARM: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== ARM == * ''' Game ''': Warlords: Battlecry <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <b...") |
imported>Ikskoks |
||
| Line 21: | Line 21: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* ARM files are encrypted with custom algorithm. | * ARM files are encrypted with custom algorithm. Special 256-bytes key is needed for decryption. | ||
=== Decryption algorithm === | |||
Below is Python implementation of decryption algorithm: | |||
<pre> | |||
</pre> | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 10:30, 18 December 2020
ARM
- Game : Warlords: Battlecry
- Format Type : Misc
- Endian Order : Little Endian
Format Specifications
//header // TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- ARM files are encrypted with custom algorithm. Special 256-bytes key is needed for decryption.
Decryption algorithm
Below is Python implementation of decryption algorithm:
Compatible Programs