More actions
Nicoe | |
---|---|
File:Nicoewii.jpg | |
General | |
Author | libertyernie |
Type | PC Utilities |
Version | 10.3 |
License | Mixed |
Last Updated | 2021/12/03 |
Links | |
Download | |
Website | |
Source | |
Nicoe is a Windows desktop application that can create, open, edit, and save the nincfg.bin files used by Nintendont. It's built around a C++/CLI wrapper around the NIN_CFG structure, which exposes each meaningful configuration element of the structure as a .NET property so it can be modified by the built-in WinForms PropertyGrid. (This is actually duplicated three times, to handle nincfg.bin files going back to version 8, so you'll see a .dll for each.)
Features:
- Create / open / save nincfg.bin files (version 8, 9, or 10)
- Update nincfg.bin files to version 10
- Read the Game ID directly from a disc image
- Extract the banner (as .png) from a disc image
- Write a meta.xml to autoload a game directly from the Homebrew Channel (not officially supported; requires a custom build of Nintendont that can accept a base64-encoded command-line parameter)
Requirements:
- Windows
- .NET Framework 4.6.1 or newer
- Microsoft Visual C++ Redistributable 2019 or newer