Guide_3DS/_pages/pl_PL/home.txt
2018-11-18 19:17:21 -05:00

87 lines
6.1 KiB
Plaintext

---
layout: splash
title: "3DS Hacks Guide" #
header:
overlay_color: "#5e616c" #
overlay_image: /images/home-page-feature.jpg
overlay_filter: 0.5
caption:
excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9strap.<br />"
---
Thoroughly read all of the introductory pages (including this one!) before proceeding.
{: .notice--warning}
{% capture notice-1 %}
This guide is for retail (consumer purchased; not from the Nintendo Developer Program) consoles _only_!
If you have a developer ("PANDA") console, check out the [developer 3DS Hacks Guide](https://dev3ds.hacks.guide).
{% endcapture %}
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
{% capture notice-1 %}
This guide is available in other languages!
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/3ds-guide) to help to keep these translations up to date.
{% endcapture %}
<div class="notice--success">{{ notice-1 | markdownify }}</div>
This guide needs *your* help to seed [these]({{ "rss.xml" | absolute_url }}) torrents!
{: .notice--primary}
## Co to jest Homebrew?
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) zwykle odnosi się do programów, które nie są autoryzowane przez Nintendo. This includes homebrew tools, applications, games, and emulators.
In many cases, running homebrew on your device is 100% free using just the Nintendo 3DS Sound app. There are also various other exploits in commercial games and the browser to get homebrew running.
## Czym jest Custom Firmware?
**Custom Firmware** ("CFW") pozwala ci na używanie bardziej zaawansowanych hacków, czego zwykły dostęp do homebrew nie może łatwo zrobić. Przykładowo, patch podpisów pozwala ci na instalację niepodpisanych tytułów które pojawiają się bezpośrednio w HOME Menu.
CFW can be set up on any console on any version (but may require additional tools / accessories for versions >11.3.0).
## Co jest celem tej instrukcji?
Końcowym celem tej instrukcji jest zmiana zupełnie niezmodyfikowanego, fabrycznego firmware konsoli Nintendo 3DS
firmware to boot9strap powered Custom Firmware. W przypadku niektórych wersji firmware, instrukcja wykorzystuje homebrew jako punkt bazowy, jednak Custom Firmware jest nadal jej celem.
boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`).
The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax).
For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359).
For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52).
## Co mogę zrobić z Custom Firmware?
+ Grać we wszystkie gry zarówno z kartridżów jak i wersje eShop, niezależnie od regionu
+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/)
+ Używać "ROM hacków" gier które posiadasz
+ Wykonywać zrzuty ekranu z gier oraz aplikacji
+ Backup, edit, and restore saves for many games
+ Uruchamiać gry ze starszych systemów przy użyciu różnorakich emulatorów, bazujących na RetroArch lub innych, niezależnych emulatorów. (Działa najlepiej na New Nintendo 3DS)
+ Instalować aplikacje homebrew na swojej konsoli i mieć do nich dostęp bezpośrednio z HOME Menu
+ Wykonać kopie swoich gier na kartridżach do formatu, który możesz zainstalować, co umożliwi ich uruchamianie bez potrzeby kartridżu
+ New 3DS or New 2DS only: stream live gameplay to your PC wirelessly with NTR CFW
+ Uruchomić wiele flashcartów (w polskiej terminologii nazywanych także programatorami) Nintendo DS które od dawna są zablokowane i nigdy nie działały na Nintendo 3DS z oryginalnym firmware
+ Bezpiecznie aktualizować wersję firmware do najnowszej, bez obaw o utratę dostępu do homebrew
## Co powinienem wiedzieć przed rozpoczęciem?
+ **Przed rozpoczęciem wykonywania instrukcji, musisz znać zagrożenia przerabienia Nintendo 3DS: przy KAŻDEJ modyfikacji systemu istnieje potencjalne ryzyko NIEODWRACALNEGO BRICK'A. Są one rzadkie, ale nadal możliwe, więc upewnij się że, wykonałeś WSZYSTKIE kroki DOKŁADNIE.**
+ If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup).
+ This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.6.0 or below.
+ Jeśli wszystko pójdzie zgodnie z planem, nie stracisz żadnych danych i wszystko pozostanie tak jak przed rozpoczęciem instrukcji (gry, NNID, zapisy itp. zostaną zachowane).
+ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!
+ Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default).
+ Jeśli potrzebujesz sformatować nowo zakupioną kartę SD, możesz użyć [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) i ustawić rozmiar jednostki alokacji do 32k.
+ 2DS jest zasadniczo identyczny do Old 3DS pod względem oprogramowania, i wszelkie kroki, które mówią "Old 3DS" dotyczą także 2DS'a.
___
### Continue to [Get Started](get-started)
{: .notice--primary}