Nintendo - Nintendo 64 dat notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
* ByteSwapped format should be derived from BigEndian using uCON64 v2.2.2 | * ByteSwapped format should be derived from BigEndian using uCON64 v2.2.2 <code>ucon64 --nhd --ns --n64 --dint INPUT_FILE</code> (optionally with --nbak to disable backup file creation), hashing the result, then converted back using the same command and checking the hash of that output, to make sure its reversible. [todo: make wrapper script or reimplementation for this whole process] | ||
[[Category:Dat notes]] | [[Category:Dat notes]] | ||
Latest revision as of 15:18, 22 August 2026
- ByteSwapped format should be derived from BigEndian using uCON64 v2.2.2
ucon64 --nhd --ns --n64 --dint INPUT_FILE(optionally with --nbak to disable backup file creation), hashing the result, then converted back using the same command and checking the hash of that output, to make sure its reversible. [todo: make wrapper script or reimplementation for this whole process]