@@ -7,25 +7,32 @@ title: Installing (3DS)
77long_title : Installing TWiLight Menu++ (3DS)
88description : How to install TWiLight Menu++ on the Nintendo 3DS
99tabs :
10- - working-camera : Working camera
10+ - universal-updater : Universal-Updater
11+ working-camera : Working camera
1112 non-working-camera : Non-working camera
1213 manual : Manual
1314---
1415
1516You will first need to have custom firmware on your 3DS, follow [ 3ds.hacks.guide] ( https://3ds.hacks.guide ) to install it
1617{:.alert .alert-info}
1718
19+ {% capture tab-universal-updater %}
20+ 1 . Open Universal-Updater
21+ - If you don't have it, follow the [ working camera] ( ?tab=working-camera ) or [ non-working camera] ( ?tab=non-working-camera ) instructions
22+ 1 . Find TWiLight Menu++ in the app grid, you can search with the 3rd tab on the sidebar if you have trouble finding it
23+ 1 . Press <kbd class =" face " >A</kbd > or tap the download icon in the sidebar and select ` TWiLight Menu++ ` to install it
24+ - This will take a while
25+ - If installation fails, ensure the console is connected to the internet. Otherwise, use the [ manual] ( ?tab=manual ) method
26+ {% endcapture %}
27+ {% assign tab-universal-updater = tab-universal-updater | split: "////////" %}
28+
29+
1830{% capture tab-working-camera %}
19311 . Open FBI and select ` Remote Install ` , then ` Scan QR Code `
20321 . Scan this QR code to install the latest version of [ Universal-Updater] ( https://github.com/Universal-Team/Universal-Updater ) <br >
2133 ![ Universal-Updater QR code] ( https://db.universal-team.net/assets/images/qr/universal-updater-cia.png )
22- 1 . Close FBI and launch Universal-Updater
34+ 1 . Close FBI and continue with the [ Universal-Updater method ] ( ?tab=universal-updater )
2335 - If it doesn't show up on your home menu, reboot your 3DS
24- 1 . Find TWiLight Menu++ in the app grid, you can search with the 3rd tab on the sidebar if you have trouble finding it
25- - It has this icon: ![ TWiLight Menu++ icon] ( https://raw.githubusercontent.com/DS-Homebrew/TWiLightMenu/master/booter/icon.bmp )
26- 1 . Press <kbd class =" face " >A</kbd > or tap the download icon in the sidebar and select ` TWiLight Menu++ ` to install it
27- - This will take a while
28- - If installation fails, ensure the console is connected to the internet. Otherwise, click the ` Manual ` tab
2936{% endcapture %}
3037{% assign tab-working-camera = tab-working-camera | split: "////////" %}
3138
@@ -35,13 +42,8 @@ You will first need to have custom firmware on your 3DS, follow [3ds.hacks.guide
35421 . Launch FBI on your Nintendo 3DS
36431 . In FBI, go to the place you pasted the ` Universal-Updater.cia ` file
37441 . Select the ` Universal-Updater.cia ` file and hit "Install & Delete"
38- 1 . Close FBI and launch Universal-Updater
45+ 1 . Close FBI and continue with the [ Universal-Updater method ] ( ?tab=universal-updater )
3946 - If it doesn't show up on your home menu, reboot your 3DS
40- 1 . Find TWiLight Menu++ in the app grid, you can search with the 3rd tab on the sidebar if you have trouble finding it
41- - It has this icon: ![ TWiLight Menu++ icon] ( https://raw.githubusercontent.com/DS-Homebrew/TWiLightMenu/master/booter/icon.bmp )
42- 1 . Press <kbd class =" face " >A</kbd > or tap the download icon in the sidebar and select ` TWiLight Menu++ ` to install it
43- - This will take a while
44- - If installation fails, ensure the console is connected to the internet. Otherwise, click the ` Manual ` tab
4547{% endcapture %}
4648{% assign tab-non-working-camera = tab-non-working-camera | split: "////////" %}
4749
@@ -59,7 +61,7 @@ You will first need to have custom firmware on your 3DS, follow [3ds.hacks.guide
5961
6062### Installing
6163
62- {% assign tabs = tab-working-camera | concat: tab-non-working-camera | concat: tab-manual %}
64+ {% assign tabs = tab-universal-updater | concat: tab- working-camera | concat: tab-non-working-camera | concat: tab-manual %}
6365{% include tabs.html index=0 tabs=tabs %}
6466
6567** Optional:** If you want to play games from before the DS(i) & GBA and/or use other additional features (known as add-ons), see [ Installing Add-ons] ( installing-addons ) .
0 commit comments