Guide_Switch-OLD/_pages/cs_CZ/home.txt

67 lines
4.2 KiB
Plaintext
Raw Normal View History

2018-02-24 00:04:28 +00:00
---
layout: splash
title: "Switch Hacks Guide" #
header:
overlay_color: "#5e616c" #
overlay_image: images/home-page-feature.jpg
overlay_filter: 0.5
caption:
excerpt: "A complete guide to Switch homebrew <br /> and homebrew development.<br />"
---
2018-03-03 06:19:52 +00:00
For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide).
{: .notice--primary}
___
2018-02-24 00:04:28 +00:00
Thoroughly read all of the introductory pages (including this one!) before proceeding.
{: .notice--warning}
{% capture notice-1 %}
2018-03-03 06:19:52 +00:00
This guide is available in other languages!
2018-02-24 00:04:28 +00:00
Click the <i class="fa fa-language" aria-hidden="true"></i> icon at the top right of the page to change the language.
Alternatively, click [here](https://crowdin.com/project/switch-guide) to help to keep these translations up to date.
{% endcapture %}
<div class="notice--success">{{ notice-1 | markdownify }}</div>
## What is Homebrew?
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
2018-05-06 05:11:02 +00:00
If your device is on firmware version 2.0.0 - 3.0.0, running homebrew on your device is 100% free using just the system browser. Lower firmware versions can update to 3.0.0 with the use of a game card. Higher firmware versions can block future updates in order to assure access to future exploits.
If your device is on firmware version 1.0.0, you can run homebrew via a copy of the Japanese version of Puyo Puyo Tetris S.
2018-02-24 00:04:28 +00:00
## What is Custom Firmware?
2018-04-24 03:02:28 +00:00
When released, **Custom Firmware** ("CFW") will enable you to use more advanced hacks that userland homebrew can't easily do. It is currently in development, and has a release scheduled for June 2018. For more details, see [FAQ: Fusée Gelée](http://www.ktemkin.com/faq-fusee-gelee/).
2018-04-07 05:42:18 +00:00
Additionally, depending on available development time, it is possible that devices on firmware version 1.0.0 may see an earlier release of CFW due to a software-only vulnerability which is not present on later firmware versions.
If your device is on firmware version 1.0.0 and you are interested in early CFW access, your best current option is to follow this guide's [Blocking Updates](blocking-updates) page, pick up a Japanese copy of [Puyo Puyo Tetris](http://amzn.to/2GCBhvf) (which will be required for early 1.0.0 Custom Firmware), and wait patiently for a CFW release.
2018-02-24 00:04:28 +00:00
{: .notice--info}
2018-03-20 00:38:01 +00:00
If your device is on a firmware version >=3.0.1, your best current option is to follow this guide's [Blocking Updates](blocking-updates) page and wait patiently for a CFW release.
2018-02-24 00:04:28 +00:00
{: .notice--info}
## What does this guide install?
This guide currently enables access to the Homebrew Launcher via a browser exploit, though "installed" is not a particularly good description. This is because the exploit must be re-run after every reboot in order to re-enable Homebrew Launcher access.
2018-02-24 00:46:31 +00:00
If you are familiar with iOS device "jailbreaking", this idea could be considered analagous to a "semi-untethered jailbreak".
2018-02-24 00:04:28 +00:00
## What do I need to know before starting?
+ While Switch hacks are constantly progressing, they are not yet in a very user-friendly state. As such, this guide may require some technical understanding in order to troubleshoot any issues which may come up.
+ The scope of device modification is limited for most current homebrew, meaning there is little chance of data loss or console damage when using popular homebrew applications.
2018-04-07 05:42:18 +00:00
+ This guide will work on all Switch devices on firmwares from 1.0.0 to 3.0.0, with all other versions having planned future support for CFW. Instructions are included for blocking updates on devices with firmware versions >=3.0.1.
2018-05-06 05:11:02 +00:00
+ You will need a micro SD card for your device. It should be formatted as FAT32 and [MBR, not GPT](http://www.howtogeek.com/245610/) (most micro SD cards will be formatted this way by default).
+ If your Switch won't read your larger than 32GB micro SD card without a System Update, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) on Windows to format it as FAT32 with an Allocation Unit Size of 32K (32768).
2018-02-24 00:04:28 +00:00
___
### Continue to [Get Started](get-started)
2018-02-24 00:46:31 +00:00
{: .notice--primary}