Commit graph

67 commits

Author SHA1 Message Date
lifehackerhansol
e9f4c2560f
Add includes for ctrtransfer steps (#2205)
* Add includes for ctrtransfer steps

- Region changing and CTRTransfer uses this
- Also split HBL open options, it is also used by finalizing setup

* Commonize NAND backup steps

Finalizing Setup won't use this include for the time being. But we
should use it for GM9 usage as well as Region Changing.

* Commonize GM9 SD format steps

Pages using this include:
- godmode9-usage
- move-emunand

* remove usage of is-powered-off, just do that in the main page

* always power off after NAND backup, it's trivial to get back in

Trying to explain what "unmounting" is to a user is going to be
confusing anyway

* Unconditionally don't set up an emuNAND, also remove usage of is-powered-off

* Fix rendering
2023-03-28 21:41:02 -07:00
lifehackerhansol
20d6efa175 Remove Soundhax derivatives
This is unnecessary and causes confusion for both the end user and the
helper, when one can just do another exploit if in such a situation
where these are necessary.
2023-03-28 21:35:56 -07:00
lifehackerhansol
1eaf72401f Allow configure-luma3ds to be used on boot
Now configure-luma3ds is used in all installing-boot9strap-* pages
2023-03-26 02:13:17 -07:00
Florian
af41d43a8e
address issues for korean consoles, because of nver differences (#2221)
I literally downloaded 14 korean updates, and wrote a script, to unzip, extract, ninfs, and print them, to get this done.

Co-authored-by: lifehackerhansol <lifehacker@hansol.ca>
2023-03-19 05:46:34 -07:00
Lily
fcc824cb04 lumaconfig: strong warn; ts: config.ini update
also, switch from using discord link to /assets/config.ini
2023-03-14 21:29:02 -07:00
Lily
fc0fd888f9 fix typos
oops
2023-03-12 22:37:20 -07:00
Lily
6bdc4e1612 qol: clarify internet status 2023-03-12 22:32:15 -07:00
lifehackerhansol
8bbe947bfb rename seedminer include to seedminer-base
github pages is bad and this is probably causing a race condition
2023-03-12 03:32:54 -07:00
Florian
25a33413ce
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>
2023-03-12 03:08:02 -07:00
lifehackerhansol
6ad4d49660 Commonize slotTool-based USM removal steps 2023-02-23 12:41:05 -08:00
lifehackerhansol
06c3bbb879 Use exploit-usm in kartdlphax too 2023-02-23 12:41:05 -08:00
lifehackerhansol
45a8099c51 Commonize Fredtool CFW check 2023-02-23 12:41:05 -08:00
lifehackerhansol
e970604705 Commonize USM steps 2023-02-23 12:41:05 -08:00
lifehackerhansol
0bab4446dd Further split SB9SI into SB9SI + Luma3DS config
This way we can include configure-luma3ds into more relevant pages
2023-02-23 12:41:05 -08:00
lifehackerhansol
3b70a0591b Split the Luma3DS-now-installed notes 2023-02-23 12:41:05 -08:00
lifehackerhansol
0504726472 Split b9stool steps
It seems Jekyll lets you do parameterized includes as well as
if/else statements. Make use of this here.
2023-02-23 12:41:05 -08:00
lifehackerhansol
da3b5f2fcc Introduce include folder for common sections
Start with B9S install from SafeB9SInstaller as an example
2023-02-23 12:41:05 -08:00