3DS:Rebuild Title Database: Difference between revisions
From Hacks Guide Wiki
More actions
→What you need: 3.8 or later is required with pyctr>=0.7 |
→Section II - Rebuilding the Database: test python before continuing |
||
| Line 39: | Line 39: | ||
# Navigate to the rebuild folder in file explorer | # Navigate to the rebuild folder in file explorer | ||
# Hold SHIFT and right-click anywhere in the folder's empty space, then click the option that opens a terminal, PowerShell, or Command Prompt | # Hold SHIFT and right-click anywhere in the folder's empty space, then click the option that opens a terminal, PowerShell, or Command Prompt | ||
# In this new window, enter the following commands one at a time: | # In this new window, enter the following commands one at a time: | ||
## <code>py -3 -V</code> | |||
##* 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> | ||