mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
Jekyll + CSV will generate...
- Titlecards on index.html
- Download links
- Banner "image"
CDN has also been changed to have uniform file paths that can be assembled via the CSV. Sorry dad, stole the nice naming from the magazine index 😛
17 lines
1.7 KiB
HTML
17 lines
1.7 KiB
HTML
---
|
|
layout: devinfo
|
|
app: NandFiler
|
|
BANNER2: NandFiler
|
|
BANNER3:
|
|
---
|
|
NandFiler is a save manager and hex editor. Its purpose is to edit save files, or to corrupt save data for testing purposes. Game saves are selected from leftmost column on the bottom screen where they're listed by the 4 character TID of the game they belong to. You can also view the photo region of NAND and the SD card, the latter of which is needed to import saves.<br>A help menu is provided by pressing <code>SELECT</code>.
|
|
<br><br>
|
|
Exporting a save will store all of the files in the save to <code>sd:/<TID>_0000/</code>, and backing up a save will store the save as <code>sd:/<TID>_<save type>.sav</code>.
|
|
<br><br>
|
|
Oddly enough, all versions of NandFiler past v11280 contain an image of fish in romfs, named <code>fill.bmp</code>. This seems to have no purpose, though it is rather amusing.
|
|
<br><br>
|
|
Note: the CTR SDK versions of NandFiler appear to be the same (fish included), just with the version number stripped.<div style="text-align:center;"><h3>fill.bmp<br><br><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/romfs/NandFiler/fill.bmp" style="width:50vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></h3>
|
|
<h1>Screenshots:</h1>
|
|
<div style="float: left;width: 35vw;"><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/NandFiler/nandfiler_browse.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></div>
|
|
<div style="float: left;width: 35vw;"><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/NandFiler/nandfiler_hex.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></div></div>
|