Skip to content

Commit 3e9ca29

Browse files
committed
Simply the Installing (3DS) page with the assumption that most people already have Universal-Updater now
I didn't delete any of the old information, and I made sure to keep the link from the update page intact. The default path is just simpler now with a link on what to do if you don't have UU
1 parent d83c0e3 commit 3e9ca29

3 files changed

Lines changed: 22 additions & 16 deletions

File tree

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 4.2.0"
11+
gem "jekyll", "~> 4.3.3"
1212

1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
@@ -27,3 +27,7 @@ end
2727
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
2828

2929
gem "webrick", "~> 1.8.1"
30+
gem "csv", "~> 3.3.5"
31+
gem 'base64', '~> 0.1.0'
32+
gem 'erb', '~> 6.0'
33+
gem 'logger', '~> 1.7'

pages/_en-US/twilightmenu/installing-3ds.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,32 @@ title: Installing (3DS)
77
long_title: Installing TWiLight Menu++ (3DS)
88
description: How to install TWiLight Menu++ on the Nintendo 3DS
99
tabs:
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

1516
You 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 %}
1931
1. Open FBI and select `Remote Install`, then `Scan QR Code`
2032
1. 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
3542
1. Launch FBI on your Nintendo 3DS
3643
1. In FBI, go to the place you pasted the `Universal-Updater.cia` file
3744
1. 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).

pages/_en-US/twilightmenu/updating-3ds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If updating from a version older than v25.7.0, it is recommended to delete the `
2222

2323
{% capture tab-universal-updater %}
2424
1. Open Universal-Updater
25-
- If you don't have it, follow the [installing](installing-3ds) instructions
25+
- If you don't have it, follow the [installing](installing-3ds?tab=working-camera) instructions
2626
1. Find TWiLight Menu++ in the app grid, you can search with the 3rd tab on the sidebar if you have trouble finding it
2727
1. Press <kbd class="face">A</kbd> or tap the download icon in the sidebar and select `TWiLight Menu++` to install it
2828
- This will take a while

0 commit comments

Comments
 (0)