Commit graph

78 commits

Author SHA1 Message Date
Lily
5cf5029748 hbl-dlp: clarify exiting/reopening
resolves #2255
2023-05-03 17:58:55 -07:00
Lily
5f7156aa29 ctrnand-datayeet: fix a word
oops
2023-04-14 18:49:32 -07:00
Lily
dda75ea8ab ctr: explanation of why datayeet is needed 2023-04-10 23:05:45 -07:00
Gruetzig
91e75f4e13
Add troubleshooting for super-skaterhax, other inline troubleshooting additions 2023-04-07 14:58:39 -07:00
lifehackerhansol
01e5abf63f
Remove troubleshooting step for broken buttons
These pages now use the safemodecheck include, except for kartdlphax,
which is added in this commit.

This also means we can remove the include arguments.
2023-04-06 21:54:44 -07:00
Gruetzig
6ec05d90d2 Add sysupdate include, use it with finalizing-setup and super-skaterhax 2023-04-06 21:47:04 -07:00
Gruetzig
0d0c423110 Add a safemodecheck include, use it with BB3 and safecerthax 2023-04-06 21:47:04 -07:00
Gruetzig
d33e9c4ea2 Add includes for the safecerthax proxy and use it with SSLoth and safecerthax 2023-04-06 21:47:04 -07:00
lily
100f97d03f
Merge pull request #2239 from lilyuwuu/datayeet
region-changing: data yeet, reword
2023-04-01 20:28:53 -07:00
lifehackerhansol
d3b8601aaa re-commonize the last section of ctrtransfer pages 2023-03-31 00:41:15 -07:00
lifehackerhansol
03772c2c7d configure-luma3ds: slight reword so that we don't need the include argument
This way, we can just "Hold SELECT and boot" -> configure-luma3ds on
the relevant pages.

This reverts commit 1eaf72401f.
2023-03-31 00:28:32 -07:00
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