Nintendo - Nintendo 64 dat notes: Difference between revisions

From No-Intro ~ Wiki
Jump to navigation Jump to search
Hiccup (talk | contribs)
mNo edit summary
Hiccup (talk | contribs)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Dumper notes:
* 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]
* oliveryuyu / TEAM CARROT
** It doesn't seem like he wants to provide more info on his dumps/releases than what he has provided in his "NFO" files
* NESWORLD
** It doesn't seem like he wants to provide more info on his dumps/releases than what he has provided on his site


[[Category:Datting guides]]
[[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]