A complete guide to 3DS custom firmware, from stock to boot9strap.
a7c5666f67
* New translations installing-boot9strap-(mset9-play-store).txt (Romanian) * New translations installing-boot9strap-(mset9-play-store).txt (French) * New translations installing-boot9strap-(mset9-play-store).txt (Spanish) * New translations installing-boot9strap-(mset9-play-store).txt (Arabic) * New translations installing-boot9strap-(mset9-play-store).txt (Bulgarian) * New translations installing-boot9strap-(mset9-play-store).txt (Catalan) * New translations installing-boot9strap-(mset9-play-store).txt (Czech) * New translations installing-boot9strap-(mset9-play-store).txt (German) * New translations installing-boot9strap-(mset9-play-store).txt (Greek) * New translations installing-boot9strap-(mset9-play-store).txt (Finnish) * New translations installing-boot9strap-(mset9-play-store).txt (Hebrew) * New translations installing-boot9strap-(mset9-play-store).txt (Hungarian) * New translations installing-boot9strap-(mset9-play-store).txt (Italian) * New translations installing-boot9strap-(mset9-play-store).txt (Japanese) * New translations installing-boot9strap-(mset9-play-store).txt (Korean) * New translations installing-boot9strap-(mset9-play-store).txt (Dutch) * New translations installing-boot9strap-(mset9-play-store).txt (Norwegian) * New translations installing-boot9strap-(mset9-play-store).txt (Polish) * New translations installing-boot9strap-(mset9-play-store).txt (Portuguese) * New translations installing-boot9strap-(mset9-play-store).txt (Russian) * New translations installing-boot9strap-(mset9-play-store).txt (Swedish) * New translations installing-boot9strap-(mset9-play-store).txt (Turkish) * New translations installing-boot9strap-(mset9-play-store).txt (Ukrainian) * New translations installing-boot9strap-(mset9-play-store).txt (Chinese Simplified) * New translations installing-boot9strap-(mset9-play-store).txt (Chinese Traditional) * New translations installing-boot9strap-(mset9-play-store).txt (Vietnamese) * New translations installing-boot9strap-(mset9-play-store).txt (Portuguese, Brazilian) * New translations installing-boot9strap-(mset9-play-store).txt (Indonesian) * New translations installing-boot9strap-(mset9-play-store).txt (Thai) * New translations installing-boot9strap-(mset9-play-store).txt (Croatian) * New translations installing-boot9strap-(mset9-play-store).txt (Malay) * New translations installing-boot9strap-(mset9-play-store).txt (Pirate English) * New translations site-navigation.txt (Hungarian) * New translations site-navigation.txt (Italian) * New translations en_us.yml (Hungarian) * New translations en_us.yml (Italian) * New translations key-information.txt (Hungarian) * New translations installing-boot9strap-(mset9-play-store).txt (Italian) * New translations installing-boot9strap-(mset9).txt (Hungarian) * New translations troubleshooting.txt (Portuguese, Brazilian) * New translations troubleshooting.txt (Romanian) * New translations troubleshooting.txt (French) * New translations troubleshooting.txt (Spanish) * New translations troubleshooting.txt (Arabic) * New translations troubleshooting.txt (Bulgarian) * New translations troubleshooting.txt (Catalan) * New translations troubleshooting.txt (Czech) * New translations troubleshooting.txt (German) * New translations troubleshooting.txt (Greek) * New translations troubleshooting.txt (Finnish) * New translations troubleshooting.txt (Hebrew) * New translations troubleshooting.txt (Hungarian) * New translations troubleshooting.txt (Italian) * New translations troubleshooting.txt (Japanese) * New translations troubleshooting.txt (Korean) * New translations troubleshooting.txt (Dutch) * New translations troubleshooting.txt (Norwegian) * New translations troubleshooting.txt (Polish) * New translations troubleshooting.txt (Portuguese) * New translations troubleshooting.txt (Russian) * New translations troubleshooting.txt (Swedish) * New translations troubleshooting.txt (Turkish) * New translations troubleshooting.txt (Ukrainian) * New translations troubleshooting.txt (Chinese Simplified) * New translations troubleshooting.txt (Chinese Traditional) * New translations troubleshooting.txt (Vietnamese) * New translations troubleshooting.txt (Indonesian) * New translations troubleshooting.txt (Thai) * New translations troubleshooting.txt (Croatian) * New translations troubleshooting.txt (Malay) * New translations troubleshooting.txt (Pirate English) * New translations installing-boot9strap-(mset9).txt (Italian) * New translations troubleshooting.txt (Italian) * New translations finalizing-setup.txt (Hungarian) * New translations installing-boot9strap-(mset9-cli).txt (Hungarian) * New translations installing-boot9strap-(mset9-play-store).txt (Hungarian) * New translations installing-boot9strap-(mset9-cli).txt (Italian) * New translations installing-boot9strap-(mset9-play-store).txt (Italian) * New translations installing-boot9strap-(mset9-cli).txt (Hungarian) * New translations installing-boot9strap-(mset9-play-store).txt (Hungarian) * New translations installing-boot9strap-(mset9-cli).txt (Hungarian) * New translations installing-boot9strap-(mset9-play-store).txt (Hungarian) * New translations installing-boot9strap-(mset9-cli).txt (Hungarian) * New translations installing-boot9strap-(mset9-play-store).txt (Hungarian) * New translations installing-boot9strap-(mset9-cli).txt (Hungarian) * New translations installing-boot9strap-(mset9-play-store).txt (Hungarian) |
||
---|---|---|
.github | ||
_data | ||
_includes | ||
_layouts | ||
_pages | ||
_sass | ||
assets | ||
gm9_scripts | ||
images | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
_config.yml | ||
banner.js | ||
clean_translations.py | ||
CNAME | ||
crowdin.yaml | ||
Gemfile | ||
LICENSE | ||
minimal-mistakes-jekyll.gemspec | ||
package.json | ||
Rakefile | ||
README.md | ||
rss.py | ||
rss.xml | ||
staticman.yml |
3ds.hacks.guide
A complete guide to 3DS (and 2DS) custom firmware, from stock to boot9strap.
Running the site locally
This requires the following installed on your system:
- ruby(-dev)
- bundler
To test the website locally, 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/.