Skip to content

Commit

Permalink
(Cont.) Update to v1.5
Browse files Browse the repository at this point in the history
Updated binary and readme.
  • Loading branch information
DarkMatterCore committed Apr 24, 2017
1 parent 9bb036f commit ab31358
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# sbn64
Simple Byteswapper for N64 Saves

This program is designed to convert N64 saves generated by PC emulators, like Project64, from Little Endian to Big Endian, by performing a 32-bit byteswapping operation on the whole file (and adding padding if required). The output file should be compatible with Wii64/Not64 and Mupen64Plus emulators. Usage is pretty much straightforward and it's also explained in the program itself.
This program is designed to convert N64 saves between different formats generated by various emulators, by cutting/padding the source file and/or performing a 32-bit byteswapping operation on it. Usage is pretty much straightforward and it's also explained in the program itself.

Furthermore, sbn64 lets you convert an input file to the Virtual Console format, by using the "/vc_save" modifier. Also, it's compatible with Sixtyforce saves and it's able to extract Controller Pak saves from them.
As of v1.5, sbn64 is able to convert to/from the formats generated by these emulators:

This code is public domain, so just have at it.
* Wii64.
* Project64 (PC).
* Wii N64 Virtual Console titles.
* Sixtyforce (Mac). Also compatible with Controller Pak data.

This code is of public domain, so just have at it.
Binary file modified sbn64.exe
Binary file not shown.

0 comments on commit ab31358

Please sign in to comment.