10tons XML: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 41: | Line 41: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/10tons%20games/10tons_XML_Tool.py 10tons_XML_Tool.py] | |||
<br/><br> | <br/><br> | ||
Revision as of 10:19, 23 July 2021
Back to index | Edit this page
XML
- Format Type : Text
- Endian Order : Little Endian
Format Specifications
// 10tons XML file format // little endian // header 14 bytes (char) - signature + null // "10TONS_SECRET" 4 bytes (uint32) - encrypted data size 4 bytes (uint32) - check value? // data x bytes - encrypted data
MultiEx BMS Script
Not written yet.
Notes and Comments
- This file format occurs in games made by 10tons.
- Data is protected by custom encryption method.
- Encrypted XML files are located in "C:\Users\<username>\AppData\Roaming\10tons" directory.
Games
List of games using this file format:
- Neon Chrome
- Tesla vs Lovecraft (PC) (*.XML)
Compatible Programs