3DS:Rebuild Title Database: Difference between revisions
From Hacks Guide Wiki
More actions
directly link to v1.3.0 of save3ds as latest currently have no binary release and no functional changes |
Mr. Burguers (talk | contribs) Backslashes after drive letter |
||
| Line 35: | Line 35: | ||
##*If this does not print the Python version, it is either not installed correctly, or the wrong command was used. Please read the note above. | ##*If this does not print the Python version, it is either not installed correctly, or the wrong command was used. Please read the note above. | ||
##<code>py -3 -mpip install --user -r requirements.txt</code> | ##<code>py -3 -mpip install --user -r requirements.txt</code> | ||
##<code>py -3 fix-titledb.py -b boot9.bin -m movable.sed -s X:</code> | ##<code>py -3 fix-titledb.py -b boot9.bin -m movable.sed -s X:\</code> | ||
##*If you are on Windows, replace <code>X:</code> with your SD card's drive letter. If you are not on Windows, replace <code>X:</code> with your SD card's mount point. | ##*If you are on Windows, replace <code>X:\</code> with your SD card's drive letter. If you are not on Windows, replace <code>X:\</code> with your SD card's mount point. | ||
##<code>py -3 rebuild-title-database.py -b boot9.bin -m movable.sed -S seeddb.bin -s X: -o out</code> | ##<code>py -3 rebuild-title-database.py -b boot9.bin -m movable.sed -S seeddb.bin -s X:\ -o out</code> | ||
##<code>./save3ds_fuse.exe --db sdtitle out --import --boot9 boot9.bin --movable movable.sed --sd X:</code> | ##<code>./save3ds_fuse.exe --db sdtitle out --import --boot9 boot9.bin --movable movable.sed --sd X:\</code> | ||
##*If you are not on Windows, remove <code>.exe</code> from this command | ##*If you are not on Windows, remove <code>.exe</code> from this command | ||
#If you didn't get any errors, your apps should reappear on the HOME Menu immediately | #If you didn't get any errors, your apps should reappear on the HOME Menu immediately | ||