Skip to content
simonomi edited this page Jun 23, 2023 · 1 revision

DMS files are literally just a magic id and a single 32-bit unsigned integer.

               0x00          0x04
╭───────────────┼─────────────┼─────────────╮
│ Raw           │ 44 4D 53 00 │ 4C 04 00 00 │
├───────────────┼─────────────┼─────────────┤
│ Little-endian │ 00534D44    │ 0000044C    │
├───────────────┼─────────────┼─────────────┤
│ Formatted     │ "DMS"       │ 1,100       │
╰───────────────┼─────────────┼─────────────╯
                ╰╴File format ╰╴Value

Source: etc/battle_maxid

Found

etc/*_maxid

Clone this wiki locally