A complete guide to 3DS custom firmware, from stock to boot9strap.
Go to file
ihaveahax dd3e9d09b4
New Crowdin updates (#2438)
* New translations ctrtransfer.txt (Hungarian)

* New translations finalizing-setup.txt (Hungarian)

* New translations region-changing.txt (Hungarian)

* New translations finalizing-setup.txt (Portuguese, Brazilian)

* New translations troubleshooting.txt (Portuguese, Brazilian)

* New translations installing-boot9strap-(mset9-cli).txt (Portuguese, Brazilian)

* New translations godmode9-usage.txt (Portuguese, Brazilian)

* New translations uninstall-cfw.txt (Portuguese, Brazilian)

* New translations installing-boot9strap-(mset9-play-store).txt (Portuguese, Brazilian)

* New translations en_us.yml (Spanish)

* New translations configure-luma3ds.txt (Spanish)

* New translations move-emunand.txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations installing-boot9strap-(mset9-cli).txt (Spanish)

* New translations finalizing-setup.txt (Spanish)

* New translations get-started.txt (Spanish)

* New translations godmode9-usage.txt (Spanish)

* New translations uninstall-cfw.txt (Spanish)

* New translations configure-luma3ds.txt (Spanish)

* New translations installing-boot9strap-(hardmod).txt (Spanish)

* New translations a9lh-to-b9s.txt (Spanish)

* New translations installing-boot9strap-(ntrboot).txt (Spanish)

* New translations flashing-ntrboot-(3ds-single-system).txt (Spanish)

* New translations installing-boot9strap-(soundhax).txt (Spanish)

* New translations checking-for-cfw.txt (Spanish)

* New translations dumping-titles-and-game-cartridges.txt (Spanish)

* New translations installing-boot9strap-(ssloth-browser).txt (Spanish)

* New translations install-boot9strap-safeb9sinstaller.txt (Spanish)

* New translations luma3ds-installed-note.txt (Spanish)

* New translations ctrtransfer-main.txt (Spanish)

* New translations ctrtransfer-prep.txt (Spanish)

* New translations ctrnand-datayeet.txt (Spanish)

* New translations installing-boot9strap-(super-skaterhax).txt (Spanish)

* New translations installing-boot9strap-(safecerthax).txt (Spanish)

* New translations rmproxy.txt (Spanish)

* New translations sysupdate.txt (Spanish)

* New translations move-emunand.txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations uninstall-cfw.txt (Spanish)

* New translations ctrtransfer-prep.txt (Spanish)

* New translations ctrtransfer-ticket-copy.txt (Spanish)

* New translations launch-hbl-dlp.txt (Spanish)

* New translations nand-backup.txt (Spanish)

* New translations ctrnand-datayeet.txt (Spanish)

* New translations nand-backup.txt (Spanish)

* New translations ctrnand-datayeet.txt (Spanish)

* New translations ctrnand-datayeet.txt (Spanish)

* New translations installing-boot9strap-(super-skaterhax).txt (Spanish)

* New translations rmproxy.txt (Spanish)

* New translations addproxy.txt (Spanish)

* New translations rmproxy.txt (Spanish)

* New translations sysupdate.txt (Spanish)

* New translations addproxy.txt (Spanish)

* New translations 3ds-11.17.txt (Spanish)

* New translations ctrtransfer-images.txt (Spanish)

* New translations id1-check.txt (Spanish)

* New translations id1-check.txt (Spanish)

* New translations f3-(linux).txt (German)

* New translations f3-(linux).txt (German)
2024-03-23 19:30:55 +02:00
_data/navigation New Crowdin updates (#2438) 2024-03-23 19:30:55 +02:00
_includes includes: add a redirect macro 2024-01-16 12:36:34 -08:00
_pages New Crowdin updates (#2438) 2024-03-23 19:30:55 +02:00
_sass treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
_theme@13df935df5 treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
.github treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
assets finalize: script v1.7.1 2024-03-15 01:15:27 +01:00
gm9_scripts More rebasing 2022-01-11 10:24:05 -08:00
images finalizing: switch to file-management scriptrunner (#2427) 2024-02-06 11:21:02 +11:00
_config.yml treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
.gitattributes gitattributes: set txt and gm9 to text, images/browserconfig.exe to use CRLF explicitly 2022-02-23 01:59:46 -08:00
.gitignore Update torrent list 2022-01-20 22:23:42 -08:00
.gitmodules treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
banner.js first rebase 2022-01-11 10:23:27 -08:00
clean_translations.py Add script to clean up after Crowdin 2023-09-30 21:54:04 -07:00
CNAME Create CNAME 2018-11-18 19:23:27 -05:00
crowdin.yaml Add .md files to crowdin.yaml 2023-04-08 15:13:24 -07:00
Gemfile treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
LICENSE Update licensing (fix #1921) 2022-01-11 10:24:33 -08:00
package.json Update MM to 4.24.0 and update some deps (#1905) 2021-08-26 23:14:51 -07:00
README.md treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
rss.py Document usage of rss.py (at least how it's expected to be used) 2023-04-13 01:45:23 -07:00
rss.xml Implement proper sorting of RSS feed by publish date 2023-03-16 20:01:59 -07:00

3ds.hacks.guide

A complete guide to 3DS (and 2DS) custom firmware, from stock to boot9strap.

https://3ds.hacks.guide/

Running the site locally

This requires the following installed on your system:

  • ruby(-dev)
  • bundler

To test the website locally, clone the source code:

git clone https://github.com/hacks-guide/Guide_3DS --recurse-submodules
cd Guide_3DS

Then simply run the following commands:

bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll serve

The website should now be running on http://127.0.0.1:4000/.