Guide_3DS/_pages/es_ES/home.txt
ihaveahax 3f06dd1dca
New Crowdin updates (#2077)
* New translations finalizing-setup.txt (Hungarian)

* New translations installing-boot9strap-(usm).txt (Hungarian)

* New translations region-changing.txt (Chinese Simplified)

* New translations finalizing-setup.txt (Chinese Simplified)

* New translations installing-boot9strap-(usm).txt (Chinese Simplified)

* New translations installing-boot9strap-(pichaxx).txt (Chinese Simplified)

* New translations home.txt (French)

* New translations home.txt (Polish)

* New translations home.txt (Malay)

* New translations home.txt (Croatian)

* New translations home.txt (Thai)

* New translations home.txt (Indonesian)

* New translations home.txt (Portuguese, Brazilian)

* New translations home.txt (Vietnamese)

* New translations home.txt (Chinese Traditional)

* New translations home.txt (Chinese Simplified)

* New translations home.txt (Ukrainian)

* New translations home.txt (Turkish)

* New translations home.txt (Swedish)

* New translations home.txt (Russian)

* New translations home.txt (Portuguese)

* New translations home.txt (Norwegian)

* New translations home.txt (Romanian)

* New translations home.txt (Dutch)

* New translations home.txt (Korean)

* New translations home.txt (Japanese)

* New translations home.txt (Italian)

* New translations home.txt (Hungarian)

* New translations home.txt (Hebrew)

* New translations home.txt (Finnish)

* New translations home.txt (Greek)

* New translations home.txt (German)

* New translations home.txt (Czech)

* New translations home.txt (Catalan)

* New translations home.txt (Bulgarian)

* New translations home.txt (Arabic)

* New translations home.txt (Spanish)

* New translations home.txt (Pirate English)

* New translations home.txt (Hungarian)
2022-09-07 17:33:22 +03:00

61 lines
3.9 KiB
Text

---
layout: splash
title: "Guía de hacks para 3DS" #
header:
overlay_color: "#5e616c" #
overlay_image: /images/home-page-feature.jpg
overlay_filter: 0.5
caption:
excerpt: "Una guía completa de custom firmware para 3DS, <br /> desde stock a boot9strap.<br />"
---
{% capture notice-6 %}
**3DS firmware 11.16.0 was recently released**. Esto es lo que deberías saber:
- If your device is running *Luma 11.0*, it is *100% safe* to update. You can check your Luma version by holding (Select) while booting your device.
- If your device is on an older Luma version, you should [update Luma](checking-for-cfw) before you update your device to 11.16.0.
- If your device does not yet have custom firmware, you can still install it on this version for free without any additional hardware, but the recommended method has been changed.
{% endcapture %}
<div class="notice--warning">{{ notice-6 | markdownify }}</div>
Lee detenidamente todas las páginas de introducción (incluido ésta) antes de proceder.
{: .notice--info}
## ¿Qué es Custom Firmware?
**Custom Firmware** (Abreviado "CFW") es una modificación completa de software a tu 3DS, comparable a los "permisos de administrador" en una computadora. Te permite hacer cualquier cosa que la 3DS sea físicamente capaz de hacer, en lugar de estar limitada por lo que Nintendo te permita hacer.
Los usos populares para custom firmware incluyen:
* Running homebrew software and games made for or ported to the Nintendo 3DS
* Ignorar el bloqueo de región, permitiéndote jugar juegos de otras regiones
* HOME Menu customization, using community-created [themes and badges](https://themeplaza.art)
* Modificaciones de juegos ("ROM Hacks") a través de [LayeredFS](https://github.com/knight-ryu12/godmode9-layeredfs-usage/wiki/Using-Luma3DS'-layeredfs-(Only-version-8.0-and-higher))
* Editar, respaldar y restaurar datos de guardado
* Emular consolas antiguas, así como jugar nativamente a juegos de DS y GBA
* Instalar cartuchos físicos para uso en formato digital
## ¿Qué se instalará con esta guía?
This guide will:
+ Install **boot9strap** and **Luma3DS custom firmware** on unmodified retail 3DS/2DS devices
+ Luma3DS will automatically remove the region lock and allow you to run unsigned software
+ Install various pieces of homebrew software, such as a package installer, save file manager, and a homebrew app store
+ Make critical system file backups that can help avoid bricks (and recover data in the event of one)
## ¿Qué necesito saber antes de empezar?
* It's actually really easy to hack your 3DS. Anyone can do it.
* Si bien los riesgos de brickear/inutilizar la consola se han vuelto casi nulos a lo largo de los años, **no somos responsables de nada que salga mal con tu consola**. Colocar archivos en el lugar equivocado no brickeará la consola, pero no poner atención al proceso puede terminar mal.
* This guide is compatible with every retail device in the Nintendo 3DS family of consoles (including the New 3DS series and the 2DS), regardless of region or firmware.
* While we believe that custom firmware is safe for online use, there have been online network bans in the past, primarily for cheating and suspicious eShop behavior.
* Seguir esta guía no ha de resultar en pérdidas de datos, pero siempre existe la posibilidad de que la tarjeta SD se corrompa. Recomendamos que hagas una copia de seguridad de los contenidos de tu tarjeta SD si tienes datos importantes en ella.
* Necesitarás una tarjeta SD funcional en tu 3DS, así como la capacidad de escribir archivos en ella. La 3DS lee tarjetas SD formateadas en formato MBR/FAT32.
+ You may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3XSwift (Mac)](f3xswift-(mac)).
* If you are using Windows to move files to/from the SD card, you may want to [enable file extensions](file-extensions-(windows)) to avoid misnaming files.
___
### Continue to [Get Started](get-started)
{: .notice--primary}