This commit is contained in:
Anthony Wang 2020-04-24 19:46:25 -05:00
commit 77a140b482

View file

@ -18,7 +18,6 @@ In newer versions of TWiLight Menu++, the save files are located in a seperate d
- [Unlaunch](https://problemkaputt.de/unlaunch.zip)
- [HiyaCFW](https://github.com/mondul/HiyaCFW-Helper/releases) (and a 2 gigabyte SD card)
- [TWiLightMenu++](https://github.com/DS-Homebrew/TWiLightMenu/releases) (this comes with the correct version of NDS-Bootstrap and properly configures it)
- You must have ran a game from within TwilightMenu++ at least once before creating save forwarders.
- A computer
- A way to read your DSi's SD card from your PC
@ -32,19 +31,16 @@ In newer versions of TWiLight Menu++, the save files are located in a seperate d
- If you want to organize your stuff better, you can create a save folder inside the game folder or anywhere else on the console, but this will require more configuration later.
## Step 3. Downloading and Installing Make-Forwarder-Dsi
1. Go to [this link](https://github.com/Ta180m/Make-Forwarder-Dsi/releases) and under "Assets", click on the one titled "MakeForwarder.zip" to download it
2. Extract the files from the downloaded MakeForwarder.zip to a folder of your choosing
3. Open the extracted MakeForwarder folder, then navigate to the folder called "title". Copy the folder called "00030004" or something similar.
4. Open up the SD card and navigate to the "title" folder. Paste the "00030004" folder inside the "title" folder on your SD card.
5. Now, go back to the extracted MakeForwarder folder on your PC. Inside there should be another folder called "MakeForwarder". Go inside this and copy the file called "template.nds" (and any other files that may be there)
6. Go to your SD card and in the root directory, create a folder called "MakeForwarder". Paste the "template.nds" file here.
7. Eject the SD card and put it back inside your DSi
1. Go to [this link](https://github.com/Ta180m/Make-Forwarder-Dsi/releases) and download `MakeForwarder.zip`
2. Extract the files from the downloaded `MakeForwarder.zip` to a folder of your choosing
3. Drag all the files to your SD card
4. Eject the SD card and put it back inside your DSi
## Step 4. Configuring Forwarders
1. Turn on your DSi and boot into HiyaCFW
2. You should see a "present" on your home screen titled `Forwarder Maker`. Unwrap and open this.
3. You should see a screen that says `Forwarder maker by edo9300`.
4. Use the D-pad to navigate to "Set target bootstrap" and click A to select it.
4. Use the D-pad to navigate to `Set target bootstrap` and click A to select it.
5. Navigate to the folder called `_nds` and choose the file called `nds-bootstrap-nightly.nds`
6. Now select `Create Forwarder`.
7. Navigate to your games folder and select the ROM you would like to make a forwarder to, then click A.
@ -52,17 +48,23 @@ In newer versions of TWiLight Menu++, the save files are located in a seperate d
9. When you are done, restart the console and go back to HiyaCFW. You should see one present for each forwarder you created. Unwrap them.
10. Open them and they should work. If they don't start or it won't read your save file, go back to HiyaCFW and open the app again, but keep A pressed after you open it up. This should show a menu allowing you to change the forwarder, ROM file, and save location. Configure these as necessary.
## Step 5 (optional). Automatically Booting into HiyaCFW
## Step 5 (optional) Automatically Booting into HiyaCFW
If your DS always boots into Unlaunch, you can make it automatically boot into HiyaCFW (or TwilightMenu++ if you prefer). This is pretty easy to do.
1. Boot into Unlaunch.
2. Use the D-pad to select "OPTIONS" and hit A to click on it.
3. Click on "NO BUTTON" and select the thing you'd like to open by default (probably HiyaCFW)
2. Use the D-pad to select `OPTIONS` and hit A to click on it.
3. Click on `NO BUTTON` and select the thing you'd like to open by default (probably HiyaCFW)
4. You can also configure what happens when you boot while holding A, B, X, and Y (e.g. holding A can boot you into TwilightMenu)
- Holding A+B will always boot into Unlaunch, but I personally set holding just A to open up Unlaunch also (if you want to open Unlaunch, choose the item called "FILEMENU").
- Holding A+B will always boot into Unlaunch, but I personally set holding just A to open up Unlaunch also (if you want to open Unlaunch, choose the item called `FILEMENU`).
## Step 6. Final Remarks
- You can add as many rom forwarders as you like (as long as you don't run out of space or use the maximum number of system menu slots).
- Remember - HiyaCFW only works on SD cards of 2 gigabytes or fewer.
- Do not remove any of the MakeForwarder files you originally created. This will delete all of your forwarders (but the games and saves should still be there).
- Happy playing!
## Building from Source
1. Install the [devkitARM toolchain](https://devkitpro.org/wiki/Getting_Started)
2. Download or clone this repository
3. Navigate to the folder and run `make -f Makefile`
4. The build will produce a `Make-Forwarder-Dsi.nds` file which you can then install using [TMFH](https://github.com/JeffRuLz/TMFH)