fb95dbf660
Update Crowdin configuration file Update Crowdin configuration file
7.8 KiB
7.8 KiB
title | permalink | ref |
---|---|---|
NTR and Cubic Ninja | /ntr-and-cubic-ninja.html | ntr-and-cubic-ninja |
NTR Cubic Ninja will work for JPN New 3DS ONLY! {: .notice--warning}
What you need
- JPN Cubic Ninja
- The Homebrew Starter Kit
- The latest release of Decrypt9WIP
3ds-private-update-server.zip
- WAMPSERVER (PHP 5.5) 2.5
node.exe
update.php
- The v3.2 release of NTR CFW
- The latest release of NTR Debugger
- The 9.2.0 downgrade pack
.zip
file for your device and region:
Instructions
Section I - Prep Work
- Install WAMP to the default directory
- Copy the contents of
3ds-private-update-server.zip
toC:\wamp\www\
(overwrite existing files) - Copy
update.php
toC:\wamp\www\
(overwrite existing files) - Copy the
updates
folder from the 9.2.0 downgrade.zip
toC:\wamp\www\
- Move
node.exe
toC:\wamp\www\updates
- Move
C:\wamp\www\CdnCiaUnpack.js
toC:\wamp\www\updates
- In the
C:\wamp\www\updates
directory, dragCdnCiaUnpack.js
ontonode.exe
to createGetSystemUpdate.partial.xml
- Move
node.exe
andCdnCiaUnpack.js
back toC:\wamp\www\
- Copy
GetSystemUpdate.partial.xml
toC:\wamp\www\
(so that a copy of it exists in bothC:\wamp\www\updates
andC:\wamp\www\
) - Click the WAMP icon in your system tray, then click "Put Online"
- Use the command "ipconfig" in CMD to get your computer's IPv4 Address, you will need it soon
- Copy
ntr.bin
to the root of your SD card - Create a folder named
files9
on the root of your SD card if it does not already exist - Copy the contents of the
starter.zip
to the root of your SD card - Copy the
Decrypt9WIP
folder from the Decrypt9WIP.zip
to/3ds/
on your SD card - Put the SD card back into your 3DS
Section II - Updating
- Boot your 3DS into recovery mode by holding L+R+A+UP while powering on
- Decline the update and reboot
- Open Cubic Ninja (if it already has NinjHax installed, hold L+R+X+Y to reset it)
- Select "Create", then "QR Code", then "Scan QR Code"
- Scan the QR code in the NTR CFW
.zip
for your region - On the home menu, press (Y) and (X) at the same time to open NTR's menu
- Enable the debugger and close the menu
- Use your router's web page to get your 3DS's IP address (google it if you don't know how, all routers are different)
- Run NTR Debugger on your computer
- Enter the following commands (replace 192.168.1.100 with your 3DS's IP address and 192.168.1.200 with your computer's IP address)
connect("192.168.1.100", 8000)
write(0x15E424, tuple(map(ord, "http://192.168.1.200/update.php\0")), pid=0x25)
write(0x15E0EC, tuple(map(ord, "http://192.168.1.200/update.php\0")), pid=0x25)
write(0x15E463, tuple(map(ord, "http://192.168.1.200/update.php\0")), pid=0x25)
- Update your 3DS by going to System Settings, then "Other Settings", then going all the way to the right and using "System Update"
Continue to Decrypt9 (Homebrew Launcher) {: .notice--primary}