1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-09 10:16:54 +02:00

12 Commits

Author SHA1 Message Date
lily
967de129ea mset9-cli: add android mtp warning
some people only have an android device as their sd card adapter, those people need to use mset9-play store instead
2025-08-01 21:01:07 -07:00
lily
28e18ada39 mset9-*: keycombo for if top screen init fail
SafeB9SInstaller sometimes doesn't properly display the top screen (or also bottom screen sometimes, but that is not covered by this PR). If the bottom screen is still displaying then we can safely just tell people to enter the key combo blindly.
2025-07-19 19:08:08 -07:00
lily
7d9fa38d3f Merge pull request #2554 from danny8376/mset9-cli-ios
MSET9 CLI iOS
2025-07-17 00:56:15 -07:00
LizzieTheWolf
fa7fd3fc81 Fix confusing wording about replacing the existing files (#2566)
* Update a9lh-to-b9s.md

rewrote overwriting files note

* Update restoring-updating-cfw.md

changed wording to "If any of the files exist, overwrite them with the new files" from ",replacing any existing files"

* changed wording about replacing files

changed wording to "If any of the files exist, overwrite them with the new files" from "overwrite any existing files"

* changed wording about replacing files

changed wording to "If any of the files exist, overwrite them with the new files" from "overwrite any existing files"

* changed wording about replacing files

changed wording to "If any of the files exist, overwrite them with the new files" from "overwrite any existing files"

* changed wording about replacing files

changed wording to "If any of the files exist, overwrite them with the new files" from "overwrite any existing files"

* changed wording about replacing files

changed wording to "If any of the files exist, overwrite them with the new files" from "overwrite any existing files"

* changed wording about replacing files

changed wording to "If any of the files exist, overwrite them with the new files" from "overwrite any existing files"

* Update installing-boot9strap-(super-skaterhax).md

fixed punctuation

* Update restoring-updating-cfw.md

fixed punctuation
2025-07-08 20:52:17 -07:00
lifehackerhansol
4be936928c mset9-*: sync some text
- Particularly on-console steps don't really have any reason to be
  different between mobile and desktop versions.
- Fix some instances of 3DS to console as written on other pages while
  at it
- Minor changes to reflect that not *everything* everything is nuked
  (because some paranoid people keep asking)
2025-04-18 17:57:22 -07:00
DannyAAM
64c4ddbfcb add mset9 cli ios guide 2025-03-31 01:09:37 +08:00
ihaveahax
7c92364162 installing-boot9strap-(mset9-cli): recommend against Microsoft Store (#2536)
The version of Python from the Microsoft Store does not work with MSET9,
in part because this version doesn't include the "py" launcher, which is
what MSET9-Windows.bat wants. I don't know if it does actually work if
mset9.py is used directly though, but until then, the python.org
installers should be recommended.
2025-01-23 17:42:17 -06:00
lifehackerhansol
c998207b29 treewide: link directly to troubleshooting fragments 2024-10-11 10:24:16 -07:00
lifehackerhansol
19fa58a037 mset9-chorus: commonize the prior ol string
They're the same for all occurrances of this include, so why not?

It also fixes an issue in Crowdin where it is converting this include
into a codeblock.

It also inadvertantly fixes a typo where `1.` was defined twice.
2024-09-27 22:06:40 -07:00
lifehackerhansol
ebc18292ae treewide: remove image text
Unused, and makes translation life easier.

- Leave mset9 alone though, for other reasons
2024-09-27 20:25:17 -07:00
lifehackerhansol
d84cb07e29 docs: port to VitePress
Things that happen in this shameless squash:
- Removed 404 page
  - It doesn't work in VitePress and making it work in VitePress needs
    some invasive hack in the theme that I'm not willing to do
  - The default is more than enough, though
- Moved consoleVersionSelect include to another directory
  - This avoids being uploaded to Crowdin for translation
- Inline all SafeB9SInstaller includes
  - Not only do parameterized includes not work, but if/else statements
    don't work at all
- The sysupdate include parameter hasn't been used since MSET9, so it
  actually works just fine without any parameters. Hooray(?)
- Move mset9-chorus to an include, that logic doesn't work in VitePress
- Removed Get Started button from homepage, it breaks translations
- Tables in get-started are now shown by default; it seems VitePress really does
  not want us to use inline script. So we cannot enable it upon
  realizing that the browser is JS capable
- Include parameters are now in frontmatter to allow translation
- Hacked in a bunch of CSS values kanged from the old theme to make it
  look not stupid
- Drop headers down one level to make table of contents work
2024-09-27 08:38:29 -07:00
lifehackerhansol
ad3bf97f76 Move en_US/ pages to VitePress 2024-09-27 08:36:56 -07:00