More actions
(Created page with "{{#seo: |title=Wii Homebrew Apps (Other Apps) - GameBrew |title_mode=append |image=iireaderwii.jpg |image_alt=ii-Reader }} {{Infobox Wii Homebrews |title=ii-Reader |image=iire...") |
No edit summary |
||
Line 18: | Line 18: | ||
|source=https://github.com/The-Revvy/ii-reader | |source=https://github.com/The-Revvy/ii-reader | ||
}} | }} | ||
ii-Reader is a Wii Homebrew app that allows you to add vpk data to your e-Reader save file. To use this app, you need to have vpk data named "vpk.bin" in the "SD://iireader" folder. | |||
You can also use a hex editor to modify "title.bin" to change the name of the program (up to 35 characters). | |||
==To obtain vpk.bin== | |||
*Obtain a .raw dump of your desired e-Reader card | |||
*Download nedcenc from caitsith2.com E-Reader Development Tools | |||
*Run the following command | |||
<pre>nedcenc.exe -i <input>.raw -o vpk.bin -d</pre> | |||
Based on GBA Link Cable Dumper v1.6 by FIX94 | |||
==Todo== | |||
*Add suport for more than just z80 data, should be p easy | |||
==Media== | ==Media== | ||
'''ii-Reader: An e-Reader vpk injector for the Nintendo Wii - ([https://www.youtube.com/watch?v=JrkySQXrzoA Revvy])'''<br> | |||
<youtube>JrkySQXrzoA</youtube> | <youtube>JrkySQXrzoA</youtube> | ||
==Special Shoutouts to== | |||
*FIX94 | |||
*Chishm | |||
*Dark Fader | |||
*Caitsith2 | |||
*The e-Reader Crew | |||
==Changelog== | |||
'''v1b''' | |||
* First release, only injects z80 data properly | |||
==External Links== | |||
* Gbatemp - https://gbatemp.net/threads/ii-reader-inject-e-cards-to-e-reader-rom.586685/ | |||
* Github - https://github.com/The-Revvy/ii-reader |
Revision as of 05:51, 24 Ocak 2023
ii-Reader | |
---|---|
File:Iireaderwii.jpg | |
General | |
Author | The-Revvy |
Type | Other Apps |
Version | 1b |
License | MIT License |
Last Updated | 2020/12/17 |
Links | |
Download | |
Website | |
Source | |
ii-Reader is a Wii Homebrew app that allows you to add vpk data to your e-Reader save file. To use this app, you need to have vpk data named "vpk.bin" in the "SD://iireader" folder.
You can also use a hex editor to modify "title.bin" to change the name of the program (up to 35 characters).
To obtain vpk.bin
- Obtain a .raw dump of your desired e-Reader card
- Download nedcenc from caitsith2.com E-Reader Development Tools
- Run the following command
nedcenc.exe -i <input>.raw -o vpk.bin -d
Based on GBA Link Cable Dumper v1.6 by FIX94
Todo
- Add suport for more than just z80 data, should be p easy
Media
ii-Reader: An e-Reader vpk injector for the Nintendo Wii - (Revvy)
Special Shoutouts to
- FIX94
- Chishm
- Dark Fader
- Caitsith2
- The e-Reader Crew
Changelog
v1b
- First release, only injects z80 data properly