More actions
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC Utilities) - GameBrew |title_mode=append |image=nicoewii.jpg |image_alt=Nicoe }} {{Infobox Wii Homebrews |title=Nicoe |image=nicoewii....") |
No edit summary |
||
Line 18: | Line 18: | ||
|source=https://github.com/libertyernie/Nicoe | |source=https://github.com/libertyernie/Nicoe | ||
}} | }} | ||
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 | |||
==External links== | |||
* GitHub - https://github.com/libertyernie/Nicoe | |||
* Gbatemp - https://gbatemp.net/threads/nicoe-nintendont-configuration-editor.603950/ |
Revision as of 02:45, 22 Haziran 2022
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