You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
<!--bin: github--> <!--date: github--> NFS2ISO2NFS is a utility for converting .nfs files (found in Wii eShop games) to .iso files and vice versa. == User guide == === How to use === Place the <code>.exe</code> file in the content folder of a Wii eShop game. Use the command <code>nfs2iso2nfs -dec -wiikey "pathToWiiCommonKeyFile"</code> to convert .nfs files to .iso. For converting .iso files to .nfs, use the command <code>-enc</code>. === Commands === * <code>-dec</code>: Decrypt .nfs files to an .iso file. * <code>-enc</code>: Encrypt an .iso file to .nfs files. * <code>-key <file></code>: Location of AES key file. Default: <code>code\\htk.bin</code>. * <code>-wiikey <file></code>: Location of Wii Common key file. Default: <code>wii_common_key.bin</code>. * <code>-iso <file></code>: Location of .iso file. Default: <code>game.iso</code>. * <code>-nfs <file></code>: Location of .nfs files. Default: current directory. * <code>-keep</code>: Don't delete the files produced in intermediate steps. === Notes === * The Wii Common key is required. Either put it in the source code and compile the program or place it in a file and using the <code>-wiikey</code> command. * The converted ISO can be used with Dolphin emulator (back up your games with tools like Dumpling). == Screenshots == https://dlhb.gamebrew.org/wiiuhomebrews/nfs2iso2nfswiiu2.png == Changelog == '''v0.5.6 2017/10/28''' * Corrected CC l/r swap patches. * Renamed wiimote patch from -vertical to -horizontal to properly reflect what it does. '''v0.5.5 2017/10/04''' (FIX94) * Pre-compiled application. '''v0.2 2017/01/08''' * Small bug fixed that prevented huge game partition from being processed correctly. '''v0.1 2017/01/05''' (sabykos) * Initial release. == Credits == Original credits: * @JaGoTu10 for research on OSv1 and Wii VC games, especially the EGGS header. * @Falo for research on the encryption of nfs files. * @AboodXD for guidance. * Contributors to the WiiBrew Wiki. == External links == * GitHub - https://github.com/sabykos/nfs2iso2nfs/releases * GitHub - https://github.com/FIX94/nfs2iso2nfs/releases * GBAtemp - https://gbatemp.net/threads/semi-working-nfs2iso2nfs-convert-nfs-to-iso-and-back.455812/ * GBAtemp (GNU/Linux build) - https://gbatemp.net/threads/semi-working-nfs2iso2nfs-convert-nfs-to-iso-and-back.455812/post-7561037 <!-- https://gbatemp.net/threads/semi-working-nfs2iso2nfs-convert-nfs-to-iso-and-back.455812/post-7556818 https://gbatemp.net/threads/semi-working-nfs2iso2nfs-convert-nfs-to-iso-and-back.455812/page-20#post-7556832 -->
Advertising: