Guide_3DS/_pages/fi_FI/godmode9-usage.txt

222 lines
11 KiB
Text
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
2017-08-06 16:57:54 +02:00
title: "GodMode9:n käyttäminen"
2017-05-21 22:39:40 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
2017-05-21 22:39:40 +02:00
GodMode9 on täysillä oikeuksilla varustettu tiedostoselain Nintendo 3DS -konsolille. Sen avulla pääset käsiksi SD-korttiisi, SysNANDisi ja EmuNANDisi FAT-osioihin sekä periaatteessa mihin tahansa muuhunkin. Voit muun muassa kopioida, poistaa ja uudelleennimetä tiedostoja ja kansioita.
2017-08-17 23:01:39 +02:00
Huomaa, että jos sinulla on muita käynnistystiedostoja kuin `GodMode9.firm` SD-korttisi `/luma/payloads`kansiossa, (START)-painikkeen pohjassa pitäminen käynnistyksen aikana avaa "ketjulatausvalikon", jossa sinun on käytettävä ristiohjainta ja (A):ta avataksesi GodMode9:n näitä ohjeita varten.
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
GodMode9 is powerful software that has the capability to modify essentially anything on your console. Though many of these modifications are locked behind a permissions system, and it is impossible to accidentally perform dangerous actions without deliberately unlocking permissions, you should still follow instructions carefully and keep backups just in case.
2017-08-13 01:26:54 +02:00
2017-09-29 13:29:26 +02:00
## Updating GodMode9
Some of the instructions below are only applicable to the latest version of GodMode9, and as such you should follow this section to update your copy before continuing. Overwrite any existing files.
{: .notice--info}
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
### What you need
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
* GodMode9:n [viimeisin julkaisu](https://github.com/d0k3/GodMode9/releases)
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
1. Sammuta konsolisi
1. Aseta SD-korttisi tietokoneeseesi
1. Kopioi GodMode9-`.zip`-pakkauksesta `GodMode9.firm` SD-korttisi `/luma/payloads/`-kansioon
1. Kopioi GodMode9-`.zip`-pakkauksesta `gm9`-kansio SD-korttisi juureen
1. Aseta SD-korttisi takaisin konsoliisi
## Creating a NAND Backup
2017-05-21 22:39:40 +02:00
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-05-21 22:39:40 +02:00
1. Paina (HOME)-painiketta näyttääksesi toimintovalikon
2017-08-06 06:11:00 +02:00
1. Valitse "Scripts..."
2017-08-06 16:57:54 +02:00
1. Valitse "Backup SysNAND"
2017-07-12 22:30:42 +02:00
1. Paina (A):ta vahvistaaksesi
2017-08-17 23:01:39 +02:00
+ Tämä prosessi voi kestää jonkin aikaa
2017-05-21 22:39:40 +02:00
1. Paina (A):ta jatkaaksesi
1. Pidä (R):ää pohjassa ja paina samalla (B):tä irrottaaksesi SD-korttisi
1. Aseta SD-korttisi tietokoneeseesi
2017-09-29 13:29:26 +02:00
1. Copy `<date>_<serialnumber>_sysnand_###.bin` from the `/gm9/out/` folder on your SD card to a safe location on your computer
2017-05-21 22:39:40 +02:00
+ Varmuuskopioi useaan eri paikkaan (kuten pilvipalveluihin)
+ Tämä varmuuskopiointi pelastaa sinut konsolin vioittumiselta, jos jokin menee pieleen tulevaisuudessa
2017-09-29 13:29:26 +02:00
1. Delete `<date>_<serialnumber>_sysnand_###.bin` from the `/gm9/out/` folder on your SD card after copying it
2017-05-21 22:39:40 +02:00
1. Aseta SD-korttisi takaisin konsoliisi
2017-09-29 13:29:26 +02:00
## Restoring a NAND Backup
2017-05-21 22:39:40 +02:00
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-09-29 13:29:26 +02:00
1. Pidä (R):ää pohjassa ja paina samalla (B):tä irrottaaksesi SD-korttisi
1. Aseta SD-korttisi tietokoneeseesi
1. Copy `<date>_<serialnumber>_sysnand_###.bin` from your computer to the `/gm9/out/` folder on your SD card if you deleted it after backing it up
1. Aseta SD-korttisi takaisin konsoliisi
1. Paina (HOME)-painiketta näyttääksesi toimintovalikon
1. Valitse "Scripts..."
1. Select "Restore SysNAND (Safe)"
1. Select your NAND backup
1. Paina (A):ta jatkaaksesi
1. Press (A) to unlock SysNAND (lvl2) writing, then input the key combo given
2017-08-06 16:57:54 +02:00
+ Tämä ei ylikirjoita boot9strap-asennustasi
2017-05-21 22:39:40 +02:00
1. Kun toiminto on suoritettu, paina (A):ta jatkaaksesi
2017-09-29 13:29:26 +02:00
1. Paina (A):ta lukitaksesi kirjoitusoikeudet kehotettaessa
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Injecting any .CIA app into Health & Safety
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
For organizational purposes, copy the `.cia` file you wish to inject to the `/cias/` folder on your SD card
{: .notice--info}
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
Note that it is not possible to inject files into Health & Safety that are larger than it (including games and other large applications)
{: .notice--info}
2017-05-21 22:39:40 +02:00
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-05-21 22:39:40 +02:00
1. Mene hakemistoon `[0:] SDCARD` → `cias`
1. Paina (A):ta `.cia`-tiedostosi kohdalla, valitse "CIA image options..." ja sitten "Mount image to drive"
1. Paina (A):ta `.app`-tiedoston kohdalla valitaksesi sen, valitse "NCCH image options" ja sitten "Inject to H&S"
1. Paina (A):ta ottaaksesi käyttöön SysNANDiin kirjoittamisen (lvl1) ja syötä annettu painikeyhdistelmä
1. Paina (A):ta jatkaaksesi
2017-08-06 16:57:54 +02:00
1. Paina (A):ta lukitaksesi kirjoitusoikeudet kehotettaessa
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Restoring Health & Safety after injecting a .CIA app
2017-05-21 22:39:40 +02:00
Tämä toimii vain, jos Health & Safety -injektio tehtiin GodMode9:n avulla (eikä Decrypt9:n tai Hourglass9:n).
{: .notice--info}
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-05-21 22:39:40 +02:00
1. Paina (HOME)-painiketta näyttääksesi toimintovalikon
1. Valitse "More..."
1. Valitse "Restore H&S"
1. Paina (A):ta ottaaksesi käyttöön SysNANDiin kirjoittamisen (lvl1) ja syötä annettu painikeyhdistelmä
2017-08-06 16:57:54 +02:00
1. Paina (A):ta lukitaksesi kirjoitusoikeudet kehotettaessa
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Dumping a Game Cartridge
2017-05-21 22:39:40 +02:00
##### Valmistelut
2017-09-29 13:29:26 +02:00
{% capture notice %}
2017-05-21 22:39:40 +02:00
+ Syötä konsoliisi pelikortti, jonka sisällön haluat kopioida
2017-09-29 13:29:26 +02:00
+ 3DS-pelikortit kopioituvat asennettavaan `.cia`-muotoon
+ NDS-pelikortit kopioituvat ei-asennettavaan `.nds`-muotoon, joka on yhteensopiva flash-korttien ja emulaattorien kanssa
{% endcapture %}
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
<div class="notice--info">{{ notice | markdownify }}</div>
2017-05-21 22:39:40 +02:00
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-05-21 22:39:40 +02:00
1. Mene hakemistoon `[C:] GAMECART`
1. Seuraa korttiasi vastaavaa ohjetta:
2017-08-11 21:09:39 +02:00
+ **3DS-pelikortti:** Paina (A):ta `[sovellustunnus].trim.3ds`-tiedoston kohdalla, valitse "NCSD image options..." ja sitten "Build CIA from file"
+ **NDS-pelikortti:** Paina (A):ta `[sovellustunnus].trim.nds`-tiedoston kohdalla ja valitse "Copy to 0:/gm9/out"
2017-08-06 16:57:54 +02:00
1. Asennettava `.cia`- tai ei-asennettava `.nds`-muotoinen tiedostosi päätyy SD-korttisi `/gm9/out/`-kansioon
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Dumping a Title
2017-05-21 22:39:40 +02:00
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-09-29 13:29:26 +02:00
1. Hover over the drive applicable to the type of title you wish to dump:
2017-05-21 22:39:40 +02:00
+ **Käyttäjän asentama sovellus**: Mene hakemistoon `[A:] SYSNAND SD`
+ **Järjestelmäsovellus**: Mene hakemistoon `[1:] SYSNAND CTRNAND`
2017-09-29 13:29:26 +02:00
1. Hold (R) and press (A) at the same time to open the drive options
1. Select "Search for titles"
1. Paina (A):ta jatkaaksesi
2017-05-21 22:39:40 +02:00
1. Paina (A):ta `.tmd`-tiedoston kohdalla, valitse "TMD file options..." ja sitten "Build CIA (standard)"
2017-08-06 16:57:54 +02:00
1. Asennettava `.cia`-muotoinen tiedostosi päätyy SD-korttisi `/gm9/out/`-kansioon
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Converting a .3DS to .CIA
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
{% capture notice %}
2017-05-21 22:39:40 +02:00
+ Kun sinulla on `.3ds`-tiedosto, jonka haluat muuntaa, kopioi se käytännöllisyyden vuoksi SD-korttisi `/cias/`-kansioon
2017-09-29 13:29:26 +02:00
+ Note that if you wish to convert a `.3ds` file that is already on a flashcart, you should follow [Dumping a Game Cartridge](#dumping-a-game-cartridge)
{% endcapture %}
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
<div class="notice--info">{{ notice | markdownify }}</div>
2017-05-21 22:39:40 +02:00
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-05-21 22:39:40 +02:00
1. Mene hakemistoon `[0:] SDCARD` → `cias`
1. Paina (A):ta `.3ds`-tiedostosi kohdalla, valitse "NCSD image options..." ja sitten "Build CIA from file"
2017-08-06 16:57:54 +02:00
1. Asennettava `.cia`-muotoinen tiedostosi päätyy SD-korttisi `/gm9/out/`-kansioon
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Backup GBA VC Saves
2017-05-21 22:39:40 +02:00
2017-09-24 06:22:58 +02:00
The game will be outputted to the `/gm9/out/` folder on your SD card with the name `<TitleID>.gbavc.sav`.
{: .notice--info}
2017-09-29 13:29:26 +02:00
To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of all games on the system and their corresponding Title IDs by hovering over `[A:] SYSNAND SD`, holding (R) and pressing (A) at the same time, then selecting "Search for titles".
2017-09-24 06:22:58 +02:00
{: .notice--info}
2017-05-21 22:39:40 +02:00
1. Tee seuraava prosessi jokaista GBA VC -peliä kohden, jonka tallennuksen haluat varmuuskopioida:
+ Avaa peli
+ Sulje peli
+ Avaa Luma3DS:n ketjulatausvalikko pitämällä (START)-painiketta pohjassa käynnistyksen aikana
+ Avaa GodMode9 painamalla (A):ta
+ Mene hakemistoon `[S:] SYSNAND VIRTUAL`
2017-09-24 06:22:58 +02:00
+ Press (A) on `agbsave.bin` to select it
+ Select "AGBSAVE options..."
+ Select "Dump GBA VC save"
+ Press (A) to continue
2017-05-21 22:39:40 +02:00
+ Paina (START)-painiketta käynnistääksesi uudelleen
2017-09-29 13:29:26 +02:00
## Restore GBA VC Saves
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of all games on the system and their corresponding Title IDs by hovering over `[A:] SYSNAND SD`, holding (R) and pressing (A) at the same time, then selecting "Search for titles".
2017-09-24 06:22:58 +02:00
{: .notice--info}
2017-08-06 16:57:54 +02:00
1. Tee seuraavat toimet jokaista GBA VC -peliä kohden, jonka tallennuksen haluat palauttaa:
2017-05-21 22:39:40 +02:00
+ Avaa peli
+ Sulje peli
+ Avaa Luma3DS:n ketjulatausvalikko pitämällä (START)-painiketta pohjassa käynnistyksen aikana
+ Avaa GodMode9 painamalla (A):ta
2017-08-06 16:57:54 +02:00
+ Mene hakemistoon `[0:] SDCARD` → `gm9`
2017-09-24 06:22:58 +02:00
+ Press (Y) on the `<TitleID>.gbavc.sav` file you wish to restore to copy it
2017-05-21 22:39:40 +02:00
+ Paina (B):tä palataksesi päävalikkoon
+ Mene hakemistoon `[S:] SYSNAND VIRTUAL`
2017-09-24 06:22:58 +02:00
+ Press (A) on `agbsave.bin` to select it
+ Select "AGBSAVE options..."
+ Select "Inject GBA VC save"
+ Press (A) to continue
2017-05-21 22:39:40 +02:00
+ Paina (START)-painiketta käynnistääksesi uudelleen
2017-09-24 06:22:58 +02:00
+ Avaa peli
+ Sulje peli
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
## Format an SD card
2017-05-21 22:39:40 +02:00
**Huomaa, että tämä tyhjentää SD-korttisi sisällön!**
{: .notice--danger}
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-05-21 22:39:40 +02:00
1. Paina (HOME)-painiketta näyttääksesi toimintovalikon
1. Valitse "More..."
1. Valitse "SD format menu"
1. Valitse haluamasi EmuNAND-asetus
+ Luultavasti järkevin valinta sinulle on "No EmuNAND"
1. Valitse "Auto"
1. Paina (A):ta käyttääksesi nimeä `GM9SD`
+ Voit myös halutessasi syöttää jonkin muun nimen SD-kortille
1. Syötä kehotettaessa annettu painikeyhdistelmä
2017-09-29 13:29:26 +02:00
## Encrypting / Decrypting a .CIA file
2017-05-21 22:39:40 +02:00
##### Valmistelut
+ Kun sinulla on `.cia`-tiedosto, jolle haluat suorittaa salauksen tai sen purkamisen, kopioi se käytännöllisyyden vuoksi SD-korttisi `/cias/`-kansioon
2017-09-29 13:29:26 +02:00
{: .notice--info}
2017-05-21 22:39:40 +02:00
2017-08-06 06:11:00 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
2017-05-21 22:39:40 +02:00
1. Mene hakemistoon `[0:] SDCARD` → `cias`
1. Paina (A):ta `.cia`-tiedoston kohdalla ja valitse "CIA image options..."
1. Valitse haluamasi toiminto:
2017-08-06 16:57:54 +02:00
+ **Encrypt to 0:/gm9/out:** Luo salatun kopion valitsemastasi`.cia`-tiedostosta SD-korttisi `/gm9/out/`-kansioon
+ **Decrypt to 0:/gm9/out:** Luo puretun kopion valitsemastasi salatusta `.cia`-tiedostosta SD-korttisi `/gm9/out/`-kansioon
2017-05-21 22:39:40 +02:00
+ **Encrypt inplace:** Korvaa valitsemasi `.cia`-tiedoston salatulla versiolla
+ **Decrypt inplace:** Korvaa valitsemasi salatun `.cia`-tiedoston puretulla versiolla
New Crowdin translations (#1317) * New translations godmode9-usage.txt (Spanish) * New translations godmode9-usage.txt (Dutch) * New translations godmode9-usage.txt (Danish) * New translations godmode9-usage.txt (Finnish) * New translations godmode9-usage.txt (French) * New translations godmode9-usage.txt (Greek) * New translations godmode9-usage.txt (German) * New translations godmode9-usage.txt (Czech) * New translations godmode9-usage.txt (Chinese Traditional) * New translations godmode9-usage.txt (Afrikaans) * New translations godmode9-usage.txt (Arabic) * New translations godmode9-usage.txt (Chinese Simplified) * New translations godmode9-usage.txt (Catalan) * New translations godmode9-usage.txt (Hebrew) * New translations godmode9-usage.txt (Hungarian) * New translations godmode9-usage.txt (Portuguese) * New translations godmode9-usage.txt (Polish) * New translations godmode9-usage.txt (Portuguese, Brazilian) * New translations godmode9-usage.txt (Romanian) * New translations godmode9-usage.txt (Serbian (Cyrillic)) * New translations godmode9-usage.txt (Russian) * New translations godmode9-usage.txt (Pirate English) * New translations godmode9-usage.txt (Norwegian) * New translations godmode9-usage.txt (Italian) * New translations godmode9-usage.txt (Indonesian) * New translations godmode9-usage.txt (Japanese) * New translations godmode9-usage.txt (Korean) * New translations godmode9-usage.txt (Malay) * New translations godmode9-usage.txt (Vietnamese) * New translations godmode9-usage.txt (Ukrainian) * New translations godmode9-usage.txt (Turkish) * New translations godmode9-usage.txt (Swedish) * New translations godmode9-usage.txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-single-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-single-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-single-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-single-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-single-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-single-system).txt (Malay) * New translations flashing-ntrboot-(3ds-single-system).txt (Korean) * New translations flashing-ntrboot-(3ds-single-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-single-system).txt (Greek) * New translations flashing-ntrboot-(3ds-single-system).txt (Danish) * New translations flashing-ntrboot-(3ds-single-system).txt (Czech) * New translations flashing-ntrboot-(3ds-single-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-single-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-single-system).txt (German) * New translations flashing-ntrboot-(3ds-single-system).txt (French) * New translations ntrboot.txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations ntrboot.txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations ntrboot.txt (Portuguese) * New translations ntrboot.txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations ntrboot.txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-single-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-single-system).txt (Polish) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-single-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Russian) * New translations ntrboot.txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations ntrboot.txt (Afrikaans) * New translations ntrboot.txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations ntrboot.txt (Italian) * New translations ntrboot.txt (Hungarian) * New translations ntrboot.txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations ntrboot.txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations ntrboot.txt (Japanese) * New translations ntrboot.txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations ntrboot.txt (Pirate English) * New translations ntrboot.txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations ntrboot.txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations ntrboot.txt (Chinese Traditional) * New translations ntrboot.txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations ntrboot.txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations ntrboot.txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations ntrboot.txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations ntrboot.txt (French) * New translations ntrboot.txt (German) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations ntrboot.txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations ntrboot.txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations ntrboot.txt (Dutch) * New translations ntrboot.txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations ntrboot.txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations ntrboot.txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations ntrboot.txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations ntrboot.txt (Ukrainian) * New translations flashing-ntrboot-(3ds-single-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Ukrainian) * New translations ntrboot.txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-single-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-single-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-multi-system).txt (Polish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Malay) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Korean) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-multi-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Russian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-multi-system).txt (Czech) * New translations flashing-ntrboot-(3ds-multi-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-multi-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-multi-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-multi-system).txt (Danish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Greek) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-multi-system).txt (German) * New translations flashing-ntrboot-(3ds-multi-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-multi-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-multi-system).txt (French) * New translations flashing-ntrboot-(3ds-multi-system).txt (Thai) * New translations flashing-ntrboot-(3ds-multi-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations ntrboot.txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Italian)
2017-08-28 02:05:38 +02:00
1. Salattu/purettu `.cia`-tiedostosi päätyy valitsemaasi paikkaan
2017-09-29 13:29:26 +02:00
## Removing an NNID without formatting your device
New Crowdin translations (#1317) * New translations godmode9-usage.txt (Spanish) * New translations godmode9-usage.txt (Dutch) * New translations godmode9-usage.txt (Danish) * New translations godmode9-usage.txt (Finnish) * New translations godmode9-usage.txt (French) * New translations godmode9-usage.txt (Greek) * New translations godmode9-usage.txt (German) * New translations godmode9-usage.txt (Czech) * New translations godmode9-usage.txt (Chinese Traditional) * New translations godmode9-usage.txt (Afrikaans) * New translations godmode9-usage.txt (Arabic) * New translations godmode9-usage.txt (Chinese Simplified) * New translations godmode9-usage.txt (Catalan) * New translations godmode9-usage.txt (Hebrew) * New translations godmode9-usage.txt (Hungarian) * New translations godmode9-usage.txt (Portuguese) * New translations godmode9-usage.txt (Polish) * New translations godmode9-usage.txt (Portuguese, Brazilian) * New translations godmode9-usage.txt (Romanian) * New translations godmode9-usage.txt (Serbian (Cyrillic)) * New translations godmode9-usage.txt (Russian) * New translations godmode9-usage.txt (Pirate English) * New translations godmode9-usage.txt (Norwegian) * New translations godmode9-usage.txt (Italian) * New translations godmode9-usage.txt (Indonesian) * New translations godmode9-usage.txt (Japanese) * New translations godmode9-usage.txt (Korean) * New translations godmode9-usage.txt (Malay) * New translations godmode9-usage.txt (Vietnamese) * New translations godmode9-usage.txt (Ukrainian) * New translations godmode9-usage.txt (Turkish) * New translations godmode9-usage.txt (Swedish) * New translations godmode9-usage.txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-single-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-single-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-single-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-single-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-single-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-single-system).txt (Malay) * New translations flashing-ntrboot-(3ds-single-system).txt (Korean) * New translations flashing-ntrboot-(3ds-single-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-single-system).txt (Greek) * New translations flashing-ntrboot-(3ds-single-system).txt (Danish) * New translations flashing-ntrboot-(3ds-single-system).txt (Czech) * New translations flashing-ntrboot-(3ds-single-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-single-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-single-system).txt (German) * New translations flashing-ntrboot-(3ds-single-system).txt (French) * New translations ntrboot.txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations ntrboot.txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations ntrboot.txt (Portuguese) * New translations ntrboot.txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations ntrboot.txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-single-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-single-system).txt (Polish) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-single-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Russian) * New translations ntrboot.txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations ntrboot.txt (Afrikaans) * New translations ntrboot.txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations ntrboot.txt (Italian) * New translations ntrboot.txt (Hungarian) * New translations ntrboot.txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations ntrboot.txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations ntrboot.txt (Japanese) * New translations ntrboot.txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations ntrboot.txt (Pirate English) * New translations ntrboot.txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations ntrboot.txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations ntrboot.txt (Chinese Traditional) * New translations ntrboot.txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations ntrboot.txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations ntrboot.txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations ntrboot.txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations ntrboot.txt (French) * New translations ntrboot.txt (German) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations ntrboot.txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations ntrboot.txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations ntrboot.txt (Dutch) * New translations ntrboot.txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations ntrboot.txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations ntrboot.txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations ntrboot.txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations ntrboot.txt (Ukrainian) * New translations flashing-ntrboot-(3ds-single-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Ukrainian) * New translations ntrboot.txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-single-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-single-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-multi-system).txt (Polish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Malay) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Korean) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-multi-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Russian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-multi-system).txt (Czech) * New translations flashing-ntrboot-(3ds-multi-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-multi-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-multi-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-multi-system).txt (Danish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Greek) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-multi-system).txt (German) * New translations flashing-ntrboot-(3ds-multi-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-multi-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-multi-system).txt (French) * New translations flashing-ntrboot-(3ds-multi-system).txt (Thai) * New translations flashing-ntrboot-(3ds-multi-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations ntrboot.txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Italian)
2017-08-28 02:05:38 +02:00
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
1. Mene hakemistoon `[1:] SYSNAND CTRNAND` → `data` → (32-merkkinen tunnus) → `sysdata` → `00010038`
1. Pidä (R):ää pohjassa ja paina samalla (X):ää `00000000`-tiedoston kohdalla uudelleennimetäksesi sen
1. Paina ylös kerran vaihtaaksesi nimeksi `10000000`
1. Paina (A):ta tallentaaksesi muutokset
1. Paina (A):ta ottaaksesi käyttöön SysNANDiin kirjoittamisen ja syötä annettu painikeyhdistelmä
1. Mene takaisin päävalikkoon
2017-09-04 06:15:19 +02:00
1. Paina (START)-painiketta käynnistääksesi uudelleen