mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
- They now work as tabs without JS - Use an include for cleaner markdown - A little bit nicer code overall, annoying that the split is needed, but otherwise pretty nice now
2.9 KiB
2.9 KiB
| lang | layout | section | category | title | description | tabs | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| en-US | wiki | twilightmenu | installing | Installing (3DS) | How to install TWiLight Menu++ on the Nintendo 3DS |
|
You will first need to have Custom Firmware on your 3DS, follow 3ds.hacks.guide to install it {:.alert .alert-info}
{% capture tab-working-camera %}
- Open FBI and select
Remote Install, thenScan QR Code - Scan this QR code to install the latest version of Universal-Updater

- Close FBI and launch Universal-Updater
- If it doesn't show up on your home menu, reboot your 3DS
- Find TWiLight Menu++ in the app grid, you can search with the 3rd tab on the sidebar if you have trouble finding it
- Press A or tap the download icon in the sidebar and select
TWiLight Menu++to install it- This will take a while {% endcapture %} {% assign tab-working-camera = tab-working-camera | split: "" %}
{% capture tab-non-working-camera %}
- Download the
Universal-Updater.ciafile from the Universal-Updater release page - Place the
Universal-Updater.ciafile anywhere on your SD card - Launch FBI on your Nintendo 3DS
- In FBI, go to the place you pasted the
Universal-Updater.ciafile - Select the
Universal-Updater.ciafile and hit "Install & Delete" - Close FBI and launch Universal-Updater
- If it doesn't show up on your home menu, reboot your 3DS
- Find TWiLight Menu++ in the app grid, you can search with the 3rd tab on the sidebar if you have trouble finding it
- Press A or tap the download icon in the sidebar and select
TWiLight Menu++to install it- This will take a while {% endcapture %} {% assign tab-non-working-camera = tab-non-working-camera | split: "" %}
{% capture tab-manual %}
- Download the latest version of
TWiLightMenu-3DS.7zfrom the releases page - Extract
TWiLightMenu-3DS.7z - Copy the
_ndsfolder to your SD card root - Copy the
BOOT.NDSfile to your SD card root - Copy the
romsfolder to your SD card root - Copy the two
.ciafiles to your SD card root - On your 3DS, install the two CIAs with FBI {% endcapture %} {% assign tab-manual = tab-manual | split: "" %}
Installing
{% assign tabs = tab-working-camera | concat: tab-non-working-camera | concat: tab-manual %} {% include tabs.html index=0 tabs=tabs %}