RomFS Builder 3DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=RomFS Builder | |title=RomFS Builder | ||
|image= | |image=romfsbuilder3.png | ||
|description=Convert a folder in windows into a 3DS RomFS binary. For use with makerom. | |description=Convert a folder in windows into a 3DS RomFS binary. For use with makerom. | ||
|author=SciresM | |author=SciresM | ||
Revision as of 16:51, 8 April 2023
| RomFS Builder | |
|---|---|
| General | |
| Author | SciresM |
| Type | File Operation |
| Version | Final |
| License | Mixed |
| Last Updated | 2015/01/21 |
| Links | |
| Download | |
| Website | |
| Source | |
RomFS Builder is a program that converts a folder in windows into a 3DS RomFS binary. For use with makerom.
Note: This utility has been integrated into pk3DS.
Features
- Faster than ctr_makerom32 (nintendo sdk program).
- Easier to use than ctr_makerom32 or Makerom.
- Written in C#.
User guide
Open a folder using the Open button, then hit Go. The program will then generate a RomFS binary.
When it's done, it'll prompt you to save the binary with a file name of your choice.
Screenshots
Changelog
Final
- Hash Table Generation has been fixed.
- Generated RomFS Binaries should now be perfectly accurate.
1.0
- Initial version.
Credits
Credit to Project CTR, upon which much of the code used in the program is based.