1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-30 11:49:52 +02:00

add version selecting, and other minor change (#2207)

- Splits Seedminer into 2 pages, using includes. Prevents people from clicking on the twn method if they don't have a taiwanese console
- Adds a new version of Soundhax, for cart-updated consoles, more include, troubleshooting should stay

Make version selectable

This happens in order (with if/else statements):
- People select other -> redirect to checking for cfw(Checking for cfw might have to be reworded, redirecting people to NH if they boot into the HOME menu with Sys/Emu yah)
- People select 11.3 or lower -> redirect to standard Soundhax
- People select 11.4 or higher but nver < 37 and System version isnt 11.16(universal-otherapp patch lol) -> new fancy Soundhax-sp page, adds instructions on what to choose in the what you need section
- Function is called to check if cver combined with nver is sslothable... feedback appreciated on the numbers etc
- People select T as region -> redirect to seedminer(twn)
- People select C as region -> Display message pointing at ntrboot
- If none of the things apply -> redirect to Seedminer

Co-authored-by: lifehackerhansol <lifehacker@hansol.ca>
This commit is contained in:
Florian
2023-03-12 11:08:02 +01:00
committed by GitHub
parent 63b9bb3f51
commit 25a33413ce
12 changed files with 398 additions and 149 deletions

View File

@@ -64,6 +64,9 @@ sidebar_pages:
-
title: Seedminer
url: seedminer
-
title: Seedminer (TWN)
url: seedminer-(twn)
-
title: BannerBomb3
url: bannerbomb3
@@ -97,6 +100,9 @@ sidebar_pages:
-
title: Installing boot9strap (Soundhax)
url: installing-boot9strap-(soundhax)
-
title: Installing boot9strap (Soundhax-sp)
url: installing-boot9strap-(soundhax-sp)
-
title: Installing boot9strap (SSLoth-Browser)
url: installing-boot9strap-(ssloth-browser)