From e65657749a7676e30ac4d5600fc220484d87ea3f Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Thu, 31 Oct 2024 09:15:46 -0700 Subject: [PATCH] translations: Update 2024-10-31 - Re-enabled the following: - German - Spanish - French - Hungarian - Italian - Japanese - Added new languages: - Greek - Ukranian --- crowdin-pull.sh | 2 +- docs/.vitepress/config.mjs | 16 +- docs/.vitepress/i18n/de_DE.js | 117 ++++++++ docs/.vitepress/i18n/el_GR.js | 117 ++++++++ docs/.vitepress/i18n/es_ES.js | 117 ++++++++ docs/.vitepress/i18n/fr_FR.js | 117 ++++++++ docs/.vitepress/i18n/hu_HU.js | 117 ++++++++ docs/.vitepress/i18n/index.js | 10 +- docs/.vitepress/i18n/it_IT.js | 117 ++++++++ docs/.vitepress/i18n/ja_JP.js | 117 ++++++++ docs/.vitepress/i18n/strings/de_DE.json | 30 +- docs/.vitepress/i18n/strings/el_GR.json | 32 ++ docs/.vitepress/i18n/strings/es_ES.json | 30 +- docs/.vitepress/i18n/strings/fr_FR.json | 30 +- docs/.vitepress/i18n/strings/hu_HU.json | 30 +- docs/.vitepress/i18n/strings/index.js | 4 +- docs/.vitepress/i18n/strings/it_IT.json | 30 +- docs/.vitepress/i18n/strings/ja_JP.json | 30 +- docs/.vitepress/i18n/strings/pl_PL.json | 30 +- docs/.vitepress/i18n/strings/ro_RO.json | 30 +- docs/.vitepress/i18n/strings/uk_UA.json | 32 ++ docs/.vitepress/i18n/strings/zh_CN.json | 30 +- docs/.vitepress/i18n/uk_UA.js | 117 ++++++++ docs/de_DE/404.md | 14 - docs/de_DE/alternate-exploits.md | 10 +- docs/de_DE/credits.md | 28 +- docs/de_DE/dsiware-backups.md | 24 +- docs/de_DE/dumping-game-cards.md | 29 +- docs/de_DE/dumping-nand.md | 29 +- docs/de_DE/faq.md | 99 ++++--- docs/de_DE/file-extensions-windows.md | 32 +- docs/de_DE/get-started.md | 54 ++-- docs/de_DE/index.md | 29 +- docs/de_DE/installing-unlaunch.md | 99 +++---- docs/de_DE/launching-the-browser-exploit.md | 28 +- docs/de_DE/launching-the-exploit.md | 62 ++-- docs/de_DE/launching-the-flipnote-exploit.md | 49 ++- docs/de_DE/restoring-nand.md | 84 +++--- docs/de_DE/sd-card-setup.md | 12 +- docs/de_DE/site-navigation.md | 33 ++- docs/de_DE/troubleshooting.md | 21 +- docs/de_DE/uninstalling-unlaunch.md | 16 +- docs/el_GR/alternate-exploits.md | 15 + docs/el_GR/credits.md | 21 ++ docs/el_GR/dsiware-backups.md | 24 ++ docs/el_GR/dumping-game-cards.md | 30 ++ docs/el_GR/dumping-nand.md | 49 +++ docs/el_GR/faq.md | 171 +++++++++++ docs/el_GR/file-extensions-windows.md | 38 +++ docs/el_GR/get-started.md | 85 ++++++ docs/el_GR/index.md | 57 ++++ docs/el_GR/installing-unlaunch.md | 102 +++++++ docs/el_GR/launching-the-browser-exploit.md | 41 +++ docs/el_GR/launching-the-exploit.md | 72 +++++ docs/el_GR/launching-the-flipnote-exploit.md | 48 +++ docs/el_GR/restoring-nand.md | 98 ++++++ docs/el_GR/sd-card-setup.md | 295 +++++++++++++++++++ docs/el_GR/site-navigation.md | 25 ++ docs/el_GR/troubleshooting.md | 33 +++ docs/el_GR/uninstalling-unlaunch.md | 28 ++ docs/es_ES/404.md | 14 - docs/es_ES/alternate-exploits.md | 10 +- docs/es_ES/credits.md | 28 +- docs/es_ES/dsiware-backups.md | 24 +- docs/es_ES/dumping-game-cards.md | 27 +- docs/es_ES/dumping-nand.md | 35 +-- docs/es_ES/faq.md | 99 ++++--- docs/es_ES/file-extensions-windows.md | 34 ++- docs/es_ES/get-started.md | 56 ++-- docs/es_ES/index.md | 29 +- docs/es_ES/installing-unlaunch.md | 97 +++--- docs/es_ES/launching-the-browser-exploit.md | 28 +- docs/es_ES/launching-the-exploit.md | 62 ++-- docs/es_ES/launching-the-flipnote-exploit.md | 53 ++-- docs/es_ES/restoring-nand.md | 82 +++--- docs/es_ES/sd-card-setup.md | 10 +- docs/es_ES/site-navigation.md | 37 +-- docs/es_ES/troubleshooting.md | 21 +- docs/es_ES/uninstalling-unlaunch.md | 16 +- docs/fr_FR/404.md | 14 - docs/fr_FR/alternate-exploits.md | 10 +- docs/fr_FR/credits.md | 28 +- docs/fr_FR/dsiware-backups.md | 24 +- docs/fr_FR/dumping-game-cards.md | 25 +- docs/fr_FR/dumping-nand.md | 29 +- docs/fr_FR/faq.md | 99 ++++--- docs/fr_FR/file-extensions-windows.md | 32 +- docs/fr_FR/get-started.md | 54 ++-- docs/fr_FR/index.md | 29 +- docs/fr_FR/installing-unlaunch.md | 93 +++--- docs/fr_FR/launching-the-browser-exploit.md | 28 +- docs/fr_FR/launching-the-exploit.md | 62 ++-- docs/fr_FR/launching-the-flipnote-exploit.md | 49 ++- docs/fr_FR/restoring-nand.md | 82 +++--- docs/fr_FR/sd-card-setup.md | 10 +- docs/fr_FR/site-navigation.md | 37 +-- docs/fr_FR/troubleshooting.md | 21 +- docs/fr_FR/uninstalling-unlaunch.md | 16 +- docs/hu_HU/404.md | 14 - docs/hu_HU/alternate-exploits.md | 10 +- docs/hu_HU/credits.md | 28 +- docs/hu_HU/dsiware-backups.md | 24 +- docs/hu_HU/dumping-game-cards.md | 25 +- docs/hu_HU/dumping-nand.md | 29 +- docs/hu_HU/faq.md | 99 ++++--- docs/hu_HU/file-extensions-windows.md | 32 +- docs/hu_HU/get-started.md | 56 ++-- docs/hu_HU/index.md | 27 +- docs/hu_HU/installing-unlaunch.md | 93 +++--- docs/hu_HU/launching-the-browser-exploit.md | 28 +- docs/hu_HU/launching-the-exploit.md | 62 ++-- docs/hu_HU/launching-the-flipnote-exploit.md | 49 ++- docs/hu_HU/restoring-nand.md | 82 +++--- docs/hu_HU/sd-card-setup.md | 258 ++++++++-------- docs/hu_HU/site-navigation.md | 37 +-- docs/hu_HU/troubleshooting.md | 21 +- docs/hu_HU/uninstalling-unlaunch.md | 16 +- docs/it_IT/404.md | 14 - docs/it_IT/alternate-exploits.md | 10 +- docs/it_IT/credits.md | 28 +- docs/it_IT/dsiware-backups.md | 24 +- docs/it_IT/dumping-game-cards.md | 27 +- docs/it_IT/dumping-nand.md | 29 +- docs/it_IT/faq.md | 99 ++++--- docs/it_IT/file-extensions-windows.md | 32 +- docs/it_IT/get-started.md | 56 ++-- docs/it_IT/index.md | 29 +- docs/it_IT/installing-unlaunch.md | 93 +++--- docs/it_IT/launching-the-browser-exploit.md | 28 +- docs/it_IT/launching-the-exploit.md | 62 ++-- docs/it_IT/launching-the-flipnote-exploit.md | 55 ++-- docs/it_IT/restoring-nand.md | 82 +++--- docs/it_IT/sd-card-setup.md | 26 +- docs/it_IT/site-navigation.md | 37 +-- docs/it_IT/troubleshooting.md | 21 +- docs/it_IT/uninstalling-unlaunch.md | 16 +- docs/ja_JP/404.md | 14 - docs/ja_JP/alternate-exploits.md | 10 +- docs/ja_JP/credits.md | 14 +- docs/ja_JP/dsiware-backups.md | 24 +- docs/ja_JP/dumping-game-cards.md | 25 +- docs/ja_JP/dumping-nand.md | 25 +- docs/ja_JP/faq.md | 95 ++++-- docs/ja_JP/file-extensions-windows.md | 32 +- docs/ja_JP/get-started.md | 38 +-- docs/ja_JP/index.md | 29 +- docs/ja_JP/installing-unlaunch.md | 91 +++--- docs/ja_JP/launching-the-browser-exploit.md | 28 +- docs/ja_JP/launching-the-exploit.md | 62 ++-- docs/ja_JP/launching-the-flipnote-exploit.md | 53 ++-- docs/ja_JP/restoring-nand.md | 82 +++--- docs/ja_JP/sd-card-setup.md | 18 +- docs/ja_JP/site-navigation.md | 37 +-- docs/ja_JP/troubleshooting.md | 19 +- docs/ja_JP/uninstalling-unlaunch.md | 14 +- docs/pl_PL/404.md | 14 - docs/pl_PL/alternate-exploits.md | 10 +- docs/pl_PL/credits.md | 28 +- docs/pl_PL/dsiware-backups.md | 26 +- docs/pl_PL/dumping-game-cards.md | 21 +- docs/pl_PL/dumping-nand.md | 29 +- docs/pl_PL/faq.md | 59 +++- docs/pl_PL/file-extensions-windows.md | 32 +- docs/pl_PL/get-started.md | 38 +-- docs/pl_PL/index.md | 29 +- docs/pl_PL/installing-unlaunch.md | 89 +++--- docs/pl_PL/launching-the-browser-exploit.md | 28 +- docs/pl_PL/launching-the-exploit.md | 62 ++-- docs/pl_PL/launching-the-flipnote-exploit.md | 49 ++- docs/pl_PL/restoring-nand.md | 72 ++--- docs/pl_PL/sd-card-setup.md | 10 +- docs/pl_PL/site-navigation.md | 35 +-- docs/pl_PL/troubleshooting.md | 7 +- docs/pl_PL/uninstalling-unlaunch.md | 8 +- docs/public/assets/images/sdroot/el_GR.png | Bin 0 -> 67214 bytes docs/public/assets/images/sdroot/hu_HU.png | Bin 62392 -> 76420 bytes docs/public/assets/images/sdroot/uk_UA.png | Bin 0 -> 44557 bytes docs/ro_RO/404.md | 14 - docs/ro_RO/alternate-exploits.md | 6 +- docs/ro_RO/credits.md | 14 +- docs/ro_RO/dsiware-backups.md | 24 +- docs/ro_RO/dumping-game-cards.md | 21 +- docs/ro_RO/dumping-nand.md | 25 +- docs/ro_RO/faq.md | 59 +++- docs/ro_RO/file-extensions-windows.md | 32 +- docs/ro_RO/get-started.md | 38 +-- docs/ro_RO/index.md | 21 +- docs/ro_RO/installing-unlaunch.md | 81 +++-- docs/ro_RO/launching-the-browser-exploit.md | 22 +- docs/ro_RO/launching-the-exploit.md | 54 ++-- docs/ro_RO/launching-the-flipnote-exploit.md | 41 ++- docs/ro_RO/restoring-nand.md | 80 ++--- docs/ro_RO/sd-card-setup.md | 10 +- docs/ro_RO/site-navigation.md | 29 +- docs/ro_RO/troubleshooting.md | 9 +- docs/ro_RO/uninstalling-unlaunch.md | 10 +- docs/uk_UA/alternate-exploits.md | 15 + docs/uk_UA/credits.md | 21 ++ docs/uk_UA/dsiware-backups.md | 24 ++ docs/uk_UA/dumping-game-cards.md | 30 ++ docs/uk_UA/dumping-nand.md | 49 +++ docs/uk_UA/faq.md | 171 +++++++++++ docs/uk_UA/file-extensions-windows.md | 38 +++ docs/uk_UA/get-started.md | 85 ++++++ docs/uk_UA/index.md | 57 ++++ docs/uk_UA/installing-unlaunch.md | 102 +++++++ docs/uk_UA/launching-the-browser-exploit.md | 41 +++ docs/uk_UA/launching-the-exploit.md | 72 +++++ docs/uk_UA/launching-the-flipnote-exploit.md | 48 +++ docs/uk_UA/restoring-nand.md | 98 ++++++ docs/uk_UA/sd-card-setup.md | 295 +++++++++++++++++++ docs/uk_UA/site-navigation.md | 25 ++ docs/uk_UA/troubleshooting.md | 33 +++ docs/uk_UA/uninstalling-unlaunch.md | 28 ++ docs/zh_CN/404.md | 14 - docs/zh_CN/alternate-exploits.md | 8 +- docs/zh_CN/credits.md | 12 +- docs/zh_CN/dsiware-backups.md | 22 +- docs/zh_CN/dumping-game-cards.md | 23 +- docs/zh_CN/dumping-nand.md | 29 +- docs/zh_CN/faq.md | 59 +++- docs/zh_CN/file-extensions-windows.md | 32 +- docs/zh_CN/get-started.md | 48 ++- docs/zh_CN/index.md | 29 +- docs/zh_CN/installing-unlaunch.md | 83 +++--- docs/zh_CN/launching-the-browser-exploit.md | 22 +- docs/zh_CN/launching-the-exploit.md | 56 ++-- docs/zh_CN/launching-the-flipnote-exploit.md | 41 ++- docs/zh_CN/restoring-nand.md | 72 ++--- docs/zh_CN/sd-card-setup.md | 10 +- docs/zh_CN/site-navigation.md | 29 +- docs/zh_CN/troubleshooting.md | 7 +- docs/zh_CN/uninstalling-unlaunch.md | 10 +- 233 files changed, 7021 insertions(+), 3311 deletions(-) create mode 100644 docs/.vitepress/i18n/de_DE.js create mode 100644 docs/.vitepress/i18n/el_GR.js create mode 100644 docs/.vitepress/i18n/es_ES.js create mode 100644 docs/.vitepress/i18n/fr_FR.js create mode 100644 docs/.vitepress/i18n/hu_HU.js create mode 100644 docs/.vitepress/i18n/it_IT.js create mode 100644 docs/.vitepress/i18n/ja_JP.js create mode 100644 docs/.vitepress/i18n/strings/el_GR.json create mode 100644 docs/.vitepress/i18n/strings/uk_UA.json create mode 100644 docs/.vitepress/i18n/uk_UA.js delete mode 100644 docs/de_DE/404.md create mode 100644 docs/el_GR/alternate-exploits.md create mode 100644 docs/el_GR/credits.md create mode 100644 docs/el_GR/dsiware-backups.md create mode 100644 docs/el_GR/dumping-game-cards.md create mode 100644 docs/el_GR/dumping-nand.md create mode 100644 docs/el_GR/faq.md create mode 100644 docs/el_GR/file-extensions-windows.md create mode 100644 docs/el_GR/get-started.md create mode 100644 docs/el_GR/index.md create mode 100644 docs/el_GR/installing-unlaunch.md create mode 100644 docs/el_GR/launching-the-browser-exploit.md create mode 100644 docs/el_GR/launching-the-exploit.md create mode 100644 docs/el_GR/launching-the-flipnote-exploit.md create mode 100644 docs/el_GR/restoring-nand.md create mode 100644 docs/el_GR/sd-card-setup.md create mode 100644 docs/el_GR/site-navigation.md create mode 100644 docs/el_GR/troubleshooting.md create mode 100644 docs/el_GR/uninstalling-unlaunch.md delete mode 100644 docs/es_ES/404.md delete mode 100644 docs/fr_FR/404.md delete mode 100644 docs/hu_HU/404.md delete mode 100644 docs/it_IT/404.md delete mode 100644 docs/ja_JP/404.md delete mode 100644 docs/pl_PL/404.md create mode 100644 docs/public/assets/images/sdroot/el_GR.png create mode 100644 docs/public/assets/images/sdroot/uk_UA.png delete mode 100644 docs/ro_RO/404.md create mode 100644 docs/uk_UA/alternate-exploits.md create mode 100644 docs/uk_UA/credits.md create mode 100644 docs/uk_UA/dsiware-backups.md create mode 100644 docs/uk_UA/dumping-game-cards.md create mode 100644 docs/uk_UA/dumping-nand.md create mode 100644 docs/uk_UA/faq.md create mode 100644 docs/uk_UA/file-extensions-windows.md create mode 100644 docs/uk_UA/get-started.md create mode 100644 docs/uk_UA/index.md create mode 100644 docs/uk_UA/installing-unlaunch.md create mode 100644 docs/uk_UA/launching-the-browser-exploit.md create mode 100644 docs/uk_UA/launching-the-exploit.md create mode 100644 docs/uk_UA/launching-the-flipnote-exploit.md create mode 100644 docs/uk_UA/restoring-nand.md create mode 100644 docs/uk_UA/sd-card-setup.md create mode 100644 docs/uk_UA/site-navigation.md create mode 100644 docs/uk_UA/troubleshooting.md create mode 100644 docs/uk_UA/uninstalling-unlaunch.md delete mode 100644 docs/zh_CN/404.md diff --git a/crowdin-pull.sh b/crowdin-pull.sh index 12dc4cceb..f12718b67 100755 --- a/crowdin-pull.sh +++ b/crowdin-pull.sh @@ -2,7 +2,7 @@ # Add new languages here, space separated and using the ID for `crowdin pull` # `lol` (LOLCAT) is In-Context -LANGUAGES="de es-ES fr hu it ja pl ro zh-CN lol" +LANGUAGES="de el es-ES fr hu it ja pl ro uk zh-CN lol" # Delete old translations (incase a page was removed/renamed) rm -rf docs/*_*/ diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index f9958062d..843a52810 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -13,7 +13,15 @@ export default defineConfig({ [ 'script', { type: 'text/javascript', src: '//cdn.thisiswaldo.com/static/js/8406.js' } ], ], locales: { - root: i18n.en_US + root: i18n.en_US, + de_DE: i18n.de_DE, + el_GR: i18n.el_GR, + es_ES: i18n.es_ES, + fr_FR: i18n.fr_FR, + hu_HU: i18n.hu_HU, + it_IT: i18n.it_IT, + ja_JP: i18n.ja_JP, + uk_UA: i18n.uk_UA }, themeConfig: { docFooter: { @@ -69,12 +77,6 @@ export default defineConfig({ } }, srcExclude: [ - 'de_DE/**', - 'es_ES/**', - 'fr_FR/**', - 'hu_HU/**', - 'it_IT/**', - 'ja_JP/**', 'pl_PL/**', 'ro_RO/**', 'zh_CN/**' diff --git a/docs/.vitepress/i18n/de_DE.js b/docs/.vitepress/i18n/de_DE.js new file mode 100644 index 000000000..aed04d00b --- /dev/null +++ b/docs/.vitepress/i18n/de_DE.js @@ -0,0 +1,117 @@ +const locale = 'de_DE'; +import { de_DE as localeData } from './strings' + +const backups = localeData.backups; +const guide = localeData.guide; +const extras = localeData.extras; +const other = localeData.other; + +const sidebar_extras = { + text: extras, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["file-extensions-windows"], link: `/${locale}/file-extensions-windows` }, + { text: localeData.pages["restoring-nand"], link: `/${locale}/restoring-nand` }, + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ] +} + +const sidebar_other = { + text: other, + items: [ + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["credits"], link: `/${locale}/credits` }, + { text: localeData.pages["site-navigation"], link: `/${locale}/site-navigation` } + ] +} + +const themeConfig = { + langMenuLabel: localeData.langMenuLabel, + darkModeSwitchLabel: localeData.darkModeSwitchLabel, + darkModeSwitchTitle: localeData.darkModeSwitchTitle, + lightModeSwitchTitle: localeData.lightModeSwitchTitle, + sidebarMenuLabel: localeData.sidebarMenuLabel, + returnToTopLabel: localeData.returnToTopLabel, + + nav: [ + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { + text: backups, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` } + ] + }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ], + sidebar: { + [`/get-started`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-browser-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-flipnote-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ] + } +}; + +export default { + lang: "de", + label: "Deutsch", + title: localeData.title, + description: localeData.description, + themeConfig: themeConfig +} diff --git a/docs/.vitepress/i18n/el_GR.js b/docs/.vitepress/i18n/el_GR.js new file mode 100644 index 000000000..6a80bb13b --- /dev/null +++ b/docs/.vitepress/i18n/el_GR.js @@ -0,0 +1,117 @@ +const locale = 'el_GR'; +import { el_GR as localeData } from './strings' + +const backups = localeData.backups; +const guide = localeData.guide; +const extras = localeData.extras; +const other = localeData.other; + +const sidebar_extras = { + text: extras, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["file-extensions-windows"], link: `/${locale}/file-extensions-windows` }, + { text: localeData.pages["restoring-nand"], link: `/${locale}/restoring-nand` }, + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ] +} + +const sidebar_other = { + text: other, + items: [ + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["credits"], link: `/${locale}/credits` }, + { text: localeData.pages["site-navigation"], link: `/${locale}/site-navigation` } + ] +} + +const themeConfig = { + langMenuLabel: localeData.langMenuLabel, + darkModeSwitchLabel: localeData.darkModeSwitchLabel, + darkModeSwitchTitle: localeData.darkModeSwitchTitle, + lightModeSwitchTitle: localeData.lightModeSwitchTitle, + sidebarMenuLabel: localeData.sidebarMenuLabel, + returnToTopLabel: localeData.returnToTopLabel, + + nav: [ + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { + text: backups, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` } + ] + }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ], + sidebar: { + [`/get-started`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-browser-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-flipnote-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ] + } +}; + +export default { + lang: "el", + label: "Ελληνικά", + title: localeData.title, + description: localeData.description, + themeConfig: themeConfig +} diff --git a/docs/.vitepress/i18n/es_ES.js b/docs/.vitepress/i18n/es_ES.js new file mode 100644 index 000000000..157a96d1e --- /dev/null +++ b/docs/.vitepress/i18n/es_ES.js @@ -0,0 +1,117 @@ +const locale = 'es_ES'; +import { es_ES as localeData } from './strings' + +const backups = localeData.backups; +const guide = localeData.guide; +const extras = localeData.extras; +const other = localeData.other; + +const sidebar_extras = { + text: extras, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["file-extensions-windows"], link: `/${locale}/file-extensions-windows` }, + { text: localeData.pages["restoring-nand"], link: `/${locale}/restoring-nand` }, + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ] +} + +const sidebar_other = { + text: other, + items: [ + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["credits"], link: `/${locale}/credits` }, + { text: localeData.pages["site-navigation"], link: `/${locale}/site-navigation` } + ] +} + +const themeConfig = { + langMenuLabel: localeData.langMenuLabel, + darkModeSwitchLabel: localeData.darkModeSwitchLabel, + darkModeSwitchTitle: localeData.darkModeSwitchTitle, + lightModeSwitchTitle: localeData.lightModeSwitchTitle, + sidebarMenuLabel: localeData.sidebarMenuLabel, + returnToTopLabel: localeData.returnToTopLabel, + + nav: [ + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { + text: backups, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` } + ] + }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ], + sidebar: { + [`/get-started`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-browser-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-flipnote-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ] + } +}; + +export default { + lang: "es", + label: "Español", + title: localeData.title, + description: localeData.description, + themeConfig: themeConfig +} diff --git a/docs/.vitepress/i18n/fr_FR.js b/docs/.vitepress/i18n/fr_FR.js new file mode 100644 index 000000000..e3ca62aa7 --- /dev/null +++ b/docs/.vitepress/i18n/fr_FR.js @@ -0,0 +1,117 @@ +const locale = 'fr_FR'; +import { fr_FR as localeData } from './strings' + +const backups = localeData.backups; +const guide = localeData.guide; +const extras = localeData.extras; +const other = localeData.other; + +const sidebar_extras = { + text: extras, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["file-extensions-windows"], link: `/${locale}/file-extensions-windows` }, + { text: localeData.pages["restoring-nand"], link: `/${locale}/restoring-nand` }, + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ] +} + +const sidebar_other = { + text: other, + items: [ + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["credits"], link: `/${locale}/credits` }, + { text: localeData.pages["site-navigation"], link: `/${locale}/site-navigation` } + ] +} + +const themeConfig = { + langMenuLabel: localeData.langMenuLabel, + darkModeSwitchLabel: localeData.darkModeSwitchLabel, + darkModeSwitchTitle: localeData.darkModeSwitchTitle, + lightModeSwitchTitle: localeData.lightModeSwitchTitle, + sidebarMenuLabel: localeData.sidebarMenuLabel, + returnToTopLabel: localeData.returnToTopLabel, + + nav: [ + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { + text: backups, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` } + ] + }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ], + sidebar: { + [`/get-started`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-browser-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-flipnote-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ] + } +}; + +export default { + lang: "fr", + label: "Français", + title: localeData.title, + description: localeData.description, + themeConfig: themeConfig +} diff --git a/docs/.vitepress/i18n/hu_HU.js b/docs/.vitepress/i18n/hu_HU.js new file mode 100644 index 000000000..e8be35ebb --- /dev/null +++ b/docs/.vitepress/i18n/hu_HU.js @@ -0,0 +1,117 @@ +const locale = 'hu_HU'; +import { hu_HU as localeData } from './strings' + +const backups = localeData.backups; +const guide = localeData.guide; +const extras = localeData.extras; +const other = localeData.other; + +const sidebar_extras = { + text: extras, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["file-extensions-windows"], link: `/${locale}/file-extensions-windows` }, + { text: localeData.pages["restoring-nand"], link: `/${locale}/restoring-nand` }, + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ] +} + +const sidebar_other = { + text: other, + items: [ + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["credits"], link: `/${locale}/credits` }, + { text: localeData.pages["site-navigation"], link: `/${locale}/site-navigation` } + ] +} + +const themeConfig = { + langMenuLabel: localeData.langMenuLabel, + darkModeSwitchLabel: localeData.darkModeSwitchLabel, + darkModeSwitchTitle: localeData.darkModeSwitchTitle, + lightModeSwitchTitle: localeData.lightModeSwitchTitle, + sidebarMenuLabel: localeData.sidebarMenuLabel, + returnToTopLabel: localeData.returnToTopLabel, + + nav: [ + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { + text: backups, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` } + ] + }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ], + sidebar: { + [`/get-started`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-browser-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-flipnote-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ] + } +}; + +export default { + lang: "hu", + label: "Magyar", + title: localeData.title, + description: localeData.description, + themeConfig: themeConfig +} diff --git a/docs/.vitepress/i18n/index.js b/docs/.vitepress/i18n/index.js index 3156a8f90..bb36d31d6 100644 --- a/docs/.vitepress/i18n/index.js +++ b/docs/.vitepress/i18n/index.js @@ -1,3 +1,11 @@ import en_US from './en_US' +import de_DE from './de_DE' +import el_GR from './el_GR' +import es_ES from './es_ES' +import fr_FR from './fr_FR' +import hu_HU from './hu_HU' +import it_IT from './it_IT' +import ja_JP from './ja_JP' +import uk_UA from './uk_UA' -export { en_US } +export { en_US, de_DE, el_GR, es_ES, fr_FR, hu_HU, it_IT, ja_JP, uk_UA } diff --git a/docs/.vitepress/i18n/it_IT.js b/docs/.vitepress/i18n/it_IT.js new file mode 100644 index 000000000..88e89ae15 --- /dev/null +++ b/docs/.vitepress/i18n/it_IT.js @@ -0,0 +1,117 @@ +const locale = 'it_IT'; +import { it_IT as localeData } from './strings' + +const backups = localeData.backups; +const guide = localeData.guide; +const extras = localeData.extras; +const other = localeData.other; + +const sidebar_extras = { + text: extras, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["file-extensions-windows"], link: `/${locale}/file-extensions-windows` }, + { text: localeData.pages["restoring-nand"], link: `/${locale}/restoring-nand` }, + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ] +} + +const sidebar_other = { + text: other, + items: [ + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["credits"], link: `/${locale}/credits` }, + { text: localeData.pages["site-navigation"], link: `/${locale}/site-navigation` } + ] +} + +const themeConfig = { + langMenuLabel: localeData.langMenuLabel, + darkModeSwitchLabel: localeData.darkModeSwitchLabel, + darkModeSwitchTitle: localeData.darkModeSwitchTitle, + lightModeSwitchTitle: localeData.lightModeSwitchTitle, + sidebarMenuLabel: localeData.sidebarMenuLabel, + returnToTopLabel: localeData.returnToTopLabel, + + nav: [ + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { + text: backups, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` } + ] + }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ], + sidebar: { + [`/get-started`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-browser-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-flipnote-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ] + } +}; + +export default { + lang: "it", + label: "Italiano", + title: localeData.title, + description: localeData.description, + themeConfig: themeConfig +} diff --git a/docs/.vitepress/i18n/ja_JP.js b/docs/.vitepress/i18n/ja_JP.js new file mode 100644 index 000000000..fe2559acf --- /dev/null +++ b/docs/.vitepress/i18n/ja_JP.js @@ -0,0 +1,117 @@ +const locale = 'ja_JP'; +import { ja_JP as localeData } from './strings' + +const backups = localeData.backups; +const guide = localeData.guide; +const extras = localeData.extras; +const other = localeData.other; + +const sidebar_extras = { + text: extras, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["file-extensions-windows"], link: `/${locale}/file-extensions-windows` }, + { text: localeData.pages["restoring-nand"], link: `/${locale}/restoring-nand` }, + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ] +} + +const sidebar_other = { + text: other, + items: [ + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["credits"], link: `/${locale}/credits` }, + { text: localeData.pages["site-navigation"], link: `/${locale}/site-navigation` } + ] +} + +const themeConfig = { + langMenuLabel: localeData.langMenuLabel, + darkModeSwitchLabel: localeData.darkModeSwitchLabel, + darkModeSwitchTitle: localeData.darkModeSwitchTitle, + lightModeSwitchTitle: localeData.lightModeSwitchTitle, + sidebarMenuLabel: localeData.sidebarMenuLabel, + returnToTopLabel: localeData.returnToTopLabel, + + nav: [ + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { + text: backups, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` } + ] + }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ], + sidebar: { + [`/get-started`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-browser-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-flipnote-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ] + } +}; + +export default { + lang: "ja", + label: "日本語", + title: localeData.title, + description: localeData.description, + themeConfig: themeConfig +} diff --git a/docs/.vitepress/i18n/strings/de_DE.json b/docs/.vitepress/i18n/strings/de_DE.json index 919e42ec8..2a1823e3b 100644 --- a/docs/.vitepress/i18n/strings/de_DE.json +++ b/docs/.vitepress/i18n/strings/de_DE.json @@ -1,6 +1,32 @@ { "title": "DSi-Anleitung", "description": "Die vollständige Anleitung zum Modifizieren deines Nintendo DSi", - "discordNoticeText": "Trete dem \"[DS⁽ⁱ⁾ Mode Hacking!](https://discord.gg/fCzqcWteC4)\" Discord Server bei, um Verbesserungen für die Anleitung vorzuschlagen und Hilfe zu erhalten.", - "search": "Suche" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "Backups", + "guide": "Anleitung", + "extras": "Extras", + "other": "Sonstiges", + "pages": { + "credits": "Credits", + "dsiware-backups": "DSiWare Backups", + "dumping-game-cards": "Spielkarten dumpen", + "dumping-nand": "NAND dumpen", + "faq": "Häufig gestellte Fragen", + "file-extensions-windows": "Dateierweiterungen (Windows)", + "get-started": "Erste Schritte", + "installing-unlaunch": "Installation von Unlaunch", + "launching-the-exploit": "Den Exploit ausführen", + "launching-the-browser-exploit": "Starte die Exploit (Stylehax)", + "launching-the-flipnote-exploit": "Starte den Exploit (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "Einrichtung der SD-Karte", + "site-navigation": "Seteinnavigation", + "troubleshooting": "Problembehandlung", + "uninstalling-unlaunch": "Unlaunch deinstallieren" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/el_GR.json b/docs/.vitepress/i18n/strings/el_GR.json new file mode 100644 index 000000000..36ddf343c --- /dev/null +++ b/docs/.vitepress/i18n/strings/el_GR.json @@ -0,0 +1,32 @@ +{ + "title": "Οδηγός DSi", + "description": "Ένας πλήρης οδηγός τροποποίησης για το Nintendo DSi σας", + "langMenuLabel": "Αλλαγή γλώσσας", + "darkModeSwitchLabel": "Εμφάνιση", + "darkModeSwitchTitle": "Ενεργοποίηση σκουρόχρωμου θέματος", + "lightModeSwitchTitle": "Ενεργοποίηση ανοιχτόχρωμου θέματος", + "sidebarMenuLabel": "Μενού", + "returnToTopLabel": "Επιστροφή στο πάνω μέρος", + "backups": "Αντίγραφα ασφαλείας", + "guide": "Οδηγός", + "extras": "Πρόσθετο υλικό", + "other": "Άλλα", + "pages": { + "credits": "Ευχαριστίες", + "dsiware-backups": "Αντίγραφα ασφαλείας για DSiWare", + "dumping-game-cards": "Αποτύπωση κασετών παιχνιδιών", + "dumping-nand": "Αποτύπωση της NAND", + "faq": "Συχνές ερωτήσεις", + "file-extensions-windows": "Επεκτάσεις αρχείων (Windows)", + "get-started": "Έναρξη", + "installing-unlaunch": "Εγκατάσταση του Unlaunch", + "launching-the-exploit": "Εκκίνηση του exploit", + "launching-the-browser-exploit": "Εκκίνηση του exploit (stylehax)", + "launching-the-flipnote-exploit": "Εκκίνηση του exploit (Flipnote Lenny)", + "restoring-nand": "Επαναφορά αντιγράφου ασφαλείας της NAND", + "sd-card-setup": "Διαμόρφωση κάρτας SD", + "site-navigation": "Πλοήγηση ιστοτόπου", + "troubleshooting": "Επίλυση προβλημάτων", + "uninstalling-unlaunch": "Αφαίρεση του Unlaunch" + } +} \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/es_ES.json b/docs/.vitepress/i18n/strings/es_ES.json index cee2d5b5a..49b9ed6bd 100644 --- a/docs/.vitepress/i18n/strings/es_ES.json +++ b/docs/.vitepress/i18n/strings/es_ES.json @@ -1,6 +1,32 @@ { "title": "Guía de DSi", "description": "Una guia completa para modificar tu Nintendo DSi", - "discordNoticeText": "Únete al servidor [DS⁽ⁱ⁾ Mode Hacking!](https://discord.gg/fCzqcWteC4) en Discord para obtener soporte y seguir el desarrollo de la guía.", - "search": "Buscar" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "Respaldos", + "guide": "Guía", + "extras": "Extras", + "other": "Otros", + "pages": { + "credits": "Créditos", + "dsiware-backups": "Resplados de DSiWare", + "dumping-game-cards": "Volcar cartuchos de juegos", + "dumping-nand": "Hacer Copia de Seguridad de la NAND", + "faq": "Preguntas Frecuentes", + "file-extensions-windows": "Extensiones de archivo (Windows)", + "get-started": "Empezando el proceso", + "installing-unlaunch": "Instalar Unlaunch", + "launching-the-exploit": "Lanzar el Exploit", + "launching-the-browser-exploit": "Lanzar el Exploit (stylehax)", + "launching-the-flipnote-exploit": "Lanzar el Exploit (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "Preparación de la tarjeta SD", + "site-navigation": "Navegación del sitio", + "troubleshooting": "Solución de problemas", + "uninstalling-unlaunch": "Desinstalar Unlaunch" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/fr_FR.json b/docs/.vitepress/i18n/strings/fr_FR.json index 816baacf6..470c2c8b7 100644 --- a/docs/.vitepress/i18n/strings/fr_FR.json +++ b/docs/.vitepress/i18n/strings/fr_FR.json @@ -1,6 +1,32 @@ { "title": "Guide DSi", "description": "Le guide complet pour modder votre Nintendo DSi.", - "discordNoticeText": "Rejoignez le serveur Discord [DS⁽ⁱ⁾ Mode Hacking!](https://discord.gg/fCzqcWteC4) pour le développement du guide et l'aide.", - "search": "Rechercher" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "Sauvegardes", + "guide": "Guide", + "extras": "Extras", + "other": "Autres", + "pages": { + "credits": "Crédits", + "dsiware-backups": "Sauvegardes des DSiWare", + "dumping-game-cards": "Dumping des cartes de jeu", + "dumping-nand": "Dumping de la NAND", + "faq": "FAQ", + "file-extensions-windows": "Extensions de fichiers (Windows)", + "get-started": "Pour commencer", + "installing-unlaunch": "Installation d'Unlaunch", + "launching-the-exploit": "Lancement de l'exploit", + "launching-the-browser-exploit": "Lancement de l'exploit (stylehax)", + "launching-the-flipnote-exploit": "Lancement de l'exploit (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "Configuration de la carte SD", + "site-navigation": "Navigation du site", + "troubleshooting": "Dépannage", + "uninstalling-unlaunch": "Désinstallation d'Unlaunch" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/hu_HU.json b/docs/.vitepress/i18n/strings/hu_HU.json index f01065879..4c47a1568 100644 --- a/docs/.vitepress/i18n/strings/hu_HU.json +++ b/docs/.vitepress/i18n/strings/hu_HU.json @@ -1,6 +1,32 @@ { "title": "DSi Útmutató", "description": "A Nintendo DSi moddolás teljes útmutatója", - "discordNoticeText": "Csatlakozz a [DS⁽ⁱ⁾ Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord szerverhez az útmutató fejlesztéséhez és segítségért.", - "search": "Keresés" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "Mentések", + "guide": "Útmutató", + "extras": "Extrák", + "other": "Egyéb", + "pages": { + "credits": "Készítők", + "dsiware-backups": "DSiWare mentések", + "dumping-game-cards": "Játékkártyák dumpolása", + "dumping-nand": "NAND dumpolása", + "faq": "GYIK", + "file-extensions-windows": "Fájlkiterjesztések (Windows)", + "get-started": "Kezdeti lépések", + "installing-unlaunch": "Unlaunch telepítése", + "launching-the-exploit": "Az Exploit indítása", + "launching-the-browser-exploit": "Az Exploit indítása (stylehax)", + "launching-the-flipnote-exploit": "Az Exploit indítása (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "SD kártya telepítés", + "site-navigation": "Webhely navigáció", + "troubleshooting": "Hibaelhárítás", + "uninstalling-unlaunch": "Unlaunch eltávolítása" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/index.js b/docs/.vitepress/i18n/strings/index.js index 6aa893620..0a48cd0dc 100644 --- a/docs/.vitepress/i18n/strings/index.js +++ b/docs/.vitepress/i18n/strings/index.js @@ -1,5 +1,6 @@ import en_US from './en_US' with { type: 'json' } import de_DE from './de_DE' with { type: 'json' } +import el_GR from './el_GR' with { type: 'json' } import es_ES from './es_ES' with { type: 'json' } import fr_FR from './fr_FR' with { type: 'json' } import hu_HU from './hu_HU' with { type: 'json' } @@ -7,7 +8,8 @@ import it_IT from './it_IT' with { type: 'json' } import ja_JP from './ja_JP' with { type: 'json' } import pl_PL from './pl_PL' with { type: 'json' } import ro_RO from './ro_RO' with { type: 'json' } +import uk_UA from './uk_UA' with { type: 'json' } import zh_CN from './zh_CN' with { type: 'json' } import translate from './translate' with { type: 'json' } -export { en_US, de_DE, es_ES, fr_FR, hu_HU, it_IT, ja_JP, pl_PL, ro_RO, zh_CN, translate } +export { en_US, de_DE, el_GR, es_ES, fr_FR, hu_HU, it_IT, ja_JP, pl_PL, ro_RO, uk_UA, zh_CN, translate } diff --git a/docs/.vitepress/i18n/strings/it_IT.json b/docs/.vitepress/i18n/strings/it_IT.json index 5a4a30e54..4db1775ae 100644 --- a/docs/.vitepress/i18n/strings/it_IT.json +++ b/docs/.vitepress/i18n/strings/it_IT.json @@ -1,6 +1,32 @@ { "title": "Guida DSi", "description": "La guida completa per moddare il tuo Nintendo DSi", - "discordNoticeText": "Unisciti al server Discord [DS⁽ⁱ⁾ Mode Hacking!](https://discord.gg/fCzqcWteC4) per lo sviluppo di guide e aiuto.", - "search": "Cerca" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "Backup", + "guide": "Guida", + "extras": "Extra", + "other": "Altro", + "pages": { + "credits": "Crediti", + "dsiware-backups": "Backup DSiWare", + "dumping-game-cards": "Dumping delle cartucce di gioco", + "dumping-nand": "Effettuare dump della NAND", + "faq": "FAQ", + "file-extensions-windows": "Estensioni File (Windows)", + "get-started": "Per iniziare", + "installing-unlaunch": "Installazione di Unlaunch", + "launching-the-exploit": "Avvio dell'exploit", + "launching-the-browser-exploit": "Avvio dell'exploit (stylehax)", + "launching-the-flipnote-exploit": "Avvio dell'exploit (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "Setup Scheda SD", + "site-navigation": "Navigazione Sito", + "troubleshooting": "Risoluzione problemi", + "uninstalling-unlaunch": "Disinstallazione di Unlaunch" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/ja_JP.json b/docs/.vitepress/i18n/strings/ja_JP.json index fb7c176c3..876e0fb2f 100644 --- a/docs/.vitepress/i18n/strings/ja_JP.json +++ b/docs/.vitepress/i18n/strings/ja_JP.json @@ -1,6 +1,32 @@ { "title": "DSi ガイド", "description": "ニンテンドーDSiを改造するための完全なガイド", - "discordNoticeText": "[DS⁽ⁱ⁾ Mode Hacking!](https://discord.gg/fCzqcWteC4) Discordサーバーに参加してガイドの開発とヘルプをご覧ください。", - "search": "検索" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "バックアップ", + "guide": "ガイド", + "extras": "応用編", + "other": "その他", + "pages": { + "credits": "クレジット", + "dsiware-backups": "DSiWareのバックアップ", + "dumping-game-cards": "ゲームカードのダンプ", + "dumping-nand": "NANDのバックアップ", + "faq": "よくある質問", + "file-extensions-windows": "ファイル拡張子(Windows)", + "get-started": "はじめる", + "installing-unlaunch": "Unlaunchのインストール", + "launching-the-exploit": "エクスプロイトの起動", + "launching-the-browser-exploit": "Launching the Exploit (stylehax)", + "launching-the-flipnote-exploit": "Flipnote Lennyの起動", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "SDカードのセットアップ", + "site-navigation": "サイトマップ", + "troubleshooting": "トラブルシューティング", + "uninstalling-unlaunch": "Unlaunchのアンインストール" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/pl_PL.json b/docs/.vitepress/i18n/strings/pl_PL.json index 632924be8..6911c46ea 100644 --- a/docs/.vitepress/i18n/strings/pl_PL.json +++ b/docs/.vitepress/i18n/strings/pl_PL.json @@ -1,6 +1,32 @@ { "title": "Przewodnik DSi", "description": "Kompletny przewodnik do modyfikacji twojego Nintendo DSi", - "discordNoticeText": "Dołącz do serwera Discord [DS⁽ⁱ⁾ Mode Hacking!](https://discord.gg/fCzqcWteC4) w celu opracowania przewodnika i pomocy.", - "search": "Szukaj" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "Kopie zapasowe", + "guide": "Poradnik", + "extras": "Dodatki", + "other": "Inne", + "pages": { + "credits": "Zasługi", + "dsiware-backups": "Kopie zapasowe DSiWare", + "dumping-game-cards": "Zrzucanie kart gry", + "dumping-nand": "Zrzucanie NAND", + "faq": "FAQ", + "file-extensions-windows": "Rozszerzenia plików (Windows)", + "get-started": "Get Started", + "installing-unlaunch": "Instalacja Unlaunch", + "launching-the-exploit": "Uruchamianie Eksploratora", + "launching-the-browser-exploit": "Launching the Exploit (stylehax)", + "launching-the-flipnote-exploit": "Uruchamianie Exploitu (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "Konfiguracja karty SD", + "site-navigation": "Nawigacja stroną", + "troubleshooting": "Troubleshooting", + "uninstalling-unlaunch": "Odinstalowywanie Unlaunch" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/ro_RO.json b/docs/.vitepress/i18n/strings/ro_RO.json index 81116af98..ec4769591 100644 --- a/docs/.vitepress/i18n/strings/ro_RO.json +++ b/docs/.vitepress/i18n/strings/ro_RO.json @@ -1,6 +1,32 @@ { "title": "Ghidul DSi", "description": "Ghidul complet pentru a-ți modifica sistemul Nintendo DSi", - "discordNoticeText": "Alătură-te serverului de Discord [DS⁽ⁱ⁾ Mode Hacking!](https://discord.gg/fCzqcWteC4) pentru dezvoltarea ghidului și ajutor.", - "search": "Căutare" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "Backups", + "guide": "Guide", + "extras": "Extras", + "other": "Other", + "pages": { + "credits": "Mulțumiri", + "dsiware-backups": "Backup-uri DSiWare", + "dumping-game-cards": "Creere backup-uri Carduri de Joc", + "dumping-nand": "Copiere NAND", + "faq": "FAQ", + "file-extensions-windows": "Extensii de fișiere (Windows)", + "get-started": "Get Started", + "installing-unlaunch": "Instalarea Unlaunch", + "launching-the-exploit": "Lansarea Exploit-ului", + "launching-the-browser-exploit": "Launching the Exploit (stylehax)", + "launching-the-flipnote-exploit": "Launching the Exploit (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "Setarea Cardului SD", + "site-navigation": "Navigarea Site-ului", + "troubleshooting": "Troubleshooting", + "uninstalling-unlaunch": "Dezinstalarea Unlaunch" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/uk_UA.json b/docs/.vitepress/i18n/strings/uk_UA.json new file mode 100644 index 000000000..e0a9d1517 --- /dev/null +++ b/docs/.vitepress/i18n/strings/uk_UA.json @@ -0,0 +1,32 @@ +{ + "title": "Посібник DSi", + "description": "Повний посібник по модифікації Nintendo DSi", + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "Резервні копії", + "guide": "Посібник", + "extras": "Додатково", + "other": "Інше", + "pages": { + "credits": "Подяки", + "dsiware-backups": "Резервні копії DSiWare", + "dumping-game-cards": "Копіювання даних з Ігрових Картриджів", + "dumping-nand": "Створення резервної копії NAND", + "faq": "ЧаПи", + "file-extensions-windows": "Розширення файлів (Windows)", + "get-started": "Початок", + "installing-unlaunch": "Встановлення Unlaunch", + "launching-the-exploit": "Запуск експлойту", + "launching-the-browser-exploit": "Запуск експлойту (stylehax)", + "launching-the-flipnote-exploit": "Запуск експлойту (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "Конфігурація SD карти", + "site-navigation": "Навігація по сайту", + "troubleshooting": "Розв'язання проблем", + "uninstalling-unlaunch": "Видалення Unlaunch" + } +} \ No newline at end of file diff --git a/docs/.vitepress/i18n/strings/zh_CN.json b/docs/.vitepress/i18n/strings/zh_CN.json index 7d961b35e..7ddf5c29d 100644 --- a/docs/.vitepress/i18n/strings/zh_CN.json +++ b/docs/.vitepress/i18n/strings/zh_CN.json @@ -1,6 +1,32 @@ { "title": "DSi 破解指南", "description": "最完整的 Nintendo DSi 破解指南", - "discordNoticeText": "加入 [DS⁽ⁱ⁾ 模式破解!](https://discord.gg/fCzqcWteC4) Discord ,为本指南贡献力量。", - "search": "搜索" + "langMenuLabel": "Switch language", + "darkModeSwitchLabel": "Appearance", + "darkModeSwitchTitle": "Switch to dark theme", + "lightModeSwitchTitle": "Switch to light theme", + "sidebarMenuLabel": "Menu", + "returnToTopLabel": "Return to top", + "backups": "备份", + "guide": "指南", + "extras": "扩展", + "other": "其他", + "pages": { + "credits": "制作人员", + "dsiware-backups": "DSiware备份", + "dumping-game-cards": "Dumping Game Cards", + "dumping-nand": "提取NAND", + "faq": "常见问题", + "file-extensions-windows": "文件扩展名 (Windows)", + "get-started": "开始", + "installing-unlaunch": "安装 Unlaunch", + "launching-the-exploit": "启动漏洞", + "launching-the-browser-exploit": "Launching the Exploit (stylehax)", + "launching-the-flipnote-exploit": "Launching the Exploit (Flipnote Lenny)", + "restoring-nand": "Restoring a NAND Backup", + "sd-card-setup": "SD 卡设置", + "site-navigation": "网站导航", + "troubleshooting": "故障排查", + "uninstalling-unlaunch": "卸载 Unlaunch" + } } \ No newline at end of file diff --git a/docs/.vitepress/i18n/uk_UA.js b/docs/.vitepress/i18n/uk_UA.js new file mode 100644 index 000000000..cd2228740 --- /dev/null +++ b/docs/.vitepress/i18n/uk_UA.js @@ -0,0 +1,117 @@ +const locale = 'uk_UA'; +import { uk_UA as localeData } from './strings' + +const backups = localeData.backups; +const guide = localeData.guide; +const extras = localeData.extras; +const other = localeData.other; + +const sidebar_extras = { + text: extras, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["file-extensions-windows"], link: `/${locale}/file-extensions-windows` }, + { text: localeData.pages["restoring-nand"], link: `/${locale}/restoring-nand` }, + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ] +} + +const sidebar_other = { + text: other, + items: [ + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["credits"], link: `/${locale}/credits` }, + { text: localeData.pages["site-navigation"], link: `/${locale}/site-navigation` } + ] +} + +const themeConfig = { + langMenuLabel: localeData.langMenuLabel, + darkModeSwitchLabel: localeData.darkModeSwitchLabel, + darkModeSwitchTitle: localeData.darkModeSwitchTitle, + lightModeSwitchTitle: localeData.lightModeSwitchTitle, + sidebarMenuLabel: localeData.sidebarMenuLabel, + returnToTopLabel: localeData.returnToTopLabel, + + nav: [ + { text: localeData.pages["sd-card-setup"], link: `/${locale}/sd-card-setup` }, + { text: localeData.pages["troubleshooting"], link: `/${locale}/troubleshooting` }, + { text: localeData.pages["faq"], link: `/${locale}/faq` }, + { + text: backups, + items: [ + { text: localeData.pages["dsiware-backups"], link: `/${locale}/dsiware-backups` }, + { text: localeData.pages["dumping-game-cards"], link: `/${locale}/dumping-game-cards` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` } + ] + }, + { text: localeData.pages["uninstalling-unlaunch"], link: `/${locale}/uninstalling-unlaunch` } + ], + sidebar: { + [`/get-started`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-browser-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-browser-exploit"], link: `/${locale}/launching-the-browser-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/launching-the-flipnote-exploit`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-flipnote-exploit"], link: `/${locale}/launching-the-flipnote-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ], + [`/`]: [ + { + text: guide, + items: [ + { text: localeData.pages["get-started"], link: `/${locale}/get-started`}, + { text: localeData.pages["launching-the-exploit"], link: `/${locale}/launching-the-exploit` }, + { text: localeData.pages["dumping-nand"], link: `/${locale}/dumping-nand` }, + { text: localeData.pages["installing-unlaunch"], link: `/${locale}/installing-unlaunch` } + ] + }, + sidebar_extras, + sidebar_other + ] + } +}; + +export default { + lang: "uk", + label: "українська мова", + title: localeData.title, + description: localeData.description, + themeConfig: themeConfig +} diff --git a/docs/de_DE/404.md b/docs/de_DE/404.md deleted file mode 100644 index 0a21724d9..000000000 --- a/docs/de_DE/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Seite nicht gefunden -layout: single-no-ads -excerpt: Seite nicht gefunden. Du bist auf eine Sackgasse gestoßen. -sitemap: false ---- - -Entschuldige, aber die von dir gesuchte Seite existiert leider nicht. - -::: tip - -[Schau dir doch unsere Navigationsseite an. Du kannst dort wahrscheinlich finden, was du suchst](site-navigation.html). - -::: diff --git a/docs/de_DE/alternate-exploits.md b/docs/de_DE/alternate-exploits.md index 925bede20..e6e23933c 100644 --- a/docs/de_DE/alternate-exploits.md +++ b/docs/de_DE/alternate-exploits.md @@ -1,17 +1,15 @@ ---- -title: Alternative Exploits ---- +# Alternative Exploits Wenn beim Starten der Nintendo DSi-Kamera-Anwendung ein Tutorial angezeigt wird und es beim fertigstellen abstürzt, kannst du Memory Pit nicht nutzen. Hier findest du alternative Exploits, die anstelle von Memory Pit funktionieren können. -Wenn du Flipnote Studio hast, kannst du [Flipnote Lenny](launching-the-flipnote-exploit.html) nutzen. +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). ::: tip -Stelle sicher, dass du [TWiLight Menu ++](get-started.html#section-i-prep-work) auf deiner SD Karte eingerichtet hast, bevor du mit den Anweisungen fortfährst. +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. ::: -Wenn du ältere Firmware hast, könntest du save game exploits mit [diesen Spielen](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits) nutzen. Diese werden hier nicht gennant, weil sie weitesgehend veraltet sind. Man sollte sie nur als letzten Ausweg nutzen, wenn Memory Pit und Flipnote Lenny nicht funktionieren. +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). Diese werden hier nicht gennant, weil sie weitesgehend veraltet sind. Man sollte sie nur als letzten Ausweg nutzen, wenn Memory Pit und Flipnote Lenny nicht funktionieren. petit-compwner funktioniert nicht als Alternative zu Memory Pit, da es eine funktionierende Kamera zum Ausführen des Exploits braucht. diff --git a/docs/de_DE/credits.md b/docs/de_DE/credits.md index f7912f3e0..682be05fb 100644 --- a/docs/de_DE/credits.md +++ b/docs/de_DE/credits.md @@ -1,23 +1,21 @@ ---- -title: Mitwirkende ---- +# Credits Die Credits für Personen, welche bei der Website, homebrew und anderen Sachen geholfen haben. Wenn dir gefällt, was sie gemacht haben, erwäge zu spenden (wenn sie einen Spendenlink haben). -- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): instandhaltung der Anleitung -- [YourKalamity](https://github.com/YourKalamity): Entwickler vom Lazy DSi File Downloader -- [Emiyl](https://emiyl.com/paypal): Domain-Inhaber +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers +- [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen: Hat ein Bild von ihrem Nintendo DSi zur Verwendung auf der Startseite bereitgestellt -- [shutterbug2000](https://paypal.me/projectkaeru): Entdecker & Entwickler der "DSi Kamera"- & Flipnote StudioExploits -- [nathanfarlow](https://github.com/nathanfarlow): Entdecker & Entwickler des DSi Browser Exploits -- [Wintermute](https://devkitpro.org/support-devkitpro): Instandhalter der DS Homebrew entwickler toolchain & modifizierte den ugopwn Flipnote Studio Exploit um Flipnote Lenny zu kreieren (unterstützt alle Firmwares und Regionen) -- [nocash](http://problemkaputt.de/donate.htm): Entwickler von Unlaunch -- [RocketRobz](https://github.com/RocketRobz): Entwickler von TWiLight Menu++ & GodMode9i -- [zoogie](https://github.com/zoogie): Entwickler von DumpTool & hat Memory Pit modifiziert, um alle Regionen und Firmwares zu unterstützen -- [Plailect](https://github.com/Plailect): Erstellte die originale 3DS Modifizierungsanleitung, von welcher wir uns inspirieren ließen +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits +- [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit +- [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) +- [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch +- [RocketRobz](https://github.com/RocketRobz): Developer of TWiLight Menu++ & GodMode9i +- [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares +- [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from -Du kannst auch bei der Anleitung mithelfen, [sende nur eine Pull-Request](https://github.com/cfw-guide/dsi.cfw.guide/)! +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -Danke an [ zNime ](znime. neocities. com) fürs übersetzen dieser Seite! Wenn du andere Sprachen kennst, kannst du uns helfen, die Anleitung in diese Sprache zu übersetzen. Trete unserem [Crowdin Projekt](https://crowdin.com/project/dsi-guide) bei um anzufangen. +Danke an zNime fürs übersetzen dieser Seite! Wenn du andere Sprachen kennst, kannst du uns helfen, die Anleitung in diese Sprache zu übersetzen. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/de_DE/dsiware-backups.md b/docs/de_DE/dsiware-backups.md index ae1e0d328..188230cb5 100644 --- a/docs/de_DE/dsiware-backups.md +++ b/docs/de_DE/dsiware-backups.md @@ -1,24 +1,24 @@ ---- -title: DSiWare Backups ---- +# DSiWare Backups ## Anforderungen -- Die neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/releases/) - - Lade das Archiv herunter, entpacke den Inhalt und platziere `GodMode9i.nds` irgendwo auf deiner SD-Karte + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## Nintendo DSi - Anleitung ### Abschnitt I - DSiWare dumpen + 1. Führe GodMode9i aus -1. Drücke START, um das Startmenü zu öffnen -1. Wähle `Title manager...` - - Wenn dies nicht angezeigt wird, stelle sicher, dass du deine SD-Karte und NAND montiert hast. Wenn du mit hiyaCFW lädst, lade es von einem anderen Ort neu -1. Wähle den Titel den du dumpen willst -1. Wähle, was du dumpen willst -1. Wiederhole Schritt 4-5 für jede DSiWare die du dumpen willst +2. Drücke START, um das Startmenü zu öffnen +3. Select `Title manager...` + - Wenn dies nicht angezeigt wird, stelle sicher, dass du deine SD-Karte und NAND montiert hast. Wenn du mit hiyaCFW lädst, lade es von einem anderen Ort neu +4. Wähle den Titel den du dumpen willst +5. Wähle aus, was du dumpen willst +6. Wiederhole Schritt 4-5 für jede DSiWare die du dumpen willst ::: tip -Die gedumpte DSiWare befindet sich in `sd:/gm9i/out`. +The dumped DSiWare will be found in `sd:/gm9i/out`. ::: diff --git a/docs/de_DE/dumping-game-cards.md b/docs/de_DE/dumping-game-cards.md index 7fb720095..066d04f06 100644 --- a/docs/de_DE/dumping-game-cards.md +++ b/docs/de_DE/dumping-game-cards.md @@ -1,29 +1,30 @@ ---- -title: Spielkarten dumpen ---- +# Spielkarten dumpen Dieser Abschnitt ist zum dumpen von Spielkarten mit GodMode9i, damit sie mit Emulatoren, Flashcards oder deiner SD-Karte via nds-bootstrap gespielt werden können. -## Voraussetzungen +## Anforderungen + - Die Spielkarte vom Spiel, das du dumpen willst -- Deine Nintendo-DSi-Konsole, auf der [Unlaunch](installing-unlaunch.html) istalliert ist +- Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## Anweisungen -### Abschnitt I - Vorbereitung der SD-Karte -1. Lade die neueste Version von [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) herunter -1. Entpacke `GodMode9i.nds` aus dem GodMode9i Archiv und platziere es irgendwo auf deiner SD-Karte +### Abschnitt 1 -Einrichtung der SD-Karte + +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### Abschnitt II - Nintendo DSi Anweisungen + 1. Führe GodMode9i aus -1. Stelle sicher, dass die Spielkarte sich in der Konsole befindet -1. Wähle die "NDS GAMECARD" option in GodMode9i -1. Wähle aus, was du dumpen willst - - Die "Trimmed" Version für die ROM wird eine kleinere Datei dumpen, die SD-Kartenplatz sparen kann, wird aber für die meisten Patches wie ROM Hacks nicht funktionieren -1. Wiederhole Schritt 2-4 für alle Spielkarten die du dumpen willst +2. Stelle sicher, dass die Spielkarte sich in der Konsole befindet +3. Wähle die "NDS GAMECARD" option in GodMode9i +4. Wähle aus, was du dumpen willst + - Die "Trimmed" Version für die ROM wird eine kleinere Datei dumpen, die SD-Kartenplatz sparen kann, wird aber für die meisten Patches wie ROM Hacks nicht funktionieren +5. Wiederhole Schritt 2-4 für alle Spielkarten die du dumpen willst ::: tip -Die Dumps werden in `sd:/gm9i/out` gespeichert. +The dumped Game Cards will be found in `sd:/gm9i/out`. ::: diff --git a/docs/de_DE/dumping-nand.md b/docs/de_DE/dumping-nand.md index 28884716b..125dad485 100644 --- a/docs/de_DE/dumping-nand.md +++ b/docs/de_DE/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: NAND dumpen ---- +# NAND dumpen Diese Seite dient dazu ein NAND backup zu erstellen, was eine Kopie der Daten des inneren Speichersystem's des DSi's ist. Dies kann sowohl genutzt werden um hiyaCFW einzurichten, als auch no$gba und melonDS für DSi emulation. @@ -24,29 +22,28 @@ Wenn Sie dumpTool bereits von einem anderen Abschnitt dieser Anleitung herunterg ::: -1. Lade dir die neueste Version von [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) herunter -1. Platziere `dumpTool.nds` irgendwo auf deiner SD-Karte - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## Abschnitt II - NAND-Dump durchführen -1. Starte `dumpTool` mithilfe von TWiLight Menu++ -1. Drücke die A Taste auf deinem DSi um den NAND-Dump zu starten - - Ein NAND-Backup dauert in der Regel um die 7 Minuten -1. Sobald das NAND-Backup fertig ist, drücke START auf deinem DSi um `dumpTool` zu verlassen -1. Schalte die Konsole aus und schiebe die SD-Karte zurück in den Computer -1. Verschiebe das Nand-Backup an einen Ort, wo es nicht verloren geht - - Wenn möglich, mache eine Kopie/backup vom Nand-Backup auf verschiedenen Geräten - - Erst wenn das NAND-Backup auf einem anderen Gerät gespeichert wurde, kann man es von der SD-Karte löschen +1. Launch `dumpTool` through TWiLight Menu++ +2. Drücke die A Taste auf deinem DSi um den NAND-Dump zu starten + - Ein NAND-Backup dauert in der Regel um die 7 Minuten +3. Sobald das NAND-Backup fertig ist, drücke START auf deinem DSi um dumpTool zu verlassen +4. Schalte die Konsole aus und schiebe die SD-Karte zurück in den Computer +5. Verschiebe das Nand-Backup an einen Ort, wo es nicht verloren geht + - Wenn möglich, mache eine Kopie/backup vom Nand-Backup auf verschiedenen Geräten + - Erst wenn das NAND-Backup auf einem anderen Gerät gespeichert wurde, kann man es von der SD-Karte löschen ::: warning -Der SHA1-Hash von der `nand.bin` wird nicht mit der von `nand.bin.sha1` übereinstimmen. Das liegt daran, dass dumpTool weitere Daten (NO$gba-Footer genannt) zur `nand.bin` Datei hinzufügt, nachdem der SHA1-Hash kalkuliert wurde. Du kannst die [hiyaCFW Hilfe](https://github.com/mondul/HiyaCFW-Helper/releases) nutzen, um eine Kopie ohne No$gba-Footer zu erstellen. +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. ::: ::: tip -Fahre fort mit der [Installation von Unlaunch](installing-unlaunch.html) (Optional) +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) ::: diff --git a/docs/de_DE/faq.md b/docs/de_DE/faq.md index d293e594b..97221e232 100644 --- a/docs/de_DE/faq.md +++ b/docs/de_DE/faq.md @@ -1,33 +1,38 @@ ---- -title: Häufig gestellte Fragen ---- +# Häufig gestellte Fragen ## Sollte ich ein Systemupdate durchführen? -Es ist **nicht** empfohlen, Ihre DSi zu aktualisieren, es sei denn, Sie wissen, dass DSiWare gekauft wurde. Während es immer noch möglich ist, dieser Anleitung zu folgen, wenn du dies tust, der einzige Vorteil zum Aktualisieren ist die Möglichkeit, auf den Nintendo DSi Shop zuzugreifen, um bereits gekaufte Titel erneut herunterzuladen. Alle anderen Vorteile, wie die Facebook-Integration in die Nintendo DSi Kamera-Anwendung, sind nicht mehr verwendbar oder nicht signifikant genug, um die Nachteile zu rechtfertigen: -- Die Installation von Systemaktualisierungen ist gelegentlich für **kaputte** Konsolen bekannt, mit ungefähr der gleichen Häufigkeit wie bei der Installation von Unlaunch +It is **not** recommended to update your DSi unless you know there are purchased DSiWare. Während es immer noch möglich ist, dieser Anleitung zu folgen, wenn du dies tust, der einzige Vorteil zum Aktualisieren ist die Möglichkeit, auf den Nintendo DSi Shop zuzugreifen, um bereits gekaufte Titel erneut herunterzuladen. Alle anderen Vorteile, wie die Facebook-Integration in die Nintendo DSi Kamera-Anwendung, sind nicht mehr verwendbar oder nicht signifikant genug, um die Nachteile zu rechtfertigen: + +- Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch - Ältere Exploits können nicht mehr verwendet werden, was erforderlich sein kann, wenn du die empfohlenen Exploits nicht nutzen kannst - Die Kompatibilität mit Flashcard wird verringert, dies wird jedoch umgangen, wenn Sie Unstart installieren ## Was ist der beste Exploit? + Das Unlaunch ist insgesamt der beste Exploit für den DSi, wobei der einzige Nachteil ist, dass es ein geringes Brick-Risiko bei der Installation gibt. Im Allgemeinen wird empfohlen, Memory Pit zum Installieren von Unlaunch zu verwenden. Wenn du Risiken vermeiden willst, empfiehlt es sich stattdessen Flipnote Lenny zu verwenden, da es weniger Probleme im Homebrew als Memory Pit hat, während es genauso sicher und einfach zu entfernen ist. Unten ist eine Liste der Vor- und Nachteile jedes Exploits: ### Memory Pit + Vorteile: + - Schnell und einfach zu benutzen - Keine Gefahr der Konsole zu beschädigen, die Deinstallation ist so einfach wie das Entfernen der SD-Datei oder das Löschen einer Datei - Kompatibel mit allen DSi Konsolen, es sei denn, sie haben eine defekte Kamera und haben das Kamera-Tutorial nicht abgeschlossen Nachteile: + - Erfordert das Laden der DSi Kamera Anwendung jedes Mal, wenn du auf Homebrew zugreifen möchtest - Inkompatibel mit bestimmten DSi Modus Titeln und Homebrew, da WRAM nur für die ARM7 CPU geöffnet ist - Der Zugriff auf Slot-1 (die DS Game Card) ist im Homebrew gesperrt - Der Zugriff auf das DSP ist blockiert, was zu schlechterem Ton in GBARunner2 führt - Fotos auf der SD-Karte können nicht in der DSi Kamera Anwendung angezeigt werden, während Memory Pit installiert ist, da dies der Auslöser für den Exploit ist - - Die einzige Möglichkeit, die Fotos der SD-Karte anzuzeigen, während die Memory Grube installiert ist, startet einen ROM Dump der DSi Kamera Anwendung mit **TW**i**L**ight Menu++ um es über nds-bootstrap zu booten (v0. 1.3 oder neuer) + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + Vorteile: + - Bessere Kompatibilität mit DSi-Modus-Titeln und Homebrew als Memory Pit - Einfach in der Handhabung - Keine Gefahr der Beschädigung der Konsole @@ -35,106 +40,132 @@ Vorteile: - Besserer Ton in GBARunner2 Nachteile: + - Benötigt Internetzugriff - Erfordert das Laden des DSi Browsers jedes Mal, wenn du auf Homebrew zugreifen möchtest, etwas mehr Zeitaufwand als Memory Pit - Der Zugriff auf Slot-1 (die DS Game Card) ist im Homebrew gesperrt ### Flipnote Lenny + Vorteile: + - Bessere Kompatibilität mit DSi-Modus-Titeln und Homebrew als Memory Pit - Keine Gefahr der Konsole zu beschädigen, die Deinstallation ist so einfach wie das Entfernen der SD-Datei oder das Löschen einer Datei - Nützlich auf Konsolen mit kaputter Kamera - Besserer Ton in GBARunner2 Nachteile: + - Erfordert das Laden von Flipnote Studio jedes Mal, wenn Sie auf Homebrew zugreifen möchten, etwas mehr Zeitaufwand als Memory Pit - Der Zugriff auf Slot-1 (die DS Game Card) ist im Homebrew gesperrt ### Unlaunch + Vorteile: + - Ermöglicht das Laden von Homebrew und DSiWare beim Systemstart mit optionalen Tastaturkürzel - Voller Zugriff auf das System ohne Einschränkungen, einschließlich: - - Zugang zu Slot-1 ermöglicht das Dumpen von Spielkarten und das Laden inkompatibler Flashkarten - - Besserer Ton in GBARunner2 + - Zugang zu Slot-1 ermöglicht das Dumpen von Spielkarten und das Laden inkompatibler Flashkarten + - Besserer Ton in GBARunner2 - Entfernt Regionalsperren auf DSi-Verbesserung/Exklusive Spielkarten - Schutz vor den meisten Möglichkeiten, die ein DSi kaputt machen könnte - DSi-Verbeserte Spiele können im DSi Modus ohne Spender-ROM ausgeführt werden - Altes Homebrew kann über nds-bootstrap-hb ausgeführt werden Nachteile: -- Sehr geringes Risiko, dass **bei der Installation** die Konsole kaputt zu machen -- Ein weiteres, etwas höheres kaputtgeht-Risiko, wenn du es [deinstallierst](uninstalling-unlaunch.html) + +- Very minor risk of **bricking** the console when installing +- Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - Nicht kompatibel mit Entwicklungskonsolen ## Wird die Funktionalität durch Modifizierung meines Systems verloren? -Wenn Sie Flipnote Lenny oder unlaunch installiert haben, gehen keine Funktionen verloren. Wenn du Memory-Box verwendest, kannst du keine Fotos auf der SD-Karte mit der DSi Kamera anzeigen es sei denn, Sie starten einen ROM Dump der DSi Kamera Anwendung mit **TW**i**L**ight Menu++ um es über nds-bootstrap zu booten. -- Um die Möglichkeit wiederzuerlangen, deine SD-Karten Fotos zu sehen, wenn du die DSi Kamera aus dem DSi Menü startest, deinstallieren oder zu einem anderen Exploit wechseln, dann löschen Sie die Memory-Pit `pit.bin` Datei - - Wenn `tip.bin` im selben Ordner existiert, benenne ihn zurück in `pit.bin` + +Wenn Sie Flipnote Lenny oder unlaunch installiert haben, gehen keine Funktionen verloren. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + +- To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## Wie Spiele ich Nintendo DS Spielkarten-Dumps? + Das Spielen von Spielkarten-Dumps auf der Konsole benötigt die Nutzung einer Flashcard oder von nds-bootsstrap, ein Programm, was Spiele von der SD-Karte spielen lässt, indem es Slot-1 Reads umleitet und darauf schreibt. + - Mit TWiLight Menu++ können Sie auf Ihrer SD-Karte ROM-Dateien finden, die mit nds-bootstrap abgespielt werden können. Die Vorteile von TWiLight Menu++ sind ein Cheatmenü, in-Game Einstellungen und ausweichen von Beschränkungen, die Forwarder auslösen. Mit anderen Worten, du kannst per Drag-and-drop deine ROM Dateien direkt und ohne Setup starten. Es gibt keine Titelbegrenzung von 39, weder von hiyaCFW oder Unlauch und es gibt keine Beschränkung von freiem Speicherplatz auf der SD-Karte -- hiyaCFW Nutzer können forwarder für SDNAND's DSi Menü erstellen, indem sie die [DS Spiel-Forwarder](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) Anleitung auf dem DS-Homebrew_wiki nutzen, dies hat aber Einschränkungen. Dann gibt es aber eine feste Beschränkung von 39 Speilen und forwarder sind schwerer zu erstellen als TWiLight Menu++ zu nutzen - - Wenn du hiyaCFW nicht hast und forwarder nutzen willst, folge der [hiyaCFW Installations-Anleitung](https://wiki.ds-homebrew.com/hiyacfw/installing) im DS-Homebrew-Wiki +- hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. Dann gibt es aber eine feste Beschränkung von 39 Speilen und forwarder sind schwerer zu erstellen als TWiLight Menu++ zu nutzen + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## Wie kann ich mein Homebrew aktualisieren? -- **Unlaunch** - Folge den Anweisungen auf der [Unlaunch Installation](installing-unlaunch.html)'s Seite - - Du musst Unlaunch **nicht** deinstallieren bevor du dies machst -- **hiyaCFW** - Ersetzen Sie `hiya.dsi` im Stammverzeichnis der SD-Karte von [aktualisiert Release](https://github.com/RocketRobz/hiyaCFW/releases) -- **TWiLight Menu++** - Folgen Sie den Anweisungen auf dem [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -- **nds-bootstrap** - Kopiere `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` in den Ordner `_nds`, der sich im Stammverzeichnis deiner SD-Karte befindet - - Wenn du TWiLight Menu++ nutzt, ist es sehr wahrscheinlich, dass die neueste nds-bootstrap Version bei TWiLight Menü++ mit eingeschlossen ist -- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Folge den Anweisungen zum downloaden von ihnen + +- **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page + - You do **not** need to uninstall Unlaunch before doing this +- **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) +- **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +- **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card + - Wenn du TWiLight Menu++ nutzt, ist es sehr wahrscheinlich, dass die neueste nds-bootstrap Version bei TWiLight Menü++ mit eingeschlossen ist +- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them Anderes Homebrew könnte andere Methoden zum Aktualisieren nutzen. ## Ich bin neu oder würde gerne meine Einstellungen neu machen. Wo fange ich an? + - Wenn du deine Konsole noch nicht modfiziert hast oder Unlaunch auf deinem System updaten willst, empfehlen wir dir, am Anfang der Anleitung zu starten und durch alle Seiten zu lesen. Stelle sicher, dass du alles auf der Startseite gelesen hast -- Wenn du die neueste Version von Unlaunch hast, folge den[ TWiLight Menu++ Installations-Anleitung ](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi)um TWiLight Menu++ auf Ihrem System einzurichten +- If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## Wie kann ich die Kindersicherung enfernen? -- Der [mkey generator](https://mkey.salthax.org) kann den Code generieren mit dem man die Kindersicherung entfernen kann + +- The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## Kann ich die Region meines Nintendo DSi's ändern? + Ja, es gibt ein paar verschiedene Methoden, je nachdem, was Sie ändern möchten: + - Die sicherste und einfachste Methode ist, einfach TWiLight Menu++ zu installieren, es kann jede offizielle Sprache ohne NAND-Modifizierungen nutzen - If you want to actually change the system region and are using hiyaCFW, open the config menu, and change the region setting (not possible with CHN and KOR NANDs) - - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. Für amerikanische DSi Systeme verwenden Sie [diese Version von hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) -- Schließlich, wenn du die Region auf der System-NAND ändern willst, kannst du Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) verwenden + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) +- Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## Was ist mit der hiyaCFW Installationsanleitung passiert? -Weil hiyaCFW nicht mehr viel Nutzen hat und ein problematischer und verwirrender Teil der Anleitung war, wurde es zum [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing) verschoben. + +Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - Wenn du zu der hiyaCFW Installationsseite von einer anderen Anleitung weitergeleitet wurdest, ist diese Anleitung höchstwahrscheinlich veraltet. Nutze diese Anleitung daher stattdessen, weil sie dauerhaft von den Entwicklern dieser Projekte aufrechterhalten wird ## Was ist mit Lazy DSi Downloader passiert? Wie installiere ich CFW ohne sie? + Lazy DSi Downloader war ein Programm, mit dem du den manuellen Einrichtungsprozess überspringen kannst, indem du die notwendigen Dateien und Ordner auf deiner SD-Karte herunterlädst. Aufgrund der Art und Weise, wie es programmiert und verteilt wurde, stießen viele Benutzer auf verschiedene Probleme und mussten schließlich das Handbuch einrichten, da es schneller und/oder einfacher war, als alles zu reparieren, was das Problem verursacht hat. -Um zu verhindern, dass weitere Benutzer mit diesen Problemen konfrontiert werden, empfehlen wir nicht mehr Lazy DSi Downloader, zu verwenden und stattdessen [das manuelle Setup](get-started.html) ist der empfohlene Weg zu gehen. +To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - Wenn du von einem Dritten mit dieser Anleitung verknüpft wurdest, der empfohlen hat, Lazy DSi Downloader zu benutzen, die Anweisungen, denen Sie folgen waren höchstwahrscheinlich veraltet. Nutze diese Anleitung daher stattdessen, weil sie dauerhaft von den Entwicklern dieser Projekte aufrechterhalten wird. ## Welche Art von SD-Karte sollte ich verwenden? + - Du solltest eine SD-Karte von einer vertrauenswürdigen Marke kaufen - Entweder eine normal große SD-Karte oder eine microSD-Karte mit einem Adapter funktionieren - Jede Speichergröße von 1 GB bis 2 TB funktioniert. Für normale Nutzung sind 8 GB aber genügend - - Einige Software, wie hiyaCFW, könnte stufenweise längere Ladezeiten mit größeren Speicherkapazitäten haben + - Einige Software, wie hiyaCFW, könnte stufenweise längere Ladezeiten mit größeren Speicherkapazitäten haben - Geschwindigkeiten Klasse 8 oder höher sind empfohlen ## Kann ich meine DSi SD-Karte mit anderen Systemen verwenden? + Im Allgemeinen ja, mit zwei Ausnahmen: + - hiyaCFW wird nur auf dem System funktionieren, für das es eingerichtet wurde - Selbst wenn du nds-bootstrap oder eine Flashcard nutzt, werden Freundescodes in Online Nintendo-DS Spielen zurückgesetzt, wenn du versuchst mit einer anderen Konsole Online zu gehen ## Wie wechsele ich nach dem Homebrew auf eine neue SD-Karte? -Formatieren Sie Ihre neue SD-Karte mithilfe der [SD-Karte Setup](sd-card-setup.html) Anweisungen, dann verschieben Sie einfach Ihre Daten von der alten SD-Karte auf die neue. + +Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## Kann ich nach dem Einrichten von Homebrew mein System normal ohne SD-Karte verwenden? -Ja. Wenn Sie Unstart nicht installiert haben, bleibt Ihr System vollständig unverändert. Wenn ** Unstart installiert hat, müssen Sie [konfigurieren, dass Sie](installing-unlaunch.html#section-iii-post-unlaunch-configuration) deinstallieren, um das ursprüngliche DSi Menü unter bestimmten Bedingungen automatisch zu booten. -## Die [Unlaunch-Seite](https://problemkaputt.de/unlaunch.htm) besagt, dass Version 2.0 nicht sicher ist. Sollte ich die vorherige Version stattdessen nutzen? -The Unlaunch page has not been updated since version 2.0 was released in 2019. Die große Mehrheit der Benutzer haben keine Probleme mit dieser Version erfahren, also ist sie wahrscheinlich sicher. +Ja. Wenn Sie Unstart nicht installiert haben, bleibt Ihr System vollständig unverändert. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Sollte ich die vorherige Version stattdessen nutzen? +The Unlaunch page has not been updated since version 2.0 was released in 2019. Die große Mehrheit der Benutzer haben keine Probleme mit dieser Version erfahren, also ist sie wahrscheinlich sicher. ## Wie führe ich gedumpte DSiWare aus? + Die empfohlene Methode ist es, sie einfach mit TWiLight-Menü + zu starten, da die einfache Zieh- und Drop-Methode keine willkürliche Begrenzung gibt. Wenn nds-bootstrap als Start-Methode gesetzt wird, erhält es auch die Vorteile von Cheats und Screenshots, sowie alle anderen Vorteile, die das Ingame-Menü bietet. -Für die wenigen unvereinbaren Titel jedoch Sie können [NTM](https://github.com/Epicpkmn11/NTM/releases) verwenden, um sie entweder auf dem internen Speicher oder [HiyaCFW SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing) zu installieren. Zusätzlich zu den oben genannten Vorteilen gibt es auch eine Begrenzung von 39 Titeln, die nicht größer als 128 MiB/1.024 Blöcke sind. Für SysNAND besteht auch ein sehr geringes Risiko, das System beim Schreiben an den internen NAND zu bestechen. +However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). Zusätzlich zu den oben genannten Vorteilen gibt es auch eine Begrenzung von 39 Titeln, die nicht größer als 128 MiB/1.024 Blöcke sind. Für SysNAND besteht auch ein sehr geringes Risiko, das System beim Schreiben an den internen NAND zu bestechen. diff --git a/docs/de_DE/file-extensions-windows.md b/docs/de_DE/file-extensions-windows.md index 70ba7636a..ac8a34fc6 100644 --- a/docs/de_DE/file-extensions-windows.md +++ b/docs/de_DE/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: Dateierweiterungen (Windows) ---- +# Dateierweiterungen (Windows) Dies ist ein Extraabschnitt zum Deaktivieren vom Standardverhalten von Windows, Dateierweiterungen zu verstecken, welches es vereinfacht, genannte Dateien in der Anleitung zu finden. ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. Führe den Datei-Explorer aus, indem du ein Verzeichnis, wie beispielsweise das Verzeichnis deiner SD-Karte, öffnest -1. Klicke die "Anzeigen" Option in der Symbolleiste - - Wenn die Option nicht vorhanden ist, klicken Sie auf die `··` Taste rechts in der oberen Leiste -1. Klicke oder hob deinen Cursor auf das `Untermenü >` anzeigen -1. Hake die `Dateinamenerweiterungbox ` an ![Screenshot vom Bewegen der Maus über die "Dateinamenerweiterungs"' Box in Windows 11](/assets/images/windows-11-file-extensions.png) +2. Klicke die "Anzeigen" Option in der Symbolleiste + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 1. Führe den Datei-Explorer aus, indem du ein Verzeichnis, wie beispielsweise das Verzeichnis deiner SD-Karte, öffnest -1. Klicke auf die "Anzeigen" Option im oberen Menü -1. Hake die "Dateinamenerweiterungs Box" an ![Screenshot vom Bewegen der Maus über die "Dateinamenerweiterungs"' Box in Windows 10](/assets/images/windows-10-file-extensions.png) +2. Klicke auf die "Anzeigen" Option im oberen Menü +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. Öffne das Start-Menü, indem du darauf klickst oder die Windows-Taste drückst -1. Suche "Ordneroptionen" und wähle dies aus ![Screenshot von dem suchen von "Ordnereinstellungen" im Windows 7 Startmenü](/assets/images/windows-7-folder-options-start-menu.png) -1. Klicke oben im Menü "Ordner-Optionen" auf die Option "Ansicht" -1. Stelle sicher, dass die "Erweiterungen von bekannten Dateitypen verstecken" Box nicht abgehakt ist ![Screenshot vom "Ordnereinstellungen" Fenster in Windows 7 mit nicht abgehakter "Erweiterungen von bekannten Dateitypen verstecken" Box](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Klicke oben im Menü "Ordner-Optionen" auf die Option "Ansicht" +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/de_DE/get-started.md b/docs/de_DE/get-started.md index 3e2fb0758..eb54e694a 100644 --- a/docs/de_DE/get-started.md +++ b/docs/de_DE/get-started.md @@ -1,40 +1,38 @@ ---- -title: "Erste Schritte" ---- +# Erste Schritte -Die Hauptanwendung, die Sie in dieser Anleitung installiert haben, ist **TW**i**L**ight Menu++, das ist ein Upgrade/Ersatz für das Nintendo DSi Menü, das es erlaubt, andere Homebrew Anwendungen, Einzelhandel DS Spiele, Emulatoren für verschiedene ältere Systeme und vieles mehr. +The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. Wir beginnen mit dem Herunterladen und einigen anderen Homebrew Tool(s) in Vorbereitung für die Exploit Schritte. ## Anforderungen - Eine Möglichkeit, heruntergeladene Dateien auf die SD-Karte zu kopieren -- Eine Anwendung, die Archive extrahieren kann, wie [7-Zip](https://www.7-zip.org/) (Windows), [Der Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS) oder [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) - - Wir empfehlen, nicht WinRAR zu nutzen, da es bekannt ist, die Dateien zu beschädigen - - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid +- An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) + - Wir empfehlen, nicht WinRAR zu nutzen, da es bekannt ist, die Dateien zu beschädigen + - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid ## Abschnitt I - Vorbereitung ::: warning -Stelle sicher, dass deine SD-Karte [korrekt formatiert ist](sd-card-setup.html). +Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. Stecke deine SD Karte in dein Gerät -1. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) - - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` -1. Lade dir die neueste Version von [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) herunter -1. Open `TWiLightMenu-DSi.7z` - - If you're using Windows, ensure 7-Zip is installed, then follow these steps: - 1. Right-click on `TWiLightMenu-DSi.7z` - 1. If using Windows 11, click `Show more options` - 1. Hover over `7-zip` - 1. Click `Open archive` -1. Extrahiere den `nds` Ordner von `TWiLightMenu-DSi.7z` zum Stammverzeichnis der SD-Karte -1. Extrahiere die `BOOT.NDS` Datei von `TWiLightMenu-DSi.7z` zum Stammverzeichnis der SD-Karte -1. Close `TWiLightMenu-DSi.7z` -1. Kopiere die Datei `dumpTool.nds` in das Stammverzeichnis deiner SD-Karte +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - If you're using Windows, ensure 7-Zip is installed, then follow these steps: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip @@ -42,25 +40,22 @@ Bist du dir unsicher was das SD-Karten "Stammverzeichnis" ist? [See this image]( ::: - ## Abschnitt II - Den Exploit starten Von hier aus haben Sie drei Möglichkeiten, mit einem geringfügigen Unterschied in dem, was jede beinhaltet. - ### Installiere Unlaunch mit Memory pit Memory Pit ist ein Exploit, der die DSi Kamera nutzt und mit allen Firmware-Versionen kompatibel ist. Optional kann dieser Exploit genutzt werden, um Unlaunch zu installieren, einen Bootcode Exploit, der die volle Kontrolle der Konsole beim Booten ermöglicht. -Da Memory Pit in der Homebrew-Kompatibilität etwas eingeschränkt ist, wird empfohlen, Unlaunch zu installieren, anstatt Memory Pit alleine zu verwenden. Da dies die einfachste Methode ist, Unlaunch zu installieren, ist dies der empfohlene Pfad. Es besteht jedoch ein sehr geringes Risiko, dass bei der Installation von Unlaunch Ihre Konsole **kaputt** zu mach also, wenn dies dir Angst bereitet, siehe die alternative Methode unten. +Da Memory Pit in der Homebrew-Kompatibilität etwas eingeschränkt ist, wird empfohlen, Unlaunch zu installieren, anstatt Memory Pit alleine zu verwenden. Da dies die einfachste Methode ist, Unlaunch zu installieren, ist dies der empfohlene Pfad. However, there is a very minor risk of **bricking** your console when installing Unlaunch, so if this is a concern, see the alternate method below. ::: tip -Weiter zu [Den Exploit ausführen](launching-the-exploit.html) +Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax stylehax ist ein Exploit, der die DSi Browser Anwendung nutzt und kann als Alternative zu Memory Pit für die Installation von Unlaunch (oben erklärt) verwendet werden, falls Ihr DSi eine defekte Kamera hat. @@ -69,11 +64,10 @@ Für eine unlaunch-freie Erfahrung wird dieser Exploit empfohlen, da die Verwend ::: tip -Weiter zu [Start der Exploit (stylehax)](launching-the-browser-exploit.html) +Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.html) ::: - ### Flipnote Lenny Flipnote Lenny ist ein Exploit, der die Flipnote Studio Anwendung nutzt. @@ -84,8 +78,8 @@ Sie können Unlaunch später immer installieren, wenn Sie sich später dafür en ::: tip -Weiter zu [Exploit starten (Flipnote Lenny)](launching-the-flipnote-exploit.html) +Continue to [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) ::: -Für einen detaillierteren Vor- und Nachteile Vergleich der verfügbaren Exploits schauen Sie bitte auf die [Welche ist der beste Exploit?](faq.html#which-is-the-best-exploit) FAQ. +For a more detailed pros and cons comparision of the available exploits, please see the [Which is the best exploit?](faq.html#which-is-the-best-exploit) FAQ. diff --git a/docs/de_DE/index.md b/docs/de_DE/index.md index f302319d5..a73fae5ca 100644 --- a/docs/de_DE/index.md +++ b/docs/de_DE/index.md @@ -1,25 +1,28 @@ --- -home: true -title: Startseite -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +layout: home +title: DSi-Anleitung +hero: + text: DSi-Anleitung + tagline: Die vollständige Anleitung zum Modifizieren deines Nintendo DSi + image: + src: /assets/images/home-page-feature.png --- ::: tip -Für komplette Anleitungen zu homebrew und benutzerdefinierter Firmware für andere Geräte, besuche [CFW.Anleitung](https://cfw.guide/). +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -Lese alle Einleitungsseiten (einschließlich dieser!) gründlich durch, bevor du fortfährst. +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## Was ist Homebrew? -[Homebrew](https://en.wikipedia.org/wiki/Homebrew_(video_games)) Anwendungen sind unlizensierte Software gemacht für geschlossene Systeme wie den Nintendo DSi. Diese Anwendungen beinhalten Dienstprogramme sowie benutzerdefinierten Homebrew-Spiele. +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. Diese Anwendungen beinhalten Dienstprogramme sowie benutzerdefinierten Homebrew-Spiele. Homebrew kann gratis auf allen Nintendo DSi Konsolen genutzt werden, unabhängig von Firmware-Version oder Region. Alles was du brauchst ist ein Einstiegspunkt und eine SD-Karte, um dein homebrew zu speichern. Der Haupteinstiegspunkt in dieser Anleitung wird Memory Pit genannt, es gibt aber auch andere Einstiegspunkte, die man verwenden kann, wenn Memory Pit instabil ist. @@ -27,28 +30,28 @@ Homebrew kann gratis auf allen Nintendo DSi Konsolen genutzt werden, unabhängig - Nintendo DS(i) game backups oder ROM-Hacks ohne eine Flashcard von der SD-Karte ausführen - Starte jede DSiWare von deiner SD-Karte - - Das bedeutet, dass außerhalb der Region und 3DS-Exklusive DSiWare auch funktionieren wird + - Das bedeutet, dass außerhalb der Region und 3DS-Exklusive DSiWare auch funktionieren wird - Ausführen von DSiWare- und Homebrew-Anwendungen, wenn man beim Systemstart des Nintendo DSi bestimmte Tasten gedrückt hält - Starte alte Klassiker mit verschiedenen Emulatoren - Normalerweise inkompatible Flashkarten verwenden - Die NAND mit hiyaCFW zur SD-Karte umleiten - Sieh dir deine Lieblingsfilme mit dem FastVideoDSPlayer oder ThunfischviDS an - - FastVideoDSEncoder benötigt eine CPU, die AVX2 unterstützt (neuere CPUs werden es wahrscheinlich unterstützen) + - FastVideoDSEncoder benötigt eine CPU, die AVX2 unterstützt (neuere CPUs werden es wahrscheinlich unterstützen) - Ein Bild (genannt "boot splash") beim Systemstart zeigen - Spiele Homebrew Spiele ## Wo finde ich Homebrew Anwendungen? -- [Universal-DB](https://db.universal-team.net/ds) hat modernstes homebrew, mit nützlicher Suche und Sortierung, um den Überblick zu behalten, was kürzlich aktualisiert wurde -- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) hat eine Menge älterer Homebrew, aber viele funktionieren nur auf Karteikarten +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards ## Was sollte ich vor dem Start wissen? -- Unter Windows wird empfohlen, [Dateiendungen anzuzeigen](file-extensions-windows.html) wenn Sie den Standard-Datei-Explorer verwenden +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer - Das einzige Beschädigung-Risiko kommt von der Installation von Unlaunch, und das Beschädigung-Risiko ist minimal ::: tip -Weiter zu [Los geht's](get-started.html) +Continue to [Get Started](get-started.html) ::: diff --git a/docs/de_DE/installing-unlaunch.md b/docs/de_DE/installing-unlaunch.md index 8fbe56e19..fdece9a0b 100644 --- a/docs/de_DE/installing-unlaunch.md +++ b/docs/de_DE/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: Installation von Unlaunch ---- +# Installation von Unlaunch ::: warning @@ -10,7 +8,7 @@ Wenn Sie keinen Zugriff auf einen PC haben oder wenn Ihr PC auf Chrome OS läuft ::: danger -Wenn du es noch nicht getan hast, bitte folge [Dumping NAND](dumping-nand.html). Obwohl die Chance gering ist, aber Unlaunch kann aus Versehen deinen Nintendo DSi beschädigen. Ein NAND Backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) ermöglicht dir, dieses Backup wiederherzustellen, solange du löten kannst. +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). Obwohl die Chance gering ist, aber Unlaunch kann aus Versehen deinen Nintendo DSi beschädigen. A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. ::: @@ -20,57 +18,58 @@ Stelle sicher, dass deine Konsole geladen ist, wenn du diesem Prozess folgst. Ei ::: -::: Warnung +::: warning Diese Anleitung ist nicht mit Nintendo DSi Entwicklungskonsolen kompatibel. ::: -## Abschnitt I- SD Kartensetup +## Abschnitt 1 -Einrichtung der SD-Karte -1. Lade die neueste version von [Unlaunch](https://problemkaputt.de/unlaunch.zip) herunter - - [Spiegellink](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), falls der obere nicht funktioniert -1. Extrahiere `UNLAUNCH.DSI` vom `unlaunch.zip`-Archiv und plaziere es irgendwo auf deiner SD Karte -1. Vergewissere dich, dass sich TWiLight Menu++ auf deiner SD Karte befindet - - Wenn Sie unsicher sind, folgen Sie den Anweisungen der [TWiLight Menu++ Installationsanleitung](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Vergewissere dich, dass sich TWiLight Menu++ auf deiner SD Karte befindet + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## Abschnitt II - Installation/Updaten von Unlaunch 1. Öffne TWiLight Menu++ - - Wenn dies deine erste Installation von Unlaunch ist, starte TWiLight Menu++ erneut durch [den Exploit, den du genutzt hast](launching-the-exploit.html) - - Wenn du Unlaunch schon installiert hast und nur aktualisieren willst, halte A + B während dem Systemstart und wähle TWiLight Menu++, wodurch `BOOT. NDS` auf dem unteren Bildschirm angezeigt wird - - Wenn mehrere Optionen als `TWiLight Menu++`bezeichnet werden, wählen Sie die Option aus, in der `BOOT.NDS` am Ende des Pfades auf dem unteren Bildschirm angezeigt - - Dies geschieht, weil du eine ältere Version von TWiLight Menü++ verwendest, wenn Sie dies nicht absichtlich tun, wird empfohlen, dass Sie [Ihre Installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) aktualisieren -1. Starte die TWiLight Menu++ Einstellungen - - Wenn Sie Ihr Thema nicht geändert haben, drücken Sie `SELECT` und berühren Sie das kleine DS-Symbol am unteren Rand des Touchscreens. Sonst sieh dir das TWiLight Menu++ Handbuch an -1. Drücke L / R or X / Y bis du die `Unlaunch einstellungen` seite erreichst -1. Wenn du Unlaunch's Hintergrund ändern willst, wähle `Hintergrund` aus und suche dir einen Hintergrund aus - - Wenn du deinen eigenen Unlaunch-Hintergrund erstellen willst, besuche die [DS-Homebrew Wiki Website](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) -1. Verlasse die TWiLight Menu++ Einstellungen -1. Wähle `Unlaunch DSi Installer` im Dateinavigationsmenü aus - - Wenn Sie nach dem Start zwei schwarze Bildschirme sehen, laden Sie [ Godmode9i ](https://github.com/DS-Homebrew/GodMode9i/releases) herunter, setzen Sie diese .dsi Datei auf den SD-Stamm, starten Sie Godmode9i mit dem Twilight -Menü ++ und starten sie `Unlaunch.dsi` - Diese Methode aktiviert nicht, um eigene Patches und Hintergründe zu verwenden -1. Wählen Sie die Option "Jetzt installieren" - - Wenn Unlaunch mit `ERROR: MISMATCH IN FAT COPIES` einfriert, besuche die [Troubleshooting](troubleshooting.html)-Website -1. Nach Fertigstellung starten Sie Ihr System neu + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Starte die TWiLight Menu++ Einstellungen + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Sonst sieh dir das TWiLight Menu++ Handbuch an +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Verlasse die TWiLight Menu++ Einstellungen +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Wählen Sie die Option "Jetzt installieren" + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. Nach Fertigstellung starten Sie Ihr System neu Wenn du Unlaunch's Dateimenü nun siehst, hast du deinen Nintendo DSi erfolgreich modifiziert. -- Wenn du einen schwarzen Bildschirm siehst, schau dir bitte die [Fehlerbehebung](troubleshooting.html) Seite an + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## Abschnitt III - Konfiguration nach Unlaunchinstallation Derzeit startet Unlaunch standardmäßig das Dateimenü beim Systemstart, dies kann aber geändert werden, wozu immer man will. -1. Starte die Konsole während du A und B gedrückt hältst - - Dies sollte ins Unlaunch Dateimenü starten - - Wenn nichts aufgelistet ist oder wenn nur `TWiLight Menu++` nicht aufgeführt ist (sogar nach dem Herunterscrollen), dann musst du [die SD-Karte](sd-card-setup.html) neu formatieren -1. Navigiere zu `OPTIONS` und sieh dir die verfügbaren Optionen an - - A + B ist unveränderbar einprogrammiert, Unlaunch's Dateimenü zu starten - - Die `NO BUTTON` und `BUTTON A / B / X / Y` Optionen können eingestellt werden wie immer man will, und bestimmen, was der DSi beim Systemstart ausführt, je nachdem welche Tasten man gedrückt hält. Man kann jegliche DSiWare, homebrew, die Slot-1 Spielkarte, wifiboot oder Unlaunch's Dateimenü auswählen - - Für TWiLight Menü++ wählen Sie `TWiLight Menu++` - - Für das orgiginale DSi-Menü wähle `Launcher` - - `LOAD ERROR` führt der DSi aus, wenn die ausgewählte Ladeoption nicht funktioniert, z: B. wenn die SD-Karte nicht eingesteckt ist -1. Wähle `SAVE & EXIT`, um die Einstellungen zu speichern und schalte deinen DSi aus +1. Starte deine Konsole während du A und B gedrückt hältst + - Dies sollte das Unlaunch Dateimenü starten + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - A + B ist unveränderbar einprogrammiert, Unlaunch's Dateimenü zu starten + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Man kann jegliche DSiWare, homebrew, die Slot-1 Spielkarte, wifiboot oder Unlaunch's Dateimenü auswählen + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## Abschnitt IV- Die SD-Karte bereinigen @@ -82,22 +81,22 @@ Dieser Abschnitt ist optional und dient nur dazu, die SD-Karte von unnötigen Da :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit -- Lösche die `sd:/private/ds/app/484E494A/pit.bin` Datei von deiner SD-Karte -- Benennen Sie `tip.bin` zurück zu `pit.bin`und lassen Sie es intakt -- Du kannst nun den Ordner `DCIM` wiederherstellen, der im Stammverzeichnis deiner SD-Karte lag -- Lösche die `UNLAUNCH.DSI` Datei von deiner SD-Karte +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card +- Rename `tip.bin` back to `pit.bin`, and leave it intact +- You can now restore the `DCIM` folder that was on the root of your SD card +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny -- Löschen Sie die `800031_104784BAB6B57_000.ppm` und `T00031_1038C2A757B77_000.ppm` Dateien innerhalb der folgenden Ordner: - - `sd:/private/ds/app/4B47554A/001` (Japan) - - `sd:/private/ds/app/4B475545/001` (USA) - - `sd:/private/ds/app/4B475556/001` (Europa/Australien) - - Sie können auch die gesamten Ordner für die Regionen außer Ihren eigenen löschen -- Lösche die `UNLAUNCH.DSI` Datei von deiner SD-Karte +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - Sie können auch die gesamten Ordner für die Regionen außer Ihren eigenen löschen +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/de_DE/launching-the-browser-exploit.md b/docs/de_DE/launching-the-browser-exploit.md index 25aee6f0a..8da7d06fe 100644 --- a/docs/de_DE/launching-the-browser-exploit.md +++ b/docs/de_DE/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Starte die Exploit (Stylehax) ---- +# Starte die Exploit (Stylehax) Wir beginnen mit dem Exploit. Für das beste Unlaunch-freie Erlebnis oder wenn die DSi-Kamera defekt ist, um Unlaunch zu installieren, empfehlen wir einen Exploit namens "stylehax" zu verwenden, der einen Fehler in der Handhabung der DSi Browser-Anwendung nutzt. Das Ausführen des Exploits wird TWiLight Menu++ starten, eine Homebrewanwednung, die als Ersatz für das DSi Menü dient. - ## Anforderungen - Nintendo DSi Browser auf deinem Nintendo DSi installiert - - Wenn du keinen DSi Browser hast, nutze stattdessen [Memory Pit](launching-the-exploit.html) - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Starten des Exploits 1. Stelle sicher, dass deine SD-Karte in deinem Nintendo DSi eingesteckt ist -1. Starte deinen Nintendo DSi und starte die DSi Browser App -1. Tippe auf die `Gehe zur Seite` Taste - - Der Button wird ein grünes `www` Symbol haben -1. Gib `Opera:about`ein und berühre `Gehe`, um die Seite zu laden -1. Drücke die Home Taste -1. Tippe auf die `Gehe zur Seite` Taste -1. Geben Sie `stylehax.net`ein und berühren Sie `los`, um die Seite zu laden +2. Starte deinen Nintendo DSi und starte die DSi Browser App +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Drücke die Home Taste +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip @@ -32,14 +28,14 @@ Der Exploit sollte 21 Sekunden in Anspruch nehmen. Wenn es länger als 30 Sekund ::: warning -Wenn der obere Screen grün leuchtet, hast du TWiLight Menu++'s `BOOT.NDS` nicht im Stammverzeichnis deiner SD-Karte. Folge [den vorherigen Schritten](get-started.html#section-i-prep-work) wieder. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Sie können jetzt **TW**i**L**ightmenu++ benutzen! Zuerst wird es dich nach deiner Sprache und Region fragen. Diese müssen nicht deiner Konsolenregion/Konsolensprache entsprechen, also setze sie auf deine bevorzugten Optionen. Anschließend wird ein NAND-Backup empfohlen. Jenes kann deine Konsole möglicherweise retten, falls etwas Schlimmes passiert. +You can now use **TW**i**L**ight Menu++! Zuerst wird es dich nach deiner Sprache und Region fragen. Diese müssen nicht deiner Konsolenregion/Konsolensprache entsprechen, also setze sie auf deine bevorzugten Optionen. Anschließend wird ein NAND-Backup empfohlen. Jenes kann deine Konsole möglicherweise retten, falls etwas Schlimmes passiert. ::: tip -Fahre hierzu zu [NAND Dumpen](dumping-nand.html) fort +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/de_DE/launching-the-exploit.md b/docs/de_DE/launching-the-exploit.md index 9148e1b95..f75d00ad9 100644 --- a/docs/de_DE/launching-the-exploit.md +++ b/docs/de_DE/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: Den Exploit ausführen ---- +# Den Exploit ausführen Wir fangen damit an, die SD-Karte einzurichten, um den Exploit zu starten. Für die meisten Nutzer empfehlen wir einen Exploit namens "Memory Pit", welches einen Fehler in der Handhabung der Bildmetadaten durch die DSi-Kamera-Anwendung ausnutzt. @@ -8,54 +6,54 @@ Das Ausführen des Exploits wird TWiLight Menu++ starten, eine Homebrewanwednung ::: tip -Wenn du Unlaunch nicht installieren willst, und du den DSi-Browser oder Flipnote Studio hast, dann empfehlen wir entweder [stylehax](launching-the-browser-exploit.html) oder [Flipnote Lenny](launching-the-flipnote-exploit.html) stattdessen. [Welcher Exploit ist der beste?](faq.html#which-is-the-best-exploit) +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) ::: -### Abschnitt I - Überprüfung der DSi-Kamera-Version +## Abschnitt I - Überprüfung der DSi-Kamera-Version 1. Starte deine Konsole -1. Öffne die Nintendo DSi-Kamera - - Wenn du zur Fertigstellung des Kameratutorials aufgerufen wirst, mache es fertig - - Wenn das Tutorial bei der Fertigstellung crasht, ist die Nintendo DSi Kamera-Hardware wahrscheinlich defekt, und du kannst den Memory Pit nicht verwenden. Bitte verwende einen [anderen Exploit](alternate-exploits.html) -1. Öffne das Album, indem du den großen Knopf rechts drückst -1. Merke dir, ob du ein Facebook-Icon neben dem Stern, dem Kleeblatt und dem Herz hast, in Rot hier markiert: ![Screenshot der Position des Facebook-Icons](/assets/images/facebook-check.png) +2. Öffne die Nintendo DSi-Kamera + - Wenn du zur Fertigstellung des Kameratutorials aufgerufen wirst, mache es fertig + - Wenn das Tutorial bei der Fertigstellung crasht, ist die Nintendo DSi Kamera-Hardware wahrscheinlich defekt, und du kannst den Memory Pit nicht verwenden. Please use an [alternate exploit](alternate-exploits.html) +3. Öffne das Album, indem du den großen Knopf rechts verwendest +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### Abschnitt II - Memory Pit +## Abschnitt II - Memory Pit 1. Lade dir die korrekte Memory Pit-Datei für deine Nintendo DSi Kamera-Version herunter: - - [Wenn du ***ein*** Facebook-Icon hattest](/assets/files/memory_pit/768_1024/pit.bin) - - [Wenn du ***kein*** Facebook-Icon hattest](/assets/files/memory_pit/256/pit.bin) -1. Gehe zum `sd:/private/ds/app/484E494A/` -Ordner auf deiner SD-Karte - - `SD:` ist das Stammverzeichnis der SD-Karte - - Wenn du bisher schon Fotos über die Nintendo Bei-Kamera aufgenommen hattest, wird der Ordner bereits existieren - - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created - - Falls du eine Nachricht bekommst, dass keine SD-Karte eingesteckt ist, verwende bitte eine andere SD-Karte - - Falls du eine Nachricht bekommst, dass deine SD-Karte nicht verwendet werden kann, stelle sicher, dass deine SD-Karte [richtig Formatiert](sd-card-setup.html) ist -1. Innerhalb des Ordners `484E494A` benennen Sie die vorhandene `pit.bin` Datei in `tip.bin` um -1. Platziere die Memory Pit `pit.bin` -Datei in diesem Ordner -1. Wenn ein Ordner namens `DCIM` im Stammverzeichnis deiner SD-Karte existiert, mache ein Backup und entferne ihn dann von der SD-Karte, um deine Bilder zu schützen - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - Wenn du bisher schon Fotos über die Nintendo Bei-Kamera aufgenommen hattest, wird der Ordner bereits existieren + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - Falls du eine Nachricht bekommst, dass keine SD-Karte eingesteckt ist, verwende bitte eine andere SD-Karte + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## Abschnitt III - Den Exploit starten 1. Stelle sicher, dass deine SD-Karte in deinem Nintendo DSi eingesteckt ist -1. Schalte deinen Nintendo DSi an, und starte die Nintendo DSi Kamera-App -1. Berühre das SD-Karten-Logo oben rechts - - Falls du eine Nachricht bekommst, dass keine SD-Karte eingesteckt ist, verwende bitte eine andere SD-Karte - - Falls du eine Nachricht bekommst, dass deine SD-Karte nicht verwendet werden kann, stelle sicher, dass deine SD-Karte [richtig Formatiert](sd-card-setup.html) ist -1. Öffne das Album, indem du den großen Knopf rechts verwendest - - Der Bildschirm sollte Magenta aufleuchten, wemn der Memory Pit korrekt installiert wurde +2. Schalte deinen Nintendo DSi an, und starte die Nintendo DSi Kamera-App +3. Berühre das SD-Karten-Logo oben rechts + - Falls du eine Nachricht bekommst, dass keine SD-Karte eingesteckt ist, verwende bitte eine andere SD-Karte + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Öffne das Album, indem du den großen Knopf rechts verwendest + - Der Bildschirm sollte Magenta aufleuchten, wemn der Memory Pit korrekt installiert wurde ::: warning -Wenn der Topscreen grün leuchtet, hast du TWiLight Menu++'s `BOOT.NDS` nicht im Stammverzeichnis deiner SD-Karte. Folge [den vorherigen Schritten](get-started.html#section-i-prep-work) wieder. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: ::: warning -Wenn du das SD-Karten-Kameraalbum öffnest und nichts Ungewöhnliches passiert, stelle sicher, dass du die richtige Version des Memory Pit für deine Region installiert hast und in den richtigen Ordner auf deiner SD-Karte platziert hast. Stelle auch sicher, dass der `DCIM` -Ordner nicht auf deiner SD-Karte installiert hast. +Wenn du das SD-Karten-Kameraalbum öffnest und nichts Ungewöhnliches passiert, stelle sicher, dass du die richtige Version des Memory Pit für deine Region installiert hast und in den richtigen Ordner auf deiner SD-Karte platziert hast. Also ensure that the `DCIM` folder does not exist on your SD card. ::: @@ -69,6 +67,6 @@ Du kannst nun das TWiLight Menu++ verwenden! Zuerst wird es dich nach deiner Spr ::: tip -Fahre hierzu zu [NAND Dumpen](dumping-nand.html) fort +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/de_DE/launching-the-flipnote-exploit.md b/docs/de_DE/launching-the-flipnote-exploit.md index 84893d0e2..b37cdfbcf 100644 --- a/docs/de_DE/launching-the-flipnote-exploit.md +++ b/docs/de_DE/launching-the-flipnote-exploit.md @@ -1,53 +1,48 @@ ---- -title: Starte den Exploit (Flipnote Lenny) ---- +# Starte den Exploit (Flipnote Lenny) Wir fangen damit an, die SD-Karte einzurichten, um den Exploit zu starten. Für die beste unlaunchfreie Erfahrung empfehlen wir, einen Exploit namens "Flipnote Lenny" zu verwenden, der einen Fehler in der Handhabung der Flipnote Studio Applikation ausnutzt. Das Ausführen des Exploits wird TWiLight Menu++ starten, eine Homebrewanwednung, die als Ersatz für das DSi Menü dient. - ## Anforderungen - Flipnote Studio muss dafür auf deinem Nintendo DSi installiert sein - - Wenn du kein Flipnote Studio hast, nutze stattdessen [Memory Pit](launching-the-exploit.html) - + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead ## Abschnitt 1 -Einrichtung der SD-Karte -1. Laden Sie die neueste Version von [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) herunter -1. Kopiere den `private` Ordner aus dem Flipnote Lenny Archiv in das Stammverzeichnis deiner SD-Karte - +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## Abschnitt II - Den Exploit starten 1. Stelle sicher, dass deine SD-Karte in deinem Nintendo DSi eingesteckt ist -1. Starte den Nintendo DSi und führe die Flipnote Studio Anwendung aus - - Falls du eine Nachricht bekommst, dass deine SD-Karte nicht verwendet werden kann, stelle sicher, dass deine SD-Karte [richtig Formatiert](sd-card-setup.html) ist -1. Öffne die Flipnote Studio Einstellungen oben rechts im Hauptmenü und stelle sicher dass `Im Kalender starten` deaktiviert ist und `Frosch` aktiviert ist -1. Sehen Sie sich die auf der SD-Karte gespeicherten Flipnotes an - - Wenn du die Flipnotes auf der SD-Karte nicht sehen kannst, benutze bitte eine andere SD-Karte -1. Tippe auf die Fläche deiner Region - - Wenn Sie eine AUS-Konsole haben, wählen Sie EUR -1. Bearbeiten Sie das ausgewählte Flipnote -1. Tippe auf das Frosch Symbol unten links -1. Tippe auf das Filmrollen-Symbol -1. Wähle `Kopieren` -> `Zurück` -> `Beenden` -1. Tippe auf das zweite Flipnote mit einem größerem Gesicht und wähle `Bearbeiten` -1. Tippe auf das Frosch Symbol unten links -1. Tippe auf das Filmrollen-Symbol -1. Wähle Einfügen +2. Starte den Nintendo DSi und führe die Flipnote Studio Anwendung aus + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. Sehen Sie sich die auf der SD-Karte gespeicherten Flipnotes an + - Wenn du die Flipnotes auf der SD-Karte nicht sehen kannst, benutze bitte eine andere SD-Karte +5. Tippe auf die Fläche deiner Region + - Wenn Sie eine AUS-Konsole haben, wählen Sie EUR +6. Bearbeiten Sie das ausgewählte Flipnote +7. Tippe auf das Frosch Symbol unten links +8. Tippe auf das Filmrollen-Symbol +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Tippe auf das Frosch Symbol unten links +12. Tippe auf das Filmrollen-Symbol +13. Wähle Einfügen ::: warning -Wenn der Topscreen grün leuchtet, hast du TWiLight Menu++'s `BOOT.NDS` nicht im Stammverzeichnis deiner SD-Karte. Folge [den vorherigen Schritten](get-started.html#section-i-prep-work) wieder. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Sie können jetzt **TW**i**L**ightmenu++ benutzen! Zuerst wird es dich nach deiner Sprache und Region fragen. Diese müssen nicht deiner Konsolenregion/Konsolensprache entsprechen, also setze sie auf deine bevorzugten Optionen. Anschließend wird ein NAND-Backup empfohlen. Jenes kann deine Konsole möglicherweise retten, falls etwas Schlimmes passiert. +You can now use **TW**i**L**ight Menu++! Zuerst wird es dich nach deiner Sprache und Region fragen. Diese müssen nicht deiner Konsolenregion/Konsolensprache entsprechen, also setze sie auf deine bevorzugten Optionen. Anschließend wird ein NAND-Backup empfohlen. Jenes kann deine Konsole möglicherweise retten, falls etwas Schlimmes passiert. ::: tip -Fahre hierzu zu [NAND Dumpen](dumping-nand.html) fort +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/de_DE/restoring-nand.md b/docs/de_DE/restoring-nand.md index 7b1e833d7..f5f4d4dd1 100644 --- a/docs/de_DE/restoring-nand.md +++ b/docs/de_DE/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: NAND-Backup wiederherstellen ---- +# NAND-Backup wiederherstellen ::: danger -WARNUNG! Dies ist ***gefährlich***. Selbst wenn du diesen Schritten exakt folgst, gibt es immer noch ein Risiko, den DSi zu beschädigen, da die NAND sehr niedrige Qualität hat, besonders, wenn du mehrere male flashst! Dies sollte nur als letzter Ausweg benutzt werden! +WARNUNG! This is _**dangerous**_. Selbst wenn du diesen Schritten exakt folgst, gibt es immer noch ein Risiko, den DSi zu beschädigen, da die NAND sehr niedrige Qualität hat, besonders, wenn du mehrere male flashst! Dies sollte nur als letzter Ausweg benutzt werden! ::: ::: tip -Überspringe *nichts* auf dieser Seite, jeder Fehler erhöht das Risiko stark, den DSi zu beschädigen. +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: Zunächst ein paar sicherere alternativen, zu dem, was du machen willst: + - Installation von DSiWare kann mit HiyaCFW oder TWiLight Menu++ durchgeführt werden -- Bilder können mit [ninfs](https://github.com/ihaveamac/ninfs/releases), in Kombination mit hiyaCFW oder TWiLight Menu++, wenn du sie auf der Konsole haben willst, wiederhergestellt werden. Die neueste Version vom hiyaCFW Helfer erlaubt dir, während der Einrichtung, deine Fotos von der NAND zur SDNAND zu kopieren +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. Die neueste Version vom hiyaCFW Helfer erlaubt dir, während der Einrichtung, deine Fotos von der NAND zur SDNAND zu kopieren - Die Wiederherstellung einer Unlaunch Tastenkonfiguration kann über das Unlaunch Menü gemacht werden, welches geöffnet wird, indem man A + B beim Systemstart drückt - Löst der Unlaunch Systemstart einen Fehler aus? Entferne deine SD-Karte und versuche einen Systemstart erneut. Wenn es nun funktioniert, dann ist die SD-Karte Schuld und die wiederherstellung eines NAND-Backups wird dies nicht reparieren -- "An error has occured..." beim Systemstart ist höchstwarscheinlich ein hiyaCFW Fehler und steht nicht im Zusammenhang mit deiner NAND, siehe [hiyaCFW FAQ & Problembehandlung](https://wiki.ds-homebrew.com/hiyacfw/faq) im DS-Homebrew Wiki für mehr Information -- Alle Fehler im TWiLight Menu++ stehen nicht damit im Zusammenhang und du solltest versuchen, TWiLight Menu++ erneut zu Installieren oder um Hilfe im [Discord](https://ds-homebrew.com/discord) zu fragen +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - Unlaunch zu deinstallieren, entweder durch NAND flashen oder durch den Deinstallierer sollte gemieden werden, wenn es nicht unbedingt nötig ist, du kannst nämlich die Autostart Tasten zu "Launcher" setzen und dein DSi wird wie normal sein Die einzige Sache, die du mit deiner NAND machen solltest, ist Unlaunch zu Installieren. Verwende sonst die alternativen. -## Voraussetzungen -- Dein NAND-Backup **vom gleichen DSi** -- Die neueste Version von [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) +## Anforderungen + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - Ein Weg, homebrew mit NAND Zugang auszuführen, wie Unlaunch oder Memory Pit -- [no$gba](https://problemkaputt.de/gba.htm), um dein NAND-Backup zu überprüfen (Installiere die "Windows gaming Version") - - macOS und Linux Nutzer können [WINE](https://winehq.org) nutzen, um no$gba auszuführen +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## Das Bios für no$gba Verwendung dumpen -1. Extrahiere `dsibiosdumper.nds` vom `dsibiosdumper.zip` Archiv und plaziere es irgendwo auf deiner SD-Karte + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. Starte deine Konsole während du A und B gedrückt hältst - - Dies sollte das Unlaunch Dateimenü starten + - Dies sollte das Unlaunch Dateimenü starten 3. Führe dsibiosdumper vom Unlaunch Dateimenü aus 4. Drücke A, um das BIOS zu deiner SD-Karte zu dumpen 5. Drücke START, um dsibiosdumper zu verlassen ## Teste dein NAND-Backup + Es ist sehr wichtig auszuprobieren, ob dein NAND-Backup funktioniert, bevor du versuchst, es zu deiner Konsole wiederherzustellen, wenn es Beschädigungs error in no$gba anzeigt, wird es deine Konsole höchstwahrscheinlich auch beschädigen. -1. Extrahiere `NO$GBA.EXE` von `no$gba-w.zip` zu einem Ordner auf deinem Computer -2. Kopiere dein NAND-BAckup zum Ordner, in den du `NO$GBA.EXE` plaziert hast und benenne es zu `DSI-1.MMC` um -3. Kopiere `bios7i.bin` und `bios9i.bin`, genannt `BIOSDSI7.ROM `und `BIOSDSI9.ROM` zum Ordner, in den du `NO$GBA.EXE` plaziert hast. -4. Führe `NO$GBA.EXE` aus -5. Klicken Sie auf `Optionen` > `Emulation Setup` um das Emulation Setup Fenster zu öffnen -6. Ändern Sie `Reset/Startup Eintrag` auf `GBA/NDS BIOS (Nintendo Logo)` -7. Ändern Sie `NDS Mode/Colors` auf `DSi (Einzelhandel/16MB)` -8. Klick `Jetzt speichern` -9. Starte jede Nintendo DS ROM (`.nds` Datei) - -Wenn no$gba das DSi Menü (oder das Filemenu deinstallieren) lädt, fahren Sie mit dem nächsten Abschnitt fort. Wenn es irgendeine Art von Fehler ***blinkt nicht das Backup***! + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +Wenn no$gba das DSi Menü (oder das Filemenu deinstallieren) lädt, fahren Sie mit dem nächsten Abschnitt fort. If it shows any kind of error _**do not flash that backup**_! ## Deinstalliere Unlaunch von deinem NAND-Backup (optional) -Folgen Sie dies, wenn Sie Ihr NAND-Backup nach der Installation von Unlaunch gedumpt haben und Sie Deinstallation von Deinstallieren möchten. Wenn Sie nicht versuchen Deinstallieren zu versuchen, tun Sie **nicht** diesen Abschnitt. -1. Lade die neueste version von [Unlaunch](https://problemkaputt.de/unlaunch.zip) herunter -1. Extrahiere `UNLAUNCH.DSI` von `unlaunch.zip` -1. Starte `UNLAUNCH.DSI` in keinem$gba und starte es vom Spielkarten-Slot - - Dies sollte den Unstart-Installer starten, der dem Dateimanager "Unstart" ähnelt -1. Wähle `Uninstall` aus -1. Nach Abschluss wählen Sie `Power down` -1. Starte alle Nintendo DS ROM erneut und stelle sicher, dass dein DSi Menü geladen wird und ordnungsgemäß funktioniert -Wenn kein$gba einen Fehler anzeigt, anstatt das DSi Menü zu laden, dann blinkt ***diese Sicherung nicht***! Wenn du ein älteres NAND-Backup hast, solltest du es stattdessen versuchen. **nicht** versuchen, Deinstallationen unter Verwendung seines Deinstallationsprogramms auf der Konsole zu deinstallieren. Dies ist sehr wahrscheinlich, dass dies deine DSi-Datei bricken wird. +Folgen Sie dies, wenn Sie Ihr NAND-Backup nach der Installation von Unlaunch gedumpt haben und Sie Deinstallation von Deinstallieren möchten. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Dies sollte den Unstart-Installer starten, der dem Dateimanager "Unstart" ähnelt +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Starte alle Nintendo DS ROM erneut und stelle sicher, dass dein DSi Menü geladen wird und ordnungsgemäß funktioniert + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! Wenn du ein älteres NAND-Backup hast, solltest du es stattdessen versuchen. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## Flashen Ihrer NAND-Backup (Software) @@ -82,11 +87,12 @@ Stellen Sie sicher, dass Ihr Nintendo DSi System gut geladen ist, bevor Sie dies ::: 1. Mit Ihrer SD-Karte eingefügt, betreiben Sie Ihr Nintendo DSI, während Sie A und B halten -3. Starte SafeNANDManager -4. Drücke den Knopf um NAND `zu starten` -6. Sobald die Wiederherstellung abgeschlossen ist, drücke START um deinen DSi auszuschalten +2. Starte SafeNANDManager +3. Press the button to `begin NAND restore` +4. Sobald die Wiederherstellung abgeschlossen ist, drücke START um deinen DSi auszuschalten Dein NAND sollte jetzt wiederhergestellt werden. ## Flashen Ihrer NAND-Backup (Hardmod) -Wenn du deinen Nintendo DSi nicht booten kannst, ist eine Hardmod die einzige Möglichkeit, ein NAND-Backup wiederherzustellen. Die beste Anleitung, die derzeit existiert, ist die [Nintendo DSi Hardmod Anleitung auf dem DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). + +Wenn du deinen Nintendo DSi nicht booten kannst, ist eine Hardmod die einzige Möglichkeit, ein NAND-Backup wiederherzustellen. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/de_DE/sd-card-setup.md b/docs/de_DE/sd-card-setup.md index c79f71f87..9c10710c7 100644 --- a/docs/de_DE/sd-card-setup.md +++ b/docs/de_DE/sd-card-setup.md @@ -1,6 +1,4 @@ ---- -title: Einrichtung der SD-Karte ---- +# Einrichtung der SD-Karte Diese Seite ist für die Vorbereitung deiner SD-Karte für dein Gerät. In diesem Prozess formatieren wir die SD-Karte und überprüfen die Karte auf Fehler. @@ -12,7 +10,7 @@ Stellen Sie sicher, dass Sie den Inhalt Ihrer SD-Karte sichern VOR diesem. Die d ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows ### Abschnitt I - Formatieren Ihrer SD-Karte mit SD Formatter @@ -97,7 +95,7 @@ Falls der Test jedoch ein anderes Ergebnis anzeigen sollte, ist deine SD Karte m :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip @@ -179,7 +177,7 @@ Falls der Test jedoch ein anderes Ergebnis anzeigen sollte, ist deine SD Karte m :::: -:::: tab name="macOS" os="macos" +:::: tab macOS ### Abschnitt I - Formatieren Ihrer SD-Karte mit SD Formatter @@ -281,7 +279,7 @@ ___ ::: danger -Falls es jedoch ein anderes Ergebnis anzeigen sollte, ist deine SD-Karte möglicherweise beschädigt. +Falls der Test jedoch ein anderes Ergebnis anzeigen sollte, ist deine SD Karte möglicherweise korrupt oder beschädigt und du müsstest diese eventuell austauschen! ::: diff --git a/docs/de_DE/site-navigation.md b/docs/de_DE/site-navigation.md index 5534250e6..33f67bc1d 100644 --- a/docs/de_DE/site-navigation.md +++ b/docs/de_DE/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: Seteinnavigation ---- +# Seteinnavigation ## Hauptanleitungs-Ablauf -- [Erste Schritte](get-started.html) -- [Starte denn Exploit (Memory-Pit)](launching-the-exploit.html) -- [Starte den Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) -- [NAND dumpen](dumping-nand.html) -- [Installation von Unlaunch](installing-unlaunch.html) + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## Extra Bereiche -- [Einrichtung der SD-Karte](sd-card-setup.html) -- [Dateierweiterungen (Windows)](file-extensions-windows.html) -- [Spielkarten dumpen](dumping-game-cards.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) - [DSiWare Backups](dsiware-backups.html) -- [Unlaunch deinstallieren](uninstalling-unlaunch.html) -- [NAND wiederherstellen](restoring-nand.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) ## Andere Seiten -- [Startseite](.) -- [Häufig gestellte Fragen (FAQ)](faq.html) -- [Problembehandlung](troubleshooting.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) - [Credits](credits.html) diff --git a/docs/de_DE/troubleshooting.md b/docs/de_DE/troubleshooting.md index 8e84b2ce2..20d6231ee 100644 --- a/docs/de_DE/troubleshooting.md +++ b/docs/de_DE/troubleshooting.md @@ -1,34 +1,33 @@ ---- -title: Fehlerbeseitigung & Problemlösungen ---- +# Problembehandlung ## Unlaunch -### Unlaunch friert ein bei `MISMATCH IN FAT COPIES` + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` twlnf hat einen kritischen Fehler, bei dem es nach einer Modifikation das ganze NAND nicht korrekt aktualisiert, wodurch bei manchem Homebrew (z. B. dem Unlaunch Installierer) Fehler ausgelöst werden. -Um dies zu reparieren, öffne [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases) und wähle `Fix FAT copy mismatch` aus. +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. ### Es gibt kein Ton- oder Boot-splash beim ausführen von "Launcher" mit Unlaunch -Der Entwickler von Unlaunch (nocash) hat absichtlich die Hintergrundmusik und Bootsplashes standardmäßig entfernt. Sie können diese Effekte wieder erlangen, indem Sie [deinstallieren](installing-unlaunch.html) mit Hilfe von TWiLight Menu++ mit "Launcher Patches" auf "Standard" auf der Unlaunch-Seite der TWiLight Menu++ Einstellungen neu installieren, oder mit [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). +Der Entwickler von Unlaunch (nocash) hat absichtlich die Hintergrundmusik und Bootsplashes standardmäßig entfernt. You can regain these effects by [reinstalling Unlaunch](installing-unlaunch.html) using TWiLight Menu++ with "Launcher Patches" set to "Default" on the Unlaunch page of TWiLight Menu++ settings, or by using [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). ### Der Systemstart nach Unlaunchinstallation zeigt nur einen schwarzen Bildschirm -Versuche, deine SD Karte zu entfernen und die Konsole erneut zu starten. Wenn es immer noch nur einen schwarzen Bildschirm zeigt, müssen Sie möglicherweise Ihr NAND über eine [Hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) neu flashen. +Versuche, deine SD Karte zu entfernen und die Konsole erneut zu starten. If it still only shows a black screen, you may need to flash your NAND via a [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). ### Nach der Unlaunchinstallation stecke ich beim Systemstart in einer Anwendung oder dem Unlaunch Dateimenü fest -Dies wurde warscheinlich durch die Wahl einer falschen Anwendung für die `NO BUTTON` Einstellung in Unlaunch ausgelöst. Halte A + B während dem Systemstart und wähle `OPTIONS`, setze dann `NO BUTTON` zu der Anwendung deiner Wahl. +This was likely caused by choosing the wrong app for the `NO BUTTON` option in Unlaunch. Hold A + B while starting the console, go to `OPTIONS`, and set `NO BUTTON` to whatever your preference is. ### Andere Unlaunch Probleme -Wenn Unlaunch `Clusters too large`, `Bad VBR`, `Bad MBR` oder keine Anwendungen anzeigt, während die SD-Karte eingesteckt ist, ist die SD-Karte wahrscheinlich nicht korrekt formatiert. Folge die [Einrichtung der SD-Karte](sd-card-setup.html) erneut. +If Unlaunch displays `Clusters too large`, `Bad VBR`, `Bad MBR`, or doesn't display any applications while the SD card is inserted, your SD card likely wasn't formatted correctly. Re-follow [SD Card Setup](sd-card-setup.html). ## TWiLight Menu++ -Für allgemeine TWiLight Menu++ Fehlerbehebung, lesen Sie die [FAQ & Fehlerbehebung](https://wiki.ds-homebrew.com/twilightmenu/faq) Seite im DS-Homebrew Wiki. +For general TWiLight Menu++ troubleshooting, see its [FAQ & Troubleshooting](https://wiki.ds-homebrew.com/twilightmenu/faq) page on the DS-Homebrew Wiki. ## Weitere Assistenz -Wenn du ein Problem feststellst, was hier nicht gelöst wird, oder trotz der oben aufgeführten Lösungen weiterhin besteht, bitte um Hilfe im [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord Server. +If you have encountered an issue that is not solved here, or one that persists despite the given solutions, ask for assistance in the [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord server. diff --git a/docs/de_DE/uninstalling-unlaunch.md b/docs/de_DE/uninstalling-unlaunch.md index 22219886a..33fbde43b 100644 --- a/docs/de_DE/uninstalling-unlaunch.md +++ b/docs/de_DE/uninstalling-unlaunch.md @@ -1,17 +1,15 @@ ---- -title: Unlaunch Deinstallieren ---- +# Unlaunch deinstallieren ::: danger -**Die Installation oder Deinstallation von Unlaunch könnte deine Konsole beschädigen! Du wurdest gewarnt!** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**WARNUNG:** Die Deinstallation von Unlaunch könnte deinen Nintendo DSi beschädigen. Dies könnten Gründe sein, warum du Unlaunch deinstallieren willst, aber mit Lösungen die keine Deinstallation benötigen. +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Dies könnten Gründe sein, warum du Unlaunch deinstallieren willst, aber mit Lösungen die keine Deinstallation benötigen. -- **Der Unlaunch-Hintergrund ist fürchterlich/gefällt mir nicht:** [Installiere Unlaunch](installing-unlaunch.html) mit der neuen Anleitung neu. Sie beschreiben einen Weg, den Hintergrund zu ändern -- **Ich habe ein Problem mit Unlaunch oder der Konsole nach der Installation:** Die [Troubleshooting](troubleshooting.html#unlaunch) Seite erklärt Lösungen für Probleme die sie haben könnten +- **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. Sie beschreiben einen Weg, den Hintergrund zu ändern +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have ::: warning @@ -21,10 +19,10 @@ Um das Risiko zu verringern, den DSi zu beschädigen, stelle sicher, dass du kei ::: warning -Wenn du Unlaunch deinstallieren willst, verwende bitte **NICHT** den eingebauten Deinstallierer, da er deine Konsole zerstören könnte. Siehe die korrekte Information zur Deinstallation unten. +When uninstalling Unlaunch, you should **NOT** use its built-in uninstaller directly on your console as there is a chance that it will brick the console. Siehe die korrekte Information zur Deinstallation unten. ::: -Sobald Sie die obigen Informationen überprüft haben, folgen Sie den Anweisungen [Dumping NAND](dumping-nand.html) um ein neues NAND-Backup zu erstellen dann gehen Sie zu [Wiederherstellung eines NAND Backup](restoring-nand.html). Dies führt Sie durch die Deinstallation aus dem NAND-Backup und das Flashen auf Ihre Konsole. +Once you have reviewed the above information, follow the [Dumping NAND](dumping-nand.html) instructions to make a new NAND backup, then proceed to [Restoring a NAND Backup](restoring-nand.html). Dies führt Sie durch die Deinstallation aus dem NAND-Backup und das Flashen auf Ihre Konsole. Wenn Sie nach der Deinstallation in keinem $gba keinen $gba verwenden oder einen Fehler bekommen können, ist es auch möglich, ein NAND-Backup vor der Installation von Unstart zu flashen, falls Sie eines noch haben es wird jedoch empfohlen, zunächst ein NAND-Backup zu verwenden, das zuvor Unstart hatte. Dies wird die Wiederherstellung im Fall eines Bausteins erheblich erleichtern, der eine Hardmod benötigt, da Unlaunch die keine$gba Fußzeile im NAND enthält, auch wenn sie deinstalliert wird. diff --git a/docs/el_GR/alternate-exploits.md b/docs/el_GR/alternate-exploits.md new file mode 100644 index 000000000..88113e030 --- /dev/null +++ b/docs/el_GR/alternate-exploits.md @@ -0,0 +1,15 @@ +# Εναλλακτικά exploit + +Εάν δείτε έναν εισαγωγικό οδηγό κατά την εκκίνηση της εφαρμογής «Nintendo DSi Camera» και διακοπεί απροσδόκητα η λειτουργία της κατά την προσπάθεια ολοκλήρωσης των βημάτων του οδηγού, δεν μπορείτε να χρησιμοποιήσετε το Memory Pit. Σε αυτήν τη σελίδα, μπορείτε να βρείτε εναλλακτικά exploit που ενδέχεται να λειτουργήσουν αντί του Memory Pit. + +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). + +::: tip + +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. + +::: + +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). Αυτά δεν καλύπτονται στον παρόντα οδηγό, καθώς είναι επί το πλείστον παρωχημένα. Θα πρέπει να χρησιμοποιηθούν μόνο ως έσχατη λύση, στην περίπτωση που δεν λειτουργεί ούτε το Memory Pit ούτε το Flipnote Lenny. + +Δεν είναι δυνατή η χρήση του petit-compwner για να παρακαμφθεί το Memory Pit, καθώς απαιτεί μια λειτουργική κάμερα για την εκκίνηση του exploit. diff --git a/docs/el_GR/credits.md b/docs/el_GR/credits.md new file mode 100644 index 000000000..dd671d450 --- /dev/null +++ b/docs/el_GR/credits.md @@ -0,0 +1,21 @@ +# Ευχαριστίες + +Αυτή η σελίδα αποδίδει ευχαριστίες στα άτομα που έχουν βοηθήσει με τον ιστότοπο του οδηγού, τις εφαρμογές homebrew και άλλα πράγματα. + +Εάν σας αρέσει το έργο τους, μπορείτε να κάνετε μια δωρεά (αν παρέχουν κάποιον σύνδεσμο δωρεάς). + +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers +- [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader +- [emiyl](https://emiyl.com/paypal): Domain holder +- Halvorsen: Παρείχε μια εικόνα του Nintendo DSi του για την αρχική σελίδα +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits +- [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit +- [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) +- [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch +- [RocketRobz](https://github.com/RocketRobz): Developer of TWiLight Menu++ & GodMode9i +- [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares +- [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from + +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! + +Εάν γνωρίζετε άλλες γλώσσες, μπορείτε να μας βοηθήσετε με τη μετάφραση του οδηγού σε αυτές. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/el_GR/dsiware-backups.md b/docs/el_GR/dsiware-backups.md new file mode 100644 index 000000000..e3b7c6435 --- /dev/null +++ b/docs/el_GR/dsiware-backups.md @@ -0,0 +1,24 @@ +# Αντίγραφα ασφαλείας για DSiWare + +## Προαπαιτούμενα + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card + +## Nintendo DSi - Οδηγίες + +### Ενότητα I - Αποτύπωση ενός τίτλου DSiWare + +1. Εκκινήστε το GodMode9i +2. Πατήστε το START για να ανοίξετε το μενού «START» +3. Select `Title manager...` + - Εάν δεν εμφανίζεται η επιλογή αυτή, βεβαιωθείτε ότι έχει προσαρτηθεί η κάρτα SD και η NAND σας. Εάν γίνεται φόρτωση από το hiyaCFW, κάντε εκ νέου φόρτωση από κάπου αλλού +4. Επιλέξτε τον τίτλο που θέλετε να αποτυπώσετε +5. Επιλέξτε αυτό που θέλετε να αποτυπώσετε +6. Επαναλάβετε τα βήματα 4-5 για όλα τα DSiWare που επιθυμείτε να αποτυπώσετε + +::: tip + +The dumped DSiWare will be found in `sd:/gm9i/out`. + +::: diff --git a/docs/el_GR/dumping-game-cards.md b/docs/el_GR/dumping-game-cards.md new file mode 100644 index 000000000..0f2f952d3 --- /dev/null +++ b/docs/el_GR/dumping-game-cards.md @@ -0,0 +1,30 @@ +# Αποτύπωση κασετών παιχνιδιών + +Αυτή η ενότητα αφορά την αποτύπωση (dumping) των κασετών παιχνιδιών με τη βοήθεια του GodMode9i, ώστε να μπορείτε να τα παίξετε σε εξομοιωτές, flashcard ή την κάρτα SD σας μέσω του nds-bootstrap. + +## Προαπαιτούμενα + +- Την κασέτα παιχνιδίου του τίτλου που επιθυμείτε να αποτυπώσετε +- Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed + +## Οδηγίες + +### Ενότητα I - Διαμόρφωση κάρτας SD + +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card + +### Ενότητα II - Οδηγίες Nintendo DSi + +1. Εκκινήστε το GodMode9i +2. Βεβαιωθείτε ότι έχετε εισαγάγει την κασέτα παιχνιδιού στην κονσόλα +3. Επιλέξτε «NDS GAMECARD» στο GodMode9i +4. Επιλέξτε αυτό που θέλετε να αποτυπώσετε + - Οι επιλογές «Trimmed» για τη ROM θα έχουν ως αποτέλεσμα την αποτύπωση ενός μικρότερου αρχείου. Αυτό μπορεί να εξοικονομήσει χώρο στην κάρτα SD, αλλά το αρχείο αυτό δεν θα λειτουργεί για τα περισσότερα patch, όπως τα ROM hack +5. Επαναλάβετε τα βήματα 2-4 για όλες τις κασέτες παιχνιδιών που θέλετε να αποτυπώσετε + +::: tip + +The dumped Game Cards will be found in `sd:/gm9i/out`. + +::: diff --git a/docs/el_GR/dumping-nand.md b/docs/el_GR/dumping-nand.md new file mode 100644 index 000000000..f97ce7e2e --- /dev/null +++ b/docs/el_GR/dumping-nand.md @@ -0,0 +1,49 @@ +# Αποτύπωση της NAND + +Αυτή η σελίδα περιγράφει τη δημιουργία ενός αντιγράφου ασφαλείας της NAND, δηλαδή ενός αντιγράφου των δεδομένων που βρίσκονται στον εσωτερικό χώρο αποθήκευσης του Nintendo DSi. Μπορεί να χρησιμοποιηθεί για την εγκατάσταση του hiyaCFW, καθώς και των no$gba και melonDS για την εξομοίωση DSi. + +::: tip + +Βεβαιωθείτε ότι η κάρτα SD διαθέτει τουλάχιστον 250MB ελεύθερου χώρου, αλλιώς θα λάβετε μήνυμα σφάλματος στο dumpTool. + +::: + +::: tip + +Σας προτείνουμε ανεπιφύλακτα να ακολουθήσετε αυτήν τη διαδικασία. Ένα αντίγραφο ασφαλείας της NAND μπορεί να χρησιμοποιηθεί ως σημείο επαναφοράς στο μέλλον, σε περίπτωση που καταστεί μη λειτουργική η κονσόλα σας (brick). + +::: + +## Ενότητα I - Διαμόρφωση κάρτας SD + +::: tip + +Εάν έχετε ήδη κάνει λήψη του dumpTool από κάποια άλλη ενότητα αυτού του οδηγού, μπορείτε να παραλείψετε αυτήν την ενότητα. + +::: + +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card + +## Ενότητα II - Αποτύπωση της NAND + +1. Launch `dumpTool` through TWiLight Menu++ +2. Πατήστε το κουμπί A στο Nintendo DSi σας για να ξεκινήσετε την αποτύπωση της NAND σας + - Η δημιουργία ενός αντιγράφου ασφαλείας της NAND συνήθως διαρκεί περίπου 7 λεπτά +3. Όταν ολοκληρωθεί η δημιουργία του αντιγράφου ασφαλείας της NAND, πατήστε το κουμπί START στο Nintendo DSi σας για να κλείσετε το dumpTool +4. Απενεργοποιήστε την κονσόλα σας και εισαγάγετε ξανά την κάρτα SD στη συσκευή σας +5. Αποθηκεύστε αυτό το αντίγραφο ασφαλείας σε ασφαλές μέρος, όπου δεν θα υπάρχει κίνδυνος απώλειάς του + - Εάν είναι δυνατόν, δημιουργήστε πολλαπλά αντίγραφα ασφαλείας αυτού του αρχείου σε διαφορετικές συσκευές αποθήκευσης + - Μόλις το αποθηκεύσετε κάπου αλλού, μπορείτε να το διαγράψετε από την κάρτα SD + +::: warning + +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. + +::: + +::: tip + +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) + +::: diff --git a/docs/el_GR/faq.md b/docs/el_GR/faq.md new file mode 100644 index 000000000..048905d19 --- /dev/null +++ b/docs/el_GR/faq.md @@ -0,0 +1,171 @@ +# Συχνές ερωτήσεις + +## Πρέπει να κάνω ενημέρωση του συστήματος; + +It is **not** recommended to update your DSi unless you know there are purchased DSiWare. Ενώ μπορείτε ακόμα να ακολουθήσετε αυτόν τον οδηγό αν το κάνετε, το μόνο όφελος μιας ενημέρωσης είναι η δυνατότητα πρόσβασης στο Nintendo DSi Shop για να κάνετε ξανά λήψη των ήδη αγορασμένων τίτλων. Όλα τα υπόλοιπα οφέλη, όπως η ενσωμάτωση του Facebook στην εφαρμογή «Nintendo DSi Camera», δεν λειτουργούν πλέον ή δεν είναι αρκετά σημαντικά για να δικαιολογήσουν τα μειονεκτήματα: + +- Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch +- Δεν είναι πλέον δυνατή η χρήση των παλαιότερων exploit, τα οποία μπορεί να είναι απαραίτητα αν δεν μπορείτε να χρησιμοποιήσετε τα προτεινόμενα exploit +- Μειώνεται η συμβατότητα με τις flashcard, αλλά αυτό το πρόβλημα μπορεί να παρακαμφθεί με την εγκατάσταση του Unlaunch + +## Ποιο είναι το καλύτερο exploit; + +Το Unlaunch είναι συνολικά το καλύτερο exploit για το DSi, με το μόνο του μειονέκτημα να είναι ότι υπάρχει ένας μικρός κίνδυνος να καταστεί μη λειτουργική η κονσόλα κατά την εγκατάσταση. Σε γενικές γραμμές, προτείνεται η χρήση του Memory Pit για την εγκατάσταση του Unlaunch. Εάν θέλετε να αποφύγετε κάθε κίνδυνο, συνιστάται η χρήση του Flipnote Lenny, καθώς έχει λιγότερα προβλήματα σε σχέση με το Memory Pit, ενώ και η αφαίρεσή του είναι εξίσου ασφαλής και εύκολη. Ακολουθεί μια λίστα με τα πλεονεκτήματα και τα μειονεκτήματα του κάθε exploit: + +### Memory Pit + +Πλεονεκτήματα: + +- Γρήγορο και εύκολο στη χρήση +- Δεν υπάρχει κίνδυνος να προκληθεί βλάβη στην κονσόλα, η κατάργηση της εγκατάστασης γίνεται πολύ απλά με την αφαίρεση της SD ή τη διαγραφή ενός αρχείου +- Συμβατό με όλες τις κονσόλες DSi, εκτός αν δεν λειτουργεί η κάμερα και δεν έχετε ολοκληρώσει τον οδηγό εκμάθησης της κάμερας + +Μειονεκτήματα: + +- Απαιτεί τη φόρτωση της εφαρμογής «DSi Camera» κάθε φορά που θέλετε να αποκτήσετε πρόσβαση σε εφαρμογές homebrew +- Δεν είναι συμβατό με ορισμένους τίτλους της λειτουργίας DSi και εφαρμογές homebrew, καθώς η WRAM είναι ανοικτή μόνο στον επεξεργαστή ARM7 +- Δεν επιτρέπεται η πρόσβαση στο Slot-1 (κασέτα παιχνιδιού DS) από τις εφαρμογές homebrew +- Δεν επιτρέπεται η πρόσβαση στο DSP, με αποτέλεσμα τον χειρότερο ήχο στο GBARunner2 +- Δεν είναι δυνατή η προβολή των φωτογραφιών της κάρτας SD από την εφαρμογή «DSi Camera» όσο είναι εγκατεστημένο το Memory Pit, καθώς αυτή είναι η λειτουργία που ενεργοποιεί το exploit + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) + +### stylehax + +Πλεονεκτήματα: + +- Καλύτερη συμβατότητα με τίτλους της λειτουργίας DSi και εφαρμογές homebrew, συγκριτικά με το Memory Pit +- Εύκολο στη χρήση +- Δεν υπάρχει κίνδυνος να προκληθεί βλάβη στην κονσόλα +- Δυνατότητα χρήσης σε κονσόλες όπου δεν λειτουργεί η κάμερα +- Καλύτερος ήχος στο GBARunner2 + +Μειονεκτήματα: + +- Απαιτεί πρόσβαση στο διαδίκτυο +- Απαιτεί τη φόρτωση του DSi Browser κάθε φορά που θέλετε να έχετε πρόσβαση σε εφαρμογές homebrew, ελαφρώς πιο χρονοβόρο από το Memory Pit +- Δεν επιτρέπεται η πρόσβαση στο Slot-1 (κασέτα παιχνιδιού DS) από τις εφαρμογές homebrew + +### Flipnote Lenny + +Πλεονεκτήματα: + +- Καλύτερη συμβατότητα με τίτλους της λειτουργίας DSi και εφαρμογές homebrew, συγκριτικά με το Memory Pit +- Δεν υπάρχει κίνδυνος να προκληθεί βλάβη στην κονσόλα, η κατάργηση της εγκατάστασης γίνεται πολύ απλά με την αφαίρεση της SD ή τη διαγραφή ενός φακέλου +- Δυνατότητα χρήσης σε κονσόλες όπου δεν λειτουργεί η κάμερα +- Καλύτερος ήχος στο GBARunner2 + +Μειονεκτήματα: + +- Απαιτεί τη φόρτωση του Flipnote Studio κάθε φορά που θέλετε να έχετε πρόσβαση σε εφαρμογές homebrew, ελαφρώς πιο χρονοβόρο από το Memory Pit +- Δεν επιτρέπεται η πρόσβαση στο Slot-1 (κασέτα παιχνιδιού DS) από τις εφαρμογές homebrew + +### Unlaunch + +Πλεονεκτήματα: + +- Επιτρέπει τη φόρτωση του homebrew και των DSiWare αμέσως κατά την εκκίνηση του συστήματος, με προαιρετικές συντομεύσεις πλήκτρων +- Πλήρης πρόσβαση στο σύστημα χωρίς κανέναν περιορισμό, καθώς και: + - Πρόσβαση στο Slot-1, καθιστώντας δυνατή την αποτύπωση κασετών παιχνιδιών και τη φόρτωση μη συμβατών flashcard + - Καλύτερος ήχος στο GBARunner2 +- Αφαιρεί το κλείδωμα περιοχής από κασέτες παιχνιδιών DSi-Enhanced ή που προορίζονται αποκλειστικά για DSi +- Προστασία από τους περισσότερους τρόπους με τους οποίους θα μπορούσε να καταστεί μη λειτουργικό ένα DSi +- Τα παιχνίδια DSi-Enhanced μπορούν να εκτελεστούν σε λειτουργία DSi χωρίς μια ROM «δότη» +- Το παλιό homebrew μπορεί να εκτελεστεί μέσω του nds-bootstrap-hb + +Μειονεκτήματα: + +- Very minor risk of **bricking** the console when installing +- Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) +- Δεν είναι συμβατό με κονσόλες για προγραμματιστές + +## Θα χάσω οποιαδήποτε λειτουργία τροποποιώντας το σύστημά μου; + +Εάν εγκαταστήσετε το Unlaunch ή αν χρησιμοποιήσετε το Flipnote Lenny, δεν θα χαθεί κανένος είδους λειτουργικότητα. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + +- To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` + +## Πώς μπορώ να παίξω αποτυπώσεις των κασετών παιχνιδιών για Nintendo DS; + +Η εκτέλεση των αποτυπώσεων κασετών παιχνιδιών στην κονσόλα απαιτεί τη χρήση μιας flashcard ή του nds-bootstrap, το οποίο είναι ένα πρόγραμμα που επιτρέπει την εκτέλεση των παιχνιδιών από την εσωτερική κάρτα SD, κάνοντας ανακατεύθυνση των λειτουργιών ανάγνωσης και εγγραφής του Slot-1. + +- Με το TWiLight Menu++, μπορείτε να πλοηγηθείτε στην κάρτα SD σας για να βρείτε και να εκτελέσετε αρχεία ROM μέσω του nds-bootstrap. Τα πλεονεκτήματα του TWiLight Menu++ περιλαμβάνουν ένα μενού για cheat, ρυθμίσεις ανά παιχνίδι και κατάργηση των περιορισμών που φέρουν οι διεργασίες προώθησης (forwarder). Με άλλα λόγια, μπορείτε να αποθέσετε τα αρχεία ROM απευθείας και να παίξετε χωρίς καμία επιπρόσθετη ρύθμιση. Δεν υφίσταται το όριο των 39 τίτλων, δεν απαιτείται ούτε το hiyaCFW ούτε το Unlaunch και δεν υπάρχει κανένας περιορισμός για τον ελεύθερο χώρο που μπορείτε να έχετε στην κάρτα SD +- hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. Υπάρχει το αυστηρό όριο των 39 τίτλων και αυτή η μέθοδος είναι λιγότερο βολική από τη χρήση του TWiLight Menu++ + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki + +## Πώς μπορώ να ενημερώσω το homebrew; + +- **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page + - You do **not** need to uninstall Unlaunch before doing this +- **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) +- **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +- **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card + - Εάν χρησιμοποιείτε το TWiLight Menu++, υπάρχει μεγάλη πιθανότητα η πιο πρόσφατη έκδοση του nds-bootstrap να συμπεριλαμβάνεται στο TWiLight Menu++ +- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them + +Άλλα λογισμικά homebrew ενδέχεται να χρησιμοποιούν διαφορετικές μεθόδους ενημέρωσης. + +## Κάνω για πρώτη φορά εγκατάσταση ή θέλω να την κάνω εκ νέου. Από πού ξεκινάω; + +- Εάν δεν έχετε ήδη τροποποιήσει την κονσόλα σας ή θέλετε να ενημερώσετε το Unlaunch στο σύστημά σας, σας συνιστούμε να ξεκινήσετε από την αρχή του οδηγού και να ακολουθήσετε τις οδηγίες των σελίδων. Φροντίστε να διαβάσετε τα πάντα στην αρχική σελίδα +- If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system + +## Πώς μπορώ να αφαιρέσω τον γονικό έλεγχο; + +- The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls + +## Μπορώ να αλλάξω την περιοχή του Nintendo DSi μου; + +Ναι, υπάρχουν διάφορες μέθοδοι ανάλογα με το τι θέλετε να αλλάξετε: + +- Η ασφαλέστερη και απλούστερη μέθοδος είναι να εγκαταστήσετε απλώς το TWiLight Menu++, το οποίο μπορεί, μεταξύ άλλων, να χρησιμοποιήσει οποιαδήποτε επίσημη γλώσσα χωρίς να χρειαστούν τροποποιήσεις της NAND +- Εάν θέλετε να αλλάξετε την περιοχή του συστήματος και χρησιμοποιείτε το hiyaCFW, ανοίξτε το μενού ρυθμίσεων και αλλάξτε τη ρύθμιση περιοχής (δεν είναι δυνατό με τις NAND των περιοχών CHN και KOR) + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) +- Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) + +## Τι συνέβη στον οδηγό εγκατάστασης του hiyaCFW; + +Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + +- Εάν οδηγηθήκατε στην εν λόγω σελίδα μέσω ενός συνδέσμου από κάποιον άλλο οδηγό, οι οδηγίες που ακολουθήσατε είναι πιθανότατα παρωχημένες. Χρησιμοποιήστε αυτόν τον οδηγό, καθώς συντηρείται διαρκώς από τους προγραμματιστές αυτών των έργων + +## Τι συνέβη με το Lazy DSi Downloader; Πώς μπορώ να εγκαταστήσω το CFW χωρίς αυτό; + +Το Lazy DSi Downloader ήταν ένα πρόγραμμα που σάς επέτρεπε ουσιαστικά να παραλείψετε τη μη αυτόματη διαδικασία εγκατάστασης, κάνοντας λήψη και τοποθέτηση των απαραίτητων αρχείων και φακέλων στην κάρτα SD σας. Ωστόσο, λόγω του τρόπου ανάπτυξης και διανομής του, πολλοί χρήστες αντιμετώπιζαν διάφορα ζητήματα και κατέληγαν στη χειροκίνητη μέθοδο εγκατάστασης, καθώς ήταν πιο γρήγορη ή/και εύκολη από τη διόρθωση του οποιουδήποτε ζητήματος. + +To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + +- Εάν οδηγηθήκατε σε αυτόν τον οδηγό μέσω ενός συνδέσμου από κάποιον τρίτο που προτείνει τη χρήση του Lazy DSi Downloader, οι οδηγίες που ακολουθήσατε είναι πιθανότατα παρωχημένες. Χρησιμοποιήστε αυτόν τον οδηγό, καθώς συντηρείται διαρκώς από τους προγραμματιστές αυτών των έργων. + +## Τι είδους κάρτα SD πρέπει να χρησιμοποιήσω; + +- Θα πρέπει να προμηθευτείτε μια κάρτα SD από μια αξιόπιστη μάρκα +- Μπορείτε να χρησιμοποιήσετε είτε μια κάρτα SD πλήρους μεγέθους είτε μια κάρτα microSD με προσαρμογέα +- Επιτρέπεται οποιαδήποτε χωρητικότητα μεταξύ 1 GB και 2 TB. Για γενική χρήση, τα 8 GB είναι αρκετά + - Ορισμένα λογισμικά, όπως το hiyaCFW, ενδέχεται να παρουσιάσουν σταδιακά μεγαλύτερους χρόνους φόρτωσης με τις μεγαλύτερες χωρητικότητες καρτών SD +- Συνιστάται κατηγορία ταχύτητας 8 ή υψηλότερη + +## Μπορώ να χρησιμοποιήσω την κάρτα SD του DSi μου σε άλλα συστήματα; + +Σε γενικές γραμμές, ναι, με δύο εξαιρέσεις: + +- Το hiyaCFW θα λειτουργεί μόνο στο σύστημα στο οποίο εγκαταστάθηκε +- Ακόμα κι αν χρησιμοποιείτε το nds-bootstrap ή μια flashcard, θα γίνει επαναφορά των κωδικών φίλων στα online παιχνίδια για NDS όταν προσπαθήσετε να συνδεθείτε στο διαδίκτυο από κάποια άλλη κονσόλα + +## Πώς μπορώ να χρησιμοποιήσω μια νέα κάρτα SD μετά την εγκατάσταση του homebrew; + +Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. + +## Μπορώ να χρησιμοποιήσω το σύστημά μου κανονικά, χωρίς την κάρτα SD, μετά την εγκατάσταση του homebrew; + +Ναι. Εάν δεν εγκαταστήσατε το Unlaunch, το σύστημά σας θα παραμείνει αμετάβλητο. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Πρέπει να χρησιμοποιήσω προηγούμενη έκδοση; + +Η σελίδα του Unlaunch δεν έχει ενημερωθεί από την κυκλοφορία της έκδοσης 2.0 το 2019. Η συντριπτική πλειοψηφία των χρηστών δεν αντιμετωπίζει προβλήματα με αυτήν την έκδοση, επομένως θεωρείται ασφαλής. + +## Πώς μπορώ να εκτελέσω αποτυπωμένα DSiWare; + +Ο προτεινόμενος τρόπος είναι να τα εκκινείτε μέσω του TWiLight Menu++, λόγω της απλής μεθόδου μεταφοράς και απόθεσης και της απουσίας αυθαίρετων ορίων. Εάν ορίσετε το nds-bootstrap ως τη μέθοδο εκκίνησης, θα έχετε επίσης τις δυνατότητες για cheat και στιγμιότυπα οθόνης, καθώς και οποιαδήποτε άλλα οφέλη που παρέχει το μενού εντός του παιχνιδιού. + +However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). Πέρα από την έλλειψη των παραπάνω πλεονεκτημάτων, υπάρχει επίσης και το όριο των 39 τίτλων, οι οποίοι δεν μπορούν να υπερβαίνουν τα 128 MiB/1.024 block σε μέγεθος. Για τη SysNAND, υπάρχει επίσης ένας πολύ μικρός κίνδυνος να καταστεί μη λειτουργικό το σύστημα κατά την εγγραφή στην εσωτερική NAND. diff --git a/docs/el_GR/file-extensions-windows.md b/docs/el_GR/file-extensions-windows.md new file mode 100644 index 000000000..29953c78b --- /dev/null +++ b/docs/el_GR/file-extensions-windows.md @@ -0,0 +1,38 @@ +# Επεκτάσεις αρχείων (Windows) + +Αυτή είναι μια πρόσθετη ενότητα σχετικά με την προεπιλεγμένη συμπεριφορά των Windows, τα οποία αποκρύπτουν τις επεκτάσεις των αρχείων. Η απενεργοποίηση αυτής της ρύθμισης θα κάνει πιο εύκολη την εύρεση των αρχείων που αναφέρονται στον οδηγό. + +::::: tabs + +:::: tab default Windows 11 + +1. Ανοίξτε την Εξερεύνηση αρχείων ανοίγοντας οποιονδήποτε φάκελο, όπως τον φάκελο της κάρτας SD σας +2. Κάντε κλικ στην επιλογή «Προβολή» της γραμμής που βρίσκεται στο επάνω μέρος + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) + +:::: + +:::: tab Windows 10 / 8.1 / 8 + +1. Ανοίξτε την Εξερεύνηση αρχείων ανοίγοντας οποιονδήποτε φάκελο, όπως τον φάκελο της κάρτας SD σας +2. Κάντε κλικ στην επιλογή «Προβολή» στο μενού κορδέλας +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) + +:::: + +:::: tab Windows 7 / Vista / XP + +1. Ανοίξτε το μενού έναρξης κάνοντας κλικ σε αυτό ή χρησιμοποιώντας το πλήκτρο των Windows +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Κάντε κλικ στην καρτέλα «Προβολή» στο πάνω μέρος του παραθύρου «Επιλογές φακέλων» +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) + +:::: + +::::: diff --git a/docs/el_GR/get-started.md b/docs/el_GR/get-started.md new file mode 100644 index 000000000..e53a44b1b --- /dev/null +++ b/docs/el_GR/get-started.md @@ -0,0 +1,85 @@ +# Έναρξη + +The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. + +Θα ξεκινήσουμε με τη λήψη αυτής της εφαρμογής, καθώς και κάποιων άλλων εργαλείων homebrew, ώστε να προετοιμαστούμε για τα βήματα του exploit. + +## Προαπαιτούμενα + +- Ένας τρόπος αντιγραφής των ληφθέντων αρχείων στην κάρτα SD σας +- An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) + - Σας συμβουλεύουμε να μη χρησιμοποιήσετε το WinRAR, καθώς είναι γνωστό ότι δημιουργεί προβλήματα + - Εάν χρησιμοποιείτε Windows 11, σας συμβουλεύουμε επίσης να μη χρησιμοποιήσετε την ενσωματωμένη εφαρμογή αποσυμπίεσης (Εξερεύνηση των Windows), καθώς θα προκληθεί ένα σφάλμα που θα δηλώνει ότι το όνομα αρχείου είναι πολύ μεγάλο ή δεν είναι έγκυρο + +## Ενότητα I - Προετοιμασία + +::: warning + +Ensure your SD card is [formatted correctly](sd-card-setup.html). + +::: + +1. Εισαγάγετε την κάρτα SD στον υπολογιστή σας +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - Εάν χρησιμοποιείτε Windows, βεβαιωθείτε ότι έχετε εγκαταστήσει το 7-Zip και ακολουθήστε αυτά τα βήματα: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card + +::: tip + +Δεν είστε σίγουροι για το τι σημαίνει «ρίζα» της SD; [See this image](/assets/images/sdroot/en_US.png) + +::: + +## Ενότητα II - Επιλογή ενός exploit + +Σε αυτό το σημείο, έχετε τρεις επιλογές, οι οποίες διαφέρουν ελαφρώς μεταξύ τους. + +### Εγκατάσταση του Unlaunch μέσω του Memory Pit + +Το Memory Pit είναι ένα exploit που χρησιμοποιεί τη DSi Camera και είναι συμβατό με όλες τις εκδόσεις firmware. Προαιρετικά, αυτό το exploit μπορεί να χρησιμοποιηθεί για την εγκατάσταση του Unlaunch, ενός exploit του bootcode που σας παρέχει τον πλήρη έλεγχο της κονσόλας κατά την εκκίνηση. + +Επειδή το Memory Pit προσφέρει περιορισμένη συμβατότητα με τις εφαρμογές homebrew, προτείνουμε να εγκαταστήσετε το Unlaunch, αντί να χρησιμοποιήσετε αποκλειστικά το Memory Pit. Αυτή είναι η ευκολότερη μέθοδος εγκατάστασης του Unlaunch, οπότε είναι και η προτεινόμενη διαδικασία. However, there is a very minor risk of **bricking** your console when installing Unlaunch, so if this is a concern, see the alternate method below. + +::: tip + +Continue to [Launching the Exploit](launching-the-exploit.html) + +::: + +### stylehax + +Το stylehax είναι ένα exploit που αξιοποιεί την εφαρμογή «DSi Browser» και μπορεί να χρησιμοποιηθεί ως εναλλακτική λύση του Memory Pit, για την εγκατάσταση του Unlaunch (εξηγείται παραπάνω), αν το DSi σας δεν διαθέτει λειτουργική κάμερα. + +Εάν δεν επιθυμείτε να εγκαταστήσετε το Unlaunch, προτείνεται η χρήση αυτού του exploit, καθώς το Memory Pit προκαλεί προβλήματα σε ορισμένα παιχνίδια και εφαρμογές homebrew. + +::: tip + +Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.html) + +::: + +### Flipnote Lenny + +Το Flipnote Lenny είναι ένα exploit που χρησιμοποιεί την εφαρμογή «Flipnote Studio». + +Εάν διαθέτετε το Flipnote Studio και δεν σχεδιάζετε να εγκαταστήσετε το Unlaunch (που εξηγείται παραπάνω), αυτό το exploit συνιστάται για τον ίδιο λόγο με το stylehax. + +Μπορείτε πάντα να εγκαταστήσετε το Unlaunch αν αλλάξετε γνώμη αργότερα. + +::: tip + +Continue to [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) + +::: + +For a more detailed pros and cons comparision of the available exploits, please see the [Which is the best exploit?](faq.html#which-is-the-best-exploit) FAQ. diff --git a/docs/el_GR/index.md b/docs/el_GR/index.md new file mode 100644 index 000000000..46676accf --- /dev/null +++ b/docs/el_GR/index.md @@ -0,0 +1,57 @@ +--- +layout: home +title: Οδηγός DSi +hero: + text: Οδηγός DSi + tagline: Ένας πλήρης οδηγός τροποποίησης για το Nintendo DSi σας + image: + src: /assets/images/home-page-feature.png +--- + +::: tip + +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). + +::: + +::: tip + +Thoroughly read all of the introductory pages (including this one!) before proceeding. + +::: + +## Τι είναι το homebrew; + +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. Αυτές οι εφαρμογές μπορούν να είναι διάφορων τύπων, από βοηθητικά εργαλεία έως προσαρμοσμένα παιχνίδια homebrew. + +Μπορείτε να εκτελέσετε δωρεάν τις εφαρμογές homebrew σε όλες τις κονσόλες Nintendo DSi, ανεξάρτητα από την έκδοση του firmware ή την περιοχή τους. Το μόνο που χρειάζεστε είναι ένα «σημείο εισόδου» και μια κάρτα SD για να αποθηκεύσετε το homebrew σας. Το κύριο σημείο εισόδου που χρησιμοποιείται σε αυτόν τον οδηγό ονομάζεται «Memory Pit», αλλά υπάρχουν και άλλα σημεία εισόδου που μπορείτε να χρησιμοποιήσετε αν δεν είναι δυνατή η χρήση του Memory Pit. + +## Τι μπορώ να κάνω με ένα τροποιημένο σύστημα; + +- Εκτέλεση αντιγράφων ασφαλείας για παιχνίδια Nintendo DS(i) ή ROM hack από την κάρτα SD του DSi σας, χωρίς να απαιτείται κάποια flashcard +- Εκκίνηση οποιουδήποτε DSiWare από την κάρτα SD σας + - Αυτό σημαίνει ότι θα λειτουργεί επίσης λογισμικό από άλλες περιοχές και DSiWare που προορίζεται αποκλειστικά για 3DS +- Εκκίνηση σε εφαρμογές DSiWare και homebrew κρατώντας πατημένα συγκεκριμένα κουμπιά κατά την ενεργοποίηση του Nintendo DSi σας +- Εκτέλεση κλασικών παιχνιδών με διάφορους εξομοιωτές +- Χρήση των flashcard που θα ήταν ασύμβατες υπό κανονικές συνθήκες +- Ανακατεύθυνση της NAND σας στην κάρτα SD μέσω του hiyaCFW +- Παρακολούθηση αγαπημένων ταινιών με το FastVideoDSPlayer ή το tuna-viDS + - Το FastVideoDSEncoder απαιτεί μια CPU με υποστήριξη AVX2 (οι νεότερες CPU πιθανότατα το υποστηρίζουν) +- Προβολή εικόνας (γνωστή κι ως «boot splash») κατά την εκκίνηση του συστήματος +- Εκτέλεση παιχνιδιών homebrew + +## Πού μπορώ να βρω εφαρμογές homebrew; + +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards + +## Τι πρέπει να γνωρίζω πριν ξεκινήσω; + +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer +- Ο μόνος κίνδυνος να καταστεί μη λειτουργική η κονσόλα σας προέρχεται από την εγκατάσταση του Unlaunch και η πιθανότητα να συμβεί αυτό είναι πολύ μικρή + +::: tip + +Continue to [Get Started](get-started.html) + +::: diff --git a/docs/el_GR/installing-unlaunch.md b/docs/el_GR/installing-unlaunch.md new file mode 100644 index 000000000..c5910b560 --- /dev/null +++ b/docs/el_GR/installing-unlaunch.md @@ -0,0 +1,102 @@ +# Εγκατάσταση του Unlaunch + +::: warning + +Εάν δεν έχετε πρόσβαση σε έναν υπολογιστή, ή αν ο υπολογιστής σας διαθέτει ChromeOS, τότε μην εγκαταστήσετε το Unlaunch. Απαιτείται ένας υπολογιστής (με Windows, Linux ή macOS) προκειμένου να διορθώσετε ορισμένα ζητήματα που ενδέχεται να προκύψουν μετά την εγκατάσταση του Unlaunch. + +::: + +::: danger + +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). Αν και οι πιθανότητες είναι ελάχιστες, το Unlaunch μπορεί να καταστήσει το Nintendo DSi σας μη λειτουργικό (brick). A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. + +::: + +::: warning + +Βεβαιωθείτε ότι η κονσόλα σας είναι φορτισμένη όταν ακολουθήσετε αυτήν τη διαδικασία. Μια ξαφνική απώλεια ισχύος θα μπορούσε να προκαλέσει σοβαρή βλάβη. + +::: + +::: warning + +Το Unlaunch δεν είναι συμβατό με τις κονσόλες Nintendo DSi για προγραμματιστές. + +::: + +## Ενότητα I - Διαμόρφωση κάρτας SD + +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Βεβαιωθείτε ότι έχετε ακόμα το TWiLight Menu++ στην κάρτα SD σας + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) + +## Ενότητα II - Εγκατάσταση/ενημέρωση του Unlaunch + +1. Ανοίξτε το TWiLight Menu++ + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Ανοίξτε τις ρυθμίσεις του TWiLight Menu++ + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Διαφορετικά, ανατρέξτε στο εγχειρίδιο του TWiLight Menu++ +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Κλείστε τις ρυθμίσεις του TWiLight Menu++ +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Επιλέξτε «install now» + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. Όταν ολοκληρωθεί η διαδικασία, επανεκκινήστε το σύστημά σας + +Εάν, σε αυτό το σημείο, δείτε την οθόνη του μενού του Unlaunch, έχετε τροποποιήσει επιτυχώς το Nintendo DSi σας. + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page + +## Ενότητα III - Ρυθμίσεις μετά την εγκατάσταση του Unlaunch + +Σε αυτό το σημείο, το Unlaunch εκκινεί το δικό του μενού κατά την εκκίνηση, αλλά μπορείτε να αλλάξετε αυτήν τη συμπεριφορά. + +1. Ενεργοποιήστε την κονσόλα σας κρατώντας πατημένα τα A και B + - Αυτή η ενέργεια θα πρέπει να εκκινήσει το μενού του Unlaunch + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - Ο συνδυασμός πλήκτρων A + B έχει ρυθμιστεί σε επίπεδο κώδικα έτσι, ώστε να κάνει εκκίνηση στο μενού του Unlaunch και ως εκ τούτου, δεν είναι δυνατή η προσαρμογή του + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Μπορείτε να επιλέξετε οποιοδήποτε DSiWare, εφαρμογή homebrew, την κασέτα του Slot-1, το wifiboot ή το μενού του Unlaunch + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi + +## Ενότητα IV - Εκκαθάριση της κάρτας SD + +::: tip + +Αυτή η ενότητα είναι προαιρετική και σκοπός της είναι η απομάκρυνση των περιττών αρχείων από την κάρτα SD σας. + +::: + +:::: tabs + +:::tab default Memory Pit + +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card +- Rename `tip.bin` back to `pit.bin`, and leave it intact +- You can now restore the `DCIM` folder that was on the root of your SD card +- Delete the `UNLAUNCH.DSI` file from your SD card + +::: + +:::tab Flipnote Lenny + +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - Μπορείτε επίσης να διαγράψετε ολόκληρους τους φακέλους που αφορούν άλλες περιοχές εκτός της δικής σας +- Delete the `UNLAUNCH.DSI` file from your SD card + +::: diff --git a/docs/el_GR/launching-the-browser-exploit.md b/docs/el_GR/launching-the-browser-exploit.md new file mode 100644 index 000000000..6430fc2c8 --- /dev/null +++ b/docs/el_GR/launching-the-browser-exploit.md @@ -0,0 +1,41 @@ +# Εκκίνηση του exploit (stylehax) + +Θα ξεκινήσουμε εκκινώντας πρώτα το exploit. Για την καλύτερη εμπειρία χωρίς το Unlaunch, ή αν η κάμερα του DSi δεν λειτουργεί ώστε να εγκαταστήσετε το Unlaunch, προτείνουμε τη χρήση ενός exploit που ονομάζεται «stylehax» και εκμεταλλεύεται ένα ελάττωμα στον τρόπο με τον οποίο χειρίζεται τις ιστοσελίδες η εφαρμογή «DSi Browser». + +Η εκκίνηση του exploit θα σας οδηγήσει στο TWiLight Menu++, μια εφαρμογή homebrew που λειτουργεί ως ένα εναλλακτικό μενού DSi. + +## Προαπαιτούμενα + +- Την εφαρμογή «Nintendo DSi Browser» εγκατεστημένη στο Nintendo DSi σας + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead + +## Εκκίνηση του exploit + +1. Βεβαιωθείτε ότι έχετε εισαγάγει την κάρτα SD στο Nintendo DSi σας +2. Ενεργοποιήστε το Nintendo DSi σας και εκκινήστε την εφαρμογή «DSi Browser» +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Αγγίξτε το εικονίδιο «HOME» +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page + +::: tip + +Το exploit θα χρειαστεί 21 δευτερόλεπτα για να τεθεί σε ισχύ. Εάν η διαδικασία διαρκέσει περισσότερα από 30 δευτερόλεπτα, κάντε επανεκκίνηση και δοκιμάστε ξανά. + +::: + +::: warning + +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. + +::: + +You can now use **TW**i**L**ight Menu++! Αρχικά, θα σας ζητήσει να επιλέξετε τη γλώσσα και την περιοχή σας. Αυτές οι δύο ρυθμίσεις δεν χρειάζεται να ταιριάζουν με τη γλώσσα ή την περιοχή της κονσόλας σας, επομένως μπορείτε να επιλέξετε ό,τι προτιμάτε. Στη συνέχεια, προτείνουμε να συνεχίσετε δημιουργώντας ένα αντίγραφο ασφαλείας της NAND. Αυτό μπορεί ενδεχομένως να χρησιμοποιηθεί για να σώσετε την κονσόλα σας αν πάει κάτι στραβά στο μέλλον. + +::: tip + +Continue to [Dumping NAND](dumping-nand.html) + +::: diff --git a/docs/el_GR/launching-the-exploit.md b/docs/el_GR/launching-the-exploit.md new file mode 100644 index 000000000..2031a0cd5 --- /dev/null +++ b/docs/el_GR/launching-the-exploit.md @@ -0,0 +1,72 @@ +# Εκκίνηση του exploit + +Θα ξεκινήσουμε κάνοντας πρώτα διαμόρφωση της κάρτας SD σας, προκειμένου να εκκινήσουμε το exploit μας. Για τους περισσότερους χρήστες, προτείνουμε τη χρήση ενός exploit με το όνομα «Memory Pit», το οποίο εκμεταλλεύεται ένα ελάττωμα στον τρόπο με τον οποίο χειρίζεται τα μεταδεδομένα των εικόνων η εφαρμογή «Nintendo DSi Camera». + +Η εκκίνηση του exploit θα σας οδηγήσει στο TWiLight Menu++, μια εφαρμογή homebrew που λειτουργεί ως ένα εναλλακτικό μενού DSi. + +::: tip + +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) + +::: + +## Ενότητα I - Έλεγχος της έκδοσης της DSi Camera + +1. Ενεργοποιήστε την κονσόλα σας +2. Ανοίξτε την εφαρμογή «Nintendo DSi Camera» + - Εάν σας ζητηθεί να ολοκληρώσετε τον οδηγό εκμάθησης της κάμερας, κάντε το τώρα + - Εάν διακοπεί απρόσμενα η λειτουργία του οδηγού εκμάθησης όσο προσπαθείτε να ολοκληρώσετε τα βήματά του, τότε μάλλον η κάμερα του Nintendo DSi σας δεν είναι πλήρως λειτουργική και δεν θα μπορέσετε να χρησιμοποιήσετε το Memory Pit. Please use an [alternate exploit](alternate-exploits.html) +3. Ανοίξτε το άλμπουμ χρησιμοποιώντας το μεγάλο κουμπί στα δεξιά +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) + +## Ενότητα II - Memory Pit + +1. Κάντε λήψη του κατάλληλου αρχείου του Memory Pit για την έκδοση της Nintendo DSi Camera σας: + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - Αυτοί οι κατάλογοι θα υπάρχουν ήδη αν κάνατε στο παρελθόν λήψη φωτογραφιών στην κάρτα SD σας μέσω της εφαρμογής «Nintendo DSi Camera» + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - Εάν λάβετε ένα μήνυμα που δηλώνει ότι δεν έχει γίνει εισαγωγή της κάρτας SD, χρησιμοποιήστε μια άλλη κάρτα SD + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card + +## Ενότητα III - Εκκίνηση του exploit + +1. Βεβαιωθείτε ότι έχετε εισαγάγει την κάρτα SD στο Nintendo DSi σας +2. Ενεργοποιήστε το Nintendo DSi σας και εκκινήστε την εφαρμογή «Nintendo DSi Camera» +3. Επιλέξτε το εικονίδιο της κάρτας SD στο επάνω δεξί μέρος + - Εάν λάβετε ένα μήνυμα που δηλώνει ότι δεν έχει γίνει εισαγωγή της κάρτας SD, χρησιμοποιήστε μια άλλη κάρτα SD + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Ανοίξτε το άλμπουμ χρησιμοποιώντας το μεγάλο κουμπί στα δεξιά + - Η οθόνη θα πρέπει να αναβοσβήσει με χρώμα ματζέντα αν έγινε σωστά η αντιγραφή του Memory Pit + +::: warning + +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. + +::: + +::: warning + +Εάν εισέλθετε στο άλμπουμ κάμερας της κάρτας SD και δεν συμβεί τίποτα ασυνήθιστο, βεβαιωθείτε ότι έχετε κάνει λήψη της κατάλληλης έκδοσης του Memory Pit για το firmware και την περιοχή σας, αλλά και ότι το έχετε τοποθετήσει στον σωστό φάκελο της κάρτας SD σας. Also ensure that the `DCIM` folder does not exist on your SD card. + +::: + +::: warning + +Η λήψη φωτογραφιών, ενώ είναι εγκατεστημένο το exploit «Memory Pit» στην κάρτα SD σας, θα προκαλέσει τη διακοπή της εύρυθμης λειτουργίας του exploit και θα πρέπει να το αντιγράψετε ξανά στην κονσόλα σας. + +::: + +Μπορείτε πλέον να χρησιμοποιήσετε το TWiLight Menu++! Αρχικά, θα σας ζητήσει να επιλέξετε τη γλώσσα και την περιοχή σας. Αυτές οι δύο ρυθμίσεις δεν χρειάζεται να ταιριάζουν με τη γλώσσα ή την περιοχή της κονσόλας σας, επομένως μπορείτε να επιλέξετε ό,τι προτιμάτε. Στη συνέχεια, προτείνουμε να συνεχίσετε δημιουργώντας ένα αντίγραφο ασφαλείας της NAND. Αυτό μπορεί ενδεχομένως να χρησιμοποιηθεί για να σώσετε την κονσόλα σας αν πάει κάτι στραβά στο μέλλον. + +::: tip + +Continue to [Dumping NAND](dumping-nand.html) + +::: diff --git a/docs/el_GR/launching-the-flipnote-exploit.md b/docs/el_GR/launching-the-flipnote-exploit.md new file mode 100644 index 000000000..404fa6a61 --- /dev/null +++ b/docs/el_GR/launching-the-flipnote-exploit.md @@ -0,0 +1,48 @@ +# Εκκίνηση του exploit (Flipnote Lenny) + +Θα ξεκινήσουμε κάνοντας πρώτα διαμόρφωση της κάρτας SD σας, προκειμένου να εκκινήσουμε το exploit μας. Για την καλύτερη εμπειρία χωρίς το Unlaunch, προτείνουμε τη χρήση ενός exploit που ονομάζεται «Flipnote Lenny» και εκμεταλλεύεται ένα ελάττωμα στον τρόπο με τον οποίο χειρίζεται τα flipnote η εφαρμογή «Flipnote Studio». + +Η εκκίνηση του exploit θα σας οδηγήσει στο TWiLight Menu++, μια εφαρμογή homebrew που λειτουργεί ως ένα εναλλακτικό μενού DSi. + +## Προαπαιτούμενα + +- Το Flipnote Studio εγκατεστημένο στο Nintendo DSi σας + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead + +## Ενότητα I - Διαμόρφωση κάρτας SD + +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card + +## Ενότητα II - Εκκίνηση του exploit + +1. Βεβαιωθείτε ότι έχετε εισαγάγει την κάρτα SD στο Nintendo DSi σας +2. Ενεργοποιήστε το Nintendo DSi σας και εκκινήστε την εφαρμογή «Flipnote Studio» + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. Κάντε προβολή των flipnote που έχουν αποθηκευτεί στην κάρτα SD + - Εάν δεν μπορείτε να δείτε τα flipnote της κάρτας SD, χρησιμοποιήστε μια άλλη κάρτα SD +5. Πατήστε το πρόσωπο που αντιστοιχεί στην περιοχή σας + - Εάν διαθέτετε μια κονσόλα AUS, επιλέξτε το EUR +6. Επεξεργαστείτε το επιλεγμένο flipnote +7. Πατήστε το εικονίδιο βατράχου στο κάτω αριστερό μέρος +8. Πατήστε το εικονίδιο φιλμ +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Πατήστε το εικονίδιο βατράχου στο κάτω αριστερό μέρος +12. Πατήστε το εικονίδιο φιλμ +13. Επιλέξτε Paste + +::: warning + +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. + +::: + +You can now use **TW**i**L**ight Menu++! Αρχικά, θα σας ζητήσει να επιλέξετε τη γλώσσα και την περιοχή σας. Αυτές οι δύο ρυθμίσεις δεν χρειάζεται να ταιριάζουν με τη γλώσσα ή την περιοχή της κονσόλας σας, επομένως μπορείτε να επιλέξετε ό,τι προτιμάτε. Στη συνέχεια, προτείνουμε να συνεχίσετε δημιουργώντας ένα αντίγραφο ασφαλείας της NAND. Αυτό μπορεί ενδεχομένως να χρησιμοποιηθεί για να σώσετε την κονσόλα σας αν πάει κάτι στραβά στο μέλλον. + +::: tip + +Continue to [Dumping NAND](dumping-nand.html) + +::: diff --git a/docs/el_GR/restoring-nand.md b/docs/el_GR/restoring-nand.md new file mode 100644 index 000000000..94d7fce24 --- /dev/null +++ b/docs/el_GR/restoring-nand.md @@ -0,0 +1,98 @@ +# Επαναφορά αντιγράφου ασφαλείας της NAND + +::: danger + +ΠΡΟΕΙΔΟΠΟΙΗΣΗ! This is _**dangerous**_. Ακόμα κι αν ακολουθήσετε κατά γράμμα αυτά τα βήματα, εξακολουθεί να υπάρχει κίνδυνος να καταστεί μη λειτουργικό το DSi, καθώς η NAND είναι πολύ χαμηλής ποιότητας, ειδικά αν κάνετε φόρτωση πολλαπλές φορές! Χρησιμοποιήστε τη μόνο ως έσχατη λύση! + +::: + +::: tip + +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. + +::: + +Αρχικά, δείτε ορισμένες, πιο ασφαλείς, εναλλακτικές λύσεις για τις περιπτώσεις που θα μπορούσαν να σας οδηγήσουν να το κάνετε αυτό: + +- Η εγκατάσταση των DSiWare μπορεί να γίνει μέσω του hiyaCFW ή του TWiLight Menu++ +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. Η πιο πρόσφατη έκδοση του HiyaCFW Helper σάς επιτρέπει να αντιγράψετε τις φωτογραφίες σας από τη NAND στην SDNAND κατά την εγκατάσταση +- Η επαναφορά μιας ρύθμισης κουμπιών του Unlaunch μπορεί να γίνει από το μενού του Unlaunch, στο οποίο μπορείτε να αποκτήσετε πρόσβαση κρατώντας πατημένα τα A + B κατά την ενεργοποίηση της κονσόλας +- Παρουσιάζεται σφάλμα κατά την εκκίνηση στο Unlaunch; Αφαιρέστε την κάρτα SD σας και δοκιμάστε να εκκινήσετε ξανά το σύστημα. Εάν αυτό λειτουργήσει, τότε υπάρχει κάποιο πρόβλημα με την κάρτα SD σας και η επαναφορά ενός αντιγράφου ασφαλείας της NAND δεν θα το διορθώσει +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) +- Θα πρέπει να αποφύγετε την αφαίρεση του Unlaunch, είτε φορτώντας τη NAND είτε χρησιμοποιώντας το πρόγραμμα κατάργησης εγκατάστασης, εκτός κι αν είναι απολύτως απαραίτητη. Μπορείτε να ορίσετε τα πλήκτρα αυτόματης εκκίνησης στην επιλογή «Launcher» και το DSi σας θα συμπεριφέρεται όπως συμπεριφερόταν πριν από την τροποποίηση + +Το μόνο πράγμα που θα πρέπει να κάνετε με τη NAND σας είναι η εγκατάσταση του Unlaunch. Διαφορετικά, χρησιμοποιήστε τις εναλλακτικές λύσεις. + +## Προαπαιτούμενα + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) +- Έναν τρόπο εκτέλεσης εφαρμογών homebrew με πρόσβαση στη NAND, όπως το Unlaunch ή το Memory Pit +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba +- [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) + +## Αποτύπωση του BIOS για χρήση στο no$gba + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card +2. Ενεργοποιήστε την κονσόλα σας κρατώντας πατημένα τα A και B + - Αυτή η ενέργεια θα πρέπει να εκκινήσει το μενού του Unlaunch +3. Εκκινήστε το dsibiosdumper από το μενού του Unlaunch +4. Πατήστε το A για να αποτυπώσετε το BIOS στην κάρτα SD +5. Πατήστε το START για να κλείσετε το dsibiosdumper + +## Δοκιμή του αντιγράφου ασφαλείας της NAND + +Είναι πολύ σημαντικό να ελέγξετε ότι το αντίγραφο ασφαλείας της NAND λειτουργεί πριν επιχειρήσετε να το επαναφέρετε στην κονσόλα σας. Εάν δείξει κάποιο σφάλμα «brick» στο no$gba, τότε θα καταστήσει πιθανότατα μη λειτουργική την κονσόλα σας. + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +Εάν το no$gba φορτώσει το μενού του DSi (ή το μενού του Unlaunch), τότε συνεχίστε στην επόμενη ενότητα. If it shows any kind of error _**do not flash that backup**_! + +## Αφαίρεση του Unlaunch από το αντίγραφο ασφαλείας της NAND (προαιρετικό) + +Ακολουθήστε αυτά τα βήματα αν κάνατε αποτύπωση του αντιγράφου ασφαλείας της NAND σας μετά την εγκατάσταση του Unlaunch και επιθυμείτε να αφαιρέσετε το Unlaunch από το σύστημά σας. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Αυτή η ενέργεια θα πρέπει να εκκινήσει το πρόγραμμα εγκατάστασης του Unlaunch, το οποίο είναι παρόμοιο με το μενού του Unlaunch +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Εκκινήστε ξανά οποιαδήποτε ROM για Nintendo DS και βεβαιωθείτε ότι το μενού του DSi σας φορτώνεται και λειτουργεί σωστά + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! Εάν διαθέτετε κάποιο παλαιότερο αντίγραφο ασφαλείας της NAND, δοκιμάστε να το χρησιμοποιήσετε. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. + +## Φόρτωση του αντιγράφου ασφαλείας της NAND (Λογισμικό) + +::: danger + +Βεβαιωθείτε ότι έχετε διαβάσει τα παραπάνω βήματα, καθώς εδώ είναι που τα πράγματα γίνονται επικίνδυνα. Εάν φτάσατε κατευθείαν εδώ μέσω κάποιου συνδέσμου χωρίς να ακολουθήσετε τα παραπάνω βήματα, τότε επιστρέψτε στην αρχή της σελίδας και διαβάστε την ολόκληρη. + +::: + +::: danger + +Βεβαιωθείτε ότι το Nintendo DSi σας είναι επαρκώς φορτισμένο πριν από την έναρξη αυτής της ενότητας. + +::: + +1. Έχοντας εισαγάγει την κάρτα SD σας, ενεργοποιήστε το Nintendo DSi σας κρατώντας πατημένα τα A και B +2. Εκκινήστε το SafeNANDManager +3. Press the button to `begin NAND restore` +4. Μόλις ολοκληρωθεί η επαναφορά, πατήστε το START για να απενεργοποιήσετε το DSi σας + +Η NAND σας θα πρέπει να έχει ανακτηθεί τώρα. + +## Φόρτωση του αντιγράφου ασφαλείας της NAND (Hardmod) + +Εάν δεν μπορείτε να εκκινήσετε το Nintendo DSi σας, ένα hardmod είναι ο μόνος τρόπος επαναφοράς ενός αντιγράφου ασφαλείας της NAND. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/el_GR/sd-card-setup.md b/docs/el_GR/sd-card-setup.md new file mode 100644 index 000000000..c0bdadfe0 --- /dev/null +++ b/docs/el_GR/sd-card-setup.md @@ -0,0 +1,295 @@ +# Διαμόρφωση κάρτας SD + +Αυτή η σελίδα παρέχει πληροφορίες για την προετοιμασία της κάρτας SD για τη συσκευή σας. Κατά τη διάρκεια αυτής της διαδικασίας, θα διαμορφώσουμε την κάρτα SD και θα την ελέγξουμε για σφάλματα. + +::: danger + +Βεβαιωθείτε ότι έχετε δημιουργήσει αντίγραφα ασφαλείας των περιεχομένων της κάρτας SD σας ΠΡΙΝ ακολουθήσετε αυτές τις οδηγίες. Θα γίνει ΔΙΑΓΡΑΦΗ όλων των δεδομένων της κάρτας SD σας. + +::: + +::::: tabs + +:::: tab default Windows + +### Ενότητα I - Διαμόρφωση της κάρτας SD με το SD Formatter + +::: tip + +Αυτή η ενότητα αφορά τη διαμόρφωση της κάρτας SD σύμφωνα με τις προδιαγραφές του SD Card Association. Αυτό μπορεί να διορθώσει πολλά προβλήματα που ενδέχεται να προκύψουν κατά την εκτέλεση εφαρμογών homebrew. + +::: + +::: danger + +Αυτή η διαδικασία θα διαμορφώσει τις κάρτες SD των 64GB ή περισσότερων σε `exFAT`. _Πρέπει_ να ακολουθήσετε τις οδηγίες τόσο της Ενότητας I όσο και της Ενότητας II, προκειμένου να κάνετε εκ νέου διαμόρφωση σε `FAT32`. + +::: + +1. Κάντε λήψη της πιο πρόσφατης έκδοσης του [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/) + - Εάν δεν λειτουργήσει ο παραπάνω σύνδεσμος, κάντε λήψη [από το archive.org](https://web.archive.org/web/20220626204124/https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/) + - Αποδεχτείτε τη Συμφωνία άδειας τελικού χρήστη για να ξεκινήσετε τη λήψη +2. Εκτελέστε με δικαιώματα διαχειριστή το `SD Card Formatter Setup` (το αρχείο `.exe`) στο ληφθέν αρχείο `.zip` και εγκαταστήστε το πρόγραμμα +3. Εκτελέστε με δικαιώματα διαχειριστή το `SD Card Formatter` από το μενού έναρξης +4. Επιλέξτε την κάρτα SD σας +5. Βεβαιωθείτε ότι έχει ενεργοποιηθεί η επιλογή `Quick Format` +6. Επιλέξτε `Format` για να ξεκινήσει η διαδικασία διαμόρφωσης + - Εάν χρησιμοποιείτε μια κάρτα SD χωρητικότητας 4GB-32GB και το μέγεθος συμπλέγματος (cluster size) δεν αναφέρεται ως `32 kilobytes`, θα πρέπει να ακολουθήσετε και τα βήματα της Ενότητας II + ![Στιγμιότυπο οθόνης του SD Card Formatter στα Windows 11](/assets/images/sd-card-formatter.png) + +### Ενότητα II - Διαμόρφωση της κάρτας SD με το GUIFormat + +Αυτή η ενότητα αφορά τη διαμόρφωση των καρτών SD, που είναι 64GB ή μεγαλύτερες, σε FAT32.\ +Αυτό ισχύει και για τις κάρτες SD χωρητικότητας 4GB-32GB που δεν έχουν διαμορφωθεί με μέγεθος συμπλέγματος 32kb. + +::: tip + +Εάν το μέγεθος της κάρτας SD σας είναι 32GB ή λιγότερα, μεταβείτε απευθείας στην Ενότητα III. + +::: + +1. Κάντε λήψη της πιο πρόσφατης έκδοσης του [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + - Κάντε κλικ στην εικόνα του ιστοτόπου για να κάνετε λήψη της εφαρμογής +2. Εκτελέστε το GUIFormat με δικαιώματα διαχειριστή +3. Επιλέξτε το γράμμα της μονάδας σας +4. Ορίστε το `Allocation size unit` σε `32768` + - Εάν αυτό είναι πολύ μεγάλο για την SD σας, επιλέξτε τη μεγαλύτερη λειτουργική τιμή +5. Βεβαιωθείτε ότι έχει ενεργοποιηθεί η επιλογή `Quick Format` +6. Ξεκινήστε τη διαδικασία διαμόρφωσης + +![](https://user-images.githubusercontent.com/1000503/83831499-8f330b80-a6b5-11ea-9ab9-ec2196150751.png) + +### Ενότητα III - Έλεγχος για σφάλματα + +1. Μεταβείτε στο παράθυρο ιδιοτήτων της κάρτας SD σας + - `Εξερεύνηση των Windows` -> `Αυτός ο υπολογιστής` -> Δεξί κλικ στην κάρτα SD σας -> `Ιδιότητες` +2. Στην καρτέλα «Εργαλεία», επιλέξτε `Έλεγχος τώρα` +3. Ενεργοποιήστε τις επιλογές `Αυτόματη διόρθωση σφαλμάτων του συστήματος αρχείων` και `Ανίχνευση και ανάκτηση κατεστραμμένων τομέων δίσκου` +4. Ξεκινήστε τη διαδικασία ελέγχου + +Αυτή η διαδικασία θα σαρώσει την κάρτα SD και θα διορθώσει τυχόν σφάλματα. + +### Ενότητα IV - Έλεγχος δυνατοτήτων ανάγνωσης/εγγραφής της κάρτας SD + +1. Κάντε λήψη και αποσυμπίεση του [συμπιεσμένου αρχείου του h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) οπουδήποτε στον υπολογιστή σας + - Εάν δεν λειτουργήσει ο παραπάνω σύνδεσμος, κάντε λήψη [από το archive.org](https://web.archive.org/web/20210912045431/http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) + - Μπορείτε επίσης να το αποσυμπιέσετε σε κάποια εξωτερική συσκευή, εφόσον αυτή δεν είναι η κάρτα SD σας +2. Έχοντας εισαγάγει την κάρτα SD στον υπολογιστή σας, εκτελέστε το `h2testw.exe` +3. Επιλέξτε τη γλώσσα που θέλετε να χρησιμοποιεί το h2testw +4. Ορίστε το γράμμα δίσκου της κάρτας SD σας ως τη μονάδα-στόχο σας +5. Βεβαιωθείτε πως έχει επιλεχθεί το `all available space` +6. Κάντε κλικ στο `Write + Verify` + +- Περιμένετε μέχρι να ολοκληρωθεί η διαδικασία + +::: tip + +Εάν η δοκιμή δείξει το αποτέλεσμα `Test finished without errors`, η κάρτα SD σας είναι σε καλή κατάσταση και μπορείτε να διαγράψετε όλα τα αρχεία `.h2w` που βρίσκονται σε αυτή. + +::: + +::: danger + +Εάν η δοκιμή εμφανίσει οποιοδήποτε άλλο αποτέλεσμα, η κάρτα SD σας ενδέχεται να έχει καταστραφεί ή φθαρεί και ίσως χρειαστεί να την αντικαταστήσετε! + +::: + +:::: + +:::: tab Linux + +::: tip + +Εάν αποτύχει η εκκίνηση του TWiLight Menu++ αφού ακολουθήσετε αυτήν τη μέθοδο, ακολουθήστε τη μέθοδο των Windows, κάνοντας είτε επανεκκίνηση στα Windows είτε εκτέλεση σε μια εικονική μηχανή με Windows + +::: + +### Ενότητα I - Διαμόρφωση της κάρτας SD + +1. Βεβαιωθείτε ότι **δεν** έχετε εισαγάγει την κάρτα SD σας στο σύστημα Linux σας +2. Εκκινήστε το τερματικό του Linux +3. Πληκτρολογήστε `watch "lsblk"` +4. Εισαγάγετε την κάρτα SD σας στο σύστημα Linux σας +5. Παρατηρήστε την έξοδο. Θα πρέπει να μοιάζει με το παρακάτω: + +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` + +1. Σημειώστε το όνομα συσκευής. Στο παραπάνω παράδειγμα, ήταν `mmcblk0p1` + - Εάν το `RO` έχει οριστεί σε 1, βεβαιωθείτε ότι ο διακόπτης κλειδώματος δεν έχει μετακινηθεί προς τα κάτω + - Βεβαιωθείτε ότι έχετε επιλέξει το **διαμέρισμα**, δηλαδή το `mmcblk0p1` και όχι το `mmcblk0` +2. Πατήστε CTRL + C για να κλείσετε το μενού +3. Ακολουθήστε τις οδηγίες που σχετίζονται με τη χωρητικότητα της κάρτας SD σας: + - 2GB ή λιγότερα: `sudo mkdosfs /dev/(όνομα συσκευής από παραπάνω) -s 64 -F 16` + - Δημιουργεί ένα ενιαίο διαμέρισμα FAT16 με μέγεθος συμπλέγματος 32 KB στην κάρτα SD + - 4GB ή περισσότερα: `sudo mkdosfs /dev/(όνομα συσκευής από παραπάνω) -s 64 -F 32` + - Δημιουργεί ένα ενιαίο διαμέρισμα FAT32 με μέγεθος συμπλέγματος 32 KB στην κάρτα SD + +### Ενότητα II - Χρήση του F3 + +1. Κάντε λήψη και αποσυμπίεση του [συμπιεσμένου αρχείου F3](https://github.com/AltraMayor/f3/archive/v7.2.zip) οπουδήποτε στον υπολογιστή σας. +2. Εκκινήστε το τερματικό στον κατάλογο του F3 +3. Εκτελέστε το `make` για να γίνει μεταγλώττιση (compile) του F3 +4. Έχοντας εισαγάγει και προσαρτήσει την κάρτα SD σας, εκτελέστε την εντολή `./f3write <το σημείο προσάρτησης της κάρτας SD>` + - Περιμένετε μέχρι να ολοκληρωθεί η διαδικασία. Δείτε παρακάτω ένα παράδειγμα αποτελέσματος: + ``` + $ ./f3write /media/michel/6135-3363/ + Free space: 29.71 GB + Creating file 1.h2w ... OK! + ... + Creating file 30.h2w ... OK! + Free space: 0.00 Byte + Average Writing speed: 4.90 MB/s + ``` +5. Εκτελέστε την εντολή `./f3read <το σημείο προσάρτησης της κάρτας SD>` + +- Περιμένετε μέχρι να ολοκληρωθεί η διαδικασία. Δείτε παρακάτω ένα παράδειγμα αποτελέσματος: + ``` + $ ./f3read /media/michel/6135-3363/ + SECTORS ok/corrupted/changed/overwritten + Validating file 1.h2w ... 2097152/ 0/ 0/ 0 + ... + Validating file 30.h2w ... 1491904/ 0/ 0/ 0 + + Data OK: 29.71 GB (62309312 sectors) + Data LOST: 0.00 Byte (0 sectors) + Corrupted: 0.00 Byte (0 sectors) + Slightly changed: 0.00 Byte (0 sectors) + Overwritten: 0.00 Byte (0 sectors) + Average Reading speed: 9.42 MB/s + ``` + +___ + +::: tip + +Εάν η δοκιμή εμφανίσει το αποτέλεσμα `Data LOST: 0.00 Byte (0 sectors)`, η κατάσταση της κάρτας SD είναι καλή και μπορείτε να διαγράψετε όλα τα αρχεία `.h2w` από την κάρτα SD σας. + +::: + +::: danger + +Εάν η δοκιμή εμφανίσει οποιοδήποτε άλλο αποτέλεσμα, η κάρτα SD σας ενδέχεται να έχει καταστραφεί ή φθαρεί και ίσως χρειαστεί να την αντικαταστήσετε! + +::: + +:::: + +:::: tab macOS + +### Ενότητα I - Διαμόρφωση της κάρτας SD με το SD Formatter + +::: tip + +Αυτή η ενότητα αφορά τη διαμόρφωση της κάρτας SD σύμφωνα με τις προδιαγραφές του SD Card Association. Αυτό μπορεί να διορθώσει πολλά προβλήματα που ενδέχεται να προκύψουν κατά την εκτέλεση εφαρμογών homebrew. + +::: + +::: danger + +Αυτή η διαδικασία θα διαμορφώσει τις κάρτες SD των 64GB ή περισσότερων σε `exFAT`. _Πρέπει_ να ακολουθήσετε την Ενότητα II για να κάνετε εκ νέου διαμόρφωση σε `FAT32`. + +::: + +1. Κάντε λήψη της πιο πρόσφατης έκδοσης του [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-mac-download/) + - Αποδεχτείτε τη Συμφωνία άδειας τελικού χρήστη για να ξεκινήσετε τη λήψη +2. Εκτελέστε το `Install SD Card Formatter` (το αρχείο `.mpkg`) στο ληφθέν αρχείο `.zip` +3. Εκτελέστε `SD Card Formatter` +4. Επιλέξτε την κάρτα SD σας +5. Βεβαιωθείτε ότι έχει ενεργοποιηθεί η επιλογή `Quick Format` +6. Ξεκινήστε τη διαδικασία διαμόρφωσης + +### Ενότητα II - Διαμόρφωση της κάρτας SD με το Βοήθημα δίσκων + +Αυτή η ενότητα διαμορφώνει τις κάρτες SD, που είναι μεγαλύτερες από 32GB, σε FAT32. + +::: tip + +Εάν το μέγεθος της κάρτας SD σας είναι 32GB ή λιγότερα, μεταβείτε απευθείας στην Ενότητα III. + +::: + +#### OS X El Capitan (10.11) και νεότερο + +1. Εκκινήστε την εφαρμογή «Βοήθημα δίσκων» +2. Επιλέξτε `Εμφάνιση όλων των συσκευών` στην επάνω αριστερή πλευρά της ενότητας `Προβολή` +3. Επιλέξτε την κάρτα SD σας από την πλαϊνή γραμμή + - Βεβαιωθείτε ότι έχει επιλέξει τη σωστή συσκευή, διαφορετικά ενδέχεται να διαγράψετε ακούσια τον λάθος δίσκο! +4. Κάντε κλικ στο `Σβήσιμο` στο πάνω μέρος +5. Βεβαιωθείτε ότι η `Μορφή` έχει οριστεί σε `MS-DOS (FAT32)` + - Από το El Capitan (10.11) έως το Catalina (10.15), επιλέξτε `MS-DOS (FAT)` +6. Βεβαιωθείτε ότι το `Σχήμα` έχει οριστεί σε `Κύρια εγγραφή εκκίνησης` + - Εάν δεν εμφανίζεται η επιλογή `Σχήμα`, κάντε κλικ στο `Ακύρωση` και βεβαιωθείτε ότι έχετε επιλέξει τη συσκευή αντί ενός τόμου +7. Κάντε κλικ στο `Σβήσιμο` και έπειτα, στο `Κλείσιμο` + +#### OS X Yosemite (10.10) και παλαιότερο + +1. Εκκινήστε την εφαρμογή «Βοήθημα δίσκων» +2. Επιλέξτε την κάρτα SD σας από την πλαϊνή γραμμή + - Βεβαιωθείτε ότι έχει επιλέξει τη σωστή συσκευή, διαφορετικά ενδέχεται να διαγράψετε ακούσια τον λάθος δίσκο! +3. Κάντε κλικ στο `Διαμέριση` στο πάνω μέρος + - Εάν δεν εμφανίζεται η επιλογή `Διαμέριση`, βεβαιωθείτε ότι έχετε επιλέξει τη συσκευή αντί ενός τόμου +4. Βεβαιωθείτε ότι η `Διάταξη διαμερίσματος` έχει οριστεί σε `1 διαμέρισμα` +5. Βεβαιωθείτε ότι η `Μορφή` έχει οριστεί σε `MS-DOS (FAT)` +6. Από το κουμπί «Επιλογές» (κάτω από τον πίνακα διαμερισμάτων), επιλέξτε `Κύρια εγγραφή εκκίνησης`. +7. Κάντε κλικ στο `OK` -> `Εφαρμογή` -> `Διαμέριση` + +### Ενότητα III - Χρήση του F3 + +1. Ανοίξτε το τερματικό +2. Εγκαταστήστε το F3 από το brew εκτελώντας την εντολή `brew install f3` + - Εάν δεν διαθέτετε το brew, εγκαταστήστε το με τη βοήθεια των οδηγιών στο [brew.sh](https://brew.sh) +3. Έχοντας εισαγάγει και προσαρτήσει την κάρτα SD σας, εκτελέστε την εντολή `f3write <το σημείο προσάρτησης της κάρτας SD>` + - Περιμένετε μέχρι να ολοκληρωθεί η διαδικασία. Δείτε παρακάτω ένα παράδειγμα αποτελέσματος: + ``` + $ f3write /Volumes/SD\ CARD + Free space: 29.71 GB + Creating file 1.h2w ... OK! + ... + Creating file 30.h2w ... OK! + Free space: 0.00 Byte + Average Writing speed: 4.90 MB/s + ``` +4. Εκτελέστε την εντολή `f3read <σημείο προσάρτησης της κάρτας SD>` + - Περιμένετε μέχρι να ολοκληρωθεί η διαδικασία. Δείτε παρακάτω ένα παράδειγμα αποτελέσματος: + ``` + $ f3read /Volumes/SD\ CARD + SECTORS ok/corrupted/changed/overwritten + Validating file 1.h2w ... 2097152/ 0/ 0/ 0 + ... + Validating file 30.h2w ... 1491904/ 0/ 0/ 0 + + Data OK: 29.71 GB (62309312 sectors) + Data LOST: 0.00 Byte (0 sectors) + Corrupted: 0.00 Byte (0 sectors) + Slightly changed: 0.00 Byte (0 sectors) + Overwritten: 0.00 Byte (0 sectors) + Average Reading speed: 9.42 MB/s + ``` + +___ + +::: tip + +Εάν η δοκιμή εμφανίσει το αποτέλεσμα `Data LOST: 0.00 Byte (0 sectors)`, η κατάσταση της κάρτας SD είναι καλή και μπορείτε να διαγράψετε όλα τα αρχεία `.h2w` από την κάρτα SD σας. + +::: + +::: danger + +Εάν η δοκιμή εμφανίσει οποιοδήποτε άλλο αποτέλεσμα, η κάρτα SD σας ενδέχεται να έχει καταστραφεί ή φθαρεί και ίσως χρειαστεί να την αντικαταστήσετε! + +::: + +:::: + +::::: + +::: tip + +Μπορείτε τώρα να ανακτήσετε τα περιεχόμενα της κάρτας SD σας και να συνεχίσετε. + +::: diff --git a/docs/el_GR/site-navigation.md b/docs/el_GR/site-navigation.md new file mode 100644 index 000000000..43cb47b52 --- /dev/null +++ b/docs/el_GR/site-navigation.md @@ -0,0 +1,25 @@ +# Πλοήγηση ιστοτόπου + +## Κύρια διαδικασία οδηγού + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) + +## Πρόσθετες ενότητες + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) + +## Άλλες σελίδες του ιστοτόπου + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) +- [Credits](credits.html) diff --git a/docs/el_GR/troubleshooting.md b/docs/el_GR/troubleshooting.md new file mode 100644 index 000000000..4566ed9ec --- /dev/null +++ b/docs/el_GR/troubleshooting.md @@ -0,0 +1,33 @@ +# Επίλυση προβλημάτων + +## Unlaunch + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` + +Το twlnf παρουσιάζει ένα κρίσιμο σφάλμα, εξαιτίας του οποίου δεν ενημερώνει σωστά ολόκληρη τη NAND μετά την τροποποίησή της, πράγμα που προκαλεί σφάλματα σε ορισμένες εφαρμογές homebrew (όπως το πρόγραμμα εγκατάστασης του Unlaunch). + +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. + +### Δεν υπάρχει ήχος ή εικόνα εκκίνησης κατά την εκκίνηση του «Launcher» μέσω του Unlaunch + +Ο προγραμματιστής του Unlaunch (nocash) έχει σκοπίμως απενεργοποιήσει τον ήχο παρασκηνίου και την εικόνα εκκίνησης από προεπιλογή. You can regain these effects by [reinstalling Unlaunch](installing-unlaunch.html) using TWiLight Menu++ with "Launcher Patches" set to "Default" on the Unlaunch page of TWiLight Menu++ settings, or by using [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). + +### Κατά την ενεργοποίηση, εμφανίζεται μόνο μια μαύρη οθόνη μετά την εγκατάσταση του Unlaunch + +Δοκιμάστε να αφαιρέσετε την κάρτα SD και να ενεργοποιήσετε ξανά την κονσόλα. If it still only shows a black screen, you may need to flash your NAND via a [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). + +### Μετά την εγκατάσταση του Unlaunch, έχω «κολλήσει» στην εκκίνηση μιας εφαρμογής ή του μενού αρχείων του Unlaunch + +This was likely caused by choosing the wrong app for the `NO BUTTON` option in Unlaunch. Hold A + B while starting the console, go to `OPTIONS`, and set `NO BUTTON` to whatever your preference is. + +### Άλλα προβλήματα με το Unlaunch + +If Unlaunch displays `Clusters too large`, `Bad VBR`, `Bad MBR`, or doesn't display any applications while the SD card is inserted, your SD card likely wasn't formatted correctly. Re-follow [SD Card Setup](sd-card-setup.html). + +## TWiLight Menu++ + +For general TWiLight Menu++ troubleshooting, see its [FAQ & Troubleshooting](https://wiki.ds-homebrew.com/twilightmenu/faq) page on the DS-Homebrew Wiki. + +## Περαιτέρω βοήθεια + +If you have encountered an issue that is not solved here, or one that persists despite the given solutions, ask for assistance in the [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord server. diff --git a/docs/el_GR/uninstalling-unlaunch.md b/docs/el_GR/uninstalling-unlaunch.md new file mode 100644 index 000000000..25ae6ccb3 --- /dev/null +++ b/docs/el_GR/uninstalling-unlaunch.md @@ -0,0 +1,28 @@ +# Αφαίρεση του Unlaunch + +::: danger + +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** + +::: + +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Ακολουθούν ορισμένες περιπτώσεις όπου θα θέλατε ενδεχομένως να καταργήσετε την εγκατάσταση του Unlaunch, αλλά με λύσεις που δεν απαιτούν αυτό το δραστικό μέτρο. + +- **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. Περιέχουν πλέον οδηγίες για το πώς να αλλάξετε το φόντο +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have + +::: warning + +Για να μειώσετε τις πιθανότητες να καταστεί μη λειτουργική η κονσόλα σας, βεβαιωθείτε ότι δεν έχετε εγκαταστήσει κάποιο παράνομο DSiWare στο αντίγραφο ασφαλείας της NAND σας (δεν μετρά η ανακατεύθυνση της SDNAND που παρέχεται από το hiyaCFW) και ότι δεν έχετε τροποποιήσει με οποιονδήποτε άλλο τρόπο τα αρχεία συστήματος. + +::: + +::: warning + +When uninstalling Unlaunch, you should **NOT** use its built-in uninstaller directly on your console as there is a chance that it will brick the console. Δείτε παρακάτω για πληροφορίες σχετικά με τον σωστό τρόπο αφαίρεσης. + +::: + +Once you have reviewed the above information, follow the [Dumping NAND](dumping-nand.html) instructions to make a new NAND backup, then proceed to [Restoring a NAND Backup](restoring-nand.html). Αυτή η σελίδα θα σας καθοδηγήσει σχετικά με την κατάργηση της εγκατάστασης του Unlaunch από το αντίγραφο ασφαλείας της NAND, το οποίο θα φορτώσετε στην κονσόλα σας. + +Εάν δεν μπορείτε να χρησιμοποιήσετε το no$gba ή λάβετε σφάλμα μετά την αφαίρεση του Unlaunch στο no$gba, μπορείτε επίσης να φορτώσετε ένα αντίγραφο ασφαλείας της NAND που δημιουργήθηκε πριν από την εγκατάσταση του Unlaunch εάν το έχετε ακόμα. Ωστόσο, προτείνουμε να δοκιμάσετε πρώτα με ένα αντίγραφο ασφαλείας της NAND που διέθετε το Unlaunch στο παρελθόν. Αυτό θα κάνει σημαντικά πιο εύκολη την επαναφορά της κονσόλας αν καταστεί μη λειτουργική, στην οποία περίπτωση θα ήταν απαραίτητο ένα hardmod. Αυτό συμβαίνει επειδή το Unlaunch αφήνει το υποσέλιδο του no$gba ενσωματωμένο στη NAND ακόμα και μετά την αφαίρεση. diff --git a/docs/es_ES/404.md b/docs/es_ES/404.md deleted file mode 100644 index bdf7f2834..000000000 --- a/docs/es_ES/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Página no encontrada -layout: single-no-ads -excerpt: Página no encontrada. Parece que tus píxeles están en otro lienzo. -sitemap: false ---- - -Vaya, parece que la página que intentabas ver no existe. - -::: tip - -[Echa un vistazo a la página de Navegación del sitio, probablemente allí puedas encontrar lo que estás buscando](site-navigation.html). - -::: diff --git a/docs/es_ES/alternate-exploits.md b/docs/es_ES/alternate-exploits.md index 66f9674a2..d62d4e4e7 100644 --- a/docs/es_ES/alternate-exploits.md +++ b/docs/es_ES/alternate-exploits.md @@ -1,17 +1,15 @@ ---- -title: Exploits Alternativos ---- +# Exploits Alternativos Si al lanzar la aplicación Cámara Nintendo DSi te salta un tutorial y al intentar completarlo la aplicación falla, no puedes usar el exploit Memory Pit. Aquí puedes encontrar exploits alternativos que pueden funcionar de ser este el caso. -Si tienes Flipnote Studio instalado en tu consola, puedes usar [Flipnote Lenny](launching-the-flipnote-exploit.html). +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). ::: tip -Asegúrate de que tienes los archivos necesarios de [TWiLight Menu++](get-started.html#section-i-prep-work) en tu tarjeta SD antes de continuar. +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. ::: -Si utilizas una version antigua del firmware de la consola, es posible que puedas usar exploits de archivos de guardado de una [lista selecta de juegos](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits). Estos no serán cubiertos aquí ya que están, en gran medida, obsoletos. Solo deberían ser utilizados como último recurso, en caso de que ni Memory Pit ni Flipnote Lenny funcionen para ti. +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). Estos no serán cubiertos aquí ya que están, en gran medida, obsoletos. Solo deberían ser utilizados como último recurso, en caso de que ni Memory Pit ni Flipnote Lenny funcionen para ti. petit-compwner no es una alternativa víable para Memory Pit, ya que requiere que la aplicación de cámara funcione correctamente para lanzar el exploit. diff --git a/docs/es_ES/credits.md b/docs/es_ES/credits.md index 1e92482a8..6d860505e 100644 --- a/docs/es_ES/credits.md +++ b/docs/es_ES/credits.md @@ -1,23 +1,21 @@ ---- -title: Créditos ---- +# Créditos Estos son los créditos para aquellos que han ayudado con el sitio web de la guía, homebrew y otras cosas. Si te gusta lo que han hecho, considera la posibilidad de donar (si tienen un enlace de donación). -- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Mantenimiento de la guía -- [YourKalamity](https://github.com/YourKalamity): Creador de Lazy DSi File Downloader -- [emiyl](https://emiyl.com/paypal): Dueño del dominio +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers +- [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen: Prestó una imagen de su Nintendo DSi para usar en la página de inicio -- [shutterbug2000](https://paypal.me/projectkaeru): Descubrimiento y desarrollo de los exploits para la Cámara DSi y Flipnote Studio -- [nathanfarlow](https://github.com/nathanfarlow): Descubrimiento & Desarrollador del exploit del navegador DSi -- [WinterMute](https://devkitpro.org/support-devkitpro): Mantenimiento del conjunto de herramientas para el desarrollo de Homebrew para DS, y la división del exploit de Flipnote Studio de ugopwn para crear Flipnote Lenny (que soporta todas las regiones y versiones de firmware) -- [nocash](http://problemkaputt.de/donate.htm): Desarrollo de Unlaunch -- [RocketRobz](https://github.com/RocketRobz): Desarrollo de TWiLight Menu ++ y de GodMode9i -- [zoogie](https://github.com/zoogie): Desarrollo de dumpTool y la división de Memory Pit que soporta todas las regiones y versiones de firmware -- [Plailect](https://github.com/Plailect): Creación de la guía original de modifiación de 3DS, de la cual ésta guía tomó inspiración +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits +- [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit +- [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) +- [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch +- [RocketRobz](https://github.com/RocketRobz): Developer of TWiLight Menu++ & GodMode9i +- [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares +- [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from -¡Puedes contribuir a nuestra guía simplemente [enviando una pull request en GitHub](https://github.com/cfw-guide/dsi.cfw.guide/)! +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -Si conoces otros idiomas, puedes ayudarnos traduciendo la guía a ese idioma. Puedes unirte a nuestro [proyecto en Crowdin](https://crowdin.com/project/dsi-guide) para empezar. +Si conoces otros idiomas, puedes ayudarnos traduciendo la guía a ese idioma. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/es_ES/dsiware-backups.md b/docs/es_ES/dsiware-backups.md index 26361d998..6d05b1341 100644 --- a/docs/es_ES/dsiware-backups.md +++ b/docs/es_ES/dsiware-backups.md @@ -1,24 +1,24 @@ ---- -title: Respaldos de DSiWare ---- +# Resplados de DSiWare ## Requisitos -- La ultima version de [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) - - Descargar el archivo, extraer su contenido y colocar `GodMode9i` en cualquier lugar de tu tarjeta SD. + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## Nintendo DSi - Instrucciones ### Sección I - Volcar el título DSiWare + 1. Inicia GodMode9i -1. Presiona START para abrir el menú START -1. Selecciona `Explorador de títulos...` - - Si esta opción no aparece, asegúrate de que tanto tu tarjeta SD como tu NAND están montadas. Si iniciaste GodMode9i desde hiyaCFW, inícialo desde otra aplicación -1. Selecciona el título que quieras volcar -1. Selecciona lo que quieras volcar -1. Repite los pasos 4 y 5 para todos los títulos DSiWare que quieras volcar +2. Presiona START para abrir el menú START +3. Select `Title manager...` + - Si esta opción no aparece, asegúrate de que tanto tu tarjeta SD como tu NAND están montadas. Si iniciaste GodMode9i desde hiyaCFW, inícialo desde otra aplicación +4. Selecciona el título que quieras volcar +5. Selecciona lo que quieras volcar +6. Repite los pasos 4 y 5 para todos los títulos DSiWare que quieras volcar ::: tip -Lo que hayas volcado estará en la ruta `sd:/gm9i/out`. +The dumped DSiWare will be found in `sd:/gm9i/out`. ::: diff --git a/docs/es_ES/dumping-game-cards.md b/docs/es_ES/dumping-game-cards.md index 33e14722c..55f12496a 100644 --- a/docs/es_ES/dumping-game-cards.md +++ b/docs/es_ES/dumping-game-cards.md @@ -1,29 +1,30 @@ ---- -title: Volcar cartuchos de juegos ---- +# Volcar cartuchos de juegos Esta sección es para volcar los cartuchos de juegos usando GodMode9i para que puedan ser jugados en emuladores, flashcarts o desde tu tarjeta SD usando nds-bootstrap. ## Requisitos + - El cartucho del juego que quieras volcar -- Una consola Nintendo DSi con [Unlaunch](installing-unlaunch.html) instalado +- Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## Instrucciones -### Sección I - Preparación de la Tarjeta SD -1. Descarga la última versión de [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases). -1. Extrae `GodMode9i.nds` del archivo .7z de GodMode9i y colócalo en cualquier lugar de tu tarjeta SD +### Sección I - Configuración de la tarjeta SD + +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### Sección II - Instrucciones para Nintendo DSi + 1. Inicia GodMode9i -1. Asegúrate de que el cartucho de juego esté insertado en la consola -1. Selecciona la opción "TARJETA DE JUEGO NDS" en GodMode9i -1. Selecciona lo que quieras volcar - - La opción "Trimmeado" volcará un archivo más pequeño, útil para ahorrar espacio en la tarjeta SD. Estos archivos no funcionarán para la mayoría de parches y romhacks -1. Repite los pasos 2 a 4 para todos los cartuchos que quieras volcar +2. Asegúrate de que el cartucho de juego esté insertado en la consola +3. Selecciona la opción "TARJETA DE JUEGO NDS" en GodMode9i +4. Selecciona lo que quieras volcar + - La opción "Trimmeado" volcará un archivo más pequeño, útil para ahorrar espacio en la tarjeta SD. Estos archivos no funcionarán para la mayoría de parches y romhacks +5. Repite los pasos 2 a 4 para todos los cartuchos que quieras volcar ::: tip -Las ROMs volcadas estarán en el directorio `sd:/gm9i/out`. +The dumped Game Cards will be found in `sd:/gm9i/out`. ::: diff --git a/docs/es_ES/dumping-nand.md b/docs/es_ES/dumping-nand.md index a4908bb69..b6c86fdf4 100644 --- a/docs/es_ES/dumping-nand.md +++ b/docs/es_ES/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: Hacer Copia de Seguridad de la NAND ---- +# Hacer Copia de Seguridad de la NAND Esta página es para hacer un respaldo de la NAND, es decir, una copia de los datos en el almacenamiento interno de la consola. Puedes usar este respaldo para configurar HiyaCFW, también para usarlo con los emuladores no$gba y melonDS para emular una consola Nintendo DSi. @@ -18,35 +16,34 @@ Se recomienda encarecidamente realizar este proceso. Un respaldo de la NAND de t ## Sección I - Configuración de la tarjeta SD -::: consejo +::: tip Si ya has descargado dumpTool desde otra sección de esta guía, puedes saltarte esta sección. ::: -1. Descarga la última versión de [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Coloca `dumpTool.nds` en cualquier lugar de tu tarjeta SD - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## Seccion II - Volcar la NAND -1. Inicia `dumpTool` desde TWiLight Menu++ -1. Presiona el botón A de la Nintendo DSi para empazar a volcar la NAND - - Hacer un respaldo de la NAND usualmente toma al rededor de 7 minutos -1. Cuando el respaldo esté completo, presiona el botón START de tu consola para salir de dumpTool -1. Apaga la consola e introduce la tarjeta SD en tu dispositivo -1. Guarda este respaldo en un lugar seguro, donde no puedas perderlo - - De ser posible, haz multiples copias y almacénalas en dispositivos distintos - - Cuando lo hayas guardado en otro lugar, puedes borrarlo de la tarjeta SD +1. Launch `dumpTool` through TWiLight Menu++ +2. Presiona el botón A de la Nintendo DSi para empazar a volcar la NAND + - Hacer un respaldo de la NAND usualmente toma al rededor de 7 minutos +3. Cuando el respaldo esté completo, presiona el botón START de tu consola para salir de dumpTool +4. Apaga la consola e introduce la tarjeta SD en tu dispositivo +5. Guarda este respaldo en un lugar seguro, donde no puedas perderlo + - De ser posible, haz multiples copias y almacénalas en dispositivos distintos + - Cuando lo hayas guardado en otro lugar, puedes borrarlo de la tarjeta SD -::: advertencia +::: warning -El hash SHA1 del `nand.bin` no coincidirá con el hash almacenado en `nand.bin.sha1`. Esto se debe a que dumpTool añade datos adicionales llamados "no$gba footer" al archivo `nand.bin` después de calcular el hash SHA1. Puedes usar [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases)para crear una copia sin dichos datos. +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. ::: -::: consejo +::: tip -Continuar a [Instalar Unlaunch](installing-unlaunch.html) (Opcional) +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) ::: diff --git a/docs/es_ES/faq.md b/docs/es_ES/faq.md index 43ef195d0..dfbdedbd2 100644 --- a/docs/es_ES/faq.md +++ b/docs/es_ES/faq.md @@ -1,33 +1,38 @@ ---- -title: Preguntas Frecuentes ---- +# Preguntas Frecuentes ## ¿Debería actualizar el sistema? -**No** se recomienda instalar una actualización a no ser que sepas que se han comprado DSiWare con tu consola. Si bien es posible seguir esta guía si actualizas, el único beneficio real sería acceder a la tienda de Nintendo DSi para volver a descargar tus títulos comprados. Todos los demás beneficios, como la integración de Facebook a la aplicación Cámara Nintendo DSi, ya no son utilizables o suficientemente provechosos para justificar las desventajas: -- Instalar actualizaciones de sistema ha causado **bloqueos totales** a algunas consolas, con más o menos la misma frecuenciaque instalar Unlaunch lo ha causado +It is **not** recommended to update your DSi unless you know there are purchased DSiWare. Si bien es posible seguir esta guía si actualizas, el único beneficio real sería acceder a la tienda de Nintendo DSi para volver a descargar tus títulos comprados. Todos los demás beneficios, como la integración de Facebook a la aplicación Cámara Nintendo DSi, ya no son utilizables o suficientemente provechosos para justificar las desventajas: + +- Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch - Ya no podrás usar exploits antiguos, lo que es posible que necesites hacer si no puedes usar los exploits recomendados - La compatibilidad con flashcards se ve reducida. Instalar Unlaunch previene que esto ocurra ## ¿Cuál es el mejor exploit? + Unlaunch suele ser la mejor opción. La única desventaja es que tiene un pequeño riesgo de bloqueo total al instalar. En general, se recomienda usar Memory Pit para instalar Unlaunch. Si quieres evitar riesgos, se recomienda usar Flipnote Lenny en su lugar, ya que tiene menos problemas con homebrew que Memory Pit mientras que es igual de seguro y fácil de desinstalar. Abo podrás ver una lista de ventajas y desventajas de cada exploit principal: ### Memory Pit + Ventajas: + - Rápido y fácil de usar - No hay riesgo de dañar la consola, y desinstalar es tan simple como remover la tarjeta SD o eliminar un archivo - Compatible con todas las consolas DSi a no ser que la cámara esté dañada y el tutorial de la aplicación Cámara DSi no se haya completado Desventajas: + - Requiere iniciar la aplicación Cámara Nintendo DSi cada vez que quieras acceder a aplicaciones homebrew - Incompativle con ciertos homebrew y títulos en modo DSi debido a que la WRAM sólo es accesible por la CPU ARM7 - Las aplicaciones homebrew no pueden acceder a la ranura Slot-1 (donde van los cartuchos de DS) - El acceso al DSP está bloqueado, lo que resulta en peor calidad de audio en GBARunner2 - Las fotos en la tarjeta SD no se pueden ver en la aplicación Cámara Nintendo DSi mientras Memory Pit esté instalado, ya que por ahí se accede al exploit - - La única forma de acceder a las fotos en la tarjeta SD mientras Memory Pit esté instalado, es iniciar una rom volcada de la aplicación Cámara Nintendo DSi usando nds-bootstrap (v0.61.3 o posterior) a través de **TW**i**L**ight Menu++ + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + Ventajas: + - Mejor compatibilidad con títulos en modo DSi y homebrew, en comparación con Memory Pit - Fácil de usar - No existe riesgo de averiar la consola @@ -35,106 +40,132 @@ Ventajas: - Mejor sonido en GBARunner2 Desventajas: + - Requiere acceso a internet - Requiere cargar la aplicación Nintendo DSi Browser cada vez que quieras acceder a aplicaciones homebrew, lo cual es un poco más lento que usar Memory Pit - Las aplicaciones homebrew no pueden acceder a la ranura Slot-1 (donde van los cartuchos de DS) ### Flipnote Lenny + Ventajas: + - Mejor compatibilidad con títulos en modo DSi y homebrew, en comparación con Memory Pit - No hay riesgo de dañar la consola, y desinstalar es tan simple como remover la tarjeta SD o eliminar una carpeta - Utilizable en las consolas que tengan la cámara averiada - Mejor sonido en GBARunner2 Desventajas: + - Requiere cargar Flipnote Studio cada vez que quieras acceder a aplicaciones homebrew, lo cual es un poco más lento que usar Memory Pit - Las aplicaciones homebrew no pueden acceder a la ranura Slot-1 (donde van los cartuchos de DS) ### Unlaunch + Ventajas: + - Permite cargar homebrew y títulos DSiWare inmediatamente al encender la consola, con comandos de acceso rápido opcionales - Acceso completo a las funciones del sistema sin ninguna restricción, lo que permite: - - Acceder a la ranura Slot-1, permitiéndote volcar roms de cartuchos de juego y cargar flashcards incompatibles - - Mejor sonido en GBARunner2 + - Acceder a la ranura Slot-1, permitiéndote volcar roms de cartuchos de juego y cargar flashcards incompatibles + - Mejor sonido en GBARunner2 - Remueve el bloqueo regional en cartuchos de juego con mejoras DSi o exlcusivos para DSi - Protección ante la mayoría de formas de ocasionar un bloqueo total - Se pueden ejectuar juegos con mejoras DSi en modo DSi sin necesidad de una ROM donante - Pueden ejecutarse aplicaciones homebrew antiguas a través de nds-bootstrap-hb Desventajas: -- Pequeñísimo riesgo de **bloqueo total** al instalar -- Riesgo ligeramente mayor de ocasionar un bloqueo total si decides [desinstalarlo](uninstalling-unlaunch.html) + +- Very minor risk of **bricking** the console when installing +- Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - No es compatible con consolas de desarrollo ## ¿Perderé funcionalidades si modifico mi consola? -Si instalas Unlaunch o Flipnote Lenny, no se perderá ninguna funcionalidad. Si usas Memory Pit, no podrás ver las fotos en la tarjeta SD usando la aplicación Camara Nintendo DSi, a no ser que inicies una rom volcada de dicha aplicación usando nds-bootstrap a traves de **TW**i**L**ight Menu++. -- Para recuperar la habilidad de ver las fotos en la tarjeta SD al usar la aplicación Camara Nintendo DSi desde el menú DSi, instala Unlaunch o usa un exploit distinto, luego, elimina el archivo `pit.bin` de Memory Pit - - Si `tip.bin` existe en la misma carpeta, renómbralo a `pit.bin` + +Si instalas Unlaunch o Flipnote Lenny, no se perderá ninguna funcionalidad. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + +- To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## ¿Cómo juego a ROMs volcadas de cartuchos de Nintendo DS? + Jugar ROMs volcadas en la consola requiere el uso de una flashcart o de nds-bootstrap, un programa que permite cargar juegos desde la tarjeta SD redirigiendo hacia esta las instrucciones de lectura/escritura originalmente dirigidas a la ranura Slot-1 de la consola. + - Con TWiLight Menu++ puedes navegar por tu tarjeta SD para buscar ROMs que puedas ejecutar con nds-bootstrap. Las ventajas de usar TWiLight Menu++ son: tener un menú de trucos, configuraciones separadas para cada juego, y evitar las restricciones que conlleva utilizar redireccionadores. En otras palabras, puedes colocar ROMs directamente en tu tarjeta SD y jugar sin más configuraciones. No hay límite de 39 juegos por pantalla, no se requieren hiyaFCW o Unlaunch, y no hay restricciones en cuanto al tamaño disponible en la tarjeta SD -- Los usuarios de hiyaCFW pueden crear redireccionadores a para el Menú DSi de la SDNAND usando la guía para [Redireccionadores para juegos de DS](https://wiki.ds-homebrew.com/es-ES/ds-index/forwarders?tab=tab-dsi-sd-card) en la wiki de DS-Homebrew, pero esto tiene algunas limitaciones. Sólo se pueden tener 39 títulos en pantalla, y es menos conveniente hacerlos que usar TWiLight Menu++ - - Si no tienes instalado hiyaCFW y te gustaría usar redireccionadores, puedes seguir la [guía de instalación de hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing)en la Wiki de DS-Homebrew +- hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. Sólo se pueden tener 39 títulos en pantalla, y es menos conveniente hacerlos que usar TWiLight Menu++ + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## ¿Como actualizo mis aplicaciones homebrew? -- **Unlaunch** - Sigue las instrucciones en la página de [Instalación de Unlaunch](installing-unlaunch.html) - - Ojo, **NO** es necesario desinstalar Unlaunch antes de hacer esto -- **hiyaCFW** - Reemplaza el archivo `hiya.dsi` en la carpeta raíz de la tarjeta SD con la [última versión](https://github.com/RocketRobz/hiyaCFW/releases) -- **TWiLight Menu++** - Sigue las instrucciones en la [Wiki de DS-Homebrew](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -- **nds-bootstrap** - Copia los archivos `nds-bootstrap-hb-release.nds` y `nds-bootstrap-release.nds` a la carpeta `_nds` en la raíz de tu tarjeta SD - - Si usas TWiLight Menu++, es muy probable que la última versión de nds-bootstrap esté incluida en TWiLight Menu++ -- **GodMode9i, dumpTool, Forwarder3-DS, etcétera** - Sigue las instrucciones usadas para descargarlos + +- **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page + - You do **not** need to uninstall Unlaunch before doing this +- **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) +- **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +- **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card + - Si usas TWiLight Menu++, es muy probable que la última versión de nds-bootstrap esté incluida en TWiLight Menu++ +- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them Otras aplicaciones homebrew pueden usar otros métodos para actualizar. ## Soy nuevo o me gustaría rehacer mi configuración. ¿Por dónde empiezo? + - Si todavía no has modificado tu consola o quieres actualizar Unlaunch en tu sistema, recomendamos empezar por el inicio de esta guía y continuar con las páginas siguientes. Asegúrate de leer todo en la página de inicio -- Si estás en la última versión de Unlaunch, sigue la [guía de instalación de TWiLight Menu++](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) para instalar y configurar TWiLight Menu++ en tu sistema +- If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## ¿Cómo elimino el control parental? -- El [generador de mkey](https://mkey.salthax.org) puede generar el código que necesitas para eliminar el control parental + +- The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## ¿Puedo cambiar la región de mi consola? + Sí, hay distintos métodos para hacerlo, dependiendo de lo que quieras cambiar: + - El método más simple y seguro es instalar TWiLight Menu++, te permite usar cualquier lenguaje oficial y aún más sin requerir modificaciones de la NAND - Si quieres cambiar la región del sistema y estás usando hiyaCFW, abre el menú de configuración y cambia la configuración de región (no es posible con NANDs de las regiones de China y Corea) - - Si esto hace que la pantalla táctil deje de funcionar, revierte el cambio de región y usa [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) de Yoti para consolas asiáticas. Para consolas americanas, usa [esta versión de hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) -- Por último, si quieres cambiar la región en la memoria NAND del sistema, puedes usar [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/), de Mighty Max + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) +- Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## ¿Qué pasó con la guía de instalación de hiyaCFW? -Como hiyaCFW no tiene mucha utilidad y era una parte problemática y confusa de la guía para muchos usuarios, fue movida a la [wiki de DS-Homebrew](https://wiki.ds-homebrew.com/hiyacfw/installing). + +Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - Si fuiste referido a la página en cuestión desde otra guía, las instrucciones que estabas siguiendo muy probablemente estaban desactualizadas. Se te recomienda seguir esta guía en su lugar, ya que es mantenida y constantemente actualizada por los desarrolladores de estos proyectos ## ¿Qué pasó con Lazy DSi Downloader? ¿Cómo instalo homebrew sin usarlo? + Lazy DSi Downloader era un programa que, esencialmente, te permitía saltar el proceso de instalación manual, ya que descargaba e instalaba los archivos necesarios en tu tarjeta SD. Sin embargo, por como fue programado y distribuido, muchos usuarios encontraban problemas varios y terminaban teniendo que instalar homebrew de forma manual, ya que eras más rápido y/o sencillo que resolver lo que fuese que estuviese causando el problema. -Para evitar que más usuarios tengan estos problemas, ya no recomendamos usar Lazy DSi Downloader, y en su lugar recomendamos [realizar el proceso de instalación manual](get-started.html). +To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - Si llegaste a esta página por un tercero que recomendaba usar Lazy DSi Downloader, las instrucciones que estabas siguiendo estaban desactualizadas. Por favor, usa esta guía, ya que es mantenida constantemente por los desarrolladores de estos proyectos. ## ¿Qué tipo de tarjeta SD debería usar? + - Deberías comprar una tarjeta SD de una marca confiable - Funcionarán tanto una tarjeta SD de tamaño normal como una tarjeta micro SD con un adaptador - Cualquier capacidad de entre 1 GB y 2 TB funcionarán. 8 GB suele ser suficiente para el uso general - - Algunas aplicaciones, como hiyaCFW, pueden ver tiempos de carga prolongados según la capacidad de la tarjeta utilizada + - Algunas aplicaciones, como hiyaCFW, pueden ver tiempos de carga prolongados según la capacidad de la tarjeta utilizada - Se recomienda el uso de tarjetas de velocidad clase 8 o superior ## ¿Puedo usar la tarjeta SD de mi consola en otros sistemas? + Usualmente, sí, con un par de excepciones: + - hiyaCFW solo funcionará en el sistema para el que se configuró - Incluso si usas nds-bootstrap o una flashcard, los códigos de amigo en juegos en línea se resetearán cuando se intente entrar en línea usando una consola diferente ## ¿Puedo cambiar de tarjeta SD después de que ya esté todo listo y configurado? -Sí, asegúrate de formatear tu nueva tarjeta SD usando la página de [preparación de tarjeta SD](sd-card-setup.html), y luego simplemente mueve tus archivos de tu tarjeta antigua a la nueva. + +Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## ¿Puedo usar mi consola normalmente sin introducir la tarjeta SD después de instalar homebrew? -Sí. Si no instalaste Unlaunch, tu consola permanecerá con el sistema intacto. Si *sí* instalaste Unlaunch, puede que necesites [configurar Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) para iniciar el Menú DSi original automáticamente bajo ciertas condiciones. -## La [página de Unlaunch](https://problemkaputt.de/unlaunch.htm) dice que la versión 2.0 no es segura. ¿Debería usar una versión anterior? -La página de Unlaunch no ha sido actualizada desde que se publicó la versión 2.0, en 2019. La gran mayoría de usuarios no han experimentado problemas usando esta versión, así que puede considerarse segura. +Sí. Si no instalaste Unlaunch, tu consola permanecerá con el sistema intacto. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. ¿Debería usar una versión anterior? +La página de Unlaunch no ha sido actualizada desde que se publicó la versión 2.0, en 2019. La gran mayoría de usuarios no han experimentado problemas usando esta versión, así que puede considerarse segura. ## ¿Cómo puedo jugar títulos DSi volcados? + La forma recomendado es iniciarlos usando TWiLight Meni++, debido a su métedo simple para añadir juegos al menú, y que no hay un límite arbitrario de cuántos títulos puedes instalar. Si el método de ejecución de DSiWare es nds-bootstrap, además, ganas el beneficio de poder hacer capturas de pantalla y usar trucos, junto con cualquier otra ventaja proporcionada por el menú dentro del juego. -Sin embargo, para los pocos títulos incompatibles, puedes usar [NTM](https://github.com/Epicpkmn11/NTM/releases) para instalarlos bien en la memoria interna, o en la [SDNAND de hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). Además de carecer de los beneficios previamente mencionados, también hay un límite de 39 títulos, y no se pueden exceder 128Mib/1024 bloques en tamaño. Para la memoria interna, también hay un pequeño riesgo de bloqueo total del sistema al escribir al almacenamiento interno. +However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). Además de carecer de los beneficios previamente mencionados, también hay un límite de 39 títulos, y no se pueden exceder 128Mib/1024 bloques en tamaño. Para la memoria interna, también hay un pequeño riesgo de bloqueo total del sistema al escribir al almacenamiento interno. diff --git a/docs/es_ES/file-extensions-windows.md b/docs/es_ES/file-extensions-windows.md index 6be7eb311..fcb02ec2e 100644 --- a/docs/es_ES/file-extensions-windows.md +++ b/docs/es_ES/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: Extensiones de archivo (Windows) ---- +# Extensiones de archivo (Windows) Esta es una sección adicional para desactivar el comportamiento predeterminado de Windows de ocultar las extensiones de archivo, lo que facilitará mucho la búsqueda de archivos referenciados en la guía. ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. Inicia el explorador de archivos. Puedes hacerlo abriendo cualquier carpeta (como la de tu tarjeta SD), o presionando el ícono en la barra de tareas. -1. Haz clic en la opción "Ver" en la barra superior - - Si la opción no está presente, haz clic en el botón `···` en la parte derecha de la barra superior -1. Haz clic o mantén el cursor en el submenú `Mostrar >` -1. Marca la opción `Extensiones de archivo` ![Captura de pantalla al poner el cursor sobre la casilla "extensiones de nombre de archivo" en Windows 11](/assets/images/windows-11-file-extensions.png) +2. Haz clic en la opción "Ver" en la barra superior + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 -1. Inicia el explorador de archivos, puedes hacerlo abriendo cualquier carpeta (como la de tu tarjeta SD), o clicando el ícono en la barra de tareas -1. Haz clic en la opción "Ver" en el menú de cinta de la barra superior -1. Marca la opción "Extensiones de nombre de archivo" ![Captura de pantalla al poner el cursor sobre la casilla "extensiones de nombre de archivo" en Windows 10](/assets/images/windows-10-file-extensions.png) +1. Inicia el explorador de archivos. Puedes hacerlo abriendo cualquier carpeta (como la de tu tarjeta SD), o presionando el ícono en la barra de tareas. +2. Haz clic en la opción "Ver" en el menú de cinta de la barra superior +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. Abre el menú de inicio haciendo clic en él o usando la tecla Windows -1. Busca "Opciones de carpeta" y selecciona el resultado con el mismo nombre ![Captura de pantalla al buscar "opciones de carpeta" en el menú inicio de Windows 7](/assets/images/windows-7-folder-options-start-menu.png) -1. Haz clic en la opción "Ver" en la parte superior del menú Opciones de carpeta -1. Asegúrate de que la casilla "Ocultar extensiones para tipos de archivo conocidos" no está marcada ![Captura de pantalla de la ventana "Opciones de carpeta" con la opción "Ocultar extensiones de archivo" desmarcada en Windows 7](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Haz clic en la opción "Ver" en la parte superior del menú Opciones de carpeta +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/es_ES/get-started.md b/docs/es_ES/get-started.md index c45098f56..ccea5b356 100644 --- a/docs/es_ES/get-started.md +++ b/docs/es_ES/get-started.md @@ -1,66 +1,61 @@ ---- -title: "Empezando el proceso" ---- +# Empezando el proceso -La aplicación homebrew principal que esta guía te ayuda a instalar es **TW**i**L**ight Menu++, que es una versión mejorada/un reemplazo del Menú Nintendo DSi, que te permite ejecutar otras aplicaciones homebrew, juegos comerciales, emuladores para varios sistemas antiguos, y demás. +The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. Comenzaremos descargándolo, junto con otra(s) herramienta(s) homebrew, a modo de preparación para lanzar un exploit. ## Requisitos - Una forma de copiar archivos a tu tarjeta SD -- Una aplicación que pueda extraer archivos comprimidos, como [7-Zip](https://www.7-zip.org/) (para Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (para macOS), o [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (para Chromebook) - - Se recomienda evitar el uso de WinRAR, ya que usualmente arruina el proceso - - Si estás usando Windows 11, evitar también usar el extractor incorporado en el sistema (Explorador de archivos), ya que causa un error referente al nombre del archivo siendo inválido o muy grande +- An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) + - Se recomienda evitar el uso de WinRAR, ya que usualmente arruina el proceso + - Si estás usando Windows 11, evitar también usar el extractor incorporado en el sistema (Explorador de archivos), ya que causa un error referente al nombre del archivo siendo inválido o muy grande ## Sección I - Preparación ::: warning -Asegúrate de que tu tarjeta SD esté [formateada correctamente](sd-card-setup.html). +Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. Inserta tu tarjeta SD en tu ordenador -1. Descarga la versión más reciente de [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) - - Si no se descarga, abre la página [de "Releases"](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), y descarga a `TWiLightMenu-DSi.7z` -1. Descarga la versión más reciente de [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Abre a `TWiLightMenu-DSi.7z` - - Si estás a utilizar el Windows, asegúrate de que 7-Zip está instalado, entonces siga estos pasos: - 1. Pulse con el botón derecho del ratón en `TWiLightMenu-DSi.7z` - 1. Si estás a usar el Windows 11, pulse `Mostrar más opciones` - 1. Pasa el cursor por encima de `7-zip` - 1. Pulse `Abrir comprimido` -1. Copia la carpeta `_nds` del archivo `TWiLightMenu.DSi.7z` a la carpeta raíz de tu tarjeta SD -1. Copia el archivo `BOOT.NDS` del archivo `TWiLightMenu-DSi.7z` a la carpeta raíz de tu tarjeta SD -1. Sal de `TWiLightMenu-DSi.7z` -1. Copia el archivo `dumpTool.nds` a la carpeta raíz de tu tarjeta SD +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - Si estás a utilizar el Windows, asegúrate de que 7-Zip está instalado, entonces siga estos pasos: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip -Si no sabes qué carpeta es la carpeta raíz, echa un vistazo a [esta imagen](/assets/images/sdroot/es_ES.png). +Si no sabes qué carpeta es la carpeta raíz, echa un vistazo a [See this image](/assets/images/sdroot/en_US.png) ::: - ## Sección II - Elegir un exploit A partir de aquí, tienes tres opciones, cada una implica un proceso ligeramente distinto. - ### Instalar Unlaunch usando Memory Pit Memory Pit es un exploit que utiliza la aplicación Cámara Nintendo DSi, compatible con todas las versiones de firmware. De forma opcional, este exploit puede ser usado para instalar Unlaunch, un exploit de código de arranque que permite control total de la consola al encenderla. -Ya que Memory Pit está algo limitado en cuanto a compatibilidad, se recomienda instalar Unlaunch en lugar de usar Memory Pit exclusivamente. Ya que este es el método más fácil de instalar Unlaunch, esta es la opción recomendada. Sin embargo, hay un pequeñísimo riesgo de causar un **bloqueo total** de la consola al instalar Unlaunch, así que si la posibilidad te preocupa, echa un vistazo al método de más abajo. +Ya que Memory Pit está algo limitado en cuanto a compatibilidad, se recomienda instalar Unlaunch en lugar de usar Memory Pit exclusivamente. Ya que este es el método más fácil de instalar Unlaunch, esta es la opción recomendada. However, there is a very minor risk of **bricking** your console when installing Unlaunch, so if this is a concern, see the alternate method below. ::: tip -Continuar a [Lanzar el Exploit](launching-the-exploit.html) +Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax stylehax es un exploit que utiliza la aplicación Nintendo DSi Browser, y puede ser usado como una alternativa a Memory Pit para instalar Unlaunch si tu consola tiene la cámara averiada. @@ -69,11 +64,10 @@ Si no quieres instalar Unlaunch, se recomienda usar este exploit ya que Memory P ::: tip -Continuar a [Lanzar el Exploit (stylehax)](launching-the-browser-exploit.html) +Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.html) ::: - ### Flipnote Lenny Flipnote Lenny es un exploit que utiliza la aplicación Flipnote Studio. @@ -84,8 +78,8 @@ Siempre puedes instalar Unlaunch más tarde si es lo que deseas. ::: tip -Continuar a [Lanzar el Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +Continue to [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) ::: -Para una comparación más detallada de ventajas y desventajas de cada exploit, echa un vistazo a la pregunta [¿Cuál es el mejor exploit?](faq.html#which-is-the-best-exploit) en la página de Preguntas Frecuentes. +For a more detailed pros and cons comparision of the available exploits, please see the [Which is the best exploit?](faq.html#which-is-the-best-exploit) FAQ. diff --git a/docs/es_ES/index.md b/docs/es_ES/index.md index 586986e9b..dd94d5470 100644 --- a/docs/es_ES/index.md +++ b/docs/es_ES/index.md @@ -1,25 +1,28 @@ --- -home: true -title: Inicio -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +layout: home +title: Guía de DSi +hero: + text: Guía de DSi + tagline: Una guia completa para modificar tu Nintendo DSi + image: + src: /assets/images/home-page-feature.png --- ::: tip -Para guías completas sobre homebrew y custom firmware para otros dispositivos, revisa [la Guía CFW](https://cfw.guide/). +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -Lea detenidamente todas las páginas introductorias (¡incluyendo esta!) antes de proceder. +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## ¿Qué es el homebrew? -Las [aplicaciones Homebrew](https://en.wikipedia.org/wiki/Homebrew_(video_games)) son piezas de software sin licencia hechas para sistemas cerrados, como la Nintendo DSi. El objetivo puede variar, desde ser usadas como herramientas hasta ser jugadas como juegos no licenciados. +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. El objetivo puede variar, desde ser usadas como herramientas hasta ser jugadas como juegos no licenciados. Las aplicaciones Homebrew pueden ejecutarse de forma gratuita en todas las consolas Nintendo DSi, independientemente de la versión de firmware o de la región. Todo lo que necesitas es un punto de entrada y una tarjeta SD para almacenar tu homebrew. El punto de entrada principal usado en esta guía se llama Memory Pit (foso de memoria), pero existen otros puntos de entrada que puedes utilizar en caso de que no puedas hacer provecho de Memory Pit. @@ -27,28 +30,28 @@ Las aplicaciones Homebrew pueden ejecutarse de forma gratuita en todas las conso - Ejecutar ROMs volcadas de juegos para Nintendo DS(i) desde la tarjeta SD de tu consola, sin necesidad de una flashcart - Ejecutar cualquier título DSiWare desde tu tarjeta SD - - Incluyendo títulos fuera de tu región y títulos DSiWare exclusivos de 3DS + - Incluyendo títulos fuera de tu región y títulos DSiWare exclusivos de 3DS - Iniciar automáticamente DSiWare y aplicaciones Homebrew al mantener pulsados ciertos botónes mientras enciendes tu consola - Ejecutar títulos de consolas clásicas utilizando distintos emuladores - Utilizar flashcarts normalmente incompatibles - Redirigir tu NAND a la tarjeta SD usando hiyaCFW - Ver tus películas favoritas usando FastVideoDSPlayer o tuna-viDS - - FastVideoDSEncoder requiere un CPU que soporte AVX2 (es probable que las CPUs más recientes lo soporten) + - FastVideoDSEncoder requiere un CPU que soporte AVX2 (es probable que las CPUs más recientes lo soporten) - Mostrar una imagen (llamada boot splash) al inciar el sistema - Ejecutar aplicaciones y juegos homebrew ## ¿Dónde puedo encontrar aplicaciones homebrew? -- [Universal-DB](https://db.universal-team.net/ds) tiene la mayoría del homebrew moderno, con un buen sistema de búsqueda y ordenamiento, que además mantiene al día los que han sido actualizados recientemente -- [Gamebrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) tiene archivado un montón de homebrew antiguo, mucho del cual sólo funcionará en flashcarts +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards ## ¿Qué debería saber antes de empezar? -- En Windows se recomienda [mostrar extensiones de archivo](file-extensions-windows.html) si estas usando el explorador de archivos por defecto +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer - El único riesgo de bloqueo total del sistema viene de instalar Unlaunch, pero este riesgo es sumamente pequeño ::: tip -Continuar a [Empezando el proceso](get-started.html) +Continue to [Get Started](get-started.html) ::: diff --git a/docs/es_ES/installing-unlaunch.md b/docs/es_ES/installing-unlaunch.md index 5e71b1971..339c5dff8 100644 --- a/docs/es_ES/installing-unlaunch.md +++ b/docs/es_ES/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: Instalar Unlaunch ---- +# Instalar Unlaunch ::: warning @@ -10,7 +8,7 @@ Si no tienes acceso a una PC, o si el sistema operativo de tu PC es ChromeOS, no ::: danger -Si aún no lo has hecho, por favor, haz una [copia de seguridad de la NAND](dumping-nand.html). Si bien las probabilidades son escasas, Unlaunch puede bloquear totalmente tu consola de forma accidental. Una copia de respaldo de la NAND y [modificación del hardware](https://wiki.ds-homebrew.com/ds-index/hardmod) te permiten restaurar esta copia de respaldo, siempre y cuando sepas como soldar. +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). Si bien las probabilidades son escasas, Unlaunch puede bloquear totalmente tu consola de forma accidental. A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. ::: @@ -26,51 +24,52 @@ Unlaunch no es compatible con consolas de desarrollo de Nintendo DSi. ::: -## Sección I - Preparación de la tarjeta SD +## Sección I - Configuración de la tarjeta SD -1. Descarga la última version de [Unlaunch](https://problemkaputt.de/unlaunch.zip) - - [Enlace alternativo](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), si el de arriba no funciona -1. Extrae `UNLAUNCH.DSI` del archivo `unlaunch.zip`, y colócalo en cualquier lugar de tu tarjeta SD -1. Comprueba que aún tienes TWiLight Menu++ en tu tarjeta SD - - Si no estás seguro, sigue las instrucciones de la [guía de instalación de TWiLight Menu++](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Comprueba que aún tienes TWiLight Menu++ en tu tarjeta SD + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## Sección II - Instalar/Actualizar Unlaunch 1. Abre TWiLight Menu++ - - Si esta es tu primera vez instalando Unlaunch, lanza TWiLight Menu++ a través del [exploit que utilizaste anteriormente](launching-the-exploit.html) - - Si ya has instalado Unlaunch y lo que quieres es actualizarlo, mantén presionados A y B mientras enciendes la consola, y escoge la opción `TWiLight Menu++` - - Si aparecen varias opciones con el nombre `TWiLight Menu++`, escoge la opción en la que se muestra `BOOT.NDS` al final de la ruta en la pantalla inferior - - Esto sucede debido a que tienes instalada una versión antigua de TWiLight Menu++. A menos que lo estés haciendo a propósito, sugerimos que [actualices tu instalación](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -1. Entra en la configuración de TWiLight Menu++ - - Por defecto, puedes entrar en los ajustes presionando `SELECT` y tocando el pequeño botón con un ícono de DS en la parte inferior de la pantalla táctil. Si has cambiado el tema, consulta el manual de TWiLight Menu++ para saber como entrar en los ajustes -1. Presiona L/R o X/Y hasta que llegues a la sección `Ajustes de Unlaunch`. -1. Si quieres cambiar el la imágen que Unlaunch utiliza como fondo. selecciona la opción `Fondo` y elige el que quieras. - - Si quieres crear tu propio fondo para Unlaunch, consulta la [página en la Wiki de DS-Homebrew](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds). -1. Sal de la Configuración de TWiLight Menu++ -1. En el menú de navegación de archivos, ejecuta la aplicación `Unlaunch DSi Installer` - - Si ves dos pantallas en negro después de ejecutar la aplicación, descarga [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), pon su archivo .dsi en la raíz de tu tarjeta SD, luego inicia GodMode9i usando TWiLight Menu+++, e inicia `Unlaunch.dsi` - Este método no permite instalar Unlaunch con fondos personalizados ni con la configuración de parches cambiada. -1. Selecciona la opción "Install now" - - Si Unlaunch se congela y muestra el mensaje `ERROR: MISMATCH IN FAT COPIES`, echa un vistazo a la página de [solución de problemas](troubleshooting.html) -1. Al terminar, reinicia tu consola + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Entra en la configuración de TWiLight Menu++ + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Si has cambiado el tema, consulta el manual de TWiLight Menu++ para saber como entrar en los ajustes +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Sal de la Configuración de TWiLight Menu++ +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Selecciona la opción "Install now" + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. Al terminar, reinicia tu consola Si en este punto ves el sistema de archivos de Unlaunch, significa que has modificado exitosamente tu Nintendo DSi. -- Si en cambio ves una pantalla en negro, por favor revisa la página de [solución de problemas](troubleshooting.html) + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## Sección III - Configuración posterior Por defecto, Unlaunch inicia su sistema de archivos al encender la consola, pero esto puede ser cambiado para iniciar lo que desees. -1. Enciende tu consola mientras mantienes pulsado A y B. - - Esto deberia iniciar el sistema de archivos de Unlaunch. - - Si `TWiLight Menu++` no se muestra en la lista (incluso después de desplazar el cursor hacia abajo), debes [reformatear tu tarjeta SD](sd-card-setup.html) -1. Ve a `OPTIONS` y echa un vistazo a las opciones disponibles. - - La opción A + B está configurada para inciar el sistema de archivos de Unlaunch. Esta opción está bloqueada y no puede ser cambiada. - - Las opciónes `NO BUTTON` y `BUTTON A / B / X / Y` pueden ser modificadas como quieras para escoger qué cargará tu consola al encenderse dependiendo de los botones que mantengas persionados. Puedes configurar estas opciones para iniciar cualquier título DSiWare, Homebrew, la ranura Slot-1, Wifiboot o el sistema de archivos de Unlaunch. - - Para TWiLight Menu++, escoge `TWiLight Menu++` - - Para que alguna de estas opciones inicie el Menú DSi original, selecciona el archivo `Launcher`. - - La opción `LOAD ERROR` es en lo que tu DSi iniciará si lo que tú hayas configurado falla, como por ejemplo, una archivo en la tarjeta SD cuando esta no está en la consola. -1. Selecciona `SAVE & EXIT` para guardar la configuración, luego, apaga la consola. +1. Enciende tu consola manteniendo pulsado A y B. + - Esto debería iniciar el sistema de archivos de Unlaunch. + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - La opción A + B está configurada para inciar el sistema de archivos de Unlaunch. Esta opción está bloqueada y no puede ser cambiada. + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Puedes configurar estas opciones para iniciar cualquier título DSiWare, Homebrew, la ranura Slot-1, Wifiboot o el sistema de archivos de Unlaunch. + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## Sección IV - Limpiar la tarjeta SD @@ -82,22 +81,22 @@ Esta sección es opcional y solo sirve para mantener ordenada la tarjeta SD y re :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit -- Elimina el archivo `sd:/private/ds/app/484E494A/pit.bin` de tu tarjeta SD -- Renombra `tip.bin` a `pit.bin` y déjalo estar -- Ya puedes restaurar la carpeta `DCIM` que estaba en la carpeta raíz de tu tarjeta SD -- Elimina el archivo `UNLAUNCH.DSI` de tu tarjeta SD +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card +- Rename `tip.bin` back to `pit.bin`, and leave it intact +- You can now restore the `DCIM` folder that was on the root of your SD card +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny -- Elimina los archivos `800031_104784BAB6B57_000.ppm` y `T00031_1038C2A757B77_000.ppm` de dentro de las siguientes carpetas: - - `sd:/private/ds/app/4B47554A/001` (Japón) - - `sd:/private/ds/app/4B475545/001` (EEUU) - - `sd:/private/ds/app/4B475556/001` (Europa/Australia) - - También puedes eliminar las carpetas de otras regiones que no sean la tuya -- Elimina el archivo `UNLAUNCH.DSI` de tu tarjeta SD +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - También puedes eliminar las carpetas de otras regiones que no sean la tuya +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/es_ES/launching-the-browser-exploit.md b/docs/es_ES/launching-the-browser-exploit.md index fbbf9cefd..336f6779f 100644 --- a/docs/es_ES/launching-the-browser-exploit.md +++ b/docs/es_ES/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Lanzar el Exploit (stylehax) ---- +# Lanzar el Exploit (stylehax) Comenzemos con el proceso para iniciar el exploit. Para obtener una mejor experiencia sin Unlaunch, o si la cámara de la consola está averiada y no puedes instalar Unlaunch, recomendamos usar un exploit llamado "stylehax," que se aprovecha de una falla en cómo la aplicación Nintendo DSi Browser maneja las páginas web. Lanzar el exploit hará que inicies TWiLight Menu++, una aplicación homebrew que actúa como un reemplazo del Menú DSi. - ## Requisitos - Tener Nintendo DSi Browser instalado en tu consola - - Si no tienes la aplicación instalada, usa [Memory Pit](launching-the-exploit.html) en su lugar - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Lanzar el exploit 1. Asegúrate de que tu tarjeta SD está insertada en tu consola -1. Enciende tu consola e inicia la aplicación Nintendo DSi Browser -1. Toca el botón `Ir a página` - - El botón tendrá un gráfico `www` de color verde -1. Escribe `opera:about`, y luego toca `Ir` para cargar la página -1. Toca el botón con el ícono de una casa -1. Toca el botón `Ir a página` -1. Escribe `stylehax.net`, y luego toca `Ir` para cargar la página +2. Enciende tu consola e inicia la aplicación Nintendo DSi Browser +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Toca el botón con el ícono de una casa +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip @@ -32,14 +28,14 @@ El exploit debería tardar 21 segundos en hacer efecto. Si toma más de 30 segun ::: warning -Si la pantalla superior se torna verde, no tienes el archivo `BOOT.NDS` de TWiLight Menu++ en la carpeta raíz de tu tarjeta SD. Sigue la [guía de preparación](get-started.html#section-i-prep-work) de nuevo. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -¡Ahora puedes usar **TW**i**L**ight Menu++! Primero se te pedirá que selecciones tu lenguaje y región. Estos no tienen que coincidir con el lenguaje or región de tu consola, así que puedas configurarlo como prefieras. A continuación se recomienda que hagas una copia de seguridad de la NAND. Puedes usarla para restaurar tu consola a un estado seguro si algo malo ocurre en el futuro. +You can now use **TW**i**L**ight Menu++! Primero se te pedirá que selecciones tu lenguaje y región. Estos no tienen que coincidir con el lenguaje or región de tu consola, así que puedas configurarlo como prefieras. A continuación se recomienda que hagas una copia de seguridad de la NAND. Puedes usarla para restaurar tu consola a un estado seguro si algo malo ocurre en el futuro. ::: tip -Continuar a [Hacer Copia de Seguridad de la NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/es_ES/launching-the-exploit.md b/docs/es_ES/launching-the-exploit.md index a87727129..05646f520 100644 --- a/docs/es_ES/launching-the-exploit.md +++ b/docs/es_ES/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: Lanzar el Exploit ---- +# Lanzar el Exploit Empezaremos primero preparando tu tarjeta SD para iniciar nuestro exploit. Para la mayoría de usuarios, recomendamos usar un exploit llamado "Memory Pit", que se aprovecha de un fallo en como la aplicaión Cámara Nintendo DSi maneja los metadatos de las imágenes. @@ -8,54 +6,54 @@ Lanzar el exploit hará que inicies TWiLight Menu++, una aplicación homebrew qu ::: tip -Si no planea instalar la desejecución y tiene el DSi Browser o Flipnote Studio, se recomienda usar [stylehax](launching-the-browser-exploit.html) o [Flipnote Lenny](launching-the-flipnote-exploit.html) en su lugar. [¿No sabes cual exploit es el mejor para ti?](faq.html#which-is-the-best-exploit) +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) ::: -### Sección I - Comprobar la versión de la aplicación de la cámara +## Sección I - Comprobar la versión de la aplicación de la cámara 1. Enciende tu consola -1. Abre la aplicación Cámara Nintendo DSi - - Si se te pide completar el tutorial de la cámara, hazlo - - Si el tutorial se cuelga antes de terminar, es probable que los componentes necesarios para usar la cámara de tu consola estén dañados de alguna forma, y no podrás usar Memory Pit. En este caso tendrás que usar un [exploit alternativo](alternate-exploits.html) -1. Abre el álbum usando el botón grande que está en la derecha -1. Pon atención en si tienes el icono de Facebook resaltado en rojo al lado de la estrella, el trébol y el corazón, como en la imagen: ![Captura de pantalla de donde se encuentra el icono de Facebook](/assets/images/facebook-check.png) +2. Abre la aplicación Cámara Nintendo DSi + - Si se te pide completar el tutorial de la cámara, hazlo + - Si el tutorial se cuelga antes de terminar, es probable que los componentes necesarios para usar la cámara de tu consola estén dañados de alguna forma, y no podrás usar Memory Pit. Please use an [alternate exploit](alternate-exploits.html) +3. Abre el álbum con el botón grande de la derecha +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### Sección II - Memory Pit +## Sección II - Memory Pit 1. Descarga el archivo binario de Memory Pit correspondiente a la versión de la aplicación Cámara Nintendo DSi: - - [Si ***sí*** tienes el icono de Facebook](/assets/files/memory_pit/768_1024/pit.bin) - - [Si ***no*** tienes el icono de Facebook](/assets/files/memory_pit/256/pit.bin) -1. Ve a la carpeta `sd:/private/ds/app/484E494A/` en su tarjeta SD - - `sd:` es la carpeta raíz de la tarjeta SD - - Si anteriormente has tomado o copiado fotos a tu tarjeta SD a través de la aplicación Cámara Nintendo DSi, estas carpetas ya debería existir - - Si alguno no existe, inserta la tarjeta SD en tu consola, lanza la aplicación Cámara Nintendo DSi, y toca el botón con el icono de una tarjeta SD en el parte superior derecha para que se creen las carpetas pertinentes - - Si recibes un mensaje diciendo que tu tarjeta SD no está insertada, por favor, usa otra tarjeta SD - - Si recibes un mensaje diciendo que no se puede utilizar tu tarjeta SD, asegúrate de que tu tarjeta SD esté [formateada correctamente](sd-card-setup.html) -1. Dentro de la carpeta `484E494A`, renombra el archivo `pit.bin` presente a `tip.bin` -1. Coloca el archivo `pit.bin` de Memory Pit en la carpeta `484E494A` -1. Si hay una carpeta llamada `DCIM` en la carpeta raíz de tu tarjeta SD, haz un respaldo para que no pierdas las fotos que hay dentro, y remuévela de la tarjeta SD - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - Si anteriormente has tomado o copiado fotos a tu tarjeta SD a través de la aplicación Cámara Nintendo DSi, estas carpetas ya debería existir + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - Si recibes un mensaje diciendo que tu tarjeta SD no está insertada, por favor, usa otra tarjeta SD + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## Seccion III - Lanzar el exploit 1. Asegúrate de que tu tarjeta SD está insertada en tu consola -1. Enciende la consola e inicia la aplicación Cámara Nintendo DSi -1. Selecciona el icono de tarjeta SD en la esquina superior derecha - - Si recibes un mensaje diciendo que tu tarjeta SD no está insertada, por favor, usa otra tarjeta SD - - Si recibes un mensaje diciendo que no se puede utilizar tu tarjeta SD, asegúrate de que tu tarjeta SD esté [formateada correctamente](sd-card-setup.html) -1. Abre el álbum con el botón grande de la derecha - - La pantalla debería parpadear y mostrar el color magenta si el exploit se lanza de forma exitosa +2. Enciende la consola e inicia la aplicación Cámara Nintendo DSi +3. Selecciona el icono de tarjeta SD en la esquina superior derecha + - Si recibes un mensaje diciendo que tu tarjeta SD no está insertada, por favor, usa otra tarjeta SD + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Abre el álbum con el botón grande de la derecha + - La pantalla debería parpadear y mostrar el color magenta si el exploit se lanza de forma exitosa ::: warning -Si la pantalla superior se torna verde, no tienes el archivo `BOOT.NDS` de TWiLight Menu++ en la carpeta raíz de tu tarjeta SD. Sigue la [guía de preparación](get-started.html#section-i-prep-work) de nuevo. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: ::: warning -Si ingresas al álbum de la tarjeta SD y no pasa nada inusual, asegúrate de que descargaste la versión correcta de Memory Pit para la versión y región de tu consola, y que la colocaste en la carpeta correcta en tu tarjeta SD. Asegúrate también de que la carpeta `DCIM` no existe en tu tarjeta SD. +Si ingresas al álbum de la tarjeta SD y no pasa nada inusual, asegúrate de que descargaste la versión correcta de Memory Pit para la versión y región de tu consola, y que la colocaste en la carpeta correcta en tu tarjeta SD. Also ensure that the `DCIM` folder does not exist on your SD card. ::: @@ -69,6 +67,6 @@ Si tienes el exploit Memory Pit instalado en tu tarjeta SD, tomar una foto y que ::: tip -Continuar a [Hacer Copia de Seguridad de la NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/es_ES/launching-the-flipnote-exploit.md b/docs/es_ES/launching-the-flipnote-exploit.md index 5a6346c33..39b874cac 100644 --- a/docs/es_ES/launching-the-flipnote-exploit.md +++ b/docs/es_ES/launching-the-flipnote-exploit.md @@ -1,53 +1,48 @@ ---- -title: Lanzar el Exploit (Flipnote Lenny) ---- +# Lanzar el Exploit (Flipnote Lenny) -Empezaremos preparando tu tarjeta SD para iniciar nuestro exploit. Para la mejor experiencia libre de Unlaunch, recomendamos usar un exploit llamado "Flipnote Lenny", que toma ventaja de un fallo en como la aplicación Flipnote Studio maneja las flipnotes. +Empezaremos primero preparando tu tarjeta SD para iniciar nuestro exploit. Para la mejor experiencia libre de Unlaunch, recomendamos usar un exploit llamado "Flipnote Lenny", que toma ventaja de un fallo en como la aplicación Flipnote Studio maneja las flipnotes. Lanzar el exploit hará que inicies TWiLight Menu++, una aplicación homebrew que actúa como un reemplazo del Menú DSi. - ## Requisitos - Tener Flipnote Studio instalado en tu Nintendo DSi - - Si no tienes Flipnote Studio, usa [Memory Pit](launching-the-exploit.html) en su lugar - - -## Sección I - Preparación de la Tarjeta SD + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead -1. Descarga la última versión de [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) -1. Copia la carpeta `private` del archivo de Flipnote Lenny a la carpeta raíz de tu tarjeta SD +## Sección I - Configuración de la tarjeta SD +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## Seccion II - Lanzar el exploit 1. Asegúrate de que tu tarjeta SD está insertada en tu consola -1. Enciende tu consola e inicia la aplicación Flipnote Studio - - Si recibes un mensaje diciendo que no se puede utilizar tu tarjeta SD, asegúrate de que tu tarjeta SD esté [formateada correctamente](sd-card-setup.html) -1. Abre los ajustes de Flipnote Studio tocando la llave en la esquina superior derecha del menú principal, y asegúrate de que la opción `Calendario al inicio` esté desactivada y que la opción `🐸 Rana` esté activada -1. Toca en "Ver Notas" y luego en "Tarjeta SD" - - Si no puedes ver las notas en la tarjeta SD, por favor usa otra tarjeta SD -1. Toca en la nota con la cara correspondiente a tu región - - Si tu consola es de la región AUS, selecciona EUR -1. Modifica la nota seleccionada -1. Toca el ícono de la rana en la ezquina inferior izquierda -1. Toca el ícono de rollo de película -1. Toca en `Copiar`, luego en `Atrás`, y luego en `Salir` -1. Toca en la segunda nota con una cara más grande, toca `Modificar` -1. Toca el ícono de la rana en la ezquina inferior izquierda -1. Toca el ícono de rollo de película -1. Toca en pegar +2. Enciende tu consola e inicia la aplicación Flipnote Studio + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. Toca en "Ver Notas" y luego en "Tarjeta SD" + - Si no puedes ver las notas en la tarjeta SD, por favor usa otra tarjeta SD +5. Toca en la nota con la cara correspondiente a tu región + - Si tu consola es de la región AUS, selecciona EUR +6. Modifica la nota seleccionada +7. Toca el ícono de la rana en la ezquina inferior izquierda +8. Toca el ícono de rollo de película +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Toca el ícono de la rana en la ezquina inferior izquierda +12. Toca el ícono de rollo de película +13. Toca en pegar ::: warning -Si la pantalla superior se vuelve verde, no tienes el archivo `BOOT.NDS` de TWiLight Menu++ en la carpeta raíz de tu tarjeta SD. Sigue la [guía de preparación](get-started.html#section-i-prep-work) de nuevo. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -¡Ahora puedes usar **TW**i**L**ight Menu++! Primero se te pedirá que selecciones tu lenguaje y región. Estos no tienen que coincidir con el lenguaje or región de tu consola, así que puedas configurarlo como prefieras. A continuación se recomienda que hagas una copia de seguridad de la NAND. Puedes usarla para restaurar tu consola a un estado seguro si algo malo ocurre en el futuro. +You can now use **TW**i**L**ight Menu++! Primero se te pedirá que selecciones tu lenguaje y región. Estos no tienen que coincidir con el lenguaje or región de tu consola, así que puedas configurarlo como prefieras. A continuación se recomienda que hagas una copia de seguridad de la NAND. Puedes usarla para restaurar tu consola a un estado seguro si algo malo ocurre en el futuro. ::: tip -Continuar a [Hacer Copia de Seguridad de la NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/es_ES/restoring-nand.md b/docs/es_ES/restoring-nand.md index 14560cdc1..c18345ed4 100644 --- a/docs/es_ES/restoring-nand.md +++ b/docs/es_ES/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: Restaurar un respaldo de la NAND ---- +# Restaurar un respaldo de la NAND ::: danger -¡ADVERTENCIA! Esto es ***peligroso***. Incluso siguiendo al pie de la letra estos pasos, existe la poslibilidad de bloquear al completo la consola, ya que la memoria NAND es de muy baja calidad, especialmente si la sobreescribes multiples veces. ¡Esto debería ser usado única y exclusivamente como último recurso! +¡ADVERTENCIA! This is _**dangerous**_. Incluso siguiendo al pie de la letra estos pasos, existe la poslibilidad de bloquear al completo la consola, ya que la memoria NAND es de muy baja calidad, especialmente si la sobreescribes multiples veces. ¡Esto debería ser usado única y exclusivamente como último recurso! ::: ::: tip -No te saltes *nada* de esta página. Cualquier error incrementa las posbilidades de causar un bloqueo total de tu consola. +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: Primero te presentaremos algunas alternativas más seguras para solucionar cosas por las que querrías hacer esto. + - La instalación de títulos DSiWare se puede hacer utilizando hiyaCFW o TWiLight Menu++ -- Puedes recuperar fotos utilizando [ninfs](https://github.com/ihaveamac/ninfs/releases), en conjuncion con hiyaCFW o TWiLightMenu++ si quieres que estén en la consola. La última version de HiyaCFW Helper te permite copiar las fotos de tu memoria NAND a la SDNAND durante la configuración. +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. La última version de HiyaCFW Helper te permite copiar las fotos de tu memoria NAND a la SDNAND durante la configuración. - Puedes restaurar alguna de las configuraciones de botónes de Unlaunch desde su menú, al que puedes acceder manteniendo pulsado A y B mientras enciendes la consola. - ¿Te salta error al iniciar Unlaunch? Saca tu tarjera SD e intenta iniciar el sistema de nuevo. Si funciona, entonces el error es a causa de tu tarjeta SD, y que restaurar la NAND no lo solucionará. -- El mensaje de error "Ha ocurrido un error..." con el texto blanco sobre negro es probable que sea un error de hiyaCFW y que no esté relacionado a la NAND de tu consola. Echa un vistazo a la [página de resolución de problemas de hiyaCFW en la wiki de DS-Homebrew](https://wiki.ds-homebrew.com/hiyacfw/faq) para más información. -- Cualquier error en TWiLight Menu++ no está relacionado con la NAND. Deberías intentar reinstalar TWiLight Menu++ o pedir ayuda en el servidor de Discord. +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - Desinstalar Unlaunch (ya sea sobreescribiendo la NAND o utilizando su desinstalador) debería ser evitado al menos que sea absolutamente necesario. Puedes configurar que el inicio automático ejecute "Launcher" y consola estará como en su estado original. La única cosa que deberías hacer con tu NAND es instalar Unlaunch. De cualquier otra forma, recomendamos usar las alternativas. ## Requisitos -- Tu respaldo de la NAND **de la misma consola DSi**. -- La última versión de [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds). + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - Una forma de ejecutar homebrew con acceso a la NAND, como Unlaunch o Memory Pit. -- [no$gba](https://problemkaputt.de/gba.htm), para comprobar si tu respaldo de la NAND funciona y está en buen estado. Descarga el archivo cuyo enlace dice "Download no$gba Windows gaming version". - - Los usuarios de macOS y Linux puede usar[WINE](https://winehq.org) para ejecutar no$gba. +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## Volcar la BIOS para su uso en no$gba -1. Extrae `dsibiosdumper.nds` del archivo `dsibiosdumper.zip` y colócalo en cualquier lugar de tu tarjeta SD. + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. Enciende tu consola manteniendo pulsado A y B. - - Esto debería iniciar el sistema de archivos de Unlaunch. + - Esto debería iniciar el sistema de archivos de Unlaunch. 3. Ejecuta dsbiosdumper desde el sistema de archivos de Unlaunch. 4. Pulsa A para volcar la BIOS a la tarjeta SD. 5. Pulsa START para salir de dsibiosdumper. ## Probar tu respaldo de la NAND + Es muy importante asegurarse de que tu respaldo de la NAND funciona antes de intentar restaurarla. Si al probarla en no$gba resulta en un bloqueo total, es muy posible que pase lo mismo en tu consola. -1. Extrae `NO$GBA.EXE` del archivo `no$gba-w.zip` a una carpeta en tu ordenador. -2. Copia tu respaldo de la NAND a la carpeta en donde extraíste `NO$GBA.EXE`, y cámbiale el nombre a `DSI-1.MMC`. -3. Copia los archivos `bios7i.bin` y `bios9i.bin` a la carpeta en donde extraíste `NO$GBA.EXE`, y nómbralos `BIOSDSI7.ROM` y `BIOSDSI9.ROM`, respectivamente. -4. Executa `NO$GBA.EXE`. -5. Haz clic en `Options` > `Emulation Setup` para abrir la ventana de configuración de ejecución. -6. Cambia la opción `Reset/Startup Entrypoin` a `GBA/NDS BIOS (Nintendo logo)`. -7. Cambia la opción `NDS Mode/Colors` a `DSi (retail/16MB)`. -8. Haz clic en `Save Now`. -9. Ejecuta cualquier rom de Nintendo DS (la extensión de archivo debería ser `.nds`) - -Si no$gba carga el menú DSi (o el sistema de archivos de Unlaunch), continúa a la siguiente sección. Si en su lugar salta cualquier clase de error, *¡no debes usar este respaldo!* + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +Si no$gba carga el menú DSi (o el sistema de archivos de Unlaunch), continúa a la siguiente sección. If it shows any kind of error _**do not flash that backup**_! ## Desinstalar Unlaunch de tu respaldo de NAND (opcional) -Sigue estos pasos si has volcado tu respaldo de la NAND después de instalar Unlaunch y te gustaría removerlo de tu sistema. Si no estás intentando desinstalar Unlaunch, **no debes** seguir esta sección. -1. Descarga la última versión del [instalador de Unlaunch](https://problemkaputt.de/unlaunch.zip). -1. Extrae el archivo `UNLAUNCH.DSI` del archivo comprimido `unlaunch.zip`. -1. Ejecuta `UNLAUNCH.DSI` como ROM en no$gba e inícialo desde la ranura para cartuchos. - - Esto debería iniciar el instalador, que se ve parecido al sistema de archivos de Unlaunch. -1. Elige la opción `Uninstall`. -1. Una vez terminado, elige la opción `Power Down`. -1. Ejecuta cualquier otra ROM de Nintendo DS para segurarte de que el menú carga y funciona correctamente. -Si no$gba muestra cualquier clase de error en vez de cargar el menú de la consola, *¡no debes usar este respaldo!* Si tienes un respaldo antiguo dela NAND, intenta usar ese en su lugar. **NO** intentes desinstalar Unlaunch usando el instalador en la consola, es muy posible que causes un bloqueo total al hacerlo así. +Sigue estos pasos si has volcado tu respaldo de la NAND después de instalar Unlaunch y te gustaría removerlo de tu sistema. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Esto debería iniciar el instalador, que se ve parecido al sistema de archivos de Unlaunch. +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Ejecuta cualquier otra ROM de Nintendo DS para segurarte de que el menú carga y funciona correctamente. + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! Si tienes un respaldo antiguo dela NAND, intenta usar ese en su lugar. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## Sobreescribir utilizando tu respaldo de la NAND (por software) @@ -82,11 +87,12 @@ Asegúrate de que tu consola está cargada antes de comenzar con esta sección. ::: 1. Con tu tarjeta SD dentro de tu consola, enciende la misma mientras mantienes pulsados A y B. -3. Ejecuta SafeNANDManager. -4. Pulsa el botón indicado para la opción `begin NAND restore`. -6. Una vez finalizada la restauracion, pulsa START para apagar tu consola. +2. Ejecuta SafeNANDManager. +3. Press the button to `begin NAND restore` +4. Una vez finalizada la restauracion, pulsa START para apagar tu consola. La memoria NAND de tu consola debería estar restaurada. ## Sobreescribir utilizando tu respaldo de la NAND (por modificación del hardware) -Si tu consola no enciende o no incia el sistema, la única forma de restaurar un respaldo de la NAND es hacer una modificación por hardware. La mejor guía que existe actualmente es la [guía de modificación de hardware de Nintendo DSi en la Wiki de DS-Homebrew](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). + +Si tu consola no enciende o no incia el sistema, la única forma de restaurar un respaldo de la NAND es hacer una modificación por hardware. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/es_ES/sd-card-setup.md b/docs/es_ES/sd-card-setup.md index adcb46177..edbfc339b 100644 --- a/docs/es_ES/sd-card-setup.md +++ b/docs/es_ES/sd-card-setup.md @@ -1,6 +1,4 @@ ---- -title: Preparación de la tarjeta SD ---- +# Preparación de la tarjeta SD This page is for preparing your SD card for your device. In the process, we'll format the SD card and check the card for errors. @@ -12,7 +10,7 @@ Make sure to backup your SD card contents BEFORE following this. Your SD card wi ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows ### Section I - Formatting your SD card with SD Formatter @@ -98,7 +96,7 @@ If the test shows any other results, your SD card may be corrupted or damaged an :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip @@ -180,7 +178,7 @@ If the test shows any other results, your SD card may be corrupted or damaged an :::: -:::: tab name="macOS" os="macos" +:::: tab macOS ### Section I - Formatting your SD card with SD Formatter diff --git a/docs/es_ES/site-navigation.md b/docs/es_ES/site-navigation.md index 0ecefc84b..27209e723 100644 --- a/docs/es_ES/site-navigation.md +++ b/docs/es_ES/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: Navegación del sitio ---- +# Navegación del sitio ## Proceso de guía principal -- [Empezar](get-started.html) -- [Lanzando el Exploit (Memory Pit)](launching-the-exploit.html) -- [Lanzar el Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) -- [Volcando NAND](dumping-nand.html) -- [Instalando Unlaunch](installing-unlaunch.html) + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## Secciones adicionales -- [Preparación de la tarjeta SD](sd-card-setup.html) -- [Extensiones de archivo (Windows)](file-extensions-windows.html) -- [Volcar cartuchos de juegos](dumping-game-cards.html) -- [Resplados de DSiWare](dsiware-backups.html) -- [Desinstalar Unlaunch](uninstalling-unlaunch.html) -- [Restaurar la NAND](restoring-nand.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) ## Otras páginas web -- [Inicio](.) -- [Preguntas Frecuentes (FAQ)](faq.html) -- [Solución de problemas](troubleshooting.html) -- [Créditos](credits.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) +- [Credits](credits.html) diff --git a/docs/es_ES/troubleshooting.md b/docs/es_ES/troubleshooting.md index 2b34c8ca2..33ae1c985 100644 --- a/docs/es_ES/troubleshooting.md +++ b/docs/es_ES/troubleshooting.md @@ -1,34 +1,33 @@ ---- -title: Solucion de problemas ---- +# Solución de problemas ## Unlaunch -### Unlaunch se congela y muestra el mensaje `MISMATCH IN FAT COPIES` + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` twlnf tiene un error critico en el que no actualiza correctamente toda la NAND después de modificarla, lo que hace que ciertos homebrew (como el instalador de Unlaunch) tire error. -Para solucionar esto, abre [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), y selecciona la opción `Fix FAT copy mismatch`. +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. ### No hay audio o pantalla de inicio al ejectar Launcher (el menú original de DSi) usando Unlaunch -El desarrollador de Unlaunch (nocash) parcheó intencionalmente el sonido del menú y la pantalla de inicio por defecto. Puedes restaurar estas características [reinstalando Unlaunch](installing-unlaunch.html) usando TWiLight Menu++ cambiando la opción "Parches del Launcher" a "Por Defecto" en la página de Ajustes de Unlaunch en los Ajustes de TWiLight Menu++, o usando [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). +El desarrollador de Unlaunch (nocash) parcheó intencionalmente el sonido del menú y la pantalla de inicio por defecto. You can regain these effects by [reinstalling Unlaunch](installing-unlaunch.html) using TWiLight Menu++ with "Launcher Patches" set to "Default" on the Unlaunch page of TWiLight Menu++ settings, or by using [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). ### Encender la consola solo muestra una pantalla en negro después de instalar Unlaunch -Intenta extraer la tarjeta SD y encender la consola nuevamente. Si el problema persiste, es posible que tengas que restaurar tu respaldo de la NAND [modificando el hardware de la consola](https://wiki.ds-homebrew.com/ds-index/hardmod). +Intenta extraer la tarjeta SD y encender la consola nuevamente. If it still only shows a black screen, you may need to flash your NAND via a [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). ### Se inicia una aplicación o salta el sistema de archivos de Unlaunch al encender la consola, estoy atascado -La causa más probable es haber una aplicación incorrecta para la opción `NO BUTTON` en Unlaunch. Mantén presionados A y B mientras enciendes la consola, ve a `OPTIONS` y establece `NO BUTTON` a la aplicación que quieras ejecutar al inicio. +This was likely caused by choosing the wrong app for the `NO BUTTON` option in Unlaunch. Hold A + B while starting the console, go to `OPTIONS`, and set `NO BUTTON` to whatever your preference is. ### Otros problemas de Unlaunch -Si Unlaunch muestra el mensaje `Clusters too large`, `Bad VBR`, `Bad MBR` o no muestra niguna aplicación mientras la tarjeta SD está insertada, es probable que tu tarjeta SD no fuese formateada correctamente. Vuelve a seguir los pasos de [preparación de la tarjeta SD](sd-card-setup.html). +If Unlaunch displays `Clusters too large`, `Bad VBR`, `Bad MBR`, or doesn't display any applications while the SD card is inserted, your SD card likely wasn't formatted correctly. Re-follow [SD Card Setup](sd-card-setup.html). ## TWiLight Menu++ -Para solución de problemas generales de TWiLight Menu++, revisa su página de [Preguntas Frecuentes y Resolución de problemas](https://wiki.ds-homebrew.com/twilightmenu/faq) en la Wiki de DS-Homebrew. +For general TWiLight Menu++ troubleshooting, see its [FAQ & Troubleshooting](https://wiki.ds-homebrew.com/twilightmenu/faq) page on the DS-Homebrew Wiki. ## Más asistencia -Si has encontrado un problema que no se resuelve con ninguna de las indicaciones anteriores, o que persiste a pesar de seguir las mismas, pide asistencia en el servidor de discord [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) +If you have encountered an issue that is not solved here, or one that persists despite the given solutions, ask for assistance in the [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord server. diff --git a/docs/es_ES/uninstalling-unlaunch.md b/docs/es_ES/uninstalling-unlaunch.md index ef24bf4ce..184b9d500 100644 --- a/docs/es_ES/uninstalling-unlaunch.md +++ b/docs/es_ES/uninstalling-unlaunch.md @@ -1,17 +1,15 @@ ---- -title: Desinstalar Unlaunch ---- +# Desinstalar Unlaunch ::: danger -**¡Instalar o desinstalar Unlaunch puede bloquear totalmente tu consola de manera aleatoria! ¡Fuiste advertido!** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**ADVERTENCIA:** Desinstalar Unlaunch puede bloquear totalmente tu consola. Aquí hay algunos casos por los que podrías querer desinstalar Unlaunch, junto con soluciones que no lo requerirían. +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Aquí hay algunos casos por los que podrías querer desinstalar Unlaunch, junto con soluciones que no lo requerirían. -- **El fondo de Unlaunch da miedo:** [Reinstala Unlaunch](installing-unlaunch.html) siguiendo las nuevas instrucciones. Ahora hay instrucciones para cambiar el fondo -- **Tengo problemas con Unlaunch o con mi consola después de instalarlo:** La [página de solución de problemas](troubleshooting.html#unlaunch) puede tener la solución a muchos de los problemas que podrías estar experimentando. +- **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. Ahora hay instrucciones para cambiar el fondo +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have ::: warning @@ -21,10 +19,10 @@ Para reducir la posibilidad de bloqueo total, asegúrate de que no has instalado ::: warning -Al desinstalar Unlaunch, **NO** debes usar su desinstalador integrado directamente en tu consola ya que existe la posibilidad de que esta se bloquee totalmente. Echa un vistazo a la información de más abajo para desinstalar Unlaunch de la manera correcta. +When uninstalling Unlaunch, you should **NOT** use its built-in uninstaller directly on your console as there is a chance that it will brick the console. Echa un vistazo a la información de más abajo para desinstalar Unlaunch de la manera correcta. ::: -Una vez hayas revisado la información anterior, sigue las instrucciones de la página [Volcar la NAND](dumping-nand.html) para hacer un nuevo respaldo de la NAND, luego, procede a la guía para [restaurar un respaldo](restoring-nand.html). Esta guía te ayudará a desinstalar Unlaunch de la copia de seguridad de la NAND y a restaurar dicha copia de seguridad a tu consola. +Once you have reviewed the above information, follow the [Dumping NAND](dumping-nand.html) instructions to make a new NAND backup, then proceed to [Restoring a NAND Backup](restoring-nand.html). Esta guía te ayudará a desinstalar Unlaunch de la copia de seguridad de la NAND y a restaurar dicha copia de seguridad a tu consola. Si no puedes usar no$gba u obtienes un error después de desinstalar Unlaunch en no$gba, también puedes restaurar una copia de seguridad de la NAND hecha antes de instalar Unlaunch si todavía tienes una. Sin embargo, se recomienda intentar usar primero una copia de seguridad de la NAND que ya tuviese Unlaunch instalado. Esto facilitará significativamente la recuperación en el caso de un bloqueo total que requiera modificaciones de hardware, ya que Unlaunch deja el pie de página no$gba incrustado en la NAND incluso cuando se desinstala. diff --git a/docs/fr_FR/404.md b/docs/fr_FR/404.md deleted file mode 100644 index 40bcf82f5..000000000 --- a/docs/fr_FR/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Page non trouvée -layout: single-no-ads -excerpt: Page non trouvée. Vos pixels sont sur une autre toile. -sitemap: false ---- - -Désolé, mais la page que vous vouliez consulter n'existe pas. - -::: tip - -[Pourquoi ne pas consulter la page de navigation du site ? Vous pouvez probablement y trouver ce que vous cherchez](site-navigation.html). - -::: diff --git a/docs/fr_FR/alternate-exploits.md b/docs/fr_FR/alternate-exploits.md index 6cfdb70e2..d82107b59 100644 --- a/docs/fr_FR/alternate-exploits.md +++ b/docs/fr_FR/alternate-exploits.md @@ -1,17 +1,15 @@ ---- -title: Exploits alternatifs ---- +# Exploits alternatifs Si un tutoriel vous est présenté lors du lancement de l'application de l'appareil photo Nintendo DSi et que vous obtenez un plantage en essayant de le terminer, vous ne pouvez pas utiliser Memory Pit. Vous trouverez ici des exploits alternatifs qui peuvent remplacer Memory Pit. -Si vous avez installé Flipnote Studio, vous pouvez utiliser [Flipnote Lenny](launching-the-flipnote-exploit.html). +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). ::: tip -Assurez-vous d'avoir configuré [TWiLight Menu++](get-started.html#section-i-prep-work) sur votre carte SD avant de procéder à l'une des opérations suivantes. +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. ::: -Si vous utilisez un ancien firmware, vous pouvez avoir accès à des exploits de sauvegarde pour une [liste de jeux](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits) sélectionnés. Nous ne les aborderons pas ici, car ils sont largement obsolètes. Ils ne doivent être utilisés qu'en dernier recours, si Memory Pit et Flipnote Lenny ne vous conviennent pas. +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). Nous ne les aborderons pas ici, car ils sont largement obsolètes. Ils ne doivent être utilisés qu'en dernier recours, si Memory Pit et Flipnote Lenny ne vous conviennent pas. petit-compwner ne sera pas utilisable pour contourner Memory Pit, car il nécessite un appareil photo fonctionnel pour lancer l'exploit. diff --git a/docs/fr_FR/credits.md b/docs/fr_FR/credits.md index 49b18ff16..dc4e3f578 100644 --- a/docs/fr_FR/credits.md +++ b/docs/fr_FR/credits.md @@ -1,23 +1,21 @@ ---- -title: Crédits ---- +# Crédits Il s'agit des crédits pour ceux qui ont aidé à faire le site Web du guide, les homebrews, et d'autres choses. Si vous aimez ce qu'ils ont fait, pensez à faire un don (s'ils ont un lien de don). -- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) et [Peter0x44](https://github.com/Peter0x44) : responsables des guides -- [YourKalamity](https://github.com/YourKalamity) : créateur de Lazy DSi File Downloader -- [emiyl](https://emiyl.com/paypal) : propriétaire du domaine +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers +- [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen : a fourni une image de sa Nintendo DSi afin qu'elle soit utilisée sur la page d'accueil -- [shutterbug2000](https://paypal.me/projectkaeru) : découvreur et développeur des exploits de l'appareil photo Nintendo DSi et de Flipnote Studio -- [nathanfarlow](https://github.com/nathanfarlow) : Découvreur et développeur de l'exploit du Nintendo DSi Browser -- [WinterMute](https://devkitpro.org/support-devkitpro) : responsable de la chaîne d'outils de développement DS Homebrew, a modifié l'exploit ugopwn de Flipnote Studio pour faire Flipnote Lenny (supporte tous les firmwares et toutes les régions) -- [nocash](http://problemkaputt.de/donate.htm) : développeur d'Unlaunch -- [RocketRobz](https://github.com/RocketRobz) : développeur de TWiLight Menu++ et de GodMode9i -- [zoogie](https://github.com/zoogie) : développeur de dumpTool, a modifié Memory Pit pour qu'il prenne en charge tous les firmwares et toutes les régions -- [Plailect](https://github.com/Plailect) : création du guide original de moddage 3DS, dont ce site est inspiré +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits +- [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit +- [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) +- [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch +- [RocketRobz](https://github.com/RocketRobz): Developer of TWiLight Menu++ & GodMode9i +- [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares +- [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from -Vous pouvez également contribuer à notre guide en envoyant simplement [une demande de tirage](https://github.com/cfw-guide/dsi.cfw.guide/) ! +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -Si vous connaissez d'autres langues, vous pouvez nous aider en traduisant le guide dans celles-ci. Vous pouvez rejoindre notre [projet Crowdin](https://crowdin.com/project/dsi-guide) pour commencer. +Si vous connaissez d'autres langues, vous pouvez nous aider en traduisant le guide dans celles-ci. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/fr_FR/dsiware-backups.md b/docs/fr_FR/dsiware-backups.md index 088cdbd24..0029441ac 100644 --- a/docs/fr_FR/dsiware-backups.md +++ b/docs/fr_FR/dsiware-backups.md @@ -1,24 +1,24 @@ ---- -title: Sauvegardes des DSiWare ---- +# Sauvegardes des DSiWare ## Prérequis -- La dernière version de [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) - - Téléchargez l'archive, extrayez le contenu et placez `GodMode9i.nds` n'importe où sur votre carte SD + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## Nintendo DSi - Instructions ### Section I - Dumping des DSiWare + 1. Lancez GodMode9i -1. Appuyez sur START pour ouvrir le menu START -1. Sélectionnez `Gestionnaire de titres…` - - Si ce n'est pas affiché, assurez-vous que votre carte SD et votre NAND sont montées. Si vous chargez à partir de hiyaCFW, rechargez à partir d'un autre endroit -1. Sélectionnez le titre que vous voulez dumper -1. Sélectionnez ce que vous voulez dumper -1. Répétez les étapes 4 et 5 pour tous les DSiWare que vous souhaitez dumper +2. Appuyez sur START pour ouvrir le menu START +3. Select `Title manager...` + - Si ce n'est pas affiché, assurez-vous que votre carte SD et votre NAND sont montées. Si vous chargez à partir de hiyaCFW, rechargez à partir d'un autre endroit +4. Sélectionnez le titre que vous voulez dumper +5. Sélectionnez ce que vous voulez dumper +6. Répétez les étapes 4 et 5 pour tous les DSiWare que vous souhaitez dumper ::: tip -Les DSiWare dumpés se trouveront dans `sd:/gm9i/out`. +The dumped DSiWare will be found in `sd:/gm9i/out`. ::: diff --git a/docs/fr_FR/dumping-game-cards.md b/docs/fr_FR/dumping-game-cards.md index 56ab36721..700c6f520 100644 --- a/docs/fr_FR/dumping-game-cards.md +++ b/docs/fr_FR/dumping-game-cards.md @@ -1,29 +1,30 @@ ---- -title: Dumping des cartes de jeu ---- +# Dumping des cartes de jeu Cette section est dédiée au dumping des cartes de jeu avec GodMode9i, afin que les jeux puissent être joués sur des émulateurs, des linkers ou votre carte SD via nds-bootstrap. ## Prérequis + - La carte de jeu du titre que vous souhaitez dumper -- Votre Nintendo DSi avec [Unlaunch](installing-unlaunch.html) installé +- Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## Instructions + ### Section I - Configuration de la carte SD -1. Téléchargez la dernière version de [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) -1. Extrayez `GodMode9i.nds` de l'archive GodMode9i et placez-le n'importe où sur votre carte SD +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### Section II - Instructions Nintendo DSi + 1. Lancez GodMode9i -1. Assurez-vous que la carte de jeu est insérée dans la console -1. Sélectionnez l'option `CARTE DS` dans GodMode9i -1. Sélectionnez ce que vous voulez dumper - - Les options `trimmée` pour la ROM vont dumper un fichier plus petit qui peut économiser de l'espace sur la carte SD, mais elles ne fonctionneront pas pour la plupart des patchs tels que les ROMs hacks -1. Répétez les étapes 2 à 4 pour toutes les cartes de jeu que vous souhaitez dumper +2. Assurez-vous que la carte de jeu est insérée dans la console +3. Sélectionnez l'option CARTE DS dans GodMode9i +4. Sélectionnez ce que vous voulez dumper + - Les options trimmée pour la ROM vont dumper un fichier plus petit qui peut économiser de l'espace sur la carte SD, mais elles ne fonctionneront pas pour la plupart des patchs tels que les ROMs hacks +5. Répétez les étapes 2 à 4 pour toutes les cartes de jeu que vous souhaitez dumper ::: tip -Les cartes de jeu dumpées se trouvent dans `sd:/gm9i/out`. +The dumped Game Cards will be found in `sd:/gm9i/out`. ::: diff --git a/docs/fr_FR/dumping-nand.md b/docs/fr_FR/dumping-nand.md index 8939986ad..b32a0c46b 100644 --- a/docs/fr_FR/dumping-nand.md +++ b/docs/fr_FR/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: Dumping de la NAND ---- +# Dumping de la NAND Cette page permet de sauvegarder de la NAND, qui est une copie des données sur le stockage interne de la Nintendo DSi. Elle peut être utilisée pour configurer hiyaCFW, ainsi que no$gba et melonDS pour l'émulation DSi. @@ -24,29 +22,28 @@ Si vous avez déjà téléchargé dumpTool dans une autre section de ce guide, v ::: -1. Téléchargez la dernière version de [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Placez `dumpTool.nds` n'importe où sur votre carte SD - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## Section II - Dumping de la NAND -1. Lancez `dumpTool` via TWiLight Menu++ -1. Appuyez sur le bouton A de votre Nintendo DSi pour commencer à dumper votre NAND - - Une sauvegarde de la NAND prend, généralement, 7 minutes environ -1. Lorsque la sauvegarde de la NAND est terminée, pressez le bouton START de votre Nintendo DSi pour quitter dumpTool -1. Éteignez votre console et réinsérez votre carte SD dans votre périphérique -1. Stockez cette sauvegarde dans un endroit sûr, là où vous ne la perdrez pas - - Si possible, faites plusieurs sauvegardes sur différents périphériques de stockage - - Une fois que vous l'avez sauvegardée ailleurs, vous pouvez la supprimer de la carte SD +1. Launch `dumpTool` through TWiLight Menu++ +2. Appuyez sur le bouton A de votre Nintendo DSi pour commencer à dumper votre NAND + - Une sauvegarde de la NAND prend, généralement, 7 minutes environ +3. Lorsque la sauvegarde de la NAND est terminée, pressez le bouton START de votre Nintendo DSi pour quitter dumpTool +4. Éteignez votre console et réinsérez votre carte SD dans votre périphérique +5. Stockez cette sauvegarde dans un endroit sûr, là où vous ne la perdrez pas + - Si possible, faites plusieurs sauvegardes sur différents périphériques de stockage + - Une fois que vous l'avez sauvegardée ailleurs, vous pouvez la supprimer de la carte SD ::: warning -Le hachage SHA1 de `nand.bin` ne correspondra pas à celui stocké dans `nand.bin.sha1`. Ceci est dû au fait que dumpTool ajoute des données supplémentaires, connues comme un pied de page no$gba, au fichier `nand.bin` après le calcul du hachage SHA1. Vous pouvez utiliser [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) pour créer une copie sans le pied de page. +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. ::: ::: tip -Continuer vers [Installation d'Unlaunch](installing-unlaunch.html) (optionnel) +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) ::: diff --git a/docs/fr_FR/faq.md b/docs/fr_FR/faq.md index 33dc81c93..eb6b641dd 100644 --- a/docs/fr_FR/faq.md +++ b/docs/fr_FR/faq.md @@ -1,33 +1,38 @@ ---- -title: FAQ ---- +# FAQ ## Dois-je faire une mise à jour du système ? -Il n'est **pas** recommandé de mettre à jour votre DSi à moins que vous ne sachiez qu'il y a des DSiWare achetés. Il est toujours possible de suivre ce guide si vous le faites, mais le seul avantage de la mise à jour est la possibilité d'accéder à la boutique Nintendo DSi pour retélécharger des titres déjà achetés. Tous les autres avantages, comme l'intégration de Facebook dans l'application Appareil photo Nintendo DSi, ne sont plus utilisables ou ne sont pas suffisamment importants pour justifier les inconvénients : -- L'installation des mises à jour du système est connue pour occasionnellement **bricker** des consoles, avec à peu près la même fréquence que lors de l'installation d'Unlaunch +It is **not** recommended to update your DSi unless you know there are purchased DSiWare. Il est toujours possible de suivre ce guide si vous le faites, mais le seul avantage de la mise à jour est la possibilité d'accéder à la boutique Nintendo DSi pour retélécharger des titres déjà achetés. Tous les autres avantages, comme l'intégration de Facebook dans l'application Appareil photo Nintendo DSi, ne sont plus utilisables ou ne sont pas suffisamment importants pour justifier les inconvénients : + +- Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch - Il n'est plus possible d'utiliser des exploits plus anciens, ce qui peut être nécessaire si vous ne pouvez pas utiliser les exploits recommandés - La compatibilité des linkers est réduite, mais cela peut être contourné si vous installez Unlaunch ## Quel est le meilleur exploit ? + Unlaunch est globalement le meilleur exploit pour la DSi, le seul inconvénient étant qu'il y a un risque mineur de brick à l'installation. En général, il est recommandé d'utiliser Memory Pit pour installer Unlaunch. Si vous voulez éviter tout risque, il est recommandé d'utiliser plutôt Flipnote Lenny car il a moins de problèmes que Memory Pit avec les homebrews, tout en étant tout aussi sûr et simple à supprimer. Vous trouverez ci-dessous une liste des avantages et des inconvénients de chaque exploit : ### Memory Pit + Avantages : + - Rapide et simple d'utilisation - Aucun risque d'endommager la console, la désinstallation est aussi simple que de retirer la carte SD ou de supprimer un fichier - Compatible avec toutes les consoles DSi, à moins qu'elles n'aient un appareil photo cassé et qu'elles n'aient pas terminé le tutoriel sur l'appareil photo Inconvénients : + - Nécessite le lancement de l'appareil photo DSi chaque fois que vous voulez accéder à un homebrew - Incompatible avec certains titres en mode DSi et homebrews car la WRAM n'est ouverte qu'au processeur ARM7 - L'accès au Slot-1 (la carte de jeu DS) est bloqué dans les homebrews - L'accès au DSP est bloqué, ce qui entraîne une dégradation du son dans GBARunner2 - Les photos sur la carte SD ne peuvent pas être visualisées dans l'appareil photo DSi lorsque Memory Pit est installé, car c'est le déclencheur de l'exploit - - La seule façon de visualiser les photos de la carte SD alors que Memory Pit est installé, est de lancer un dump de la ROM de l'application Appareil photo Nintendo DSi en utilisant **TW**i**L**ight Menu++ pour le lancer via nds-bootstrap (v0.61.3 ou plus) + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + Avantages : + - Meilleure compatibilité avec les titres en mode DSi et homebrews que Memory Pit - Facile à utiliser - Aucun risque d'endommager la console @@ -35,106 +40,132 @@ Avantages : - Meilleur son dans GBARunner2 Inconvénients : + - Nécessite un accès à Internet - Nécessite de charger le Nintendo DSi Browser chaque fois que vous voulez accéder à un homebrew, ce qui prend un peu plus de temps que Memory Pit - L'accès au Slot-1 (la carte de jeu DS) est bloqué dans les homebrews ### Flipnote Lenny + Avantages : + - Meilleure compatibilité avec les titres en mode DSi et homebrews que Memory Pit - Aucun risque d'endommager la console, la désinstallation est aussi simple que de retirer la carte SD ou de supprimer un dossier - Utilisable sur les consoles avec un appareil photo cassé - Meilleur son dans GBARunner2 Inconvénients : + - Nécessite le chargement de Flipnote Studio chaque fois que vous voulez accéder à un homebrew, ce qui prend un peu plus de temps que Memory Pit - L'accès au Slot-1 (la carte de jeu DS) est bloqué dans les homebrews ### Unlaunch + Avantages : + - Permet de lancer les homebrews et DSiWare immédiatement au démarrage du système, avec des boutons de raccourci facultatifs - Accès complet au système sans aucune restriction, y compris : - - Accès au Slot-1 permettant de dumper les cartes de jeu et de charger des linkers incompatibles - - Meilleur son dans GBARunner2 + - Accès au Slot-1 permettant de dumper les cartes de jeu et de charger des linkers incompatibles + - Meilleur son dans GBARunner2 - Supprime les verrouillages régionaux sur les cartes de jeu optimisées/exclusives DSi - Protection contre la plupart des risques de brick de la DSi - Les jeux optimisés DSi peuvent être exécutés en mode DSi sans ROM donatrice - Les anciens homebrews peuvent être exécutés via nds-bootstrap-hb Inconvénients : -- Risque très mineur de **bricker** la console lors de l'installation -- Autre risque, légèrement plus élevé, de brick si vous décidez de le [désinstaller](uninstalling-unlaunch.html) + +- Very minor risk of **bricking** the console when installing +- Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - Non compatible avec les consoles de développement ## Est-ce que je perdrai des fonctionnalités en moddant mon système ? -Si vous installez Unlaunch ou utilisez Flipnote Lenny, vous ne perdrez aucune fonctionnalité. Si vous utilisez Memory Pit, vous ne pourrez pas visualiser les photos sur la carte SD à l'aide de l'application Appareil photo Nintendo DSi, à moins de lancer un dump de cette ROM en utilisant **TW**i**L**ight Menu++ pour le charger via nds-bootstrap. -- Pour retrouver la possibilité de visualiser les photos de votre carte SD lors du lancement de l'appareil photo DSi à partir du menu DSi, installez Unlaunch ou passez à un autre exploit, puis supprimez le fichier `pit.bin` de Memory Pit - - Si `tip.bin` existe dans le même dossier, renommez-le en `pit.bin` + +Si vous installez Unlaunch ou utilisez Flipnote Lenny, vous ne perdrez aucune fonctionnalité. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + +- To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## Comment puis-je jouer aux dumps de cartes de jeu Nintendo DS ? + La lecture des dumps de cartes de jeu sur la console nécessite l'utilisation d'un linker ou de nds-bootstrap, un programme qui permet de jouer à partir de la carte SD interne en redirigeant les lectures et les écritures du Slot-1 vers celle-ci. + - Avec TWiLight Menu++, vous pouvez naviguer sur votre carte SD pour trouver des fichiers ROMs à jouer avec nds-bootstrap. L'avantage d'utiliser TWiLight Menu++ est d'avoir un menu de triche, des paramètres par jeu et d'éviter les restrictions apportées par les forwarders. En d'autres termes, vous pouvez déposer vos fichiers ROMs directement et les lire sans aucune configuration. Il n'y a pas de limite de 39 titres, ni hiyaCFW ou Unlaunch ne sont nécessaires et il n'y a aucune restriction sur l'espace libre de la carte SD que vous pouvez avoir -- Les utilisateurs de hiyaCFW peuvent créer des forwarders pour le menu DSi de la SDNAND en utilisant le guide des [forwarders de jeux DS](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) sur le wiki DS-Homebrew, mais il présente certaines limites. Il y a une limite stricte de 39 titres, et ils sont moins pratiques à réaliser qu'en utilisant TWiLight Menu++ - - Si vous ne disposez pas de hiyaCFW et que vous souhaitez utiliser des forwarders, vous pouvez suivre le [guide d'installation de hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing) sur le wiki DS-Homebrew +- hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. Il y a une limite stricte de 39 titres, et ils sont moins pratiques à réaliser qu'en utilisant TWiLight Menu++ + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## Comment puis-je mettre à jour mes homebrews ? -- **Unlaunch** - Suivez les instructions de la page [Installation d'Unlaunch](installing-unlaunch.html) - - Vous n'avez **pas** besoin de désinstaller Unlaunch avant de faire cela -- **hiyaCFW** - Remplacez `hiya.dsi` à la racine de la carte SD par la [version mise à jour](https://github.com/RocketRobz/hiyaCFW/releases) -- **TWiLight Menu++** - Suivez les instructions sur le [wiki DS-Homebrew](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -- **nds-bootstrap** - Copiez `nds-bootstrap-hb-release.nds` et `nds-bootstrap-release.nds` dans le dossier `_nds` à la racine de votre carte SD - - Si vous utilisez TWiLight Menu++, il y a beaucoup de chance que la dernière version de nds-bootstrap soit incluse avec celui-ci -- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Suivez les instructions utilisées pour les télécharger + +- **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page + - You do **not** need to uninstall Unlaunch before doing this +- **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) +- **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +- **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card + - Si vous utilisez TWiLight Menu++, il y a beaucoup de chance que la dernière version de nds-bootstrap soit incluse avec celui-ci +- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them D'autres homebrews peuvent utiliser d'autres méthodes de mise à jour. ## Je suis nouveau ou je voudrais refaire mon installation. Par où dois-je commencer ? + - Si vous n'avez pas encore modifié votre console ou si vous cherchez à mettre à jour Unlaunch sur votre système, nous vous recommandons de commencer par le début du guide et de suivre les pages. Assurez-vous de lire tout ce qui figure sur la page d'accueil -- Si vous disposez de la dernière version d'Unlaunch, suivez le [guide d'installation de TWiLight Menu++](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) pour configurer TWiLight Menu++ sur votre système +- If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## Comment puis-je supprimer le contrôle parental ? -- Le [générateur mkey](https://mkey.salthax.org) peut générer le code nécessaire à la suppression du contrôle parental + +- The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## Puis-je changer la région de ma Nintendo DSi ? + Oui, il existe plusieurs méthodes différentes selon ce que vous voulez changer : + - La méthode la plus sûre et la plus simple est tout simplement d'installer TWiLight Menu++, il peut utiliser n'importe quelle langue officielle et plus encore sans nécessiter de modifications de la NAND - If you want to actually change the system region and are using hiyaCFW, open the config menu, and change the region setting (not possible with CHN and KOR NANDs) - - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. Pour les systèmes DSi américains, utilisez [cette version de hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) -- Enfin, si vous voulez changer la région sur le système NAND réel, vous pouvez utiliser [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) de Mighty Max + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) +- Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## Qu'est-il arrivé au guide d'installation de hiyaCFW ? -Parce que hiyaCFW n'a pas beaucoup d'utilité fonctionnelle et constituait une partie problématique et confuse du guide pour de nombreux utilisateurs, elle a été déplacée vers le [wiki DS-Homebrew](https://wiki.ds-homebrew.com/hiyacfw/installing). + +Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - Si le lien vers la page en question provient d'un autre guide, les instructions que vous suiviez étaient très probablement périmées. Veuillez plutôt utiliser ce guide, car il est maintenu en permanence par les développeurs de ces projets ## Qu'est-il advenu de Lazy DSi Downloader ? Comment puis-je installer un CFW sans lui ? + Lazy DSi Downloader était un programme qui vous permettait essentiellement de sauter le processus d'installation manuelle en téléchargeant et en plaçant les fichiers et dossiers nécessaires sur votre carte SD. Toutefois, en raison de la manière dont il a été programmé et distribué, de nombreux utilisateurs ont rencontré divers problèmes et ont fini par devoir procéder à une installation manuelle, car cela était plus rapide et/ou plus facile que de réparer ce qui causait le problème. -Pour éviter que d'autres utilisateurs ne rencontrent ces problèmes, nous ne recommandons plus d'utiliser Lazy DSi Downloader, mais plutôt [de procéder à l'installation manuelle](get-started.html). +To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - Si vous avez été redirigé vers ce guide par un tiers qui recommandait l'utilisation de Lazy DSi Downloader, les instructions que vous avez suivies étaient probablement obsolètes. Utilisez plutôt ce guide, qui est constamment mis à jour par les développeurs de ces projets. ## Quel type de carte SD dois-je utiliser ? + - Vous devez acheter une carte SD d'une marque de confiance - Une carte SD de taille normale ou une carte microSD avec un adaptateur fonctionneront toutes les deux - Toute capacité comprise entre 1 Go et 2 To fonctionnera. Pour un usage général, 8 Go suffisent - - Certains logiciels, comme hiyaCFW, peuvent avoir des temps de chargement plus longs avec des cartes SD de plus grande capacité + - Certains logiciels, comme hiyaCFW, peuvent avoir des temps de chargement plus longs avec des cartes SD de plus grande capacité - La classe de vitesse 8 ou plus est recommandée ## Puis-je utiliser ma carte SD DSi sur d'autres systèmes ? + En général, oui, à deux exceptions près : + - hiyaCFW ne fonctionnera que sur le système pour lequel il a été configuré - Même si vous utilisez nds-bootstrap ou un linker, les codes amis dans les jeux DS en ligne seront réinitialisés si vous tentez de vous connecter en utilisant une autre console ## Comment passer à une nouvelle carte SD après avoir configuré un homebrew ? -Formatez votre nouvelle carte SD en suivant les instructions de la page [ Configuration de la carte SD](sd-card-setup.html), puis déplacez simplement vos données de l'ancienne carte SD vers la nouvelle. + +Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## Puis-je toujours utiliser mon système normalement sans la carte SD insérée après avoir configuré un homebrew ? -Oui. Si vous n'avez pas installé Unlaunch, votre système ne sera pas du tout modifié. Si vous *avez* installé Unlaunch, vous devrez peut-être [configurer Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) pour démarrer automatiquement le menu DSi original dans des conditions spécifiques. -## La page d'[Unlaunch](https://problemkaputt.de/unlaunch.htm) dit que la version 2.0 n'est pas connue pour être sûre. Dois-je utiliser une version antérieure à la place ? -The Unlaunch page has not been updated since version 2.0 was released in 2019. La grande majorité des utilisateurs ne rencontrent aucun problème avec cette version, qui est donc considérée comme sûre. +Oui. Si vous n'avez pas installé Unlaunch, votre système ne sera pas du tout modifié. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Dois-je utiliser une version antérieure à la place ? +The Unlaunch page has not been updated since version 2.0 was released in 2019. La grande majorité des utilisateurs ne rencontrent aucun problème avec cette version, qui est donc considérée comme sûre. ## Comment puis-je exécuter un DSiWare dumpé ? + La méthode recommandée est de simplement les lancer avec TWiLight Menu++, en raison de la méthode simple de glisser-déposer et du fait qu'il n'y a pas de limite arbitraire. Lorsque nds-bootstrap est défini comme méthode de lancement, il bénéficie également des avantages des triches et des captures d'écran, ainsi que de tout autre avantage fourni par le menu du jeu. -Cependant, pour les quelques titres qui sont incompatibles, vous pouvez utiliser [NTM](https://github.com/Epicpkmn11/NTM/releases) pour les installer soit sur la mémoire interne, soit sur la [SDNAND de hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). En plus de l'absence des avantages ci-dessus, il y a également une limite de 39 titres dont la taille ne peut pas dépasser 128 Mio/1 024 blocs. Pour SysNAND, il y a également un très faible risque de bricker le système lors de l'écriture sur la NAND interne. +However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). En plus de l'absence des avantages ci-dessus, il y a également une limite de 39 titres dont la taille ne peut pas dépasser 128 Mio/1 024 blocs. Pour SysNAND, il y a également un très faible risque de bricker le système lors de l'écriture sur la NAND interne. diff --git a/docs/fr_FR/file-extensions-windows.md b/docs/fr_FR/file-extensions-windows.md index d4214dfd8..16ab89c03 100644 --- a/docs/fr_FR/file-extensions-windows.md +++ b/docs/fr_FR/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: Extensions de fichiers (Windows) ---- +# Extensions de fichiers (Windows) Il s'agit d'une section complémentaire permettant de désactiver le comportement par défaut de Windows qui consiste à masquer les extensions de fichiers, ce qui vous permettra de trouver beaucoup plus facilement les fichiers référencés dans le guide. ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. Lancez l'Explorateur de fichiers en ouvrant n'importe quel répertoire, comme celui de votre carte SD -1. Cliquez sur l'option « Afficher » dans la barre supérieure - - Si l'option n'est pas présente, cliquez sur le bouton `···` dans la partie la plus à droite de la barre supérieure -1. Cliquez ou déplacez votre curseur sur le sous-menu `Afficher >` -1. Cochez l'option intitulée `Extensions de noms de fichier` ![Capture d'écran du survol de la case à cocher « Extensions de noms de fichier » sur Windows 11](/assets/images/windows-11-file-extensions.png) +2. Cliquez sur l'option « Afficher » dans la barre supérieure + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 1. Lancez l'Explorateur de fichiers en ouvrant n'importe quel répertoire, comme celui de votre carte SD -1. Cliquez sur l'option « Affichage » dans le menu du ruban -1. Cochez la case « Extensions de noms de fichier » ![Capture d'écran du survol de la case à cocher « Extensions de noms de fichier » sur Windows 10](/assets/images/windows-10-file-extensions.png) +2. Cliquez sur l'option « Affichage » dans le menu du ruban +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. Ouvrez le menu Démarrer en cliquant dessus ou en utilisant la touche Windows -1. Recherchez « Options des dossiers » et sélectionnez le résultat correspondant ![Capture d'écran d'une recherche de « options des dossiers » dans le menu Démarrer de Windows 7](/assets/images/windows-7-folder-options-start-menu.png) -1. Cliquez sur l'option « Affichage » en haut du menu Options des dossiers -1. Assurez-vous que la case « Masquer les extensions des fichiers dont le type est connu » n'est pas cochée ![Capture d'écran de la fenêtre « Options des dossiers » sur Windows 7 avec « Masquer les extensions des fichiers dont le type est connu » désactivé](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Cliquez sur l'option « Affichage » en haut du menu Options des dossiers +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/fr_FR/get-started.md b/docs/fr_FR/get-started.md index 549d81ac9..225cbfdaf 100644 --- a/docs/fr_FR/get-started.md +++ b/docs/fr_FR/get-started.md @@ -1,40 +1,38 @@ ---- -title: "Pour commencer" ---- +# Pour commencer -La principale application homebrew que ce guide vous demande d'installer est **TW**i**L**ight Menu++, qui est une mise à niveau/un remplacement du menu Nintendo DSi permettant d'exécuter d'autres applications homebrew, des jeux DS commerciaux, des émulateurs pour diverses anciennes consoles, etc. +The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. Nous commencerons par le télécharger ainsi que d'autres outils homebrew, en préparation des étapes de l'exploit. ## Prérequis - Un moyen de copier les fichiers téléchargés sur votre carte SD -- Une application capable d'extraire des archives, telle que [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS) ou [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) - - Nous vous conseillons de ne pas utiliser WinRAR, car il est connu pour casser les choses - - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid +- An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) + - Nous vous conseillons de ne pas utiliser WinRAR, car il est connu pour casser les choses + - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid ## Section I - Travail préparatoire ::: warning -Assurez-vous que votre carte SD est [correctement formatée](sd-card-setup.html). +Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. Insérez votre carte SD dans votre PC -1. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) - - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` -1. Téléchargez la dernière version de [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Open `TWiLightMenu-DSi.7z` - - If you're using Windows, ensure 7-Zip is installed, then follow these steps: - 1. Right-click on `TWiLightMenu-DSi.7z` - 1. If using Windows 11, click `Show more options` - 1. Hover over `7-zip` - 1. Click `Open archive` -1. Copiez le dossier `_nds` de `TWiLightMenu-DSi.7z` à la racine de votre carte SD -1. Copiez le fichier `BOOT.NDS` de `TWiLightMenu-DSi.7z` à la racine de votre carte SD -1. Close `TWiLightMenu-DSi.7z` -1. Copiez le fichier `dumpTool.nds` à la racine de votre carte SD +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - If you're using Windows, ensure 7-Zip is installed, then follow these steps: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip @@ -42,25 +40,22 @@ Vous ne savez pas ce qu'est la « racine » de la carte SD ? [See this image](/a ::: - ## Section II - Sélection d'un exploit À partir de là, trois options s'offrent à vous, avec une différence mineure dans ce que chacune implique. - ### Installation d'Unlaunch via Memory Pit Memory Pit est un exploit utilisant l'appareil photo DSi, compatible avec toutes les versions du firmware. Facultativement, cet exploit peut être utilisé pour installer Unlaunch, un exploit bootcode qui permet le contrôle total de la console au démarrage. -Comme Memory Pit est quelque peu limité dans sa compatibilité avec les homebrews, il est recommandé d'installer Unlaunch, au lieu d'utiliser Memory Pit de manière autonome. Comme c'est la méthode la plus facile pour installer Unlaunch, c'est le chemin recommandé. Cependant, il existe un risque très mineur de **brick** de votre console lors de l'installation d'Unlaunch, donc si cela vous préoccupe, consultez la méthode alternative ci-dessous. +Comme Memory Pit est quelque peu limité dans sa compatibilité avec les homebrews, il est recommandé d'installer Unlaunch, au lieu d'utiliser Memory Pit de manière autonome. Comme c'est la méthode la plus facile pour installer Unlaunch, c'est le chemin recommandé. However, there is a very minor risk of **bricking** your console when installing Unlaunch, so if this is a concern, see the alternate method below. ::: tip -Continuez vers [Lancement de l'exploit](launching-the-exploit.html) +Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax stylehax est un exploit utilisant l'application Nintendo DSi Browser, et peut être utilisé comme une alternative à Memory Pit pour installer Unlaunch (expliqué ci-dessus) si votre DSi a un appareil photo cassé. @@ -69,11 +64,10 @@ Pour une expérience sans Unlaunch, cet exploit est recommandé car l'utilisatio ::: tip -Continuez vers [Lancement de l'exploit (stylehax)](launching-the-browser-exploit.html) +Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.html) ::: - ### Flipnote Lenny Flipnote Lenny est un exploit utilisant l'application Flipnote Studio. @@ -84,8 +78,8 @@ Vous pouvez toujours installer Unlaunch plus tard si vous décidez plus tard que ::: tip -Continuez vers [Lancement de l'exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +Continue to [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) ::: -Pour une comparaison plus détaillée des avantages et inconvénients des exploits disponibles, veuillez consulter sur la section [Quel est le meilleur exploit ?](faq.html#which-is-the-best-exploit) de la FAQ. +For a more detailed pros and cons comparision of the available exploits, please see the [Which is the best exploit?](faq.html#which-is-the-best-exploit) FAQ. diff --git a/docs/fr_FR/index.md b/docs/fr_FR/index.md index 02e4f704a..b963b65fe 100644 --- a/docs/fr_FR/index.md +++ b/docs/fr_FR/index.md @@ -1,25 +1,28 @@ --- -home: true -title: Accueil -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +layout: home +title: Guide DSi +hero: + text: Guide DSi + tagline: Le guide complet pour modder votre Nintendo DSi. + image: + src: /assets/images/home-page-feature.png --- ::: tip -Pour des guides complets sur les homebrews et les firmwares personnalisés pour d'autres appareils, consultez [CFW.Guide](https://cfw.guide/). +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -Lisez attentivement toutes les pages d'introduction (y compris celle-ci !) avant de poursuivre. +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## Qu'est-ce qu'un homebrew ? -Les applications [homebrew](https://fr.wikipedia.org/wiki/Homebrew_(jeu_vidéo)) sont des logiciels sans licence conçus pour des systèmes fermés tels que la Nintendo DSi. Ces applications peuvent aller d'utilitaires à des jeux homebrew personnalisés. +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. Ces applications peuvent aller d'utilitaires à des jeux homebrew personnalisés. Les homebrews peuvent être exécutés gratuitement sur toutes les consoles Nintendo DSi, quelle que soit la version du firmware ou la région. Tout ce dont vous avez besoin est d'un point d'entrée et d'une carte SD pour stocker votre homebrew. Le point d'entrée principal utilisé dans ce tutoriel est Memory Pit, mais il y en a d'autres que vous pouvez utiliser si Memory Pit est inutilisable. @@ -27,28 +30,28 @@ Les homebrews peuvent être exécutés gratuitement sur toutes les consoles Nint - Exécutez des sauvegardes de jeux Nintendo DS(i) ou des ROMs hacks à partir de votre carte SD DSi sans avoir besoin d'un linker - Lancez n'importe quel DSiWare à partir de votre carte SD - - Cela signifie que les DSiWare hors région et exclusifs 3DS fonctionneront également + - Cela signifie que les DSiWare hors région et exclusifs 3DS fonctionneront également - Démarrez les applications DSiWare et homebrew en maintenant enfoncés certains boutons lorsque vous allumez votre Nintendo DSi - Exécutez de vieux classiques en utilisant divers émulateurs - Utilisez des linkers normalement incompatibles - Redirigez votre NAND vers la carte SD en utilisant hiyaCFW - Regardez vos films préférés à l'aide de FastVideoDSPlayer ou de tuna-viDS - - FastVideoDSEncoder nécessite un processeur supportant AVX2 (les processeurs plus récents le supporteront probablement) + - FastVideoDSEncoder nécessite un processeur supportant AVX2 (les processeurs plus récents le supporteront probablement) - Affichez une image (en tant qu'écran d'accueil) au lancement du système - Jouez à des jeux homebrew ## Où puis-je trouver des applications homebrew ? -- [Universal-DB](https://db.universal-team.net/ds) possède la plupart des homebrews modernes, avec une recherche et un tri agréables pour garder la trace de ce qui a été mis à jour récemment -- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) a beaucoup d'anciens homebrews, mais bon nombre d'entre eux ne fonctionneront que sur les linkers +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards ## Que dois-je savoir avant de commencer ? -- Sous Windows, il est recommandé d'[afficher les extensions de fichiers](file-extensions-windows.html) si vous utilisez l'Explorateur de fichiers par défaut +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer - Le seul risque de brick vient de l'installation d'Unlaunch, et le risque de brick est minime ::: tip -Continuez vers [Pour commencer](get-started.html) +Continue to [Get Started](get-started.html) ::: diff --git a/docs/fr_FR/installing-unlaunch.md b/docs/fr_FR/installing-unlaunch.md index 172118478..b00d362bd 100644 --- a/docs/fr_FR/installing-unlaunch.md +++ b/docs/fr_FR/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: Installation d'Unlaunch ---- +# Installation d'Unlaunch ::: warning @@ -10,7 +8,7 @@ Si vous n'avez pas accès à un PC, ou si votre PC fonctionne sous ChromeOS, n'i ::: danger -Si vous ne l'avez pas encore fait, veuillez suivre [Dumping de la NAND](dumping-nand.html). Même si les chances sont minces, Unlaunch peut accidentellement bricker votre Nintendo DSi. Une sauvegarde NAND peut être restaurée avec du [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod), à condition de savoir souder. +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). Même si les chances sont minces, Unlaunch peut accidentellement bricker votre Nintendo DSi. A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. ::: @@ -28,49 +26,50 @@ Unlaunch n'est pas compatible avec les consoles de développement Nintendo DSi. ## Section I - Configuration de la carte SD -1. Téléchargez la dernière version d'[Unlaunch](https://problemkaputt.de/unlaunch.zip) - - [Lien miroir](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), si le précédent ne fonctionne pas -1. Extrayez `UNLAUNCH.DSI` depuis `unlaunch.zip` et placez-le n'importe où sur votre carte SD -1. Vérifiez que vous avez toujours TWiLight Menu++ sur votre carte SD - - Si vous n'êtes pas sûr, suivez les instructions du [guide d'installation de TWiLight Menu++](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Vérifiez que vous avez toujours TWiLight Menu++ sur votre carte SD + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## Section II - Installation/Mise à jour d'Unlaunch 1. Ouvrez TWiLight Menu++ - - Si c'est la première fois que vous installez Unlaunch, relancez TWiLight Menu++ avec [l'exploit que vous avez utilisé](launching-the-exploit.html) - - Si vous avez déjà installé Unlaunch et que vous cherchez à le mettre à jour, maintenez A + B pendant le démarrage et sélectionnez l'option intitulée `TWiLight Menu++` - - Si plusieurs options sont intitulées `TWiLight Menu++`, sélectionnez l'option dans laquelle `BOOT.NDS` apparaît à la fin du chemin sur l'écran inférieur - - Cela se produit parce que vous exécutez une ancienne version de TWiLight Menu++, à moins que vous ne le fassiez exprès, il vous est suggéré de [mettre à jour votre installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -1. Lancez les paramètres de TWiLight Menu++ - - Si vous n'avez pas changé de thème, appuyez sur `SELECT` et touchez la petite icône DS en bas de l'écran tactile. Sinon, consultez le manuel de TWiLight Menu++ -1. Pressez L / R ou X / Y jusqu'à ce que vous atteigniez la page `Paramètres d'Unlaunch` -1. Si vous voulez changer l'image en fond d'écran d'Unlaunch, sélectionnez `Fond d'écran` et choisissez celle qui vous convient - - Si vous souhaitez créer votre propre fond d'écran d'Unlaunch, consultez la page du [wiki DS-Homebrew](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) -1. Quittez les paramètres de TWiLight Menu++ -1. Dans le menu de navigation des fichiers, lancez `Unlaunch DSi Installer` - - Si vous voyez deux écrans noirs après le lancement, téléchargez [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), mettez son fichier .dsi à la racine de la carte SD, puis lancez GodMode9i en utilisant TWiLight Menu++ et lancez `Unlaunch.dsi` - . Cette méthode ne permet pas à Unlaunch d'utiliser des patchs et des fonds personnalisés -1. Sélectionnez l'option « install now » - - Si Unlaunch plante à `ERROR: MISMATCH IN FAT COPIES`, veuillez consulter la page de [dépannage](troubleshooting.html) -1. Une fois terminé, redémarrez votre système + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Lancez les paramètres de TWiLight Menu++ + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Sinon, consultez le manuel de TWiLight Menu++ +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Quittez les paramètres de TWiLight Menu++ +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Sélectionnez l'option « install now » + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. Une fois terminé, redémarrez votre système Si vous voyez l'écran du menu de fichiers d'Unlaunch, vous avez moddé votre Nintendo DSi avec succès. -- Si vous voyez un écran noir, veuillez consulter la page de [dépannage](troubleshooting.html) + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## Section III - Configuration post-Unlaunch Actuellement, Unlaunch lance par défaut son menu Fichier au démarrage, mais cela peut être modifié pour lancer ce que vous voulez. 1. Allumez votre console en maintenant A et B - - Cela devrait lancer le menu Fichier d'Unlaunch - - Si rien n'est listé, ou si seul `TWiLight Menu++` n'est pas listé (même après avoir défilé vers le bas), vous devrez [reformater la carte SD](sd-card-setup.html) -1. Naviguez vers `OPTIONS` et regardez les options disponibles - - A + B est codé en dur pour être lancé dans le menu de Unlaunch, et ne peut donc pas être modifié - - Les options `NO BUTTON` et `BUTTON A / B / X / Y` peuvent être réglées comme vous le souhaitez et choisiront ce que votre DSi charge au démarrage en fonction des boutons maintenus. Vous pouvez sélectionner n'importe quel DSiWare ou homebrew, la carte Slot-1, wifiboot, ou le menu Fichier d'Unlaunch - - Pour TWiLight Menu++, sélectionnez `TWiLight Menu++` - - Pour le menu DSi original, sélectionnez `Launcher` - - `LOAD ERROR` est ce que votre DSi chargera si le chargement de ce que vous avez défini échoue, comme la carte SD qui n'est pas insérée -1. Sélectionnez `SAVE & EXIT` pour enregistrer vos paramètres, puis éteignez votre DSi + - Cela devrait lancer le menu Fichier d'Unlaunch + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - A + B est codé en dur pour être lancé dans le menu de Unlaunch, et ne peut donc pas être modifié + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Vous pouvez sélectionner n'importe quel DSiWare ou homebrew, la carte Slot-1, wifiboot, ou le menu Fichier d'Unlaunch + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## Section IV - Nettoyage de votre carte SD @@ -82,22 +81,22 @@ Cette section est facultative et ne sert qu'à débarrasser votre carte SD des f :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit -- Supprimez le fichier `sd:/private/ds/app/484E494A/pit.bin` de votre carte SD -- Renommez `tip.bin` en `pit.bin`, et laissez-le intact -- Vous pouvez maintenant restaurer le dossier `DCIM` qui était à la racine de votre carte SD -- Supprimez le fichier `UNLAUNCH.DSI` de votre carte SD +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card +- Rename `tip.bin` back to `pit.bin`, and leave it intact +- You can now restore the `DCIM` folder that was on the root of your SD card +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny -- Supprimez les fichiers `800031_104784BAB6B57_000.ppm` et `T00031_1038C2A757B77_000.ppm` des dossiers suivants : - - `sd:/private/ds/app/4B47554A/001` (Japon) - - `sd:/private/ds/app/4B475545/001` (États-Unis) - - `sd:/private/ds/app/4B475556/001` (Europe/Australie) - - Vous pouvez également supprimer tous les dossiers des régions autres que la vôtre -- Supprimez le fichier `UNLAUNCH.DSI` de votre carte SD +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - Vous pouvez également supprimer tous les dossiers des régions autres que la vôtre +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/fr_FR/launching-the-browser-exploit.md b/docs/fr_FR/launching-the-browser-exploit.md index e6154b67b..37a7f0008 100644 --- a/docs/fr_FR/launching-the-browser-exploit.md +++ b/docs/fr_FR/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Lancement de l'exploit (stylehax) ---- +# Lancement de l'exploit (stylehax) Nous allons commencer par lancer notre exploit. Pour une expérience optimale sans Unlaunch, ou si l'appareil photo DSi est cassé pour installer Unlaunch, nous recommandons d'utiliser un exploit appelé « stylehax » qui tire parti d'une faille dans la façon dont l'application Nintendo DSi Browser traite les pages Web. Le lancement de l'exploit vous fera démarrer dans TWiLight Menu++, une application homebrew qui remplace le menu DSi. - ## Prérequis - Le Nintendo DSi Browser installé sur votre Nintendo DSi - - Si vous ne disposez pas du Nintendo DSi Browser, utilisez plutôt [Memory Pit](launching-the-exploit.html) - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Lancement de l'exploit 1. Assurez-vous que votre carte SD est insérée dans votre Nintendo DSi -1. Démarrez votre Nintendo DSi et lancez l'application Nintendo DSi Browser -1. Appuyez sur le bouton `Aller à la page` - - Le bouton aura une icône `www` verte -1. Tapez `opera:about`, et touchez `Aller` pour charger la page -1. Touchez l'icône ACCUEIL -1. Appuyez sur le bouton `Aller à la page` -1. Tapez `stylehax.net`, et touchez `Aller` pour charger la page +2. Démarrez votre Nintendo DSi et lancez l'application Nintendo DSi Browser +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Touchez l'icône ACCUEIL +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip @@ -32,14 +28,14 @@ L'exploit devrait prendre 21 secondes pour faire effet. Si cela prend plus de 30 ::: warning -Si l'écran supérieur devient vert, vous n'avez pas le `BOOT.NDS` de TWiLight Menu++ à la racine de votre carte SD. Suivez à nouveau le [travail préparatoire](get-started.html#section-i-prep-work). +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Vous pouvez maintenant utiliser **TW**i**L**ight Menu++ ! Tout d'abord, il vous demandera de sélectionner votre langue et votre région. Celles-ci n'ont pas besoin de correspondre à la langue ou à la région de votre console, alors réglez-les sur celles que vous préférez. Ensuite, il est recommandé de continuer et de faire une sauvegarde de la NAND. Cela peut potentiellement être utilisé pour sauver votre console si quelque chose de mauvais se produit à l'avenir. +You can now use **TW**i**L**ight Menu++! Tout d'abord, il vous demandera de sélectionner votre langue et votre région. Celles-ci n'ont pas besoin de correspondre à la langue ou à la région de votre console, alors réglez-les sur celles que vous préférez. Ensuite, il est recommandé de continuer et de faire une sauvegarde de la NAND. Cela peut potentiellement être utilisé pour sauver votre console si quelque chose de mauvais se produit à l'avenir. ::: tip -Continuez vers [Dumping de la NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/fr_FR/launching-the-exploit.md b/docs/fr_FR/launching-the-exploit.md index 02db1496d..e095b2b9d 100644 --- a/docs/fr_FR/launching-the-exploit.md +++ b/docs/fr_FR/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: Lancement de l'exploit ---- +# Lancement de l'exploit Nous allons commencer par configurer votre carte SD pour lancer notre exploit. Pour la plupart des utilisateurs, nous recommandons d'utiliser un exploit appelé « Memory Pit » qui tire parti d'une faille dans la façon dont l'application de l'appareil photo Nintendo DSi traite les métadonnées des images. @@ -8,54 +6,54 @@ Le lancement de l'exploit vous fera démarrer dans TWiLight Menu++, une applicat ::: tip -Si vous ne prévoyez pas d'installer Unlaunch et que vous avez le Nintendo DSi Browser ou Flipnote Studio, il est recommandé d'utiliser [stylehax](launching-the-browser-exploit.html) ou [Flipnote Lenny](launching-the-flipnote-exploit.html) à la place. [Quel est le meilleur exploit ?](faq.html#which-is-the-best-exploit) +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) ::: -### Section I - Vérification de la version de votre appareil photo DSi +## Section I - Vérification de la version de votre appareil photo DSi 1. Allumez votre console -1. Ouvrir l'appareil photo Nintendo DSi - - Si vous êtes invité à terminer le tutoriel sur l'appareil photo, faites-le maintenant - - Si le tutoriel se bloque lorsque vous essayez de le terminer, il est probable que le matériel de votre appareil photo Nintendo DSi soit défectueux et que vous ne puissiez pas utiliser Memory Pit. Veuillez utiliser un [exploit alternatif](alternate-exploits.html) -1. Ouvrez l'album à l'aide du gros bouton à droite -1. Vérifiez si vous avez une icône Facebook à côté de l'étoile, du trèfle et du cœur, indiquée en rouge ici : ![Capture d'écran de l'emplacement de l'icône Facebook](/assets/images/facebook-check.png) +2. Ouvrir l'appareil photo Nintendo DSi + - Si vous êtes invité à terminer le tutoriel sur l'appareil photo, faites-le maintenant + - Si le tutoriel se bloque lorsque vous essayez de le terminer, il est probable que le matériel de votre appareil photo Nintendo DSi soit défectueux et que vous ne puissiez pas utiliser Memory Pit. Please use an [alternate exploit](alternate-exploits.html) +3. Ouvrez l'album à l'aide du gros bouton à droite +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### Section II - Memory Pit +## Section II - Memory Pit 1. Téléchargez le bon binaire Memory Pit pour la version de votre appareil photo Nintendo DSi : - - [Si vous ***aviez*** une icône Facebook](/assets/files/memory_pit/768_1024/pit.bin) - - [Si vous n'aviez ***pas*** d'icône Facebook](/assets/files/memory_pit/256/pit.bin) -1. Naviguez vers `sd:/private/ds/app/484E494A/` sur votre carte SD - - `sd:` est la racine de la carte SD - - Vous aurez déjà ces répertoires si vous avez déjà pris des photos sur votre carte SD via l'application de l'appareil photo Nintendo DSi - - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created - - Si vous recevez un message indiquant que votre carte SD n'est pas insérée, veuillez utiliser une autre carte SD - - Si vous recevez un message indiquant que votre carte SD ne peut pas être utilisée, assurez-vous que votre carte SD est [formatée correctement](sd-card-setup.html) -1. Dans le dossier `484E494A`, renommez le fichier `pit.bin` existant en `tip.bin` -1. Placez le fichier Memory Pit `pit.bin` dans le dossier `484E494A` -1. S'il y a un dossier nommé `DCIM` à la racine de votre carte SD, faites-en une sauvegarde afin de ne pas perdre les images qu'il contient, puis retirez-le de la carte SD - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - Vous aurez déjà ces répertoires si vous avez déjà pris des photos sur votre carte SD via l'application de l'appareil photo Nintendo DSi + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - Si vous recevez un message indiquant que votre carte SD n'est pas insérée, veuillez utiliser une autre carte SD + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## Section III - Lancement de l'exploit 1. Assurez-vous que votre carte SD est insérée dans votre Nintendo DSi -1. Démarrez votre Nintendo DSi et lancez l'application de l'appareil photo Nintendo DSi -1. Sélectionnez l'icône de la carte SD en haut à droite - - Si vous recevez un message indiquant que votre carte SD n'est pas insérée, veuillez utiliser une autre carte SD - - Si vous recevez un message indiquant que votre carte SD ne peut pas être utilisée, assurez-vous que votre carte SD est [formatée correctement](sd-card-setup.html) -1. Ouvrez l'album à l'aide du gros bouton à droite - - L'écran doit clignoter en magenta si Memory Pit a été copié correctement +2. Démarrez votre Nintendo DSi et lancez l'application de l'appareil photo Nintendo DSi +3. Sélectionnez l'icône de la carte SD en haut à droite + - Si vous recevez un message indiquant que votre carte SD n'est pas insérée, veuillez utiliser une autre carte SD + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Ouvrez l'album à l'aide du gros bouton à droite + - L'écran doit clignoter en magenta si Memory Pit a été copié correctement ::: warning -Si l'écran supérieur devient vert, vous n'avez pas le `BOOT.NDS` de TWiLight Menu++ à la racine de votre carte SD. Suivez à nouveau le [travail préparatoire](get-started.html#section-i-prep-work). +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: ::: warning -Si vous entrez dans l'album de l'appareil photo de la carte SD et que rien d'inhabituel ne se produit, assurez-vous d'avoir téléchargé la bonne version de Memory Pit pour votre version et votre région, et de l'avoir placé dans le bon dossier de votre carte SD. Assurez-vous également que le dossier `DCIM` n'existe pas sur votre carte SD. +Si vous entrez dans l'album de l'appareil photo de la carte SD et que rien d'inhabituel ne se produit, assurez-vous d'avoir téléchargé la bonne version de Memory Pit pour votre version et votre région, et de l'avoir placé dans le bon dossier de votre carte SD. Also ensure that the `DCIM` folder does not exist on your SD card. ::: @@ -69,6 +67,6 @@ Vous pouvez maintenant utiliser TWiLight Menu++ ! Tout d'abord, il vous demander ::: tip -Continuez vers [Dumping de la NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/fr_FR/launching-the-flipnote-exploit.md b/docs/fr_FR/launching-the-flipnote-exploit.md index 2da53efc2..6e9222808 100644 --- a/docs/fr_FR/launching-the-flipnote-exploit.md +++ b/docs/fr_FR/launching-the-flipnote-exploit.md @@ -1,53 +1,48 @@ ---- -title: Lancement de l'exploit (Flipnote Lenny) ---- +# Lancement de l'exploit (Flipnote Lenny) Nous allons commencer par configurer votre carte SD pour lancer notre exploit. Pour une expérience optimale, nous vous recommandons d'utiliser un exploit appelé « Flipnote Lenny » qui tire parti d'une faille dans la façon dont l'application Flipnote Studio gère les flipnotes. Le lancement de l'exploit vous fera démarrer dans TWiLight Menu++, une application homebrew qui remplace le menu DSi. - ## Prérequis - Flipnote Studio installé sur votre Nintendo DSi - - Si vous ne disposez pas de Flipnote Studio, utilisez plutôt [Memory Pit](launching-the-exploit.html) - + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead ## Section I - Configuration de la carte SD -1. Téléchargez la dernière version de [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) -1. Copiez le dossier `private` de l'archive Flipnote Lenny à la racine de votre carte SD - +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## Section II - Lancement de l'exploit 1. Assurez-vous que votre carte SD est insérée dans votre Nintendo DSi -1. Démarrez votre Nintendo DSi et lancez l'application Flipnote Studio - - Si vous recevez un message indiquant que votre carte SD ne peut pas être utilisée, assurez-vous que votre carte SD est [formatée correctement](sd-card-setup.html) -1. Ouvrez les paramètres de Flipnote Studio en haut à droite du menu principal et assurez-vous que `Démarrer sur le calendrier` est désactivé et que `Grenouille` est activé -1. Affichez les flipnotes stockées sur la carte SD - - Si vous ne parvenez pas à visualiser les flipnotes sur la carte SD, veuillez utiliser une autre carte SD -1. Tapez sur le visage correspondant à votre région - - Si vous avez une console AUS, sélectionnez EUR -1. Modifiez la flipnote sélectionnée -1. Appuyez sur l'icône de grenouille en bas à gauche -1. Appuyez sur l'icône du rouleau de film -1. Sélectionnez `Copier` -> `Retour` -> `Quitter` -1. Appuyez sur la deuxième note avec un visage plus grand et sélectionnez `Modifier` -1. Appuyez sur l'icône de grenouille en bas à gauche -1. Appuyez sur l'icône du rouleau de film -1. Sélectionnez coller +2. Démarrez votre Nintendo DSi et lancez l'application Flipnote Studio + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. Affichez les flipnotes stockées sur la carte SD + - Si vous ne parvenez pas à visualiser les flipnotes sur la carte SD, veuillez utiliser une autre carte SD +5. Tapez sur le visage correspondant à votre région + - Si vous avez une console AUS, sélectionnez EUR +6. Modifiez la flipnote sélectionnée +7. Appuyez sur l'icône de grenouille en bas à gauche +8. Appuyez sur l'icône du rouleau de film +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Appuyez sur l'icône de grenouille en bas à gauche +12. Appuyez sur l'icône du rouleau de film +13. Sélectionnez coller ::: warning -Si l'écran supérieur devient vert, vous n'avez pas le `BOOT.NDS` de TWiLight Menu++ à la racine de votre carte SD. Suivez à nouveau le [travail préparatoire](get-started.html#section-i-prep-work). +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Vous pouvez maintenant utiliser **TW**i**L**ight Menu++ ! Tout d'abord, il vous demandera de sélectionner votre langue et votre région. Celles-ci n'ont pas besoin de correspondre à la langue ou à la région de votre console, alors réglez-les sur celles que vous préférez. Ensuite, il est recommandé de continuer et de faire une sauvegarde de la NAND. Cela peut potentiellement être utilisé pour sauver votre console si quelque chose de mauvais se produit à l'avenir. +You can now use **TW**i**L**ight Menu++! Tout d'abord, il vous demandera de sélectionner votre langue et votre région. Celles-ci n'ont pas besoin de correspondre à la langue ou à la région de votre console, alors réglez-les sur celles que vous préférez. Ensuite, il est recommandé de continuer et de faire une sauvegarde de la NAND. Cela peut potentiellement être utilisé pour sauver votre console si quelque chose de mauvais se produit à l'avenir. ::: tip -Continuez vers [Dumping de la NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/fr_FR/restoring-nand.md b/docs/fr_FR/restoring-nand.md index af4695d1b..6185ee98a 100644 --- a/docs/fr_FR/restoring-nand.md +++ b/docs/fr_FR/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: Restauration d'une sauvegarde de la NAND ---- +# Restauration d'une sauvegarde de la NAND ::: danger -ATTENTION ! Ceci est ***dangereux***. Même en suivant exactement ces étapes, il y a toujours un risque potentiel de brick de la DSi car la NAND est de très mauvaise qualité, surtout si vous flashez plusieurs fois ! Cela ne devrait être utilisé qu'en dernier recours ! +ATTENTION ! This is _**dangerous**_. Même en suivant exactement ces étapes, il y a toujours un risque potentiel de brick de la DSi car la NAND est de très mauvaise qualité, surtout si vous flashez plusieurs fois ! Cela ne devrait être utilisé qu'en dernier recours ! ::: ::: tip -Ne sautez *rien* sur cette page, toute erreur augmente considérablement les chances de bricker votre DSi. +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: Tout d'abord, quelques alternatives plus sûres pour expliquer pourquoi vous pourriez vouloir faire cela : + - L'installation de titres DSiWare peut être faite en utilisant hiyaCFW ou TWiLight Menu++ -- La récupération des images peut se faire en utilisant [ninfs](https://github.com/ihaveamac/ninfs/releases), en combinaison avec hiyaCFW ou TWiLight Menu++ si vous les voulez sur console. La dernière version de HiyaCFW Helper vous permet de copier vos photos de votre NAND vers la SDNAND pendant l'installation +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. La dernière version de HiyaCFW Helper vous permet de copier vos photos de votre NAND vers la SDNAND pendant l'installation - La restauration d'une configuration de boutons d'Unlaunch peut se faire à partir du menu d'Unlaunch, auquel on accède en maintenant A + B tout en allumant la console - Démarrer sur Unlaunch entraîne une erreur ? Retirez votre carte SD et essayez de redémarrer le système. Si cela fonctionne, alors c'est un défaut avec votre carte SD et la restauration d'une sauvegarde de la NAND ne le corrigera pas -- « Une erreur est survenue… » au démarrage est probablement une erreur de hiyaCFW et n'est pas liée à votre NAND, consultez [FAQ et dépannage de hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/faq) sur le wiki DS-Homebrew pour plus d'informations -- Toute erreur dans TWiLight Menu++ n'est pas liée et vous devriez essayer de réinstaller TWiLight Menu++ ou demander de l'aide sur [Discord](https://ds-homebrew.com/discord) +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - La désinstallation d'Unlaunch, que ce soit en flashant la NAND ou en utilisant son désinstallateur, devrait être évitée sauf en cas de nécessité absolue, vous pouvez régler les touches de démarrage automatique sur « Launcher » et votre DSi sera comme avant La seule chose que vous devriez faire avec votre NAND est d'installer Unlaunch. Sinon, utilisez les alternatives. ## Prérequis -- Votre sauvegarde de la NAND **de la même DSi** -- La dernière version de [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - Un moyen d'exécuter des homebrews avec un accès à la NAND, comme Unlaunch ou Memory Pit -- [no$gba](https://problemkaputt.de/gba.htm), pour vérifier votre sauvegarde de la NAND (téléchargez la « Windows gaming version ») - - Les utilisateurs de macOS et Linux peuvent utiliser [WINE](https://winehq.org) pour exécuter no$gba +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## Dumping du BIOS pour une utilisation sur no$gba -1. Extrayez `dsibiosdumper.nds` depuis l'archive `dsibiosdumper.zip` et placez-le n'importe où sur votre carte SD + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. Allumez votre console en maintenant A et B - - Cela devrait lancer le menu Fichier d'Unlaunch + - Cela devrait lancer le menu Fichier d'Unlaunch 3. Lancez dsibiosdumper depuis le menu Fichier d'Unlaunch 4. Appuyez sur A pour dumper le BIOS sur la carte SD 5. Appuyez sur START pour quitter dsibiosdumper ## Test de votre sauvegarde NAND + Il est très important de tester que votre sauvegarde NAND fonctionne avant d'essayer de la restaurer sur votre console, si elle montre une erreur de brick dans no$gba, il est fort probable que votre console sera également brickée. -1. Extrayez `NO$GBA.EXE` depuis `no$gba-w.zip` vers un dossier sur votre ordinateur -2. Copiez la sauvegarde de votre NAND dans le dossier dans lequel vous avez placé `NO$GBA.EXE` et renommez-la `DSI-1.MMC` -3. Copiez `bios7i.bin` et `bios9i.bin` dans le dossier où vous avez mis `NO$GBA.EXE`, nommés respectivement `BIOSDSI7.ROM` et `BIOSDSI9.ROM`. -4. Lancez `NO$GBA.EXE` -5. Cliquez sur `Options` > `Emulation Setup` pour ouvrir la fenêtre de configuration d'émulation -6. Changez `Reset/Startup Entrypoint` en `GBA/NDS BIOS (Nintendo logo)` -7. Changez `NDS Mode/Colors` en `DSi (retail/16MB)` -8. Cliquez sur `Save Now` -9. Lancez n'importe quelle ROM Nintendo DS (fichier`.nds`) - -Si no$gba charge le menu DSi (ou le menu Fichier d'Unlaunch), passez à la section suivante. S'il montre n'importe quel type d'erreur ***ne flashez pas cette sauvegarde*** ! + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +Si no$gba charge le menu DSi (ou le menu Fichier d'Unlaunch), passez à la section suivante. If it shows any kind of error _**do not flash that backup**_! ## Désinstallation d'Unlaunch à partir de votre sauvegarde NAND (facultatif) -Suivez ceci si vous avez dumpé votre sauvegarde NAND après avoir installé Unlaunch et que vous souhaitez désinstaller Unlaunch de votre système. Si vous n'essayez pas de désinstaller Unlaunch, vous n'avez **pas** besoin de suivre cette section. -1. Téléchargez la dernière version de l'[installateur d'Unlaunch](https://problemkaputt.de/unlaunch.zip) -1. Extrayez `UNLAUNCH.DSI` de `unlaunch.zip` -1. Lancez `UNLAUNCH.DSI` dans no$gba et démarrez-le depuis l'emplacement de la carte de jeu - - Cela devrait démarrer le programme d'installation d'Unlaunch, qui ressemble au menu Fichier d'Unlaunch -1. Choisissez `Uninstall` -1. Une fois terminé, choisissez `Power down` -1. Lancez à nouveau n'importe quelle ROM Nintendo DS et assurez-vous que votre menu DSi se charge et fonctionne correctement -Si no$gba affiche une erreur quelconque au lieu de charger le menu DSi, ***ne flashez pas cette sauvegarde*** ! Si vous avez une ancienne sauvegarde NAND, vous pouvez essayer de l'utiliser à la place. N'essayez **pas** de désinstaller Unlaunch à l'aide de son programme de désinstallation sur la console, car il est très probable qu'il bricke votre DSi. +Suivez ceci si vous avez dumpé votre sauvegarde NAND après avoir installé Unlaunch et que vous souhaitez désinstaller Unlaunch de votre système. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Cela devrait démarrer le programme d'installation d'Unlaunch, qui ressemble au menu Fichier d'Unlaunch +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Lancez à nouveau n'importe quelle ROM Nintendo DS et assurez-vous que votre menu DSi se charge et fonctionne correctement + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! Si vous avez une ancienne sauvegarde NAND, vous pouvez essayer de l'utiliser à la place. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## Flashage de votre sauvegarde NAND (logiciel) @@ -82,11 +87,12 @@ Assurez-vous que votre console Nintendo DSi est bien chargée avant de commencer ::: 1. Avec votre carte SD insérée, allumez votre Nintendo DSi en maintenant A et B -3. Lancez SafeNANDManager -4. Appuyez sur le bouton pour `commencer la restauration de la NAND` -6. Une fois la restauration terminée, appuyez sur START pour éteindre votre DSi +2. Lancez SafeNANDManager +3. Press the button to `begin NAND restore` +4. Une fois la restauration terminée, appuyez sur START pour éteindre votre DSi Votre NAND devrait maintenant être restaurée. ## Flashage de votre sauvegarde NAND (hardmod) -Si vous ne pouvez pas démarrer votre Nintendo DSi, un hardmod est le seul moyen de restaurer une sauvegarde de la NAND. Le meilleur guide qui existe actuellement est le [guide de hardmod Nintendo DSi sur le wiki DS-Homebrew](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). + +Si vous ne pouvez pas démarrer votre Nintendo DSi, un hardmod est le seul moyen de restaurer une sauvegarde de la NAND. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/fr_FR/sd-card-setup.md b/docs/fr_FR/sd-card-setup.md index c235fcf1f..612f2aa5c 100644 --- a/docs/fr_FR/sd-card-setup.md +++ b/docs/fr_FR/sd-card-setup.md @@ -1,6 +1,4 @@ ---- -title: Configuration de la carte SD ---- +# Configuration de la carte SD Cette page est destinée à préparer votre carte SD pour votre appareil. Au cours de ce processus, nous formaterons la carte SD et vérifierons qu'il n'y a pas d'erreurs sur la carte. @@ -12,7 +10,7 @@ Assurez-vous de sauvegarder le contenu de votre carte SD AVANT de continuer. Tou ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows ### Section I - Formatage de votre carte SD avec SD Formatter @@ -97,7 +95,7 @@ Si le test donne d'autres résultats, votre carte SD est peut-être corrompue ou :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip @@ -179,7 +177,7 @@ Si le test donne d'autres résultats, votre carte SD est peut-être corrompue ou :::: -:::: tab name="macOS" os="macos" +:::: tab macOS ### Section I - Formatage de votre carte SD avec SD Formatter diff --git a/docs/fr_FR/site-navigation.md b/docs/fr_FR/site-navigation.md index d012e3f2d..cee6ce3e4 100644 --- a/docs/fr_FR/site-navigation.md +++ b/docs/fr_FR/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: Navigation du site ---- +# Navigation du site ## Processus du guide principal -- [Pour commencer](get-started.html) -- [Lancement de l'exploit (Memory Pit)](launching-the-exploit.html) -- [Lancement de l'exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) -- [Dumping de la NAND](dumping-nand.html) -- [Installation d'Unlaunch](installing-unlaunch.html) + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## Sections complémentaires -- [Configuration de la carte SD](sd-card-setup.html) -- [Extensions de fichiers (Windows)](file-extensions-windows.html) -- [Dumping des cartes de jeu](dumping-game-cards.html) -- [Sauvegardes des DSiWare](dsiware-backups.html) -- [Désinstallation d'Unlaunch](uninstalling-unlaunch.html) -- [Restauration de la NAND](restoring-nand.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) ## Autres pages du site Web -- [Accueil](.) -- [Foire Aux Questions (FAQ)](faq.html) -- [Dépannage](troubleshooting.html) -- [Crédits](credits.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) +- [Credits](credits.html) diff --git a/docs/fr_FR/troubleshooting.md b/docs/fr_FR/troubleshooting.md index a02ab6070..0c10991a3 100644 --- a/docs/fr_FR/troubleshooting.md +++ b/docs/fr_FR/troubleshooting.md @@ -1,34 +1,33 @@ ---- -title: Dépannage ---- +# Dépannage ## Unlaunch -### Unlaunch plante à `MISMATCH IN FAT COPIES` + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` twlnf a un bug critique où il ne met pas correctement à jour la NAND entière après l'avoir modifiée, ce qui fait que certains homebrews (comme l'installateur d'Unlaunch) montrent une erreur. -Pour résoudre ce problème, ouvrez [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases) et sélectionnez `Fix FAT copy mismatch`. +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. ### Il n'y a pas de son ni d'écran de démarrage lors du lancement de « LAUNCHER » en utilisant Unlaunch -Le développeur d'Unlaunch (nocash) a intentionnellement corrigé l'audio d'arrière-plan et l'écran de démarrage par défaut. Vous pouvez retrouver ces effets en [réinstallant Unlaunch](installing-unlaunch.html) à l'aide de TWiLight Menu++ avec les « patchs de lancement » définis sur « Défaut » sur la page Unlaunch des paramètres de TWiLight Menu++, ou en utilisant [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). +Le développeur d'Unlaunch (nocash) a intentionnellement corrigé l'audio d'arrière-plan et l'écran de démarrage par défaut. You can regain these effects by [reinstalling Unlaunch](installing-unlaunch.html) using TWiLight Menu++ with "Launcher Patches" set to "Default" on the Unlaunch page of TWiLight Menu++ settings, or by using [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). ### Après l'installation de Unlaunch, l'écran est noir à la mise sous tension -Essayez d'éjecter la carte SD et de rallumer la console. S'il n'affiche toujours qu'un écran noir, vous devrez peut-être flasher votre NAND via un [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). +Essayez d'éjecter la carte SD et de rallumer la console. If it still only shows a black screen, you may need to flash your NAND via a [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). ### Après avoir installé Unlaunch, je suis bloqué au démarrage d'une application ou du menu Fichier d'Unlaunch -Cela a probablement été causé par le choix de la mauvaise application pour l'option `NO BUTTON` dans Unlaunch. Maintenez A + B lors du démarrage de la console, accédez à `OPTIONS` et définissez `NO BUTTON` selon vos préférences. +This was likely caused by choosing the wrong app for the `NO BUTTON` option in Unlaunch. Hold A + B while starting the console, go to `OPTIONS`, and set `NO BUTTON` to whatever your preference is. ### Autres problèmes d'Unlaunch -Si Unlaunch affiche `Clusters too large`, `Bad VBR`, `Bad MBR`, ou n'affiche aucune application alors que la carte SD est insérée, votre carte SD n'a probablement pas été formatée correctement. Suivez de nouveau [Configuration de la carte SD](sd-card-setup.html). +If Unlaunch displays `Clusters too large`, `Bad VBR`, `Bad MBR`, or doesn't display any applications while the SD card is inserted, your SD card likely wasn't formatted correctly. Re-follow [SD Card Setup](sd-card-setup.html). ## TWiLight Menu++ -Pour un dépannage général de TWiLight Menu++, consultez sa page [FAQ et dépannage](https://wiki.ds-homebrew.com/twilightmenu/faq) sur le wiki DS-Homebrew. +For general TWiLight Menu++ troubleshooting, see its [FAQ & Troubleshooting](https://wiki.ds-homebrew.com/twilightmenu/faq) page on the DS-Homebrew Wiki. ## Assistance supplémentaire -Si vous avez rencontré un problème qui n'est pas résolu ici, ou qui persiste malgré les solutions données, demandez de l'aide sur le serveur Discord [DS(i)Mode Hacking!](https://discord.gg/fCzqcWteC4). +If you have encountered an issue that is not solved here, or one that persists despite the given solutions, ask for assistance in the [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord server. diff --git a/docs/fr_FR/uninstalling-unlaunch.md b/docs/fr_FR/uninstalling-unlaunch.md index 623dfb5c4..c3984c771 100644 --- a/docs/fr_FR/uninstalling-unlaunch.md +++ b/docs/fr_FR/uninstalling-unlaunch.md @@ -1,17 +1,15 @@ ---- -title: Désinstallation d'Unlaunch ---- +# Désinstallation d'Unlaunch ::: danger -**Installer ou désinstaller Unlaunch peut bricker aléatoirement votre console ! Vous êtes prévenu !** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**AVERTISSEMENT :** Une désinstallation d'Unlaunch peut bricker votre Nintendo DSi. Voici quelques cas pour lesquels vous pourriez vouloir désinstaller Unlaunch, mais avec des solutions qui ne nécessitent pas de désinstallation. +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Voici quelques cas pour lesquels vous pourriez vouloir désinstaller Unlaunch, mais avec des solutions qui ne nécessitent pas de désinstallation. -- **L'arrière-plan d'Unlaunch est effrayant :** [Réinstallez Unlaunch](installing-unlaunch.html) en suivant les nouvelles instructions. La façon de changer l'arrière-plan y est désormais expliquée -- **Je rencontre un problème avec Unlaunch ou ma console après l'avoir installé :** La page [Dépannage](troubleshooting.html#unlaunch) vous expliquera comment résoudre de nombreux problèmes que vous pouvez rencontrer +- **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. La façon de changer l'arrière-plan y est désormais expliquée +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have ::: warning @@ -21,10 +19,10 @@ Pour réduire les risques de brick, assurez-vous que vous n'avez pas installé d ::: warning -Lorsque vous désinstallez Unlaunch, n'utilisez **PAS** son désinstalleur intégré directement sur votre console car il y a une chance qu'il bricke la console. Veuillez voir ci-dessous pour obtenir des informations sur la façon de le désinstaller correctement. +When uninstalling Unlaunch, you should **NOT** use its built-in uninstaller directly on your console as there is a chance that it will brick the console. Veuillez voir ci-dessous pour obtenir des informations sur la façon de le désinstaller correctement. ::: -Une fois que vous avez examiné les informations ci-dessus, suivez les instructions de la page [Dumping de la NAND](dumping-nand.html) pour faire une nouvelle sauvegarde NAND, puis passez à [Restauration d'une sauvegarde de la NAND](restoring-nand.html). Cela vous guidera dans la désinstallation d'Unlaunch à partir de la sauvegarde NAND et le flashage de celle-ci sur votre console. +Once you have reviewed the above information, follow the [Dumping NAND](dumping-nand.html) instructions to make a new NAND backup, then proceed to [Restoring a NAND Backup](restoring-nand.html). Cela vous guidera dans la désinstallation d'Unlaunch à partir de la sauvegarde NAND et le flashage de celle-ci sur votre console. Si vous n'êtes pas en mesure d'utiliser no$gba ou si vous obtenez une erreur après avoir désinstallé Unlaunch dans no$gba, il est également possible de flasher une sauvegarde NAND faite avant l'installation d'Unlaunch si vous en avez encore une. Cependant, il est d'abord recommandé d'essayer d'utiliser une sauvegarde NAND qui avait précédemment Unlaunch. Cela rendra la récupération beaucoup plus facile dans le cas d'un brick nécessitant un hardmod car Unlaunch laisse le pied de page no$gba intégré dans la NAND même lorsqu'il est désinstallé. diff --git a/docs/hu_HU/404.md b/docs/hu_HU/404.md deleted file mode 100644 index 9dd294f45..000000000 --- a/docs/hu_HU/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Az oldal nem található -layout: single-no-ads -excerpt: Oldal nem található. A pixeleid másik vásznon vannak. -sitemap: false ---- - -Sajnáljuk, de a keresett oldal nem létezik. - -::: tip - -[Miért nem tekinted meg a navigációs oldalt? Valószínűleg megtalálod amit keresel ott](site-navigation.html). - -::: diff --git a/docs/hu_HU/alternate-exploits.md b/docs/hu_HU/alternate-exploits.md index 04cc40da1..49b264045 100644 --- a/docs/hu_HU/alternate-exploits.md +++ b/docs/hu_HU/alternate-exploits.md @@ -1,17 +1,15 @@ ---- -title: Alternatív Exploit-ok ---- +# Alternatív Exploit-ok Ha a tutorialt kapod, amikor elindítod a Nintendo DSi Camera alkalmazást, és összeomlik, amikor megpróbálod befejezni azt, nem használhatod a Memory Pit-et. Itt találhatsz alternatív exploitokat, amik működhetnek, arra az esetre ha a Memory Pit nem használható. -Ha van Flipnote Studio-d telepítve, használhatod a [Flipnote Lenny](launching-the-flipnote-exploit.html)-t. +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). ::: tip -Ellenőrizd, hogy telepítve van a [TWiLight Menu++](get-started.html#section-i-prep-work) az SD kártyádon, mielőtt folytatod bármelyikkel a következők közül. +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. ::: -Ha régebbi firmware-en vagy, akkor lehetőséged lehet save game exploitokra [a listázott játékoknál](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits). Ezek nem kerülnek ismertetésre itt, mert jó részük elavult. Csak utolsó mentsvárként alkalmazandók, ha sem a Memory Pit, sem a Flipnote Lenny nem működik számodra. +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). Ezek nem kerülnek ismertetésre itt, mert jó részük elavult. Csak utolsó mentsvárként alkalmazandók, ha sem a Memory Pit, sem a Flipnote Lenny nem működik számodra. petit-compwner nem használható a Memory Pit körüli dolgokra, mert működő kamerát igényel az exploit indítására. diff --git a/docs/hu_HU/credits.md b/docs/hu_HU/credits.md index 91e39173a..0b215da7b 100644 --- a/docs/hu_HU/credits.md +++ b/docs/hu_HU/credits.md @@ -1,23 +1,21 @@ ---- -title: Készítők ---- +# Készítők Ez a készítők listája, akik segítettek az útmutató weboldalon, homebrew és egyéb dolgokban. Ha tetszik amit csináltak, gondolkozz el a támogatásukon (ha van támogatási linkjük). -- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Útmutató karbantartók -- [YourKalamity](https://github.com/YourKalamity): A Lazy DSi File Downloader készítője -- [emiyl](https://emiyl.com/paypal): Domain birtokos +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers +- [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen: Képet biztosított a saját Nintendo DSi-jéről, hogy használhassuk a weboldalon -- [shutterbug2000](https://paypal.me/projectkaeru): A DSi Camera & Flipnote Studio exploit-ok felfedezője & fejlesztője -- [nathanfarlow](https://github.com/nathanfarlow): A DSi Browser exploit felfedezője és fejlesztője -- [WinterMute](https://devkitpro.org/support-devkitpro): A DS Homebrew Tools fejlesztője & forkolta az ugopwn Flipnote Studio exploit-ot, hogy elkészítse a Flipnote Lenny-t (támogat minden firmware-t és régiót) -- [nocash](http://problemkaputt.de/donate.htm): Az Unlaunch fejlesztője -- [RocketRobz](https://github.com/RocketRobz): A TWiLight Menu++ & a GodMode9i fejlesztője -- [zoogie](https://github.com/zoogie): A dumpTool fejlesztője & forkolta a Memory Pit-et, hogy minden régiót és firmware-t támogasson -- [Plailect](https://github.com/Plailect): Az eredeti 3DS Modding Guide készítője, ahonnan az inspiráció jött +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits +- [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit +- [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) +- [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch +- [RocketRobz](https://github.com/RocketRobz): Developer of TWiLight Menu++ & GodMode9i +- [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares +- [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from -Részt vehetsz az útmutató készítésében, egyszerűen egy [Pull Request beküldésével](https://github.com/cfw-guide/dsi.cfw.guide/)! +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -Ha beszélsz más nyelveken, segíthetsz nekünk az úmtutató fordításával arra a nyelvre. Csatlakozz a [Crowdin Project](https://crowdin.com/project/dsi-guide)-ünkhöz a kezdéshez. +Ha beszélsz más nyelveken, segíthetsz nekünk az úmtutató fordításával arra a nyelvre. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/hu_HU/dsiware-backups.md b/docs/hu_HU/dsiware-backups.md index d48aff234..47b30d711 100644 --- a/docs/hu_HU/dsiware-backups.md +++ b/docs/hu_HU/dsiware-backups.md @@ -1,24 +1,24 @@ ---- -title: DSiWare mentések ---- +# DSiWare mentések ## Követelmények -- A [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) legfrissebb kiadása - - Töltsd le az archívot, csomagold ki a tartalmát és helyezd a`GodMode9i.nds`-t bárhova az SD kártyára + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## Nintendo DSi - Lépések ### I. rész - A DSiWare dumpolása + 1. Indítsd el a GodMode9i-t -1. Nyomj START gombot a START menü megnyitásához -1. Válaszd a `Cím kezelő...` opciót - - Ha ez nem jelenik meg, ellenőrizd, hogy az SD kártyád és a NAND csatoltak. Ha hiyaCFW-ből töltötted, töltsd újra máshonnan -1. Válaszd ki a címet, amit dumpolni akarsz -1. Válaszd ki amit dumpolni akarsz -1. Ismételd meg a 4-5. lépéseket minden DSIWare-re, amit szeretnél dumpolni +2. Nyomj START gombot a START menü megnyitásához +3. Select `Title manager...` + - Ha ez nem jelenik meg, ellenőrizd, hogy az SD kártyád és a NAND csatoltak. Ha hiyaCFW-ből töltötted, töltsd újra máshonnan +4. Válaszd ki a címet, amit dumpolni akarsz +5. Válaszd ki amit dumpolni akarsz +6. Ismételd meg a 4-5. lépéseket minden DSIWare-re, amit szeretnél dumpolni ::: tip -A dumpolt DSiWare-k az `sd:/gm9i/out` mappában lesznek megtalálhatók. +The dumped DSiWare will be found in `sd:/gm9i/out`. ::: diff --git a/docs/hu_HU/dumping-game-cards.md b/docs/hu_HU/dumping-game-cards.md index 1335ce675..69e7c1316 100644 --- a/docs/hu_HU/dumping-game-cards.md +++ b/docs/hu_HU/dumping-game-cards.md @@ -1,29 +1,30 @@ ---- -title: Játékkártyák dumpolása ---- +# Játékkártyák dumpolása Ez a rész a játék kártyák dumpolásáról szól GodMode9i-vel, így játszhatók emulátorral, flashcard-ról vagy az SD kártyádról nds-bootstrap segítségével. ## Követelmények + - A dumpolando cím játék kártyája -- A Nintendo DSi konzolod telepített [Unlaunch](installing-unlaunch.html)-csel +- Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## Instrukciók + ### I. rész - SD kártya telepítés -1. Töltsd le a [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) legfrissebb kiadását -1. Csomagold ki a `GodMode9i.nds`-t a GodMode9i archívból és rakd valahova az SD kártyádon +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### II. rész - Nintendo DSi lépések + 1. Indítsd el a GodMode9i-t -1. Biztosítsd, hogy a játékkártya csatlakoztatott legyen a konzolra -1. Válaszd az "NDS JÁTÉKKÁRTYA" opciót a GodMode9i-ben -1. Válaszd ki amit dumpolni akarsz - - A "Vágott" opciók a ROM-okhoz kisebb fájlt dumpolnak, ami SD kártya helyet takart meg, de nem fognak működni a legtöbb patch-el, mint példul a ROM hack-ek -1. Ismételd meg a 2-4. lépéseket minden játék kártyára, amit szeretnél dumpolni +2. Biztosítsd, hogy a játékkártya csatlakoztatott legyen a konzolra +3. Válaszd az "NDS JÁTÉKKÁRTYA" opciót a GodMode9i-ben +4. Válaszd ki amit dumpolni akarsz + - A "Vágott" opciók a ROM-okhoz kisebb fájlt dumpolnak, ami SD kártya helyet takart meg, de nem fognak működni a legtöbb patch-el, mint példul a ROM hack-ek +5. Ismételd meg a 2-4. lépéseket minden játék kártyára, amit szeretnél dumpolni ::: tip -A dumpolt játék kártyák az `sd:/gm9i/out` mappában lesznek megtalálhatók. +The dumped Game Cards will be found in `sd:/gm9i/out`. ::: diff --git a/docs/hu_HU/dumping-nand.md b/docs/hu_HU/dumping-nand.md index 068703e4e..b8f9e9490 100644 --- a/docs/hu_HU/dumping-nand.md +++ b/docs/hu_HU/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: NAND dumpolása ---- +# NAND dumpolása Ez az oldal a NAND mentés készítéséről szól, ami egy másolata a Nintendo DSi belső tárolójának. Ez a hiyaCFW telepítéséhez és a NO$gba-hoz és melonDS-hez DSi emulációhoz használható. @@ -24,29 +22,28 @@ Ha már letöltötted a dumpTool-t az útmutató egy másik része alapján, akk ::: -1. Töltsd le a [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) legfrissebb kiadását -1. Rakd a `dumpTool.nds`-t bárhova az SD kártyádon - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## II. rész - A NAND dumpolása -1. Indítsd el a `dumpTool`-t a TWiLight Menu++-on keresztül -1. Nyomd meg az A gombot a Nintendo DSi-den a NAND dumpolás indításához - - Egy NAND mentés általában 7 percig tart -1. Ha a NAND mentés kész, nyomd meg a START gombot a Nintendo DSi-den, hogy kilép a dumpTool-ból -1. Kapcsold ki a konzolodat és helyezd vissza az SD kártyádat az eszközödbe -1. Tárold ezt a mentés egy biztonságos helyen, ahol nem veszted el - - Ha lehet, több mentésed legyen különböző tároló eszközökön - - Ha elmentetted máshová, törölheted az SD kártyádról +1. Launch `dumpTool` through TWiLight Menu++ +2. Nyomd meg az A gombot a Nintendo DSi-den a NAND dumpolás indításához + - Egy NAND mentés általában 7 percig tart +3. Ha a NAND mentés kész, nyomd meg a START gombot a Nintendo DSi-den, hogy kilép a dumpTool-ból +4. Kapcsold ki a konzolodat és helyezd vissza az SD kártyádat az eszközödbe +5. Tárold ezt a mentés egy biztonságos helyen, ahol nem veszted el + - Ha lehet, több mentésed legyen különböző tároló eszközökön + - Ha elmentetted máshová, törölheted az SD kártyádról ::: warning -Az SHA1 hash-e a `nand.bin`-nek nem fog egyezni a `nand.bin.sha1` fájlban tárolt értékkel. Ez azért van, mert a dumpTool további adatokat ad hozzá a `nand.bin`-hez, amit no$gba láblécnek hívunk, miután az SHA1 hash kiszámításra került. Használhatod a [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases)-t olyan másolat létrehozásához, amiben nincs benne ez a lábléc. +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. ::: ::: tip -Folytatás az [Unlaunch telepítésével](installing-unlaunch.html) (Opcionális) +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) ::: diff --git a/docs/hu_HU/faq.md b/docs/hu_HU/faq.md index 21afc6405..cd6e980f2 100644 --- a/docs/hu_HU/faq.md +++ b/docs/hu_HU/faq.md @@ -1,33 +1,38 @@ ---- -title: GYIK ---- +# GYIK ## Kell frissítenem a rendszert? -**Nem** ajánlott a DSi frissítése, ha nem tudod biztosan, hogy van-e rajta vásárolt DSiWare. Habár továbbra is folytatható az útmutató, ha így teszel, az egyetlen előnye a frissítésnek, a képesség, hogy elérd a Nintendo DSi Shop-ot, hogy újra letöltsd a már megvásárolt címeket. Minden más előny, mint például a Facebook integráció a Nintendo DSi Camera alkalmazásban már nem használható vagy nem fontos annyira, hogy igazolja a hátrányokat: -- A rendszer frissítések telepítése alkalmanként **brickeli** a konzolokat, közel hasonló frekvenciával, mint az Unlaunch telepítése +It is **not** recommended to update your DSi unless you know there are purchased DSiWare. Habár továbbra is folytatható az útmutató, ha így teszel, az egyetlen előnye a frissítésnek, a képesség, hogy elérd a Nintendo DSi Shop-ot, hogy újra letöltsd a már megvásárolt címeket. Minden más előny, mint például a Facebook integráció a Nintendo DSi Camera alkalmazásban már nem használható vagy nem fontos annyira, hogy igazolja a hátrányokat: + +- Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch - A régi exploitok már nem használhatók, amik szükségesek lehetnek, ha nem tudod használni az ajánlott exploitokat - A flashcard kompatibilitás csökkentett, azonban ez megkerült, ha telepíted az Unlaunch-öt ## Melyik a legjobb exploit? + Az Unlaunch a legjobb exploit a DSi-hez, az egyetlen hátránya, hogy van egy kicsi kockázata a brickelésnek a telepítéskor. Általában ajánlott, hogy a Mamory Pit-et használd az Unlaunch telepítéséhez. Ha szeretnél elkerülni bármilyen kockázatot, akkor ajánlott a Flipnote Lenny használata helyette, mert kevesebb homebrew problémája van mint a Memory Pit-nek, miközben ugyanannyira biztonságos és egyszerű eltávolítani. Alább az előnyök és hátrányok listája minden exploithoz: ### Memory Pit + Előnyök: + - Gyorsan és könnyen használható - Nincs kockázata a konzol sérülésének, az eltávolítás olyan egyszerű, mint kivenni az SD kártyát vagy letörölni egy fájl - Kompatibilis minden DSi konzollal, kivéve ha rossz a kamerája és még nem lett végrehajtva a kamera oktatóprogram Hátrányok: + - Szükség van a DSi Camera betöltésére minden alkalommal, amikor a homebrew-okat szeretnéd elérni - Inkompatibilis bizonyos DSi módú címekkel és homebrew-val azért mert a WRAM csak az ARM7 CPU számára nyitott - Hozzáférés a Slot-1-hez (a DS játék kártyához) blokkolt homebrew esetén - A hozzáférés a DSP-hez blokkolt, ezért rosszabb a hang a GBARunner2-ben - A fényképek az SD kártyán nem megtekinthetők a DSi Camera alkalmazásban, amíg a Memory Pit telepített, mert ez a trigger az exploithoz - - Az egyetlen módja, hogy az SD kártyán található fotókat megtekintsd amíg a Memory Pit telepített, hogy elindítod a ROM dumpját a DSi Camera alkalmazásnak **TW**i**L**ight Menu++-szal, hgy bootoljon nds-bootstrap-re (v0.61.3 vagy későbbi) + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + Előnyök: + - Jobb kompatibilitás a DSi módú címekkel és homebrew-okkal, mint a Memory Pit esetében - Könnyen használható - Nincs kockázata a konzol sérülésének @@ -35,106 +40,132 @@ Előnyök: - Jobb hang a GBARunner2-ben Hátrányok: + - Internet hozzáférést igényel - Szükség van a DSi Browser betöltésére minden alkalommal, amikor a homebrew-okat szeretnéd elérni, ami kicsit több időt igényel, mint a Memory Pit - Hozzáférés a Slot-1-hez (a DS játék kártyához) blokkolt homebrew esetén ### Flipnote Lenny + Előnyök: + - Jobb kompatibilitás a DSi módú címekkel és homebrew-okkal, mint a Memory Pit esetében - Nincs kockázata a konzol sérülésének, az eltávolítás olyan egyszerű, mint kivenni az SD kártyát vagy letörölni egy mappát - Használható hibás kamerával rendelkező konzolokon - Jobb hang a GBARunner2-ben Hátrányok: + - Szükség van a Flipnote Studio betöltésére minden alkalommal, amikor a homebrew-okat szeretnéd elérni, ami kicsit több időt igényel, mint a Memory Pit - Hozzáférés a Slot-1-hez (a DS játék kártyához) blokkolt homebrew esetén ### Unlaunch + Előnyök: + - Lehetővé teszi Allows homebrew és DSiWare azonnali betöltését rendszer bootoláskor, opcionális gyorsgombokkal - Teljes hozzáférés a rendszerhez, korlátozások nélkül, beleértve: - - Hozzáférés a Slot-1-hez, ami lehetővé teszi a játék kártyák dumpolását és inkompatibilis flashcard-ok betöltését - - Jobb hang a GBARunner2-ben + - Hozzáférés a Slot-1-hez, ami lehetővé teszi a játék kártyák dumpolását és inkompatibilis flashcard-ok betöltését + - Jobb hang a GBARunner2-ben - A régió zárakat eltávolítja a DSi-Enchanced/Exkluzív játék kártyák esetében - Védelem a legtöbb lehetőség ellen, ami a DSi-t brickelheti - DSi-Enhanced játékok futhatnak DSi módban Donor ROM nélkül - Régi homebrew futtatható az nds-bootstrap-hb-n keresztül Hátrányok: -- Van egy nagyon kicsi kockázata a konzol **brickelésének** a telepítésekor -- Egy másik kicsit magasabb kockázata van a brickelésnek, amikor [eltávolítod](uninstalling-unlaunch.html) + +- Very minor risk of **bricking** the console when installing +- Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - Nem kompatibilis fejlesztői konzolokkal ## Vesztek el funkcionalitást, ha moddolom a rendszerem? -Ha telepíted az Unlaunch-öt vagy a Flipnote Lenny-t használod, nem vesztesz el funkcionalitást. Ha a Memory Pit-et használod, nem fogsz tudni fotókat megnézni az SD kártyáról a DSi Camera alkalmazással, kivéve ha egy DSi Camera ROM-ot indítasz a**TW**i**L**ight Menu++ használatával, bootoljon be rá az nds-bootstrap használatával. -- Ahhoz, hogy újra tudjál az SD kártyáról fotókat megtekinteni a DSi Camera indításakor, telepítsd az Unlaunch-öt vagy válts más exploitra és töröld a Memory Pit `pit.bin` fájlját - - Ha a `tip.bin` létezik ugyanabban a mappában, nevezd vissza azt `pit.bin`-re + +Ha telepíted az Unlaunch-öt vagy a Flipnote Lenny-t használod, nem vesztesz el funkcionalitást. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + +- To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## Hogyan játszhatok Nintendo DS játék kártya dumpokkal? + A játék kártya dump játékok használatához a konzolnak szüksége van flashcard-ra vagy nds-bootstrap-re, egy programra, ami lehetővé teszi, hogy a belső SD kártyáról játszhatók legyenek a játékok a Slot-1 írás és olvasás átirányításával. + - A TWiLight Menu++-szal navigálhatsz az SD kártyádon, hogy megtaláld a ROM fájlokat, amiket nds-bootstrap-pel játszhatsz. A TWiLight Menu++ használatának előnye a csalás menü, a játékonkénti beállítások és hogy megkerüli a korlátozásokat, amikkel a forwarder-ek rendelkeznek. Más szavakkal, csak felmásolod a ROM fájlokat és játszhatsz velük bármilyen telepítés nélkül. Nincs 39 cím limit, sem hiyaCFW, sem Unlaunch nem szükséges és nincs korlátozás az SD kártya szabad tárhelyével kapcsolatosan sem -- A hiyaCFW felhasználók létrehozhatnak forwarder-eket az SDNAND DSi Menu-be a DS-Homebrew Wiki [DS játék forwarder-ek](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) útumutató használatával, de vannak korlátozásai. Van egy 39 címes limit és kevésbé kényelmes beállítani, mint használni a TWiLight Menu++-t - - Ha nincs hiyaCFW-d és szeretnél forwarder-eket használni, kövesd a [hiyaCFW telepítési útmutatót](https://wiki.ds-homebrew.com/hiyacfw/installing) a DS-Homebrew Wiki-n +- hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. Van egy 39 címes limit és kevésbé kényelmes beállítani, mint használni a TWiLight Menu++-t + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## Hogyan tudom frissíteni a homebrew appjaim? -- **Unlaunch** - Kövesd az útmutatót az [Unlaunch telepítése](installing-unlaunch.html) oldalon - - **Nem** kell eltávolítanod az Unlaunch-öt mielőtt ezt csinálod -- **hiyaCFW** - Cseréld a `hiya.dsi`-t az SD kártyád gyökerében a [legfrissebb kiadásból](https://github.com/RocketRobz/hiyaCFW/releases) -- **TWiLight Menu++** - Kövesd a [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) lépéseit -- **nds-bootstrap** - Másold az `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` fájlokat az `_nds` mappába, az SD kártyád gyökerében - - Ha használsz TWiLight Menu++-t, erős rá az esély, hogy a legfrissebb nds-bootstrap kiadás is megtalálható a TWiLight Menu++-ban -- **GodMode9i, dumpTool, Forwarder3-DS, stb.** - Kövesd azokat az útmutatókat ami alapján letöltötted őket + +- **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page + - You do **not** need to uninstall Unlaunch before doing this +- **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) +- **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +- **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card + - Ha használsz TWiLight Menu++-t, erős rá az esély, hogy a legfrissebb nds-bootstrap kiadás is megtalálható a TWiLight Menu++-ban +- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them Más homebrew-ok elképzelhető, hogy más metódust használnak a frissítésre. ## Új vagyok vagy szeretném újra csinálni a telepítést. Hol kezdjem? + - Ha még nem módosítottad a konzolodat, vagy frissíteni szeretnéd az Unlaunch-öt a rendszereden, azt ajánljuk, hogy kezd az elejétől az útmutatót, követve az oldalakat. Legyél biztos abban, hogy mindent elolvastál a honlapon -- Ha rendelkezel a legutolsó Unlaunch verzióval, kövesd a [TWiLight Menu+ telepítési útmutatót](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) a TWiLight Menu++ rendszeredre telepítéséhez +- If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## Hogyan tudom eltávolítani a szülői felügyeletet? -- Az [mkey generátor](https://mkey.salthax.org) tud generálni olyan kódot, amivel eltávolítható a szülői felügyelet + +- The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## Meg tudom változtatni a Nintendo DSi konzolom régióját? + Igen, néhány különböző metódus áll rendelkezésre, attól függően mit szeretnél változtatni: + - A legbiztonságosabb és legegyszerűbb metódus a TWiLight Menu++ telepítése, az bármelyik hivatalos nyelvet tudja használni, és még többet a NAND módosítása nélkül - Ha tényleg szeretnéd cserélni a régiót és hiyaCFW-t használsz, nyisd meg a konfigurációs menüt és állítsd át a régiós beállításokat (nem lehetséges CHN vagy KOR NAND-okkal) - - Ha ez elrontja az érintőképernyős bevitelt, állítsd vissza a beállítást az eredetire, és akkor használhatod helyette erre Yoti [hiyalang](https://github.com/Yoti/cli_hiyalang/releases)-ját az ázsiai DSi rendszerekhez. Amerikai DSi rendszerekhez használd a [hiyalang ezen verzióját](https://github.com/Simonsator/cli_hiyalang/releases/) -- Végül, ha cserélni akarod a régiót az aktuális rendszer NAND-ban, használhatod Mighty Max [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/)-ét + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) +- Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## Mi történt a hiyaCFW telepítési útmutatóval? -Mivel a hiyaCFW nem ad sok funkcionalitást és problémás és zavaró része volt az útmutatónak, átmozgatásra került a [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing)-be. + +Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - Ha linkelve lettél az oldalra egy másik útmutatóból, akkor a lépések amit követtél valószínűleg elavultak. Kérjük használd ezt az útmutatót helyette, mert folyamatosan karbantartott a projekt fejlesztői által ## Mi történt a Lazy DSi Downloader-rel? Hogyan telepítek CFW-t nélküle? + A Lazy DSi Downloader egy olyan program volt, ami lehetővé tette, hogy átugorjuk a kézi telepítést azzal, hogy letölti és a helyére rakja a szükséges fájlokat és mappákat az SD kártyádra. Azonban a módtól, ahogy programozva és terjesztve lett, sok felhasználó tapasztalt különböző hibákat és végül kötött ki a kézi teleptésnél, mivel az gyorsabb és/vagy könnyebb, mint kijavtani azt ami a hibát okozta. -Azért, hogy megóvjuk a felhasználókat ezektől a problémáktól, már nem javasoljuk a Lazy DSi Downloader használatát, és helyette a [kézi teleptés végrehajtása a javasolt út](get-started.html). +To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - Ha linkelve lettél az oldalra egy másik útmutatóból, ami a Lazy DSi Downloader-t ajánlja, akkor a lépések amit követtél valószínűleg elavultak. Kérjük használd ezt az útmutatót helyette, mert folyamatosan karbantartott a projekt fejlesztői által. ## Milyen SD kártyát kell, hogy használjak? + - Megbízható márkájú SD kártyát kell vásárolnod - Egy teljes méretű SD kártya vagy egy microSD kártya adapterrel is megfelelő - Bármilyen méret 1 GB és 2 TB között működni fog. Általános használatra 8 GB elég - - Néhány szoftver, mint például a hiyaCFW, hosszabb töltési idővel rendelkezhet nagyobb SD kártya kapacitás esetén + - Néhány szoftver, mint például a hiyaCFW, hosszabb töltési idővel rendelkezhet nagyobb SD kártya kapacitás esetén - 8-as sebesség osztályú vagy gyorsabb ajánlott ## Használhatom a DSi SD kártyámat más rendszereken is? + Általában igen, két kivétellel: + - A hiyaCFW csak azon a rendszeren fog működni, amin telepítve lett - Még ha nds-bootstrap-et vagy egy flashcard-ot is használsz, a friend code-ok az online NDS játékok esetében alaphelyzetbe állnak, ha megpróbálsz online lenni egy másik konzolon ## Hogyan váltok egy új SD kártyára, miután beállítottam a homebrew-t? -Formázd az SD kártyát a [SD kártya telepítés](sd-card-setup.html) lépései alapján, majd egyszerűen mozgasd az adatod a régi SD kártyáról az újra. + +Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## Tudom használni a rendszeremet normálisan az SD kártya behelyezése nélkül, miután telepítettem a homebrew-t? -Igen. Ha nem telepíted az Unlaunch-öt, a rendszered teljesen módosítatlan marad. Ha *did* telepíted az Unlaunch-öt, szükséged lehet [az Unlaunch beállítására](installing-unlaunch.html#section-iii-post-unlaunch-configuration), hogy automatikusan bootolj az eredeti DSi Menüre bizonyos kondíciók esetén. -## Az [Unlaunch oldal](https://problemkaputt.de/unlaunch.htm) azt mondja, hogy a 2.0 verzió nem tekinthető biztonságosnak. Javasolt helyette egy korábbi verzió használata? -Az Unlaunch oldal nem került frissítésre, mióta a 2.0 verzió kiadásra került 2019-ben. A legtöbb felhasználó nem tapasztalt problémát ezzel a verzióval, így biztonságosnak tekinthető. +Igen. Ha nem telepíted az Unlaunch-öt, a rendszered teljesen módosítatlan marad. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Javasolt helyette egy korábbi verzió használata? +Az Unlaunch oldal nem került frissítésre, mióta a 2.0 verzió kiadásra került 2019-ben. A legtöbb felhasználó nem tapasztalt problémát ezzel a verzióval, így biztonságosnak tekinthető. ## Hogyan futtathatok dumpolt DSiWare-t? + Az ajánlott módszer, hogy egyszerűen futtasd a TWiLight Menu++-szal az egyszerű húzd-és-vidd metódussal és nincs semmilen korlátja. Ha az nds-bootstrap a beállított indítási metódus, akkor még megkapja a csalások és a képernyőképek előnyeit és minden más előnyt ami a játékbani menüből érhető el. -Azonban a néhány inkompatibilis címhez használhatod az [NTM](https://github.com/Epicpkmn11/NTM/releases)-et, hogy telepítsd őket vagy a belső memóriára vagy a [hiyaCFW SDNAND-jára](https://wiki.ds-homebrew.com/hiyacfw/installing). Továbbá a fenti előnyök hiánya mellett a 39 címes limit is megmarad, amik nem léphetik től a 128 MiB/1,024 block méretet. A SysNAND esetén van egy nagyon kicsi rizikója a rendszer brickelésének, amikor az ír a belső NAND-ba. +However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). Továbbá a fenti előnyök hiánya mellett a 39 címes limit is megmarad, amik nem léphetik től a 128 MiB/1,024 block méretet. A SysNAND esetén van egy nagyon kicsi rizikója a rendszer brickelésének, amikor az ír a belső NAND-ba. diff --git a/docs/hu_HU/file-extensions-windows.md b/docs/hu_HU/file-extensions-windows.md index 5b4988bbd..ec99c3525 100644 --- a/docs/hu_HU/file-extensions-windows.md +++ b/docs/hu_HU/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: Fájlkiterjesztések (Windows) ---- +# Fájlkiterjesztések (Windows) Ez egy kiegészítő rész, amelyben kikapcsoljuk a Windows azon alap viselkedését, hogy elrejti a fájlkiterjesztéseke, ami könnyebbé teszi számodra, hogy megtaláld a hivatkozott fájlokat. ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. Nyiss meg bármilyen mappát, mint például az SD kártyád, hogy elindítsd a Fájlkezelőt -1. A felső sávban válaszd a "Nézet" opciót - - Ha az opció nem látható, kattints a `···` gombra a jobb szélén a felső sávnak -1. Kattints vagy mozgasd a kurzort a `Megjelenés >` almenüre -1. Pipáld be a `Fájlnévkiterjesztések` opciót ![Képernyőkép a "Fájl név kiterjesztések" jelölőnégyzetről Windows 11-en](/assets/images/windows-11-file-extensions.png) +2. A felső sávban válaszd a "Nézet" opciót + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 1. Nyiss meg bármilyen mappát, mint például az SD kártyád, hogy elindítsd a Fájlkezelőt -1. A menüszalagon válaszd a "Nézet" opciót -1. Pipáld be a "Fájlnév kiterjesztések" dobozt ![Képernyőkép a "Fájl név kiterjesztések" jelölőnégyzetről Windows 10-en](/assets/images/windows-10-file-extensions.png) +2. A menüszalagon válaszd a "Nézet" opciót +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. Nyisd meg a Start menüt kattintással, vagy a Windows gombbal a billentyűzeteden -1. Keress a "Mappabeállítások" kulcsszóra, majd válaszd ki a megfelelő találatot ![Képernyőkép a "mappa opciók" keresésésről a Windows 7 Start Menüben](/assets/images/windows-7-folder-options-start-menu.png) -1. Válaszd a "Nézet" fület a Mappabeállítások ablak felső részén -1. Biztosítsd, hogy az "Ismert fájltípusok kiterjesztésének elrejtése" ne legyen kipipálva ![Képernyőkép a "Mappa beállítások" ablakról Windows 7-en az "Ismert fájltípusok kiterjesztésének elrejtése" opció kikapcsolt állapotával](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Válaszd a "Nézet" fület a Mappabeállítások ablak felső részén +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/hu_HU/get-started.md b/docs/hu_HU/get-started.md index b8cbb6e95..459744b42 100644 --- a/docs/hu_HU/get-started.md +++ b/docs/hu_HU/get-started.md @@ -1,66 +1,61 @@ ---- -title: "Kezdeti lépések" ---- +# Kezdeti lépések -A fő homebrew alkalmazás, amit ez az útmutató telepít a **TW**i**L**ight Menu++, ami egy feljavítása/cseréje a Nintendo DSi Menu-nek, és ami lehetővé teszi más homebrew-ok, kereskedelmi DS játékok, más régebbi rendszerek emulátorainak és egyebeknek a futtatását. +The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. A letöltésével fogunk kezdeni, illetve más homebrew eszköz(ök) letöltésével, hogy előkészüljünk az exploit lépéseire. ## Követelmények - Egy mód arra, hogy a letöltött fájlokat az SD kártyádra másold -- Egy alkalmazás, ami ki tud tömöríteni csomagolt állományokat, mint például a [7-Zip](https://www.7-zip.org/) (Windows), a [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS) vagy a [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) - - Azt tanácsoljuk, hogy ne használj WinRAR-t, mert ismert arról, hogy elront dolgokat - - Ha Windows 11-et használsz javasoljuk, hogy ne használd a beépített csomagolót (Windows Explorer), mert hibát okoz azzal, hogy azt mondja a fájlnév túl hosszú vagy nem érvényes +- An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) + - Azt tanácsoljuk, hogy ne használj WinRAR-t, mert ismert arról, hogy elront dolgokat + - Ha Windows 11-et használsz javasoljuk, hogy ne használd a beépített csomagolót (Windows Explorer), mert hibát okoz azzal, hogy azt mondja a fájlnév túl hosszú vagy nem érvényes ## I. rész - Előkészületek ::: warning -Biztosítsd, hogy az SD kártyád [megfelelően formázott](sd-card-setup.html) legyen. +Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. Tedd be az SD kártyád a PC számítógépedbe -1. Töltsd le a [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) legfrissebb kiadását - - Ha nem tölt le, nyisd meg a [release oldalt](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), és töltsd le a `TWiLightMenu-DSi.7z` fájlt -1. Töltsd le a [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) legfrissebb kiadását -1. Nyisd meg a `TWiLightMenu-DSi.7z` fájlt - - Ha Windows-t használ, biztosítsd, hogy a 7-Zip telepítve van, majd kövesd a következő lépéseket: - 1. Kattints jobb gombbal a `TWiLightMenu-DSi.7z` fájlra - 1. Ha Windows 11-et használsz, kattints a `Több lehetőség megjelenítése` opcióra - 1. Menj a `7-zip` felé - 1. Kattints az `Archívum megnyitása` opcióra -1. Másold ki az `_nds` mappát `TWiLightMenu-DSi.7z` fájlból az SD kártyád gyökerébe -1. Másold ki a `BOOT.NDS` fájlt `TWiLightMenu-DSi.7z` fájlból az SD kártyád gyökerébe -1. Zárd be a `TWiLightMenu-DSi.7z` fájlt -1. Másold a `dumpTool.nds` fájlt az SD kártyád gyökerébe +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - Ha Windows-t használ, biztosítsd, hogy a 7-Zip telepítve van, majd kövesd a következő lépéseket: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip -Nem tudod, mi az SD "gyökér"? [Tekintsd meg ezt a képet](/assets/images/sdroot/en_US.png) +Nem tudod, mi az SD "gyökér"? [See this image](/assets/images/sdroot/en_US.png) ::: - ## II. rész - Az exploit kiválasztása Innentől kezdve három lehetőséged van, egy kis különbséggel, hogy melyik mivel jár. - ### Az Unlaunch telepítése Memory Pit-tel A Memory Pit egy exploit ami a DSi Camera-t használja és kompatibilis minden firmware verzióval. Opcionálisan, ez az exploit használható az Unlaunch telepítésére, ami egy bootcode exploit és teljes hozzáférést ad a konzolhoz bootoláskor. -A Memory Pit valamennyire korlátozott homebrew kompatibilitással rendelkezik, ajánlott, hogy telepítsd az Unlaunch-öt, a Memory Pit önálló használata helyett. Ez a legkönnyebb metódusa az Unlaunch telepítésének, így ez az ajánlott módja. Azonban van egy nagyon kicsi kockázata a konzolod **brickelésének** az Unlaunch telepítésekor, így ha ez számít, akkor válassz másik metódust alább. +A Memory Pit valamennyire korlátozott homebrew kompatibilitással rendelkezik, ajánlott, hogy telepítsd az Unlaunch-öt, a Memory Pit önálló használata helyett. Ez a legkönnyebb metódusa az Unlaunch telepítésének, így ez az ajánlott módja. However, there is a very minor risk of **bricking** your console when installing Unlaunch, so if this is a concern, see the alternate method below. ::: tip -Folytatás [Az Exploit indítása](launching-the-exploit.html) útmutatóval +Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax A stylehax egy olyan exploit, ami a DSi Browser alkalmazást használja és alternatívaként használható a Memory Pit helyett az Unlaunch telepítéséhez (részletezve fentebb) ha a DSi-d kamerája hibás. @@ -69,11 +64,10 @@ Az Unlaunch mentes élményhez ez az exploit ajánlott, mert a Memory Pit probl ::: tip -Folytatás [Az Exploit indítása (stylehax)](launching-the-browser-exploit.html) útmutatóval +Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.html) ::: - ### Flipnote Lenny A Flipnote Lenny egy exploit ami a Flipnote Studio alkalmazást használja. @@ -84,8 +78,8 @@ Mindig teleptheted az Unlaunch-öt később, ha úgy döntenél, hogy szeretnéd ::: tip -Folytatás [Az Exploit indítása (Flipnote Lenny)](launching-the-flipnote-exploit.html) útmutatóval +Continue to [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) ::: -Részletesebb előnyök és hátrányok összehasonltásért az elérhető exploitokról tekints meg a [Melyik a legjobb exploit?](faq.html#which-is-the-best-exploit) GYIK-et. +For a more detailed pros and cons comparision of the available exploits, please see the [Which is the best exploit?](faq.html#which-is-the-best-exploit) FAQ. diff --git a/docs/hu_HU/index.md b/docs/hu_HU/index.md index a62bb8756..afdb3c66f 100644 --- a/docs/hu_HU/index.md +++ b/docs/hu_HU/index.md @@ -1,25 +1,28 @@ --- -home: true +layout: home title: DSi Útmutató -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +hero: + text: DSi Útmutató + tagline: A Nintendo DSi moddolás teljes útmutatója + image: + src: /assets/images/home-page-feature.png --- ::: tip -Más készülékekhez szóló teljes homebrew és egyedi firmware útmutatókért keresd fel a [CFW.Guide](https://cfw.guide/) oldalt. +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -Alaposan olvasd végig az összes bevezető oldalt (beleértve ezt is) mielőtt bármibe belekezdenél. +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## Mi az a Homebrew? -A [Homebrew](https://en.wikipedia.org/wiki/Homebrew_(video_games)) alkalmazások nem licencszelt szoftverek, zárt rendszerekre mint például a Nintendo DSi. Ezek az alkalmazások lehetnek segédeszközök, egyedi homebrew játékok. +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. Ezek az alkalmazások lehetnek segédeszközök, egyedi homebrew játékok. Egy Homebrew ingyenesen futtatható bármilyen Nintendo DSi konzolon, függetlenül a firmware-től és a régiótól. Az egyetlen amire szükséged van egy belépési pont és egy SD kártya, amint a homebrew-ot tárolod. A fő belépési pont ebben az útmutatóban a Memory Pit, de léteznek más belépési pontok is, amit használhatsz, ha a Memory Pit nem elérhető számodra. @@ -27,28 +30,28 @@ Egy Homebrew ingyenesen futtatható bármilyen Nintendo DSi konzolon, független - Futtathatsz Nintendo DS(i) játék mentéseket és ROM hackeket a DSi-d SD kártyájáról, a nélkül, hogy flashcard-ra lenne szükséged - Indíts bármilyen DSiWare-t az SD kártyádról - - Ez azt jelenti, hogy a régiónk ívüli és 3DS-exklúzív DSiWare is működni fog + - Ez azt jelenti, hogy a régiónk ívüli és 3DS-exklúzív DSiWare is működni fog - Bebootolhatsz DSiWare és homebrew alkalmazásokba a megfelelő gombok nyomva tartásával a Nintendo DSi bekapcsolásakor - Régi idők klasszikusait futtathatod különböző emulátorokkal - Használhatsz alaphelyzetben inkompatibilis flashcard-okat - Átirányíthatod a NAND-ot SD kártyára hiyaCFW-vel - Megtekintheted a kedvenc filmjeidet vagy a FastVideoDSPlayer vagy a tuna-viDS használatával - - A FastVideoDSEncoder-nek olyan CPU-ra van szüksége, amely támogatja az AVX2-t (az új CPU-k valószínűleg támogatják) + - A FastVideoDSEncoder-nek olyan CPU-ra van szüksége, amely támogatja az AVX2-t (az új CPU-k valószínűleg támogatják) - Megjeleníthetsz egy képet (amire boot képernyőként hivatkozunk) a rendszer indulásakor - Játszhatsz homebrew játékokat ## Hol találhatok homebrew alkalmazásokat? -- [Universal DB](https://db.universal-team.net/ds) tartalmazza a legtöbb modern homebrew alkalmazást, szép kereséssel és rendezéssel, hogy nyomon követhető legyen mi került frissítésre aktuálisan -- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) sok régi homebrew-t tartalmaz, bár nagy részük csak flashcard-on működik +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards ## Mit kell tudnom, mielőtt belekezdenék? -- Windows-on ajánlott, hogy [megjelenjenek a fájl kiterjesztések](file-extensions-windows.html), ha az alapértelmezett Fájlkezelőt használod +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer - Ez egyetlen brickelési kockázat az Unlaunch telepítésekor lehetséges, de a kockázat minimális ::: tip -Folytasd a [Kezdeti lépések](get-started.html)-kel +Continue to [Get Started](get-started.html) ::: diff --git a/docs/hu_HU/installing-unlaunch.md b/docs/hu_HU/installing-unlaunch.md index d861ec3f8..d45906d39 100644 --- a/docs/hu_HU/installing-unlaunch.md +++ b/docs/hu_HU/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: Unlaunch telepítése ---- +# Unlaunch telepítése ::: warning @@ -10,7 +8,7 @@ Ha nincs hozzáférésed egy PC-hez, vagy a PC-d ChromeOS-t futtat, ne telepíts ::: danger -Ha még nem tetted meg, kérjük készíts egy [NAND mentést](dumping-nand.html). Habár az esélyek kicsik, az Unlaunch brickelheti véletlenül a Nintendo DSi-det. Egy NAND mentés + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) lehetővé teszi, hogy helyreállítsd ezt a mentést, ha tudod, hogy hogyan kell forrasztani. +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). Habár az esélyek kicsik, az Unlaunch brickelheti véletlenül a Nintendo DSi-det. A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. ::: @@ -28,49 +26,50 @@ Az Unlaunch nem kompatibilis a Nintendo DSi fejlesztői konzolokkal. ## I. rész - SD kártya telepítés -1. Töltsd le az [Unlaunch](https://problemkaputt.de/unlaunch.zip) legfrissebb kiadását - - [Tükör link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), ha a fenti nem működne -1. Csomagold ki az `UNLAUNCH.DSI`-t az `unlaunch.zip` archívból és rakd valahova az SD kártyádon -1. Ellenőrizd, hogy még rajta van a TWiLight Menu++ az SD kártyádon - - Ha nem vagy biztos benne, kövesd a [TWiLight Menu++ telepítési útmutatót](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Ellenőrizd, hogy még rajta van a TWiLight Menu++ az SD kártyádon + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## II. rész - Az Unlaunch telepítése/frissítése 1. Indítsd el a TWiLight Menu++-t - - Ha ez az első alkalom, hogy telepíted az Unlaunch-öt, indítsd újra a TWiLight Menu++-t [az exploiton keresztül, amit használsz](launching-the-exploit.html) - - Ha már telepítetted az Unlaunch-öt és frissíteni szeretnéd, tartsd nyomva az A + B gombokat, amíg bootolsz és válaszd a `TWiLight Menu++` opciót - - Ha több opció neve is `TWiLight Menu++`, válaszd azt az opciót, ahol a `BOOT.NDS` látható az útvonal végén az alsó képernyőn - - Ez azért történik, mert a TWiLight Menu++ régebbi verzióját futtatod, amíg ez nem szándékos ajánlott, hogy [frissítsd a telepítésed](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -1. Indítsd el a TWiLight Menu++ Beállításokat - - HA nem cserélted még a témádat, nyomj `SELECT` gombot és éríntsd meg a kis DS ikont az érintő képernyő alján. Egyéként tekintsd meg a TWiLight Menu++ kézikönyvet -1. Nyomj L / R vagy X / Y gombokat, amíg el nem éred az `Unlaunch Beállítások` oldalt -1. Ha szeretnéd cserélni az Unlaunch hátterét, válaszd a `Háttér` opciót és válaszd ki a neked tetszőt - - Ha szeretnél saját Unlaunch hátteret, tekintsd meg a [DS-Homebrew Wiki oldalt](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) -1. Lépj ki a TWiLight Menu++ Beállításokból -1. A fájl navigáció menüből indítsd el az `Unlaunch DSi Installer`-t - - Ha indítás után két fekete képernyőt látsz tölds le a [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases)-t és rakd a .dsi fájlját az SD kártya gyökerébe majd indítsd el a GodMode9i-t a TWiLight Menu++ használatával indítsd el az `Unlaunch.dsi`-t. - Ez a metódus nem teszi lehetővé az Unlaunch-nek az egyedi patch-eket és az egyedi háttér beállítását -1. Válaszd az "install now" opciót - - Ha az Unlaunch lefagy az `ERROR: MISMATCH IN FAT COPIES` üzenetnél, tekintsd meg a [Hibaelhárítás](troubleshooting.html) oldalt -1. Ha végzett, indítsd újra a rendszered + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Indítsd el a TWiLight Menu++ Beállításokat + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Egyéként tekintsd meg a TWiLight Menu++ kézikönyvet +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Lépj ki a TWiLight Menu++ Beállításokból +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Válaszd az "install now" opciót + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. Ha végzett, indítsd újra a rendszered Ha az Unlaunch Filemenu képernyőt látod ezen a ponton, akkor sikeresen moddoltad a Nintendo DSi-det. -- Ha fekete képernyőt kapsz, tekintsd meg a [Hibaelhárítás](troubleshooting.html) oldalt + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## III. rész - Unlaunch-utáni konfiguráció Jelenleg az Unlaunch alapértelmezésben a Filemenu-t indítja bootoláskor, de ez módosítható bármire, amit szeretnél. 1. Kapcsold be a konzolod, miközben nyomva tartod az A és B gombokat - - Ez el kell indítsa az Unlaunch Filemenu-t - - Ha semmi nem listázott vagy csak a `TWiLight Menu++` nem listázott (még legörgetés után sem), akkor [újra kell formáznod az SD kártyád](sd-card-setup.html) -1. Navigálj az `OPTIONS`-höz és nézd meg az elérhető opciókat - - A + B hardkódolt az Unlaunch menühöz, így az nem cserélhető - - A `NO BUTTON` és `BUTTON A / B / X / Y` opciók beállíthatók, ahogy szeretnéd, hogy mit töltsön a DSi-d a bootolásnál, attól függően melyik gomb volt lenyomva. Kiválaszthatsz bármilyen DSiWare-t, homebrew-t, a Slot-1 kártyát vagy az Unlaunch Filemenu-t - - A TWiLight Menu++-hoz válasz a `TWiLight Menu++` opciót - - Az eredeti DSi Menühöz, válaszd a `Launcher`-t - - `LOAD ERROR` az, amit a DSi be fog tölteni, amikor amit beállítottál az hibára fut, mert például az SD kártya nem lett beillesztve -1. Válaszd a `SAVE & EXIT` opciót a beállításaid mentéséhez, majd kapcsold ki a DSi konzolod + - Ez el kell indítsa az Unlaunch Filemenu-t + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - A + B hardkódolt az Unlaunch menühöz, így az nem cserélhető + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Kiválaszthatsz bármilyen DSiWare-t, homebrew-t, a Slot-1 kártyát vagy az Unlaunch Filemenu-t + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## IV. rész - Takarítás az SD kártyán @@ -82,22 +81,22 @@ Ez a rész opcionális és csak azt a célt szolgálja, hogy az SD kártyádon n :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit -- Töröld az `sd:/private/ds/app/484E494A/pit.bin` fájlt az SD kártyádról -- Nevezd vissza a `tip.bin` fájlt a `pit.bin` névre, és hagyd ahogy van -- Most már visszaállíthatod a `DCIM` mappát, ami az SD kártyád gyökerében volt -- Töröld az `UNLAUNCH.DSI` fájlt az SD kártyádról +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card +- Rename `tip.bin` back to `pit.bin`, and leave it intact +- You can now restore the `DCIM` folder that was on the root of your SD card +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny -- Töröld a `800031_104784BAB6B57_000.ppm` és a `T00031_1038C2A757B77_000.ppm` fájlokat a következő mappából: - - `sd:/private/ds/app/4B47554A/001` (Japán) - - `sd:/private/ds/app/4B475545/001` (USA) - - `sd:/private/ds/app/4B475556/001` (Europa/Ausztrália) - - Törölheted az összes mappát a saját régiódón kívül is -- Töröld az `UNLAUNCH.DSI` fájlt az SD kártyádról +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - Törölheted az összes mappát a saját régiódón kívül is +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/hu_HU/launching-the-browser-exploit.md b/docs/hu_HU/launching-the-browser-exploit.md index 8dc702d26..157afc163 100644 --- a/docs/hu_HU/launching-the-browser-exploit.md +++ b/docs/hu_HU/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Az Exploit indítása (stylehax) ---- +# Az Exploit indítása (stylehax) Az exploit indításával kezdjük. A legjobb Unlaunch-mentes élményhez vagy ha DSi camera sérült és az Unlaunch nem telepíthető, javasoljuk, hogy a "stylehax" exploitot használd, ami a DSi Browser alkalmazás a weboldalak kezelésében található egy hibáját használja. Az exploit indítása a TWiLight Menu++-ba bootol, egy homebrew alkalmazásba, ami a DSi Menü cseréjeként szolgál. - ## Követelmények - Nintendo DSi Browser telepítve a Nintendo DSi-den - - Ha nincsen DSi Browser-ed, használd a [Memory Pit](launching-the-exploit.html)-et helyette - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Az Exploit indítása 1. Biztosítsd, hogy az SD kártyád bekerüljön a Nintendo DSi-dbe -1. Bootold be a Nintendo DSi-d és indítsd el a DSi Browser alkalmazást -1. Érintsd meg a `Go to Page` gombot - - A gomb zöld`www` ikonnal rendelkezik -1. Írd be `opera:about`, majd éríntsd meg a `Go`-t az oldal betöltéséhez -1. Érintsd meg a HOME ikont -1. Érintsd meg a `Go to Page` gombot -1. Írd be a `stylehax.net` címet, majd érintsd meg a `Go`-t az oldal betöltéséhez +2. Bootold be a Nintendo DSi-d és indítsd el a DSi Browser alkalmazást +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Érintsd meg a HOME ikont +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip @@ -32,14 +28,14 @@ Az exploitnak 21 másodperc szükséges a futáshoz. Ha több mint 30 másodperc ::: warning -Ha a felső képernyő zöldre vált, akkor nincs a TWiLight Menu++ `BOOT.NDS` fájlja az SD kártyád gyökerében. Hajtsd végre az [előkészítő lépéseket](get-started.html#section-i-prep-work) újra. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Most már használhatod **TW**i**L**ight Menu++-t! Először kérni fogja, hogy válassz nyelvet és régiót. Ezeknek nem kell egyezniük a konzolod nyelvével vagy régiójával, szóval állítsd őket arra, amik neked megfelelnek. Utána ajánlott, hogy folytasd és készíts egy NAND mentést. Ez potenciálisan használható lesz arra, hogy megmentsd a konzolod, ha valami rossz történne a jövőben. +You can now use **TW**i**L**ight Menu++! Először kérni fogja, hogy válassz nyelvet és régiót. Ezeknek nem kell egyezniük a konzolod nyelvével vagy régiójával, szóval állítsd őket arra, amik neked megfelelnek. Utána ajánlott, hogy folytasd és készíts egy NAND mentést. Ez potenciálisan használható lesz arra, hogy megmentsd a konzolod, ha valami rossz történne a jövőben. ::: tip -Folytasd a [NAND Dumpolásával](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/hu_HU/launching-the-exploit.md b/docs/hu_HU/launching-the-exploit.md index b01595666..4acea7ca8 100644 --- a/docs/hu_HU/launching-the-exploit.md +++ b/docs/hu_HU/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: Az Exploit indítása ---- +# Az Exploit indítása Először az SD kártyád állítjuk be az exploit futtatásához. A legtöbb felhasználónak a "Memory Pit" exploitot ajánljuk, ami a Nintendo DSi Camera alkalmazás kép metaadat kezelésének hibáját használja ki. @@ -8,54 +6,54 @@ Az exploit indítása a TWiLight Menu++-ba bootol, egy homebrew alkalmazásba, a ::: tip -Ha nem tervezed az Unlaunch telepítését és van vagy DSi Browser-ed vagy Flipnote Studio-d, ajánlott vagy a [stylehax](launching-the-browser-exploit.html) vagy a [Flipnote Lenny](launching-the-flipnote-exploit.html) használata helyette. [Melyik a legjobb exploit?](faq.html#which-is-the-best-exploit) +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) ::: -### I. rész - DSi Camera verziójának ellenőrzése +## I. rész - DSi Camera verziójának ellenőrzése 1. Kapcsold be a konzolod -1. Nyisd meg a Nintendo DSi Camera alkalmazást - - Ha még nem hajtottad végre a kamera oktatást, tedd meg - - Ha a tutorial megjelenik és összeomlik, akkor a Nintendo DSi kamera hardvered valószínűleg hibás valamilyen módon és nem fogod tudni használni a Memory Pit-et. Használj egy [alternatív exploitot](alternate-exploits.html) -1. Nyisd meg az albumot a nagy gombot használva a jobb oldalon -1. Jegyezd meg, hogy van-e Facebook ikonod a csillagok, klubok és szívek mellett, ott ahol pirossal jelöltük: ![Képernyőkép arról, ahol a Facebook ikon megtalálható](/assets/images/facebook-check.png) +2. Nyisd meg a Nintendo DSi Camera alkalmazást + - Ha még nem hajtottad végre a kamera oktatást, tedd meg + - Ha a tutorial megjelenik és összeomlik, akkor a Nintendo DSi kamera hardvered valószínűleg hibás valamilyen módon és nem fogod tudni használni a Memory Pit-et. Please use an [alternate exploit](alternate-exploits.html) +3. Nyisd meg az albumot a nagy gombot használva a jobb oldalon +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### II. rész - Memory Pit +## II. rész - Memory Pit 1. Töltsd le a megfelelő Memory Pit binárist a Nintendo DSi Camera verziódhoz: - - [Ha ***van*** Facebook ikonod](/assets/files/memory_pit/768_1024/pit.bin) - - [Ha ***nincs*** Facebook ikonod](/assets/files/memory_pit/256/pit.bin) -1. Navigálj az `sd:/private/ds/app/484E494A/` mappába az SD kártyádon - - `sd:` a gyökere az SD kártyának - - Ha már korábban készítettél fotókat az SD kártyádra az Nintendo DSi Camera alkalmazással, akkor már léteznek kell ezeknek a könyvtáraknak - - Ha ezek (vagy csak a `484E494A` mappa) nem létezik, akkor csatlakoztasd az SD kártyádat a DSi-dhez, majd indítsd el a DSi Camera alkalmazást és válaszd az SD kártya ikont a jobb felső sarokban, hogy létre jöjjenek a mappák - - Ha üzentet kapsz, hogy az SD kártya nincs berakva, használj másik SD kártyát - - Ha üzentet kapsz, hogy az SD kártyád nem használható, biztosítsd, hogy az SD kártyád [megfelelően formázott](sd-card-setup.html) -1. A `484E494A` mappában nevezd át az ott található `pit.bin` fájlt a `tip.bin` fájlnévre -1. Rakd a Memory Pit `pit.bin` fájlját a `484E494A` mappába -1. Ha létezik mappa `DCIM` néven az SD kártya gyökerében, készts róla mentést, így nem veszted el belőle a képeket, majd töröld a mappát az SD kártyáról - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - Ha már korábban készítettél fotókat az SD kártyádra az Nintendo DSi Camera alkalmazással, akkor már léteznek kell ezeknek a könyvtáraknak + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - Ha üzentet kapsz, hogy az SD kártya nincs berakva, használj másik SD kártyát + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## III. rész - Az Exploit indítása 1. Biztosítsd, hogy az SD kártyád bekerüljön a Nintendo DSi-dbe -1. Bootold be a Nintendo DSi-d és indítsd el a Nintendo DSi Camera alkalmazást -1. Válaszd az SD kártya ikont a jobb oldalt felül - - Ha üzentet kapsz, hogy az SD kártya nincs berakva, használj másik SD kártyát - - Ha üzentet kapsz, hogy az SD kártyád nem használható, biztosítsd, hogy az SD kártyád [megfelelően formázott](sd-card-setup.html) -1. Nyisd meg az albumot a nagy gombot használva a jobb oldalon - - Ha a képernyő magenta színnel villan, a Memory Pit megfelelően másolásra került +2. Bootold be a Nintendo DSi-d és indítsd el a Nintendo DSi Camera alkalmazást +3. Válaszd az SD kártya ikont a jobb oldalt felül + - Ha üzentet kapsz, hogy az SD kártya nincs berakva, használj másik SD kártyát + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Nyisd meg az albumot a nagy gombot használva a jobb oldalon + - Ha a képernyő magenta színnel villan, a Memory Pit megfelelően másolásra került ::: warning -Ha a felső képernyő zöldre vált, akkor nincs a TWiLight Menu++ `BOOT.NDS` fájlja az SD kártyád gyökerében. Hajtsd végre az [előkészítő lépéseket](get-started.html#section-i-prep-work) újra. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: ::: warning -Ha beléptél az SD kártya kamera albumba és semmi szokatlan nem történt, ellenőrizd, hogy jó verzióját töltötted-e le a Memory Pit-nek, ami a verziódhoz és a régiódhoz tartozik és hogy jó mappába raktad-e az SD kártyádon. Továbbá győződj meg arról, hogy nincs `DCIM` mappa az SD kártyád gyökerében. +Ha beléptél az SD kártya kamera albumba és semmi szokatlan nem történt, ellenőrizd, hogy jó verzióját töltötted-e le a Memory Pit-nek, ami a verziódhoz és a régiódhoz tartozik és hogy jó mappába raktad-e az SD kártyádon. Also ensure that the `DCIM` folder does not exist on your SD card. ::: @@ -69,6 +67,6 @@ Most már használhatod a TWiLight Menu++-t! Először kérni fogja, hogy válas ::: tip -Folytasd a [NAND Dumpolásával](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/hu_HU/launching-the-flipnote-exploit.md b/docs/hu_HU/launching-the-flipnote-exploit.md index a54378db7..37a0035c1 100644 --- a/docs/hu_HU/launching-the-flipnote-exploit.md +++ b/docs/hu_HU/launching-the-flipnote-exploit.md @@ -1,53 +1,48 @@ ---- -title: Az Exploit indítása (Flipnote Lenny) ---- +# Az Exploit indítása (Flipnote Lenny) Először az SD kártyád állítjuk be az exploit futtatásához. A legjobb Unlaunch-mentes élményhez a "Flipnote Lenny" exploitot ajánljuk, ami a a Flipnote Studió flipnote kezelésében található hibát használja ki. Az exploit indítása a TWiLight Menu++-ba bootol, egy homebrew alkalmazásba, ami a DSi Menü cseréjeként szolgál. - ## Követelmények - Telepített Flipnote Studio a Nintendo DSi-den - - Ha nincsen Flipnote Studio-d, használd a [Memory Pit](launching-the-exploit.html)-et helyette - + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead ## I. rész - SD kártya telepítés -1. Töltsd le az [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) legfrissebb kiadását -1. Másold át a `private` mappát a Flipnote Lenny archívból az SD kártyád gyökerébe - +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## II. rész - Az Exploit indítása 1. Biztosítsd, hogy az SD kártyád bekerüljön a Nintendo DSi-dbe -1. Bootold be a Nintendo DSi-d és indítsd el a Flipnote Studio alkalmazást - - Ha üzentet kapsz, hogy az SD kártyád nem használható, biztosítsd, hogy az SD kártyád [megfelelően formázott](sd-card-setup.html) -1. Nyisd meg a Flipnote Studio beállításait jobb oldalt felül a főmenüben, és ellenőrizd, hogy a `Start on Calendar` kikapcsolt és a `Frog` bekapcsolt -1. Nyisd meg a flipnote-okat amik tárolva vannak az SD kártyán - - Ha nem tudod megnézni a flipnote-okat az SD kártyán, használj egy másik SD kártyát -1. Kattints a régiódnak megfelelő arcra - - Ha AUS konzolod van, választ az EUR-t -1. Szerkeszd a kiválasztott flipnote-ot -1. Érintsd meg a béka ikon bal oldalt alul -1. Érintsd meg a filmtekercs ikont -1. Válaszd a `Copy` -> `Back` -> `Exit` opciókat -1. Válaszd ki a második note-ot, amin nagyobb arc van és válaszd az `Edit` opciót -1. Érintsd meg a béka ikon bal oldalt alul -1. Érintsd meg a filmtekercs ikont -1. Válaszd a beillesztést +2. Bootold be a Nintendo DSi-d és indítsd el a Flipnote Studio alkalmazást + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. Nyisd meg a flipnote-okat amik tárolva vannak az SD kártyán + - Ha nem tudod megnézni a flipnote-okat az SD kártyán, használj egy másik SD kártyát +5. Kattints a régiódnak megfelelő arcra + - Ha AUS konzolod van, választ az EUR-t +6. Szerkeszd a kiválasztott flipnote-ot +7. Érintsd meg a béka ikon bal oldalt alul +8. Érintsd meg a filmtekercs ikont +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Érintsd meg a béka ikon bal oldalt alul +12. Érintsd meg a filmtekercs ikont +13. Válaszd a beillesztést ::: warning -Ha a felső képernyő zöldre vált, akkor nincs a TWiLight Menu++ `BOOT.NDS` fájlja az SD kártyád gyökerében. Hajtsd végre az [előkészítő lépéseket](get-started.html#section-i-prep-work) újra. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Most már használhatod **TW**i**L**ight Menu++-t! Először kérni fogja, hogy válassz nyelvet és régiót. Ezeknek nem kell egyezniük a konzolod nyelvével vagy régiójával, szóval állítsd őket arra, amik neked megfelelnek. Utána ajánlott, hogy folytasd és készíts egy NAND mentést. Ez potenciálisan használható a konzolod megmentésére, ha bármi rossz történik a jövőben. +You can now use **TW**i**L**ight Menu++! Először kérni fogja, hogy válassz nyelvet és régiót. Ezeknek nem kell egyezniük a konzolod nyelvével vagy régiójával, szóval állítsd őket arra, amik neked megfelelnek. Utána ajánlott, hogy folytasd és készíts egy NAND mentést. Ez potenciálisan használható lesz arra, hogy megmentsd a konzolod, ha valami rossz történne a jövőben. ::: tip -Folytatás a [NAND Dumpolásával](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/hu_HU/restoring-nand.md b/docs/hu_HU/restoring-nand.md index 015966078..41cb2bcc7 100644 --- a/docs/hu_HU/restoring-nand.md +++ b/docs/hu_HU/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: A NAND biztonsági másolat visszaállítása ---- +# A NAND biztonsági másolat visszaállítása ::: danger -FIGYELEM! Ez ***veszélyes***. Még ha követed is pontosan a lépéseket, meg van a lehetősége annak, hogy brick-eled a DSi-t - mert a NAND nagyon alacsony minőségű - főleg akkor, ha többször flashelsz! Ezt az utolsó lehetőségként szabad csak használni! +FIGYELEM! This is _**dangerous**_. Még ha követed is pontosan a lépéseket, meg van a lehetősége annak, hogy brick-eled a DSi-t - mert a NAND nagyon alacsony minőségű - főleg akkor, ha többször flashelsz! Ezt az utolsó lehetőségként szabad csak használni! ::: ::: tip -Ne ugorj át *semmit* ezen az oldalon, bármi hiba erősen növeli a DSi-d brick-elésének esélyeit. +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: Először, pár biztonságos alternatíva, hogy miért érdemes ezt tenni: + - DSiWare-ek telepítése történhet a hiyaCFW vagy a TWiLight Menu++ alkalmazással -- A képek helyreállítása elvégezhető a [ninfs](https://github.com/ihaveamac/ninfs/releases) segítségével, kombinálva a a hiyaCFW vagy a TWiLight Menu++ alkalmazással, ha szeretnéd őket a konzolon. A HiyaCFW Helper legutolsó verziója lehetővé teszi, hogy kimásold a fotóid a NAND-ról az SDNAND-odra a telepítés során +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. A HiyaCFW Helper legutolsó verziója lehetővé teszi, hogy kimásold a fotóid a NAND-ról az SDNAND-odra a telepítés során - Az Unlaunch gomb konfiguráció helyreállítás megtörténhet az Unlaunch menüből, ami a bekapcsoláskor nyomva tartott A + B gombokkal érhető el - Az Unlaunch-ba bootolás hibát adott? Vedd ki az SD kártyád és próbáld újra indítani a rendszered. Ha működik, akkor a hiba az SD kártyáddal van és a NAND mentés helyreállítása nem fogja javítani azt -- Az "An error has occurred..." üzenet bootoláskor valószínűleg egy hiyaCFW hiba és nem kapcsolódik a NAND-hoz, lásd a [hiyaCFW GYIK & hibaelhárítás](https://wiki.ds-homebrew.com/hiyacfw/faq) oldalt a DS-Homebrew Wiki-n további információkért -- Bármi hiba a TWiLight Menu++-ben nem kapcsolódik, meg kell próbálnod újra telepíteni a TWiLight Menu++-t vagy kérj segítséget a [Discord szerveren](https://ds-homebrew.com/discord) +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - Az Unlaunch eltávolítása, akár a NAND flashelésével vagy az uninstallerrel, kerülendő, amíg kifejezetten nem szükséges; beállíthatod az autoboot gombokat "Launcher"-re és a DSi-d olyan lesz mint a gyári Az egyetlen dolog, amit a NAND-oddal kell tenned az az Unlaunch telepítése. Használd az alternatívakat egyébként. ## Követelmények -- A NAND mentésed **ugyanarról a DSi-ről** -- A [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) legutolsó kiadása + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - Egy mód arra, hogy homebrew-ot futtass NAND hozzáféréssel, mint az Unlaunch vagy a Memory Pit -- [no$gba](https://problemkaputt.de/gba.htm), a NAND mentésed ellenőrzéséhez (Töltsd le a 'Windows gaming version'-t) - - macOS és Linux felhasználók használhatják a [WINE](https://winehq.org)-t a no$gba futtatásához +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## A BIOS dumpolása a no$gba-ban történő használathoz -1. Csomagold ki az `dsibiosdumper.nds`-t az `dsibiosdumper.zip` archívból és rakd valahova az SD kártyádon + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. Kapcsold be a konzolod, miközben nyomva tartod az A és B gombokat - - Ez el kell indítsa az Unlaunch Filemenu-t + - Ez el kell indítsa az Unlaunch Filemenu-t 3. Indítsd el dsibiosdumper-t az Unlaunch Filemenu-ből 4. Nyomj A gombot a BIOS SD kártyára dumpolásához 5. Nyomj START gombot a dsibiosdumper-ből kilépéshez ## A NAND mentésed tesztelése + Nagyon fontos, hogy teszteld a NAND mentésedet, hogy működik, mielőtt helyreállítod a konzolodra; ha brick hibát mutat a no$gba-ban, akkor jó eséllyel brick-eli a konzolodat is. -1. Csomagold ki a `NO$GBA.EXE`-t az `no$gba-w.zip` archívból és rakd egy mappába a számítógépeden -2. Másold a NAND mentésedet abba a mappába, ahova a `NO$GBA.EXE`-t raktad és nevezd át `DSI-1.MMC`-re -3. Másold a `bios7i.bin` és a `bios9i.bin` fájlokat a mappába, ahova a `NO$GBA.EXE`-t raktad, nevezd őket `BIOSDSI7.ROM` és `BIOSDSI9.ROM` nevekre. -4. Futtasd a `NO$GBA.EXE` fájlt -5. Kattints az `Options` > `Emulation Setup` opciókra, hogy megnyisd az Emulation Setup ablakot -6. Módosítsd a `Reset/Startup Entrypoint`-ot `GBA/NDS BIOS (Nintendo logo)`-ra -7. Módosítsd az `NDS Mode/Colors`-t `DSi (retail/16MB)`-ra -8. Kattints a `Save Now`-ra -9. Indítsd el egy tetszőleges Nintendo DS ROM-ot (`.nds` fájl) - -Ha a no$gba betölti a DSi menüt (vagy az Unlaunch Filemenu-t), folytasd a következő résszel. Ha bármilyen hibát ad ***ne flasheld a mentést***! + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +Ha a no$gba betölti a DSi menüt (vagy az Unlaunch Filemenu-t), folytasd a következő résszel. If it shows any kind of error _**do not flash that backup**_! ## Az Unlaunch eltávolítása a NAND mentésedből (opcionális) -Kövesd ezt, ha a NAND mentésed az után készítetted, hogy telepítetted az Unlaunch-öt és el szeretnéd távolítani az Unlaunch-öt a rendszeredről. Ha nem akard eltávolítani az Unlaunch-öt, **nem** kell végrehajtanod ezt a részt. -1. Töltsd le az [Unlaunch](https://problemkaputt.de/unlaunch.zip) legfrissebb kiadását -1. Csomagold ki az `UNLAUNCH.DSI`-t az `unlaunch.zip` fájlból -1. Töltsd be az `UNLAUNCH.DSI`-t a no$gba-ban és indítsd el a Game Card slot-ból - - Ez el kell indítsa az Unlaunch telepítőt, ami hasonlóan néz ki, mint az Unlaunch Filemenu -1. Válaszd az `Uninstall`-t -1. Ha befejezte, válaszd a `Power down`-t -1. Tölts be bármilyen Nintendo DS ROM-ot újra és ellenőrizd, hogy a DSi menüd betölts és megfelelően működik -Ha no$gba bármilyen problémát mutat, a DSi menü betöktése helyett, ***ne flash-eld a mentésed***! Ha van egyrégebbi NAND mentésed, megpróbálhatod azt helyette. **Ne** próbáld meg eltávolítani az Unlaunch-öt az eltávolítóval (uninstaller) a konzolon, mert extrém nagy az esélye, hogy brick-eli a DSi-det. +Kövesd ezt, ha a NAND mentésed az után készítetted, hogy telepítetted az Unlaunch-öt és el szeretnéd távolítani az Unlaunch-öt a rendszeredről. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Ez el kell indítsa az Unlaunch telepítőt, ami hasonlóan néz ki, mint az Unlaunch Filemenu +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Tölts be bármilyen Nintendo DS ROM-ot újra és ellenőrizd, hogy a DSi menüd betölts és megfelelően működik + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! Ha van egyrégebbi NAND mentésed, megpróbálhatod azt helyette. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## A NAND mentés flashelése (szoftver) @@ -82,11 +87,12 @@ Legyél biztos abban, hogy Nintendo DSi rendszered rendesen fel van töltve, mie ::: 1. Behelyezett SD kártyával kapcsold be a konzolod, miközben nyomva tartod az A és B gombokat -3. Indítsd el a SafeNANDManager-t -4. Nyomd meg a gombot, hogy `elkezd a NAND visszaállítást` -6. Ha a visszaállítás végzett, nyomd meg a START gombot a DSi-d kikapcsolásáshoz +2. Indítsd el a SafeNANDManager-t +3. Press the button to `begin NAND restore` +4. Ha a visszaállítás végzett, nyomd meg a START gombot a DSi-d kikapcsolásáshoz A NAND-od most már helyreállított kell legyen. ## NAND mentés flashelése (Hardmod) -Ha nem tudsz bebootolni a Nintendo DSi-dbe, csak a hardmod megoldás a NAND visszaállítására mentésből. A legjobb útmutató erre a [Nintendo DSi hardmod útmutató a DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi)-ben. + +Ha nem tudsz bebootolni a Nintendo DSi-dbe, csak a hardmod megoldás a NAND visszaállítására mentésből. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/hu_HU/sd-card-setup.md b/docs/hu_HU/sd-card-setup.md index 921675fe6..832ca30b4 100644 --- a/docs/hu_HU/sd-card-setup.md +++ b/docs/hu_HU/sd-card-setup.md @@ -1,118 +1,116 @@ ---- -title: SD kártya telepítés ---- +# SD kártya telepítés -This page is for preparing your SD card for your device. In the process, we'll format the SD card and check the card for errors. +Ez az oldal az SD kártyád előkészítéséről szól az eszközödhöz. A folyamat során formázzuk az SD kártyát, majd ellenőrizzük hibákra. ::: danger -Make sure to backup your SD card contents BEFORE following this. Your SD card will be WIPED in the process. +Legyél biztos abban, hogy lementetted az SD kártyád tartalmát MIELŐTT követnéd a lépéseket. Az SD kártya WIPEOLVA lesz a folyamat során. ::: ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows -### Section I - Formatting your SD card with SD Formatter +### I. rész - Az SD kártya formázása az SD Formatter-rel ::: tip -This section formats the SD card to the specifications by the SD Card Association. This can fix many issues that may occur with running homebrew applications. +Ez a rész leformázza az SD kártyát az SD Card Association előírásai szerint. Ez javíthat számtalan problémát, ami homebrew alkalmazások futtatásakor előfordulhat. ::: ::: danger -Any 64GB or larger SD cards will be formatted to `exFAT` in this process. You _must_ follow both Sections I & II to re-format to `FAT32`. +Bármilyen 64GB vagy nagyobb SD exFAT-ra lesz formázva ebben a folyamatban. Követned _kell az I. és II. részt egyaránt a `FAT32`-re újra formázáshoz. ::: -1. Download the latest version of [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/) - - If the above link doesn't work for you, download [from archive.org](https://web.archive.org/web/20220626204124/https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/) - - Accept the End User License Agreement to start the download -2. Run `SD Card Formatter Setup` (the `.exe` file) in the downloaded `.zip` file with Adminstrator privileges, then install the program -3. Run `SD Card Formatter` from the Start Menu with Adminstrator privileges -4. Select your SD card -5. Make sure the `Quick Format` check box is checked -6. Press `Format` to start the format process - - If you're using a 4GB-32GB SD card, and the cluster size is not reported as `32 kilobytes`, you'll need to follow Section II as well - ![Screenshot of SD Card Formatter on Windows 11](/assets/images/sd-card-formatter.png) +1. Töltsd le az [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/) legutolsó verzióját + - Ha a fenti link nem múködik neke, töltsd le az [archive.org-ról](https://web.archive.org/web/20220626204124/https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/) + - Fogadd el a Végfelhasználói licencszerződést a letöltés indításához +2. Futtasd az `SD Card Formatter Setup`-ot (az `.exe` fájlt) a letöltött `.zip` fájlból rendszergazda joggal a program telepítéséhez +3. Futtasd az `SD Card Formatter`-t a Start menüből rendszergazda joggal +4. Válaszd ki az SD kártyád +5. Ellenőrizd, hogy a `Quick Format` opció be van-e pipálva +6. Nyomd meg a `Format` gombot a formázás elindításához + - Ha 4GB-32GB SD kártyát használsz, és a cluster méret nem 32 kilobájt-nak jelezett, akkor követned kell a II. részt is + ![Az SD Card Formatter képernyőképe Windows 11-en](/assets/images/sd-card-formatter.png) -### Section II - Formatting your SD card with GUIFormat +### II. rész - Az SD kártya formázása a GUIFormat-tal -This section formats SD cards which are 64GB or larger to FAT32.\ -This also applies to 4GB-32GB SD cards which have not been formatted with 32kb cluster size. +Ez a rész 64 GB-nál nagyobb SD kártyák FAT32-re formázását írja le.\ +Ez vomatkozik azokra a 4GB-32GB SD kártyákra is, amiket nem 32kb cluster mérettel formáztak. ::: tip -If your SD card is 32GB or less in capacity, skip to Section III. +Ha az SD kártyád 32GB vagy kevesebb ugorj a III. részhez. ::: -1. Download the latest version of [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) - - Click on the picture on the website to download the app -2. Run GUIFormat with Administrator permissions -3. Select your drive letter -4. Set the `Allocation size unit` to `32768` - - If this is too large for your SD, set it to the highest one that works -5. Make sure the `Quick Format` check box is checked -6. Start the format process +1. Töltsd le a [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) legutolsó verzióját + - Kattints a képre a weboldalon, hogy letöltsd az appot +2. Futtasd a GUIFormat-ot Adminisztrátor joggal +3. Válaszd ki az SD kártyád betűjelét +4. Állítsd be az `Allocation size unit`-ot `32768`-ra + - Ha ez túl nagy az SD-d számára, állítsd a legnagyobbra ami működik +5. Ellenőrizd, hogy a `Quick Format` opció be van-e pipálva +6. Indíts el a formázást ![](https://user-images.githubusercontent.com/1000503/83831499-8f330b80-a6b5-11ea-9ab9-ec2196150751.png) -### Section III - Checking for errors +### III. rész - Ellenőrzés hibákra -1. Go to the properties window of your SD card - - `Windows Explorer` -> `This PC` -> Right click your SD card -> `Properties` -2. In the tools tab, Select `Check Now` -3. Check both `Automatically fix file system errors` and `Scan for and attempt recovery of bad sectors` -4. Start the checking process +1. Menj a tulajdonságaihoz az SD kártyádnak + - `Windows Explorer` -> `Ez a gép` -> Jobb kattintás az SD kártyádon -> `Tulajdonságok` +2. Az eszközök fülön válaszd az `Ellenőrzés most` opciót +3. Válaszd ki `Fájl rendszer hibák automatikus javítása` és a `Hibás szektorok keresése és javítása` opciókat egyaránt +4. Indítsd el az ellenőrzési folyamatot -This will scan the SD card and correct any errors it finds. +Ez ellenőrizni fogja az SD kártyádat és kijavít minden hibát, amit talál. -### Section IV - Checking SD card read/write +### IV. rész - Az SD kártya írás/olvasás ellenőrzése -1. Download and extract [the h2testw archive](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) anywhere on your computer - - If the above link doesn't work for you, download [from archive.org](https://web.archive.org/web/20210912045431/http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) - - It can also be extracted on an external device as long as that external device isn't your SD card -2. With your SD card inserted into your computer, run `h2testw.exe` -3. Select which language you'd like to see h2testw in -4. Set your SD card's drive letter as your target -5. Ensure `all available space` is selected -6. Click `Write + Verify` +1. Töltsd le és csomagold ki [a h2testw archívot](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) bárhova a számítógépeden + - Ha a fenti link nem működik, töltsd le az [archive.org-ról](https://web.archive.org/web/20210912045431/http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip-ról) + - Külső eszközre is kicsomagolhatod, amíg az a külső eszköz nem az SD kártyád +2. Az SD kártyád legyen beillesztve a gépbe, majd futtasd a `h2testw.exe` fájlt\` +3. Válaszd ki milyen nyelven szeretnéd a h2testw-t látni +4. Válaszd ki az SD kártyád betűjelét, mint célt +5. Bizonyosodj meg róla, hogy az `all available space` van kiválasztva +6. Kattints a `Write + Verify`-ra -- Wait until the process is completed +- Várj, amíg a folyamat befejeződik ::: tip -If the test shows the result `Test finished without errors`, your SD card is healthy and you can delete all `.h2w` files on your SD card. +Ha a teszt eredménye `Test finished without errors`, az SD kártyád hibátlan, és törölheted a `.h2w` fájlokat az SD kártyádról. ::: ::: danger -If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! +Ha a teszt bármi más eredményt mutat, akkor az SD kártyád valószínűleg hibás, vagy sérült, és le kell cserélned! ::: :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip -If TWiLight Menu++ fails to start after following this method, please follow the Windows method instead, by either rebooting to Windows or running a Windows Virtual Machine +Ha TWiLight Menu++ indtása sikertelen ezen metódus végrehajtása után, kérjük kövesd a Windows metódust e helyett, vagy Windows-ra bootolással, vagy Windows virtuális gép használatával ::: -### Section I - Formatting your SD card +### I. rész - Az SD kártya formázása -1. Make sure your SD card is **not** inserted into your Linux machine -2. Launch the Linux Terminal -3. Type `watch "lsblk"` -4. Insert your SD card into your Linux machine -5. Observe the output. It should match something like this: +1. Ellenőrizd, hogy az SD kártyád **nincs** bedugva a Linux gépedbe +2. Indítsd el a Linux Terminal-t +3. Írd be, hogy `watch "lsblk"` +4. Helyezd az SD kártyád a Linux számítógépbe +5. Figyeld a kimenetet. Valami hasonlót kell kapj: ``` NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT @@ -120,23 +118,23 @@ mmcblk0 179:0 0 3,8G 0 disk └─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF ``` -1. Take note of the device name. In our example above, it was `mmcblk0p1` - - If `RO` is set to 1, make sure the lock switch is not slid down - - Make sure you're targetting the **partition**, `mmcblk0p1` not `mmcblk0` -2. Hit CTRL + C to exit the menu -3. Follow the instructions relevant to your SD card's capacity: - - 2GB or lower: `sudo mkdosfs /dev/(device name from above) -s 64 -F 16` - - This creates a single FAT16 partition with 32 KB cluster size on the SD card - - 4GB or higher: `sudo mkdosfs /dev/(device name from above) -s 64 -F 32` - - This creates a single FAT32 partition with 32 KB cluster size on the SD card - -### Section II - Using F3 - -1. Download and extract [the F3 archive](https://github.com/AltraMayor/f3/archive/v7.2.zip) anywhere on your computer. -2. Launch the terminal in the F3 directory -3. Run `make` to compile F3 -4. With your SD card inserted and mounted, run `./f3write ` - - Wait until the process is complete. See below for an example output: +1. Jegyezd fel az eszköz nevét. A fenti példánkban ez `mmcblk0p1` volt + - - Ha az `RO` 1-re állított, ellenőrizd, hogy a zároló csúszka nincs-e lehúzva + - Legyél biztos benne, hogy a megcélzott **partíció**, az `mmcblk0p1` nem pedig az `mmcblk0` +2. Nyomj CTRL + C-t a menüből kilépéshez +3. Kövesd az SD kártyád kapacitásának megfelelő lépéseket: + - 2GB vagy kisebb: `sudo mkdosfs /dev/(az eszköz neve fentről) -s 64 -F 16` + - Ez létrehoz egy FAT16 partíciót 32 KB cluster mérettel az SD kártyán + - 4GB vagy nagyobb: `sudo mkdosfs /dev/(az eszköz neve fentről) -s 64 -F 32` + - Ez létrehoz egy FAT32 partíciót 32 KB cluster mérettel az SD kártyán + +### II. rész - Az F3 használata + +1. Töltsd le és csomagold ki [az F3 archívot](https://github.com/AltraMayor/f3/archive/v7.2.zip) bárhova a számítógépeden. +2. Indítsd el a terminált az F3 könyvtárában +3. Futtasd a `make`-et az F3 fordításához +4. Bedugott és csatolt SD kártya mellett futtasd az `./f3write ` parancsot + - Várj, amíg a folyamat befejeződik. Alább egy példa kimenet látható: ``` $ ./f3write /media/michel/6135-3363/ Free space: 29.71 GB @@ -146,9 +144,9 @@ mmcblk0 179:0 0 3,8G 0 disk Free space: 0.00 Byte Average Writing speed: 4.90 MB/s ``` -5. Run `./f3read ` +5. Futtasd a `./f3read ` parancsot -- Wait until the process is complete. See below for an example output: +- Várj, amíg a folyamat befejeződik. Alább egy példa kimenet látható: ``` $ ./f3read /media/michel/6135-3363/ SECTORS ok/corrupted/changed/overwritten @@ -168,84 +166,84 @@ ___ ::: tip -If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is healthy and you can delete all `.h2w` files on your SD card. +Ha a teszt eredménye `Data LOST: 0.00 Byte (0 sectors)`, az SD kártyád rendben van és most már törölheted az összes `.h2w` fájlt róla. ::: ::: danger -If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! +Ha a teszt bármi más eredményt mutat, akkor az SD kártyád valószínűleg hibás, vagy sérült, és le kell cserélned! ::: :::: -:::: tab name="macOS" os="macos" +:::: tab macOS -### Section I - Formatting your SD card with SD Formatter +### I. rész - Az SD kártya formázása az SD Formatter-rel ::: tip -This section formats the SD card to the specifications by the SD Card Association. This can fix many issues that may occur with running homebrew applications. +Ez a rész leformázza az SD kártyát az SD Card Association előírásai szerint. Ez javíthat számtalan problémát, ami homebrew alkalmazások futtatásakor előfordulhat. ::: ::: danger -Any 64GB or larger SD cards will be formatted to `exFAT` in this process. You _must_ follow Section II to re-format to `FAT32`. +Bármilyen 64GB vagy nagyobb SD exFAT-ra lesz formázva ebben a folyamatban. Követned _kell_ a II. részt a `FAT32`-re újra formázáshoz. ::: -1. Download the latest version of [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-mac-download/) - - Accept the End User License Agreement to start the download -2. Run `Install SD Card Formatter` (the `.mpkg` file) in the downloaded `.zip` file -3. Run `SD Card Formatter` -4. Select your SD card -5. Make sure the `Quick Format` check box is checked -6. Start the format process +1. Töltsd le az [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-mac-download/) legutolsó verzióját + - Fogadd el a Végfelhasználói licencszerződést a letöltés indításához +2. Futtasd az `Install SD Card Formatter`-t (az `.mpkg` fájlt) a letöltött `.zip` fájlból +3. Futtasd az `SD Card Formatter`-t +4. Válaszd ki az SD kártyád +5. Ellenőrizd, hogy a `Quick Format` opció be van-e pipálva +6. Indíts el a formázást -### Section II - Formatting your SD card with Disk Utility +### II. rész - Az SD kártyád formázása Disk Utility-vel -This section formats SD cards larger than 32GB to FAT32. +Ez a rész 32 GB-nál nagyobb kártyák FAT32-re formázását írja le. ::: tip -If your SD card is 32GB or less in capacity, skip to Section III. +Ha az SD kártyád 32GB vagy kevesebb ugorj a III. részhez. ::: -#### OS X El Capitan (10.11) and later - -1. Launch the Disk Utility application -2. Select `Show All Devices` in the top-left `View` panel -3. Select your SD card from the sidebar - - Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! -4. Click `Erase` at the top -5. Ensure that `Format` is set to `MS-DOS (FAT32)` - - On El Capitan (10.11) through Catalina (10.15) choose `MS-DOS (FAT)` -6. Ensure that `Scheme` is set to `Master Boot Record` - - If `Scheme` does not appear, click `Cancel` and make sure to choose the device instead of a volume -7. Click `Erase`, then click `Close` - -#### OS X Yosemite (10.10) and earlier - -1. Launch the Disk Utility application -2. Select your SD card from the sidebar - - Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! -3. Click `Partition` at the top - - If `Partition` does not appear, make sure to choose the device instead of a volume -4. Ensure that `Partition Layout` is set to `1 Partition` -5. Ensure that `Format` is set to `MS-DOS (FAT)` -6. From the Options button (below the partition table), select `Master Boot Record`. -7. Click `OK` -> `Apply` -> `Partition` - -### Section III - Using F3 - -1. Open Terminal -2. Install F3 from brew by running `brew install f3` - - If you don't have brew, install it with the instructions on [brew.sh](https://brew.sh) -3. With your SD card inserted and mounted, run `f3write ` - - Wait until the process is complete. See below for an example output: +#### OS X El Capitan (10.11) és későbbi + +1. Indítsd el a Disk Utility alkalmazást +2. Válaszd a `Show All Devices` opciót a bal felső `View` panelen +3. Válaszd ki az SD kártyád az oldalpanelen + - Legyél biztos abban, hogy a jó meghajtót választod, egyébként rossz merevlemezt törölhetsz! +4. Kattints az `Erase`-re felül +5. Ellenőrizd, hogy a `Format` beállítása `MS-DOS (FAT32)` + - El Capitan (10.11)-tól Catalina (10.15)-ig válaszd az `MS-DOS (FAT)` opciót +6. Ellenőrizd, hogy a `Scheme` beállítása `Master Boot Record` + - Ha a `Scheme` nem jelenik meg, nyomj `Cancel`-t és ellenőrizd, hogy az eszközt választottad-e ki egy kötet helyett +7. Kattints az `Erase`-re, majd a `Close`-ra + +#### OS X Yosemite (10.10) és korábbi + +1. Indítsd el a Disk Utility alkalmazást +2. Válaszd ki az SD kártyád az oldalpanelen + - Legyél biztos abban, hogy a jó meghajtót választod, egyébként rossz merevlemezt törölhetsz! +3. Kattints az `Partition`-re felül + - Ha a `Partition` nem jelenik meg, ellenőrizd, hogy az eszközt választottad-e ki egy kötet helyett +4. Ellenőrizd, hogy a `Partition Layout` beállított `1 Partition`-re +5. Ellenőrizd, hogy a `Format` beállítása `MS-DOS (FAT)` +6. Az Options gombnál (a partíciós tábla alatt), válaszd a `Master Boot Record` opciót. +7. Kattints az `OK` -> `Apply` -> `Partition` opciókra + +### III. rész - Az F3 használata + +1. Nyisd meg a terminált +2. Telepítsd az F3-t a brew-ból a `brew install f3` futtatásával + - Ha nincs brew-od, telepítsd azt a [brew.sh](https://brew.sh) oldaon található instrukciók alapján +3. Bedugott és csatolt SD kártya mellett futtasd az `./f3write ` parancsot + - Várj, amíg a folyamat befejeződik. Alább egy példa kimenet látható: ``` $ f3write /Volumes/SD\ CARD Free space: 29.71 GB @@ -255,8 +253,8 @@ If your SD card is 32GB or less in capacity, skip to Section III. Free space: 0.00 Byte Average Writing speed: 4.90 MB/s ``` -4. Run `f3read ` - - Wait until the process is complete. See below for an example output: +4. Futtasd a `./f3read ` parancsot + - Várj, amíg a folyamat befejeződik. Alább egy példa kimenet látható: ``` $ f3read /Volumes/SD\ CARD SECTORS ok/corrupted/changed/overwritten @@ -276,13 +274,13 @@ ___ ::: tip -If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is healthy and you can delete all `.h2w` files on your SD card. +Ha a teszt eredménye `Data LOST: 0.00 Byte (0 sectors)`, az SD kártyád rendben van és most már törölheted az összes `.h2w` fájlt róla. ::: ::: danger -If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! +Ha a teszt bármi más eredményt mutat, akkor az SD kártyád valószínűleg hibás, vagy sérült, és le kell cserélned! ::: @@ -292,6 +290,6 @@ If the test shows any other results, your SD card may be corrupted or damaged an ::: tip -You can now restore the contents of your SD card and continue. +Most már helyreállíthatod az SD kártyád tartalmát és folytathatod. ::: diff --git a/docs/hu_HU/site-navigation.md b/docs/hu_HU/site-navigation.md index bcac214b7..b0bbfcb7b 100644 --- a/docs/hu_HU/site-navigation.md +++ b/docs/hu_HU/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: Webhely navigáció ---- +# Webhely navigáció ## Fő folyamat útmutató -- [Kezdeti lépések](get-started.html) -- [Az Exploit indítása (Memory Pit)](launching-the-exploit.html) -- [Az Exploit indítása (Flipnote Lenny)](launching-the-flipnote-exploit.html) -- [NAND dumpolása](dumping-nand.html) -- [Unlaunch telepítése](installing-unlaunch.html) + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## Kiegészítő fejezetek -- [SD kártya telepítés](sd-card-setup.html) -- [Fájlkiterjesztések (Windows)](file-extensions-windows.html) -- [Játékkártyák dumpolása](dumping-game-cards.html) -- [DSiWare mentések](dsiware-backups.html) -- [Unlaunch eltávolítása](uninstalling-unlaunch.html) -- [A NAND biztonsági másolat visszaállítása](restoring-nand.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) ## Más website oldalak -- [Kezdőlap](.) -- [Gyakran Ismételt Kérdések (GYIK)](faq.html) -- [Hibaelhárítás](troubleshooting.html) -- [Készítők](credits.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) +- [Credits](credits.html) diff --git a/docs/hu_HU/troubleshooting.md b/docs/hu_HU/troubleshooting.md index 68a0ce32c..9bc17c42a 100644 --- a/docs/hu_HU/troubleshooting.md +++ b/docs/hu_HU/troubleshooting.md @@ -1,34 +1,33 @@ ---- -title: Hibaelhárítás ---- +# Hibaelhárítás ## Unlaunch -### Az Unlaunch lefagy a `MISMATCH IN FAT COPIES` üzenetnél + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` A twlnf-nek van egy kritikus hibája, amikor nem frissíti megfelelően az egész NAND-ot a módosítása után, ami bizonyos homebrew-ok esetén (mint példul az Unlaunch telepítő) hibát dob. -Ennek a javításához, niysd meg a [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases)-t és válaszd a `Fix FAT copy mismatch` opciót. +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. ### Nincs hang vagy boot képernyő, amikor a "LAUNCHER" kerül indításra az Unlaunch-csel -Az Unlaunch fejlesztője (nocash) szándékosan kipatchelte alapértelmezésként háttérzenét és a boot képernyőt. Visszaszerezheted ezeket az effekteket az [Unlaunch újratelepítésével](installing-unlaunch.html) a TWiLight Menu++-ban az Unlaunch beállítások oldalon "Indító patch"-ek "Alapértelmezett"-re állítását követően, vagy a [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing) használatával. +Az Unlaunch fejlesztője (nocash) szándékosan kipatchelte alapértelmezésként háttérzenét és a boot képernyőt. You can regain these effects by [reinstalling Unlaunch](installing-unlaunch.html) using TWiLight Menu++ with "Launcher Patches" set to "Default" on the Unlaunch page of TWiLight Menu++ settings, or by using [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). ### A bekapcsolás csak fekete képernyőt mutat az Unlaunch telepítése után -Vedd ki az SD kártyád és próbáld újra indítani a rendszered. Ha továbbra is fekete képernyőt mutat, lehet, hogy flash-elned kell a NAND-od [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod)-on keresztül. +Vedd ki az SD kártyád és próbáld újra indítani a rendszered. If it still only shows a black screen, you may need to flash your NAND via a [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). ### Az Unlaunch telepítése után beragadok egy alkalmazásba bootolásnál -Ez valószínűleg egy rossz app választása miatt van a `NO BUTTON` opciónál az Unlaunch-ben. Tartsd nyomva az A + B gombokat a konzol indításakor és menj az `OPTIONS` menübe, majd állítsd be a `NO BUTTON` opciót arra, amire szeretnéd. +This was likely caused by choosing the wrong app for the `NO BUTTON` option in Unlaunch. Hold A + B while starting the console, go to `OPTIONS`, and set `NO BUTTON` to whatever your preference is. ### Egyéb Unlaunch problémák -Ha az Unlaunch `Clusters too large`, `Bad VBR`, `Bad MBR` hibát jelenít meg vagy nem jelenít meg semmilyen alkalmazást, miközben az SD kártya behelyezett, az SD kártyád valószínűleg nem jól formázott. Kövesd újra az [SD kártya telepítést](sd-card-setup.html). +If Unlaunch displays `Clusters too large`, `Bad VBR`, `Bad MBR`, or doesn't display any applications while the SD card is inserted, your SD card likely wasn't formatted correctly. Re-follow [SD Card Setup](sd-card-setup.html). ## TWiLight Menu++ hibaelhárítás -Az általános TWiLight Menu++ hibaelhárításhoz tekintsd meg a [GYIK & hibaelhárítás](https://wiki.ds-homebrew.com/twilightmenu/faq) oldalt a DS-Homebrew Wiki-n. +For general TWiLight Menu++ troubleshooting, see its [FAQ & Troubleshooting](https://wiki.ds-homebrew.com/twilightmenu/faq) page on the DS-Homebrew Wiki. ## További segítség -Ha olyan hibába ütköztél, ami nincs megoldva itt, vagy egy olyanba, ami továbbra is fenn áll a megadott megoldások ellenére kérj segítséget a [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord szerveren. +If you have encountered an issue that is not solved here, or one that persists despite the given solutions, ask for assistance in the [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord server. diff --git a/docs/hu_HU/uninstalling-unlaunch.md b/docs/hu_HU/uninstalling-unlaunch.md index bcc8fb164..dbbb85a4e 100644 --- a/docs/hu_HU/uninstalling-unlaunch.md +++ b/docs/hu_HU/uninstalling-unlaunch.md @@ -1,17 +1,15 @@ ---- -title: Unlaunch eltávolítása ---- +# Unlaunch eltávolítása ::: danger -**Az Unlaunch telepítése és eltávolítása random módon brickelheti a konzolodat! Figyelmeztetve lettél!** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**FIGYELEM:** Az Unlaunch eltávolítása brick-elheti a Nintendo DSi-det. Itt van néhány eset, ami miatt arra gondolhatsz, hogy eltávolítsd az Unlaunch-öt de vannak más megoldások is, mint az eltávolítás. +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Itt van néhány eset, ami miatt arra gondolhatsz, hogy eltávolítsd az Unlaunch-öt de vannak más megoldások is, mint az eltávolítás. -- **Az Unlaunch háttér félelmetes:** [Telepítsd újra az Unlaunch](installing-unlaunch.html)-öt az új lépések alapján. Ezek már tartalmazzák a lépéseit a háttér csere módjának -- **Nincs kezdőképernyő és a zene hiányzik:** Telepítsd újra az Unlaunch-öt az [új lépések alapján](troubleshooting.html#unlaunch). Most már tartalmaznak elhárítási lépéseket +- **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. Ezek már tartalmazzák a lépéseit a háttér csere módjának +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have ::: warning @@ -21,10 +19,10 @@ A brick-elés esélyeinek csökkentésére, legyél biztos abban, hogy nem telep ::: warning -Ha eltávolítod az Unlaunch-öt, **NEM** szabad használnod a beépített eltávolítót közvetlenl a konzolodon, mert megvan az esélye, hogy brickeli a konzolt. Tekintsd át az alábbi információt a megfelelő eltávolításhoz. +When uninstalling Unlaunch, you should **NOT** use its built-in uninstaller directly on your console as there is a chance that it will brick the console. Tekintsd át az alábbi információt a megfelelő eltávolításhoz. ::: -Ha áttekintetted a fenti információt, kövesd a [NAND mentése](dumping-nand.html) lépéseit, hogy egy új NAND mentést készíts, majd folytasd a [NAND mentés helyreállításával](restoring-nand.html). Ez az útmutató végig vezet az Unlaunch eltávolításán a NAND mentésből és annak flashelésén a konzolodra. +Once you have reviewed the above information, follow the [Dumping NAND](dumping-nand.html) instructions to make a new NAND backup, then proceed to [Restoring a NAND Backup](restoring-nand.html). Ez az útmutató végig vezet az Unlaunch eltávolításán a NAND mentésből és annak flashelésén a konzolodra. Ha nem tudod használni a no$gba-t vagy hibát kapsz az Unlaunch eltávolítását követőne a no$gba-ban, lehtséges egy NAND mentés flashelése, ami az Unlaucnh telepítése előtt készült (ha rendelkezel még ilyennel), azonban javasolt, hogy próbáld meg először egy NAND mentéssel ami körábban tartalmazott Unlaunch-öt. Ez a visszaállítást jelentősen könnyebbé teszi ha egy brick miatt szükséges a hardmod, mivel az Unlaunch benne hagyja a no$gba láblécet a NAND-ban akkor is, ha eltávolításra kerül. diff --git a/docs/it_IT/404.md b/docs/it_IT/404.md deleted file mode 100644 index 851966ebc..000000000 --- a/docs/it_IT/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Pagina non trovata -layout: single-no-ads -excerpt: Pagina non trovata. I tuoi pixel sono in un altro canvas. -sitemap: false ---- - -Ci dispiace, ma la pagina che stavi cercando di visualizzare non esiste. - -::: tip - -[Perché non controlli la pagina di navigazione del sito? Probabilmente puoi trovare quello che stai cercando lì](site-navigation.html). - -::: diff --git a/docs/it_IT/alternate-exploits.md b/docs/it_IT/alternate-exploits.md index 0dfebcc3c..4dd5e6fe1 100644 --- a/docs/it_IT/alternate-exploits.md +++ b/docs/it_IT/alternate-exploits.md @@ -1,17 +1,15 @@ ---- -title: Exploit Alternativi ---- +# Exploit Alternativi Se si è stati introdotti ad un tutorial quando si avvia l'applicazione Fotocamera Nintendo DSi e si ottiene un crash quando si tenta di completarlo, non si può usare Memory Pit. Qui, si possono trovare exploit alternativi che possono funzionare al posto di Memory Pit. -Se hai installato Flipnote Studio, puoi usare [Flipnote Lenny](launching-the-flipnote-exploit.html). +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). ::: tip -Assicurati di aver inserito [TWiLightMenu++](get-started.html#section-i-prep-work) nella tua scheda SD prima di procedere. +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. ::: -Se sei su un firmware vecchio, hai accesso a degli exploit che sfruttano i salvataggi dei giochi presenti [in questa lista](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits). Quest'ultimi non verranno discussi qui, poiché sono per la maggior parte obsoleti. Dovrebbero essere utilizzati solamente come ultima risorsa, solo nel caso in cui sia Memory Pit che Flipnote Lenny non dovessero funzionare. +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). Quest'ultimi non verranno discussi qui, poiché sono per la maggior parte obsoleti. Dovrebbero essere utilizzati solamente come ultima risorsa, solo nel caso in cui sia Memory Pit che Flipnote Lenny non dovessero funzionare. petit-compwner non sarà utilizzabile allo scopo di aggirare Memory Pit, in quanto richiede una fotocamera funzionante per avviare l'exploit. diff --git a/docs/it_IT/credits.md b/docs/it_IT/credits.md index a47ecb8b2..307659c6d 100644 --- a/docs/it_IT/credits.md +++ b/docs/it_IT/credits.md @@ -1,23 +1,21 @@ ---- -title: Crediti ---- +# Crediti Questi sono i crediti per coloro che hanno aiutato con il sito web della guida, homebrew e altre cose. Se ti piace quello che hanno fatto, considera una donazione (se hanno un link di donazione). -- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Mantenitori della Guida -- [YourKalamity](https://github.com/YourKalamity): Creatore di Lazy DSi File Downloader -- [emiyl](https://emiyl.com/paypal): Proprietaria del dominio +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers +- [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen: Fornì un'immagine del proprio Nintendo DSi utilizzata sulla pagina principale -- [shutterbug2000](https://paypal.me/projectkaeru): Scopritore & Sviluppatore degli exploit della Fotocamera DSi e di Flipnote Studio -- [nathanfarlow](https://github.com/nathanfarlow): Scopritore & sviluppatore dell'exploit per DSi Browser -- [WinterMute](https://devkitpro.org/support-devkitpro): Manutentore dei toolchain di sviluppo del DS Homebrew & sviluppatore del fork dell'exploit di Flipnote studio di ugopwn per la creazione di Flipnote Lenny (supporta tutti i firmware e le regioni) -- [nocash](http://problemkaputt.de/donate.htm): Sviluppatore di Unlaunch -- [RocketRobz](https://github.com/RocketRobz): Sviluppatore di TWiLight Menu++ & GodMode9i -- [zoogie](https://github.com/zoogie): Sviluppatore di dumpTool & di un fork di Memory Pit che supporta tutte le regioni e i firmware -- [Plailect](https://github.com/Plailect): Realizzò la guida originale per modificare il 3DS, dalla quale questa guida prende ispirazione +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits +- [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit +- [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) +- [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch +- [RocketRobz](https://github.com/RocketRobz): Developer of TWiLight Menu++ & GodMode9i +- [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares +- [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from -Puoi contribuire anche alla nostra guida semplicemente [inviando un pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -Se conosci altre lingue, puoi aiutarci traducendo la guida in quelle lingue. Puoi unirti al nostro [Progetto Crowdin](https://crowdin.com/project/dsi-guide) per iniziare. +Se conosci altre lingue, puoi aiutarci traducendo la guida in quelle lingue. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/it_IT/dsiware-backups.md b/docs/it_IT/dsiware-backups.md index 6c2398574..bea480c9c 100644 --- a/docs/it_IT/dsiware-backups.md +++ b/docs/it_IT/dsiware-backups.md @@ -1,24 +1,24 @@ ---- -title: Backup DSiWare ---- +# Backup DSiWare ## Requisiti -- L'ultima versione di [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) - - Scarica l'archivio, estrai il contenuto e posizionalo `GodMode9i.nds` ovunque sulla tua scheda SD + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## Nintendo DSi - Istruzioni ### Sezione I - Dump dei DSiWare + 1. Avvia GodMode9i -1. Premi START per aprire il menu START -1. Seleziona `Gestore titoli...` - - Se non appare, assicurarsi di avere la scheda SD e NAND montate. Se lo hai avviato da hiyaCFW, riavvialo da un'altra parte -1. Seleziona il titolo di cui vuoi creare il dump -1. Seleziona i dump da effettuare -1. Ripeti i passaggi 4-5 per tutti i DSiWare di cui desideri effettuare un dump +2. Premi START per aprire il menu START +3. Select `Title manager...` + - Se non appare, assicurarsi di avere la scheda SD e NAND montate. Se lo hai avviato da hiyaCFW, riavvialo da un'altra parte +4. Seleziona il titolo di cui vuoi creare il dump +5. Seleziona i dump da effettuare +6. Ripeti i passaggi 4-5 per tutti i DSiWare di cui desideri effettuare un dump ::: tip -I dump dei DSiWare sono trovati in `sd:/gm9i/out`. +The dumped DSiWare will be found in `sd:/gm9i/out`. ::: diff --git a/docs/it_IT/dumping-game-cards.md b/docs/it_IT/dumping-game-cards.md index 61e651ecd..ce91f1087 100644 --- a/docs/it_IT/dumping-game-cards.md +++ b/docs/it_IT/dumping-game-cards.md @@ -1,29 +1,30 @@ ---- -title: Dumping delle cartucce di gioco ---- +# Dumping delle cartucce di gioco Questa sezione riguarda il dumping delle cartucce utilizzando GodMode9i, per usarle su emulatori, flashcard o sulla scheda SD tramite nds-bootstrap. ## Requisiti + - La cartuccia di gioco del titolo che si desidera effettuare un dump -- Una console Nintendo DSi con [Unlaunch](installing-unlaunch.html) installato +- Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## Istruzioni -### Sezione I - Configurazione della Scheda SD -1. Scarica l'ultima versione di [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) -1. Estrai `GodMode9i.nds` dall'archivio GodMode9i e mettilo in un percorso qualsiasi sulla scheda SD +### Sezione I - Configurazione della scheda SD + +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### Sezione II - Istruzioni Nintendo DSi + 1. Avvia GodMode9i -1. Assicurati che la scheda di gioco sia inserita nella console -1. Seleziona l'opzione "SCHEDA NDS" in GodMode9i -1. Seleziona i dump da effettuare - - Le opzioni "Trimmed" per la ROM scaricheranno un file più piccolo che può salvare lo spazio della scheda SD. tuttavia non funzioneranno per la maggior parte delle patch come le ROM hack -1. Ripeti i passaggi 2-4 per tutte le cartucce di cui desideri effettuare un dump +2. Assicurati che la scheda di gioco sia inserita nella console +3. Seleziona l'opzione "SCHEDA NDS" in GodMode9i +4. Seleziona i dump da effettuare + - Le opzioni "Trimmed" per la ROM scaricheranno un file più piccolo che può salvare lo spazio della scheda SD. tuttavia non funzioneranno per la maggior parte delle patch come le ROM hack +5. Ripeti i passaggi 2-4 per tutte le cartucce di cui desideri effettuare un dump ::: tip -I dump delle schede di gioco saranno trovati in `sd:/gm9i/out`. +The dumped Game Cards will be found in `sd:/gm9i/out`. ::: diff --git a/docs/it_IT/dumping-nand.md b/docs/it_IT/dumping-nand.md index 1830351f0..bb0787e8f 100644 --- a/docs/it_IT/dumping-nand.md +++ b/docs/it_IT/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: Effettuare dump della NAND ---- +# Effettuare dump della NAND Questa pagina riguarda la creazione di un backup della NAND, una copia dei dati della memoria interna del Nintendo DSi. Può essere usato per installare hiyaCFW, e per l'emulazione del DSi tramite no$gba e melonDS. @@ -24,29 +22,28 @@ Se hai già scaricato dumpTool da un'altra sezione di questa guida, puoi saltare ::: -1. Scarica l'ultima versione di [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Posiziona `dumpTool.nds` in un percorso qualsiasi sulla tua scheda SD - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## Sezione II - Dump della NAND -1. Avvia `dumpTool` attraverso TWiLight Menu++ -1. Premi il pulsante A sul tuo Nintendo DSi per iniziare a creare un backup della NAND - - Un backup della NAND richiede in genere circa 7 minuti -1. Quando il backup della NAND è completato, premi il pulsante START sul tuo Nintendo DSi per uscire da dumpTool -1. Spegni la console e inserisci la scheda SD nel tuo computer -1. Salva questo backup in un posto sicuro, dove non lo perderai - - Se possibile, effettua molteplici backup su diversi dispositivi di archiviazione - - Una volta conservato il backup altrove, lo si può eliminare dalla scheda SD +1. Launch `dumpTool` through TWiLight Menu++ +2. Premi il pulsante A sul tuo Nintendo DSi per iniziare a creare un backup della NAND + - Un backup della NAND richiede in genere circa 7 minuti +3. Quando il backup della NAND è completato, premi il pulsante START sul tuo Nintendo DSi per uscire da dumpTool +4. Spegni la console e inserisci la scheda SD nel tuo computer +5. Salva questo backup in un posto sicuro, dove non lo perderai + - Se possibile, effettua molteplici backup su diversi dispositivi di archiviazione + - Una volta conservato il backup altrove, lo si può eliminare dalla scheda SD ::: warning -L'hash SHA1 di `nand.bin` non corrisponderà all'hash memorizzato in `nand.bin.sha1`. Questo accade poiché dumpTool aggiunge dei dati aggiuntivi, noti come footer NO$gba, al file `nand.bin` dopo che l'hash SHA1 è stato calcolato. È possibile utilizzare [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) per creare una copia senza il footer. +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. ::: ::: tip -Continua con [Installazione di Unlaunch](installing-unlaunch.html) (facoltativo) +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) ::: diff --git a/docs/it_IT/faq.md b/docs/it_IT/faq.md index 49e6ada3a..0ca5eb955 100644 --- a/docs/it_IT/faq.md +++ b/docs/it_IT/faq.md @@ -1,33 +1,38 @@ ---- -title: FAQ ---- +# FAQ ## Devo aggiornare il sistema? -**Non** è consigliato aggiornare il tuo DSi a meno che non sai che ci sono DSiWare acquistati. Mentre è ancora possibile seguire questa guida se lo fai, l'unico vantaggio di aggiornare la console è la possibilità di accedere al Nintendo DSi Shop per scaricare i titoli già acquistati. Tutti gli altri vantaggi, come l'integrazione di Facebook nell'applicazione Fotocamera Nintendo DSi, non sono più utilizzabili o non sono sufficientemente significativi da giustificare gli aspetti negativi: -- L'installazione di aggiornamenti di sistema è conosciuta per causare occasionalmente dei **brick** alle console, con approssimativamente la stessa frequenza di quando si installa Unlaunch +It is **not** recommended to update your DSi unless you know there are purchased DSiWare. Mentre è ancora possibile seguire questa guida se lo fai, l'unico vantaggio di aggiornare la console è la possibilità di accedere al Nintendo DSi Shop per scaricare i titoli già acquistati. Tutti gli altri vantaggi, come l'integrazione di Facebook nell'applicazione Fotocamera Nintendo DSi, non sono più utilizzabili o non sono sufficientemente significativi da giustificare gli aspetti negativi: + +- Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch - Gli exploit più vecchi non sono più possibili da usare, che potrebbero essere necessari se non sei in grado di utilizzare gli exploit consigliati - La compatibilità con le flashcard è minore, tuttavia questo è bypassato se si installa Unlaunch ## Qual è l'exploit migliore? + Unlaunch è nel complesso il miglior exploit per il DSi, con l'unico lato negativo è che c'è un rischio minore di causare un brick all'installazione. In generale si consiglia di utilizzare Memory Pit per installare Unlaunch. Se desideri evitare qualsiasi rischio si consiglia invece di utilizzare Flipnote Lenny in quanto ha meno problemi in homebrew rispetto a Memory Pit mentre è altrettanto sicuro e semplice da rimuovere. Sotto c'è una lista di tutti i pro e i contro di ciascun exploit: ### Memory Pit + Pro: + - Facile e semplice da usare - Nessun rischio di danneggiare la console, la disinstallazione è talmente semplice che basta rimuovere la scheda SD o eliminare un file - Compatibile con tutte le console DSi a meno che non abbiano una fotocamera rotta e non abbiano completato il tutorial dellla fotocamera Contro: + - Richiede di aprire l'app Fotocamera Nintendo DSi ogni volta che si desidera accedere all'homebrew - Incompatibile con alcuni titoli in modalità DSi e applicazioni homebrew a causa di WRAM aperto solo alla CPU ARM7 - L'accesso alla Slot-1 (la scheda di gioco DS) è bloccato con gli homebrew - L'accesso al DSP è bloccato e ciò comporta un peggioramento del suono in GBARunner2 - Le foto sulla scheda SD non possono essere visualizzate tramite l'applicazione Fotocamera Nintendo DSi mentre Memory Pit è installato, dato che ciò attiverebbe l'exploit - - L'unico modo per visualizzare le foto della scheda SD mentre Memory Pit è installato è tramite l'esecuzione di un dump della ROM dell'applicazione Fotocamera Nintendo DSi usando **TW**i**L**ight Menu++ per avviarlo tramite nds-bootstrap (v0.61.3 o successive) + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + Pro: + - Migliore compatibilità con titoli e app homebrew in modalità DSi rispetto a Memory Pit - Facile da usare - Nessun rischio di danneggiare la console @@ -35,106 +40,132 @@ Pro: - Audio migliore in GBARunner2 Contro: + - Richiede accesso a internet - Richiede di aprire DSi Browser ogni volta che si desidera accedere all'homebrew, e ciò richiede un po' più di tempo rispetto a Memory Pit - L'accesso alla Slot-1 (la scheda di gioco DS) è bloccato con gli homebrew ### Flipnote Lenny + Pro: + - Migliore compatibilità con titoli e app homebrew in modalità DSi rispetto a Memory Pit - Nessun rischio di danneggiare la console, la disinstallazione è talmente semplice che basta rimuovere la SD o eliminare una cartella - Utilizzabile su console con fotocamera rotta - Audio migliore in GBARunner2 Contro: + - Richiede di aprire Flipnote Studio ogni volta che si desidera accedere all'homebrew e ciò richiede poco più tempo di Memory Pit - L'accesso alla Slot-1 (la scheda di gioco DS) è bloccato con gli homebrew ### Unlaunch + Pro: + - Consente di aprire app homebrew e DSiWare immediatamente all'avvio del sistema, con tasti di scelta rapidi opzionali - Pieno accesso al sistema senza alcuna limitazione, tra cui: - - Accesso alla Slot-1 che consente di eseguire i backup di schede di gioco e l'avvio di flashcard non compatibili - - Audio migliore in GBARunner2 + - Accesso alla Slot-1 che consente di eseguire i backup di schede di gioco e l'avvio di flashcard non compatibili + - Audio migliore in GBARunner2 - Rimuove i blocchi regionali sulle schede di gioco DSi-Enhanced/Esclusive DSi - Protezione contro la maggior parte dei modi con cui un DSi potrebbe rompersi - I giochi DSi-Enhanced possono essere eseguiti in modalità DSi senza una ROM donatrice - Vecchie app homebrew possono essere eseguite tramite nds-bootstrap-hb Contro: -- Un bassissimo rischio di **rompere** la console durante l'installazione -- Un altro rischio, leggermente più alto, di rompere la console se si decide di [disinstallarlo](uninstalling-unlaunch.html) + +- Very minor risk of **bricking** the console when installing +- Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - Non compatibile con console di sviluppo ## Perderò qualche funzionalità se modifico il mio sistema? -Se si installa Unlaunch o si usa Flipnote Lenny, non si perderà alcuna funzionalità. Se si usa Memory Pit, non sarà possibile visualizzare le foto sulla scheda SD utilizzando la fotocamera DSi, a meno che non avvii un dump ROM dell'applicazione Fotocamera Nintendo DSi utilizzando **TW**i**L**ight Menu++ per avviarlo tramite nds-bootstrap. -- Per recuperare la possibilità di visualizzare le foto salvate sulla scheda SD quando avvii la Fotocamera Nintendo DSi dal menu DSi installa Unlaunch o passa a un exploit differente, poi elimina il file `pit.bin` - - Se `tip.bin` esiste ancora nella stessa cartella, rinominalo a `pit.bin` + +Se si installa Unlaunch o si usa Flipnote Lenny, non si perderà alcuna funzionalità. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + +- To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## Come faccio a giocare ai backup delle schede di gioco per Nintendo DS? + Giocare ai backup delle schede di gioco sulla console richiede l'uso di una flashcard o di nds-bootstrap, un programma che consente di riprodurre i giochi dalla scheda SD interna reindirizzando le scritture e le letture della Slot-1. + - Con TWiLight Menu++ puoi navigare nella tua scheda SD per trovare i file ROM da avviare tramite nds-bootstrap. I vantaggi di utilizzare TWiLight Menu++ sono di avere un menu per i trucchi, impostazioni per gioco, e di evitare le restrizioni che le scorciatoie comportano. In altre parole, è possibile spostare i file ROM direttamente e giocare senza alcuna configurazione. Non c'è nessun limite di 39 titoli, né hiyaCFW o Unlaunch sono necessari e non ci sono restrizioni sullo spazio libero della scheda SD che si può avere -- gli utenti di hiyaCFW possono creare scorciatoie per il menu DSi della SDNAND utilizzando la guida [Scorciatoie per i giochi DS](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) sulla DS-Homebrew Wiki, ma hanno alcune limitazioni. C'è un limite non aggirabile di 39 titoli, e sono meno convenienti da creare rispetto all'uso di TWiLight Menu++ - - Se non hai hiyaCFW e volessi usare le scorciatoie, puoi seguire la [guida all'Installazione di hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing) sulla DS-Homebrew Wiki +- hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. C'è un limite non aggirabile di 39 titoli, e sono meno convenienti da creare rispetto all'uso di TWiLight Menu++ + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## Come faccio ad aggiornare il mio homebrew? -- **Unlaunch** - Segui le istruzioni sulla pagina [Installazione di Unlaunch](installing-unlaunch.html) - - **Non** devi disinstallare Unlaunch prima di farlo -- **hiyaCFW** - Sostituisci `hiya.dsi` nella scheda SD con la [versione aggiornata](https://github.com/RocketRobz/hiyaCFW/releases) -- **TWiLight Menu++** - Segui le istruzioni sulla [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -- **nds-bootstrap** - Copia `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` nella cartella `_nds` sulla scheda SD - - Se utilizzi TWiLight Menu++, c'è un'alta probabilità che l'ultima versione di nds-bootstrap sia inclusa con TWiLight Menu++ -- **GodMode9i, dumpTool, Forwarder3-DS, ecc** - Segui le istruzioni su come scaricarli + +- **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page + - You do **not** need to uninstall Unlaunch before doing this +- **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) +- **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +- **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card + - Se utilizzi TWiLight Menu++, c'è un'alta probabilità che l'ultima versione di nds-bootstrap sia inclusa con TWiLight Menu++ +- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them Altre app homebrew potrebbero usare altri metodi per essere aggiornate. ## Sono nuovo o vorrei rifare la mia configurazione. Da dove inizio? + - Se non hai già modificato la console o stai cercando di aggiornare Unlaunch sul tuo sistema, si consiglia di partire dall'inizio della guida e di seguirla attraverso le pagine. Assicurati di leggere tutto sulla pagina principale -- Se hai l'ultima versione di Unlaunch, segui la [guida per l'installazione di TWiLight Menu++](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) per installare TWiLight Menu++ sul tuo sistema +- If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## Come posso eliminare il filtro famiglia? -- Il [generatore mkey](https://mkey.salthax.org) può generare il codice necessario per rimuovere il filtro famiglia + +- The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## Posso cambiare la regione del mio Nintendo DSi? + Sì, ci sono alcuni metodi diversi a seconda di ciò che si desidera cambiare: + - Il metodo più semplice e sicuro è quello di installare semplicemente TWiLight Menu++, può utilizzare qualsiasi lingua ufficiale e altre senza bisogno di modifiche alla NAND - Se desideri effettivamente cambiare la regione di sistema e utilizzi hiyaCFW, apri il menu di configurazione e cambia l'impostazione della regione (non è possibile con NAND CHN o KOR) - - Se ciò rompe l'input del touch screen, rimetti la regione originale e utilizza piuttosto [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) di Yoti per i sistemi DSi asiatici. Per i DSi americani utilizza [questa versione di hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) -- Infine, se si desidera cambiare la regione sulla NAND di sistema, è possibile utilizzare il [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) di Mighty Max + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) +- Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## Cosa è successo alla guida all'installazione di hiyaCFW? -Poiché hiyaCFW non è molto pratico ed è stato un passaggio problematico e confusionario della guida per parecchi utenti, È stata spostata alla [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + +Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - Se sei stato collegato alla pagina in questione da un'altra guida, le istruzioni che stai seguendo sono obsolete. È consigliato invece di utilizzare questa guida, dato che viene aggiornata costantemente dagli sviluppatori di questi progetti ## Cosa è successo con Lazy DSi Downloader? Come posso installare CFW senza di esso? + Lazy DSi Downloader era un programma che essenzialmente permetteva di saltare il processo di installazione manuale scaricando e posizionando i file e le cartelle necessari sulla scheda SD. Tuttavia, a causa del modo in cui è stato programmato e distribuito, molti utenti hanno incontrato vari problemi e finito per dover fare ricorso all'installazione manuale, in quanto più rapida e/o più facile nella risoluzione di qualsiasi cosa causi il problema. -Per evitare che più utenti incontrino questi problemi, non consigliamo più di utilizzare Lazy DSi Downloader, ma piuttosto [la configurazione manuale](get-started.html). +To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - Se sei stato collegato a questa guida da una terza parte che ha raccomandato di utilizzare Lazy DSi Downloader, le istruzioni che stavi seguendo erano molto probabilmente obsolete. È consigliato l'utilizzo di questa guida, dato che viene aggiornata costantemente dagli sviluppatori di questi progetti. ## Che tipo di scheda SD dovrei utilizzare? + - Dovresti acquistare una scheda SD di un marchio affidabile - Funzionerà sia una scheda SD sia una scheda microSD in un adattatore - Qualsiasi capacità compresa tra 1 GB e 2 TB andrà bene. Per un uso generale, 8 GB sono sufficienti - - Con alcuni software, come hiyaCFW, si possono avere tempi di caricamento molto più lunghi con schede SD con capienze più grandi + - Con alcuni software, come hiyaCFW, si possono avere tempi di caricamento molto più lunghi con schede SD con capienze più grandi - Si raccomanda una classe di velocità 8 o superiore ## Posso usare la mia scheda SD del DSi su altri sistemi? + Generalmente sì, ma con due eccezioni: + - hiyaCFW funzionerà solo sul sistema su cui è stato configurato - Anche se stai usando nds-bootstrap o una flashcard, i codici amico dei giochi online NDS verranno reimpostati quando si tenta di andare online utilizzando una console diversa ## Come posso passare a una nuova scheda SD dopo aver impostato gli homebrew? -Formatta la tua nuova scheda SD utilizzando le istruzioni [Configurazione scheda SD](sd-card-setup.html), poi semplicemente sposta i dati dalla vecchia scheda SD a quella nuova. + +Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## Posso ancora usare il mio sistema normalmente senza la scheda SD inserita dopo aver impostato gli homebrew? -Sì. Se non è stato installato Unlaunch, il sistema rimarrà completamente non modificato. Se *hai* installato Unlaunch, potresti aver bisogno di [configurare Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) per avviare automaticamente il menu DSi originale in condizioni specifiche. -## La pagina di [Unlaunch](https://problemkaputt.de/unlaunch.htm) dice che la versione 2.0 non è notoriamente sicura. Dovrei usare una versione precedente? -La pagina di Unlaunch non è stata aggiornata da quando è stata rilasciata la versione 2.0 nel 2019. La stragrande maggioranza degli utenti non hanno problemi con questa versione, ed è perciò considerata sicura. +Sì. Se non è stato installato Unlaunch, il sistema rimarrà completamente non modificato. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Dovrei usare una versione precedente? +La pagina di Unlaunch non è stata aggiornata da quando è stata rilasciata la versione 2.0 nel 2019. La stragrande maggioranza degli utenti non hanno problemi con questa versione, ed è perciò considerata sicura. ## Come faccio ad avviare i dump dei DSiWare? + Il metodo consigliato è quello di avviarli semplicemente con TWiLight Menu++, a causa del semplice metodo trascina-e-rilascia e non ci sono limiti arbitrari. Quando nds-bootstrap è impostato come metodo di avvio, ottiene anche i benefici di trucchi e screenshot, così come qualsiasi altro vantaggio fornito dal menu in-gioco. -Tuttavia, per i pochi titoli che sono incompatibili, puoi usare [NTM](https://github.com/Epicpkmn11/NTM/releases) per installarli su memoria interna o [SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing) di hiyaCFW. Oltre alla mancanza dei benefici di cui sopra, vi è anche un limite di 39 titoli che non possono superare 128 MiB/1.024 blocchi di dimensione. Per SysNAND, c'è anche un rischio molto piccolo di causare un brick al sistema quando si scrive sulla NAND interna. +However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). Oltre alla mancanza dei benefici di cui sopra, vi è anche un limite di 39 titoli che non possono superare 128 MiB/1.024 blocchi di dimensione. Per SysNAND, c'è anche un rischio molto piccolo di causare un brick al sistema quando si scrive sulla NAND interna. diff --git a/docs/it_IT/file-extensions-windows.md b/docs/it_IT/file-extensions-windows.md index ad0edecbb..0ea94e7c3 100644 --- a/docs/it_IT/file-extensions-windows.md +++ b/docs/it_IT/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: Estensioni File (Windows) ---- +# Estensioni File (Windows) Questa è una sezione aggiuntiva per disabilitare il comportamento predefinito di Windows di nascondere le estensioni dei file, che renderà la ricerca dei file di riferimento nella guida molto più facile per voi. ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. Avvia Esplora File aprendo una qualsiasi directory, come ad esempio quella della scheda SD -1. Clicca sul menu "Visualizza" nella barra superiore - - Se l'opzione non è presente, cliccare sul pulsante `··` sulla parte più destra della barra superiore -1. Cliccare o spostare il cursore sul sottomenu `Mostra >` -1. Controllare l'opzione etichettata `Estensioni nome file` ![Schermata della casella delle "Estensioni nomi file" su Windows 11](/assets/images/windows-11-file-extensions.png) +2. Clicca sul menu "Visualizza" nella barra superiore + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 1. Avvia Esplora File aprendo una qualsiasi directory, come ad esempio quella della scheda SD -1. Clicca sul menu "Visualizza" nella barra superiore -1. Spunta la casella denominata "Estensioni nomi file" ![Schermata della casella delle "Estensioni nomi file" su Windows 10](/assets/images/windows-10-file-extensions.png) +2. Clicca sul menu "Visualizza" nella barra superiore +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. Apri il menu start cliccandoci sopra o premendo il tasto Windows -1. Cerca "Opzioni cartella" e seleziona il risultato corrispondente ![Schermata di una ricerca "opzioni cartella" nel menu Start di Windows 7](/assets/images/windows-7-folder-options-start-menu.png) -1. Clicca sulla scheda "Visualizzazione" nella parte superiore della finestra Opzioni cartella -1. Assicurati che la casella denominata "Nascondi estensioni per tipi di file conosciuti" non sia selezionata ![Schermata della finestra "Opzioni cartelle" su Windows 7 con "Nascondi estensioni per i tipi di file conosciuti" disattivato](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Clicca sulla scheda "Visualizzazione" nella parte superiore della finestra Opzioni cartella +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/it_IT/get-started.md b/docs/it_IT/get-started.md index 6b630dfc2..14daa433e 100644 --- a/docs/it_IT/get-started.md +++ b/docs/it_IT/get-started.md @@ -1,66 +1,61 @@ ---- -title: "Per iniziare" ---- +# Per iniziare -L'applicazione homebrew principale che installerai con questa guida è **TW**i**L**ight Menu++, un aggiornamento/sostituzione del menu del Nintendo DSi che consente l'esecuzione di altre applicazioni homebrew, giochi commerciali per DS, emulatori di vecchie console e altro ancora. +The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. Per prima cosa lo scaricheremo, insieme ad altre applicazione homebrew, in preparazione dell'esecuzione dell'exploit. ## Requisiti - Un modo per copiare i file scaricati sulla scheda SD -- Un'applicazione per l'estrazione di archivi, come [7-Zip](https://www.7-zip.org/) (Windows) o [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), o [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) - - Ti consigliamo di non usare WinRAR, perché è noto causare problemi - - Se stai usando Windows 11, ti consigliamo di non utilizzare l'estrattore integrato (Windows Explorer), perché causerà un errore dicendo che il nome del file è troppo lungo o non valido +- An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) + - Ti consigliamo di non usare WinRAR, perché è noto causare problemi + - Se stai usando Windows 11, ti consigliamo di non utilizzare l'estrattore integrato (Windows Explorer), perché causerà un errore dicendo che il nome del file è troppo lungo o non valido ## Sezione I - Preparazione ::: warning -Assicurati che la scheda SD sia [formattata correttamente](sd-card-setup.html). +Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. Inserisci la scheda SD nel PC -1. Scarica l'ultima versione di [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) - - Se non si scarica, apri la pagina [](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest)e scarica `TWiLightMenu-DSi.7z` -1. Scarica la versione più recente di [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Apri `TWiLightMenu-DSi.7z` - - Se stai usando Windows, assicurati che 7-Zip sia installato, segui questi passaggi: - 1. Click destro su `TWiLightMenu-DSi.7z` - 1. Se utilizzi Windows 11, fai clic su `Mostra più opzioni` - 1. Vai sopra `7-zip` - 1. Clicca `Apri archivio` -1. Copia la cartella `_nds` estratta da `TWiLightMenu-DSi.7z` nella root della scheda SD -1. Copia il file `BOOT.NDS` estratto da `TWiLightMenu-DSi.7z` nella root della scheda SD -1. Chiudi `TWiLightMenu-DSi.7z` -1. Copia il file `dumpTool.nds` nella root della scheda SD +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - Se stai usando Windows, assicurati che 7-Zip sia installato, segui questi passaggi: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip -Non sai cosa sia la "root" della SD? [Vedi questa immagine](/assets/images/sdroot/en_US.png) +Non sai cosa sia la "root" della SD? [See this image](/assets/images/sdroot/en_US.png) ::: - ## Sezione II - Scegliere l'exploit Da qui hai tre opzioni, con una piccola differenza in ciò che ciascuna comporta. - ### Installazione di Unlaunch tramite Memory Pit Memory Pit è un exploit che utilizza la Fotocamera Nintendo DSi, compatibile con tutte le versioni del firmware. Facoltativamente, questo exploit può essere utilizzato per installare Unlaunch, un exploit del bootcode che consente il pieno controllo della console all'avvio. -Poiché Memory Pit ha una compatibilità limitata con gli homebrew, si raccomanda di installare Unlaunch, invece di utilizzare Memory Pit in modo autonomo. Visto che questo è il metodo più semplice per installare Unlaunch, è perciò il percorso più consigliato. Tuttavia, c'è un rischio molto marginale di causare un **brick** della console durante l'installazione di Unlaunch, quindi se questo ti preoccupa, segui il metodo alternativo sottostante. +Poiché Memory Pit ha una compatibilità limitata con gli homebrew, si raccomanda di installare Unlaunch, invece di utilizzare Memory Pit in modo autonomo. Visto che questo è il metodo più semplice per installare Unlaunch, è perciò il percorso più consigliato. However, there is a very minor risk of **bricking** your console when installing Unlaunch, so if this is a concern, see the alternate method below. ::: tip -Continua con [Avvio dell'exploit](launching-the-exploit.html) +Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax stylehax è un exploit che utilizza l'applicazione DSi Browser e può essere utilizzato come alternativa a Memory Pit per l'installazione di Unlaunch (spiegato sopra) nel caso in cui il DSi abbia la fotocamera rotta. @@ -69,11 +64,10 @@ Questo exploit è raccomandato se non si vuole utilizzare Unlaunch, poiché l'ut ::: tip -Continua con [Avvio dell'exploit(stylehax)](launching-the-browser-exploit.html) +Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.html) ::: - ### Flipnote Lenny Flipnote Lenny è un exploit che utilizza l'applicazione Flipnote Studio. @@ -84,8 +78,8 @@ Se hai Flipnote Studio e non hai intenzione di installare Unlaunch (spiegato sop ::: tip -Continua con [Avvio dell'exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +Continue to [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) ::: -Per un confronto più dettagliato di pro e contro degli exploit disponibili, consulta [Qual è l'exploit migliore?](faq.html#which-is-the-best-exploit) nelle FAQ. +For a more detailed pros and cons comparision of the available exploits, please see the [Which is the best exploit?](faq.html#which-is-the-best-exploit) FAQ. diff --git a/docs/it_IT/index.md b/docs/it_IT/index.md index 0d546dcd4..fbee20015 100644 --- a/docs/it_IT/index.md +++ b/docs/it_IT/index.md @@ -1,25 +1,28 @@ --- -home: true -title: Pagina principale -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +layout: home +title: Guida DSi +hero: + text: Guida DSi + tagline: La guida completa per moddare il tuo Nintendo DSi + image: + src: /assets/images/home-page-feature.png --- ::: tip -Per guide complete su homebrew e custom firmware per altri dispositivi, controlla [CFW.Guide](https://cfw.guide/). +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -Leggi attentamente tutte le pagine introduttive (compresa questa!) prima di procedere. +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## Cos'è l'homebrew? -[Le applicazioni Homebrew](https://en.wikipedia.org/wiki/Homebrew_(video_games)) sono software senza licenza fatte per sistemi chiusi come il Nintendo DSi. Queste applicazioni possono variare dalle utility ai giochi custom homebrew. +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. Queste applicazioni possono variare dalle utility ai giochi custom homebrew. L'Homebrew può essere eseguito gratuitamente su tutte le console Nintendo DSi, indipendentemente dalla versione del firmware o dalla regione. Tutto ciò di cui hai bisogno è un punto di ingresso e una scheda SD per memorizzare i tuoi homebrew. Il punto di entrata principale utilizzato in questa guida sarà chiamato Memory Pit, ma ce ne sono altri che si potrebbero utilizzare se Memory Pit è inutilizzabile. @@ -27,28 +30,28 @@ L'Homebrew può essere eseguito gratuitamente su tutte le console Nintendo DSi, - Avviare i backup dei giochi Nintendo DS(i) o ROM hacks dalla scheda SD del DSi senza la necessità di una flashcard - Avvia qualsiasi DSiWare dalla tua scheda SD - - Questo significa che pure i DSiWare fuori regione ed esclusive 3DS funzioneranno + - Questo significa che pure i DSiWare fuori regione ed esclusive 3DS funzioneranno - Avviare DSiWare e app homebrew tenendo premuti pulsanti specifici quando si accende il Nintendo DSi - Avvia classici dei vecchi tempi utilizzando vari emulatori - Usare flashcard normalmente incompatibili - Reindirizzare la NAND alla scheda SD utilizzando hiyaCFW - Guarda i tuoi film preferiti con FastVideoDSPlayer o tuna-viDS - - FastVideoDSEncoder richiede una CPU che supporti AVX2 (le CPU più recenti dovrebbero supportarlo) + - FastVideoDSEncoder richiede una CPU che supporti AVX2 (le CPU più recenti dovrebbero supportarlo) - Mostrare un'immagine (definita come immagine d'avvio) all'avvio del sistema - Giocare a giochi homebrew ## Dove posso trovare delle applicazioni homebrew? -- [Universal-DB](https://db.universal-team.net/ds) ha la maggior parte delle app homebrew moderne, con una bella ricerca e ordinamento per tenere traccia di ciò che è stato aggiornato di recente -- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) ha tante app homebrew più vecchie, tuttavia moltie funzionano solo su flashcard +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards ## Cosa dovrei sapere prima di iniziare? -- Su Windows, si consiglia di [mostrare le estensioni di file](file-extensions-windows.html) se si utilizza il File Explorer predefinito +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer - L'unico rischio di rompere il DSi deriva dall'installazione di Unlaunch, ma il rischio è minimo ::: tip -Continua a [Per iniziare](get-started.html) +Continue to [Get Started](get-started.html) ::: diff --git a/docs/it_IT/installing-unlaunch.md b/docs/it_IT/installing-unlaunch.md index 255e0f410..830512758 100644 --- a/docs/it_IT/installing-unlaunch.md +++ b/docs/it_IT/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: Installazione di Unlaunch ---- +# Installazione di Unlaunch ::: warning @@ -10,7 +8,7 @@ Se non hai accesso a un PC, o se il PC è in esecuzione ChromeOS, allora non ins ::: danger -Se non lo hai ancora fatto, sei pregato di seguire [Effettuare dump della NAND](dumping-nand.html). Nonostante le probabilità minime, Unlaunch potrebbe accidentalmente causare un brick al tuo Nintendo DSi. Un backup della NAND + [un hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) ti permetterebbe di ripristinare questo backup, a condizione che tu sappia come saldare. +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). Nonostante le probabilità minime, Unlaunch potrebbe accidentalmente causare un brick al tuo Nintendo DSi. A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. ::: @@ -28,49 +26,50 @@ Unlaunch non è compatibile con le console di sviluppo Nintendo DSi. ## Sezione I - Configurazione della scheda SD -1. Scarica l'ultima versione di [Unlaunch](https://problemkaputt.de/unlaunch.zip) - - [Link Mirror](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), se quello sopra non funziona -1. Estrai `UNLAUNCH.DSI` da `unlaunch.zip` e mettilo ovunque sulla tua scheda SD -1. Verifica di avere ancora TWiLight Menu++ sulla tua scheda SD - - Se non ne sei sicuro, segui le instruzioni alla [guida all'installazione di TWiLight Menu++](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Verifica di avere ancora TWiLight Menu++ sulla tua scheda SD + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## Sezione II - Installazione/Aggiornamento di Unlaunch 1. Avvia TWiLight Menu++ - - Se questa è la tua prima volta che installi Unlaunch, avvia TWiLight Menu++ attraverso l'[exploit che hai utilizzato](launching-the-exploit.html) - - Se hai già installato Unlaunch e stai cercando di aggiornarlo, tieni premuto A + B durante l'avvio e seleziona `TWiLight Menu++` - - Se più opzioni sono etichettate `TWiLight Menu++`, seleziona l'opzione in cui `BOOT. NDS` è mostrato alla fine del percorso nella schermata inferiore - - Questo accade perché hai una versione vecchia di TWiLight Menu++, e a meno che tu non lo stia facendo apposta, è cosigliato di [aggiornare la tua installazione](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -1. Apri le impostazioni di TWiLight Menu++ - - Se non hai cambiato tema, premi `SELECT` e tocca la piccola icona del DS nella parte inferiore del touch screen. Altrimenti, consulta il Manuale di TWiLight Menu++ -1. Premi L / R o X / Y finché non raggiungi la pagina `Impostazioni Unlaunch` -1. Se vuoi modificare l'immagine di sfondo di Unlaunch, fai clic su `Sfondo` e scegli quello che vuoi - - Se desideri creare il tuo sfondo di Unlaunch, consulta la [pagina della Wiki di DS-Homebrew](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) -1. Esci dalle impostazioni di TWiLight Menu++ -1. Avvia `Unlaunch DSi Installer` dal menu di navigazione - - Se vedi due schermate nere dopo l'avvio, scarica [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), sposta il file .dsi nella root della scheda SD, avvia GodMode9i utilizzando TWiLight Menu++ e infine avvia `Unlaunch.dsi` - Questo metodo non consente a Unlaunch di utilizzare patch e sfondi personalizzati -1. Seleziona l'opzione d'installazione - - Se Unlaunch si blocca a `ERROR: MISMATCH IN FAT COPIES`, si prega di dare un'occhiata alla pagina [Risoluzione dei problemi](troubleshooting.html) -1. Una volta completato, riavvia il sistema + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Apri le impostazioni di TWiLight Menu++ + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Altrimenti, consulta il Manuale di TWiLight Menu++ +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Esci dalle impostazioni di TWiLight Menu++ +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Seleziona l'opzione d'installazione + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. Una volta completato, riavvia il sistema Se vedi la schermata del menu di Unlaunch a questo punto, significa che hai modificato con successo il tuo Nintendo DSi. -- Se vedi una schermata nera, dai un'occhiata alla pagina [Risoluzione dei problemi](troubleshooting.html) + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## Sezione III - Configurazione di Unlaunch Attualmente, Unlaunch apre il suo menu all'avvio per impostazione predefinita, ma può essere cambiato aprendo all'avvio quello che vuoi. 1. Accendi la console tenendo premuto A e B - - Si dovrebbe avviare il menu di Unlaunch - - Se non è elencato nulla, o se solo `TWiLight Menu++` non è elencato (anche dopo aver scrollato verso il basso), allora avrai bisogno di [riformattare la scheda SD](sd-card-setup.html) -1. Vai a `OPTIONS`, e guarda le opzioni disponibili - - A + B è stato fatto in codifica fissa per avviarsi nel menu di Unlaunch, e perciò non può essere modificato - - Le opzioni `NO BUTTON` e `BUTTON A /B / X / Y` possono essere impostate come preferisci e sceglieranno come caricare il tuo DSi all'avvio a seconda dei pulsanti che vengono premuti. Puoi selezionare qualsiasi DSiWare, homebrew, la scheda Slot-1, wifiboot, o il menu di Unlaunch - - Per TWiLight Menu++, seleziona `TWiLight Menu++` - - Per il menu DSi originale, seleziona `Launcher` - - `LOAD ERROR` è quello che il tuo DSi caricherà se il caricamento di quello che hai impostato fallisce, come ad esempio se la scheda SD non viene inserita -1. Seleziona `SALVA ed ESCI` per salvare le tue impostazioni, poi spegni il tuo DSi + - Questo dovrebbe avviare il menu di Unlaunch + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - A + B è stato fatto in codifica fissa per avviarsi nel menu di Unlaunch, e perciò non può essere modificato + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Puoi selezionare qualsiasi DSiWare, homebrew, la scheda Slot-1, wifiboot, o il menu di Unlaunch + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## Sezione IV - Pulizia della scheda SD @@ -82,22 +81,22 @@ Questa sezione è facoltativa e serve solo per mantenere la scheda SD ordinata. :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit -- Elimina il file `sd:/private/ds/app/484E494A/pit.bin` dalla tua scheda SD -- Rinomina di nuovo `tip.bin` in `pit.bin`e lascialo intatto -- Puoi ripristinare la cartella `DCIM` che era nella root della scheda SD -- Elimina il file `UNLAUNCH.DSI` dalla tua scheda SD +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card +- Rename `tip.bin` back to `pit.bin`, and leave it intact +- You can now restore the `DCIM` folder that was on the root of your SD card +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny -- Elimina i file `800031_104784BAB6B57_000.ppm` e `T00031_1038C2A757B77_000.ppm` dall'interno delle seguenti cartelle: - - `sd:/private/ds/app/4B47554A/001` (Giappone) - - `sd:/private/ds/app/4B475545/001` (USA) - - `sd:/private/ds/app/4B475556/001` (Europa/Australia) - - È inoltre possibile eliminare le cartelle per le altre regioni -- Elimina il file `UNLAUNCH.DSI` dalla tua scheda SD +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - È inoltre possibile eliminare le cartelle per le altre regioni +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/it_IT/launching-the-browser-exploit.md b/docs/it_IT/launching-the-browser-exploit.md index f788e25b5..260dca0bf 100644 --- a/docs/it_IT/launching-the-browser-exploit.md +++ b/docs/it_IT/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Avvio dell'exploit (stylehax) ---- +# Avvio dell'exploit (stylehax) Inizieremo con l'avvio dell'exploit. Se non vuoi utilizzare Unlaunch o se lo vuoi usare ma la fotocamera del DSi è rotta, si consiglia di utilizzare un exploit chiamato "stylehax" che sfrutta un difetto nel modo in cui l'applicazione DSi Browser gestisce le pagine web. Una volta lanciato l'exploit, ci avvierà TWiLight Menu++, un'applicazione homebrew che funge da sostituto al menu DSi. - ## Requisiti - Nintendo DSi Browser installato sul Nintendo DSi - - Se non hai DSi Browser, dovrai usare [Memory Pit](launching-the-exploit.html) - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Avvio dell'exploit 1. Assicurati che la scheda SD sia inserita nel tuo Nintendo DSi -1. Avvia il Nintendo DSi e avvia l'applicazione DSi Browser -1. Tocca il pulsante `Vai alla pagina` - - Il pulsante avrà un'icona verde `www` -1. Digita `opera:about`, e tocca `Vai` per caricare la pagina -1. Tocca l'icona HOME -1. Tocca il pulsante `Vai alla pagina` -1. Digita `stylehax.net`, e tocca `Vai` per caricare la pagina +2. Avvia il Nintendo DSi e avvia l'applicazione DSi Browser +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Tocca l'icona HOME +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip @@ -32,14 +28,14 @@ L'exploit dovrebbe richiedere 21 secondi per avere effetto. Se ci mette più di ::: warning -Se lo schermo superiore diventa verde, significa che non hai il file `BOOT.NDS` di TWiLight Menu++ nella root della tua scheda SD. Segui di nuovo la [preparazione](get-started.html#section-i-prep-work). +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Ora puoi utilizzare **TW**i**L**ight Menu++! Prima di tutto ti chiederà di selezionare la lingua e la regione. Non devono per forza combaciare con la lingua o la regione della console, perciò impostale a tuo piacimento. In seguito è fortemente consigliato fare un backup della NAND. Un backup della NAND è potenzialmente utilizzabile per salvare la tua console se si dovesse verificare qualcosa di negativo in futuro. +You can now use **TW**i**L**ight Menu++! Prima di tutto ti chiederà di selezionare la lingua e la regione. Non devono per forza combaciare con la lingua o la regione della console, perciò impostale a tuo piacimento. In seguito è fortemente consigliato fare un backup della NAND. Un backup della NAND è potenzialmente utilizzabile per salvare la tua console se si dovesse verificare qualcosa di negativo in futuro. ::: tip -Continua a [Effettuare un dump della NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/it_IT/launching-the-exploit.md b/docs/it_IT/launching-the-exploit.md index 9b8ba39c9..56ef9c091 100644 --- a/docs/it_IT/launching-the-exploit.md +++ b/docs/it_IT/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: Avvio dell'exploit ---- +# Avvio dell'exploit Inizieremo configurando la tua scheda SD per avviare il nostro exploit. Per la maggior parte degli utenti, consigliamo di utilizzare un exploit chiamato "Memory Pit" che sfrutta un difetto nel modo in cui la fotocamera DSi gestisce i dati. @@ -8,54 +6,54 @@ Una volta lanciato l'exploit, ci avvierà TWiLight Menu++, un'applicazione homeb ::: tip -Se non hai intenzione di installare Unlaunch e hai o DSi Browser o Flipnote Studio, è consigliabile utilizzare [stylehax](launching-the-browser-exploit.html) o [Flipnote Lenny](launching-the-flipnote-exploit.html) invece. [Qual è il miglior exploit?](faq.html#which-is-the-best-exploit) +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) ::: -### Sezione I - Controllo della versione di Fotocamera Nintendo DSi +## Sezione I - Controllo della versione di Fotocamera Nintendo DSi 1. Accendi la console -1. Apri Fotocamera Nintendo DSi - - Se ti viene chiesto di completare il tutorial della fotocamera, fallo - - Se il tutorial si blocca mentre provi a completarlo, la tua fotocamera Nintendo DSi è probabilmente rotta in qualche modo e non potrai utilizzare Memory Pit. Utilizza un [exploit alternativo](alternate-exploits.html) -1. Apri l'album usando il pulsante grande sulla destra -1. Prendi nota se c'è un'icona di Facebook accanto a quella della stella, del fiore e del cuore, delineate in rosso qui: ![Screenshot di dove la versione del sistema è posizionata](/assets/images/facebook-check.png) +2. Apri Fotocamera Nintendo DSi + - Se ti viene chiesto di completare il tutorial della fotocamera, fallo + - Se il tutorial si blocca mentre provi a completarlo, la tua fotocamera Nintendo DSi è probabilmente rotta in qualche modo e non potrai utilizzare Memory Pit. Please use an [alternate exploit](alternate-exploits.html) +3. Apri l'album usando il pulsante grande sulla destra +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### Sezione II - Memory Pit +## Sezione II - Memory Pit 1. Scarica il file corretto di Memory Pit a seconda della versione di Fotocamera Nintendo DSi: - - [Se ***appare*** l'icona di Facebook](/assets/files/memory_pit/768_1024/pit.bin) - - [Se ***non appare*** l'icona di Facebook](/assets/files/memory_pit/256/pit.bin) -1. Entra nella cartella `sd:/private/ds/app/484E494A/` della scheda SD - - `sd:` è la root della scheda SD - - Avrai già queste directory se hai precedentemente salvato delle foto nella scheda SD attraverso l'applicazione Fotocamera Nintendo DSi - - Se non esistono (o solo `484E494A`), inserisci la scheda SD nel tuo DSi, avviare l'applicazione Fotocamera Nintendo DSi e seleziona l'icona della scheda SD in alto a destra per crearla/e - - Se ricevi un messaggio che dice che la scheda SD non è inserita, utilizzane un'altra - - Se ricevi un messaggio che dice che la scheda SD non può essere usata, assicurati che sia [formattata correttamente](sd-card-setup.html) -1. All'interno della cartella `484E494A`, rinomina il file `pit.bin` esistente in `tip.bin` -1. Piazza il file Memory Pit `pit.bin` dentro la cartella `484E494A` -1. Se c'è una cartella chiamata `DCIM` nella root della scheda SD, creane un backup in modo da non perdere le immagini all'interno, dopodiché eliminala dalla scheda SD - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - Avrai già queste directory se hai precedentemente salvato delle foto nella scheda SD attraverso l'applicazione Fotocamera Nintendo DSi + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - Se ricevi un messaggio che dice che la scheda SD non è inserita, utilizzane un'altra + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## Sezione III - Avvio dell'exploit 1. Assicurati che la scheda SD sia inserita nel tuo Nintendo DSi -1. Avvia il tuo Nintendo DSi e apri l'applicazione Fotocamera Nintendo DSi -1. Seleziona l'icona della scheda SD in alto a destra - - Se ricevi un messaggio che dice che la scheda SD non è inserita, utilizzane un'altra - - Se ricevi un messaggio che dice che la scheda SD non può essere usata, assicurati che sia [formattata correttamente](sd-card-setup.html) -1. Apri l'album usando il pulsante grande sulla destra - - Lo schermo dovrebbe lampeggiare color magenta se Memory Pit è stato copiato correttamente +2. Avvia il tuo Nintendo DSi e apri l'applicazione Fotocamera Nintendo DSi +3. Seleziona l'icona della scheda SD in alto a destra + - Se ricevi un messaggio che dice che la scheda SD non è inserita, utilizzane un'altra + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Apri l'album usando il pulsante grande sulla destra + - Lo schermo dovrebbe lampeggiare color magenta se Memory Pit è stato copiato correttamente ::: warning -Se lo schermo superiore diventa verde, significa che non hai il file `BOOT.NDS` di TWiLight Menu++ nella root della tua scheda SD. Segui di nuovo la [preparazione](get-started.html#section-i-prep-work). +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: ::: warning -Se entri nel'album foto della scheda SD e non succede nulla d'insolito, assicurati di aver scaricato la corretta versione di Memory Pit per la tua versione e regione e di averla posizionata nella cartella corretta della scheda SD. Assicurati inoltre che la cartella `DCIM` non esista sulla tua scheda SD. +Se entri nel'album foto della scheda SD e non succede nulla d'insolito, assicurati di aver scaricato la corretta versione di Memory Pit per la tua versione e regione e di averla posizionata nella cartella corretta della scheda SD. Also ensure that the `DCIM` folder does not exist on your SD card. ::: @@ -69,6 +67,6 @@ Ora puoi utilizzare TWiLight Menu++! Prima di tutto ti chiederà di selezionare ::: tip -Continua a [Effettuare un dump della NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/it_IT/launching-the-flipnote-exploit.md b/docs/it_IT/launching-the-flipnote-exploit.md index d01540acc..20d93b29b 100644 --- a/docs/it_IT/launching-the-flipnote-exploit.md +++ b/docs/it_IT/launching-the-flipnote-exploit.md @@ -1,53 +1,48 @@ ---- -title: Avvio dell'exploit (Flipnote Lenny) ---- +# Avvio dell'exploit (Flipnote Lenny) -Inizieremo configurando la scheda SD per avviare l'exploit. Se non desideri installare Unlaunch, si consiglia di utilizzare l'exploit chiamato "Flipnote Lenny" che sfrutta un difetto nel modo in cui l'applicazione Flipnote Studio gestisce i flipnotes. - -Una volta lanciato l'exploit, verrà avviato TWiLight Menu++, un'applicazione homebrew che funge da sostituto al Menu DSi. +Inizieremo configurando la tua scheda SD per avviare il nostro exploit. Se non desideri installare Unlaunch, si consiglia di utilizzare l'exploit chiamato "Flipnote Lenny" che sfrutta un difetto nel modo in cui l'applicazione Flipnote Studio gestisce i flipnotes. +Una volta lanciato l'exploit, ci avvierà TWiLight Menu++, un'applicazione homebrew che funge da sostituto al menu DSi. ## Requisiti - Flipnote Studio installato sul Nintendo DSi - - Se non hai Flipnote Studio, dovrai usare [Memory Pit](launching-the-exploit.html) - + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead ## Sezione I - Configurazione della scheda SD -1. Scarica la versione più recente di [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) -1. Copia la cartella `private` estratta dall'archivio di Flipnote Lenny nella root della scheda SD - +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## Sezione II - Avvio dell'exploit -1. Assicurati che la scheda SD sia inserita nel Nintendo DSi -1. Accendi il Nintendo DSi e avvia l'applicazione Flipnote Studio - - Se ricevi un messaggio che dice che la scheda SD non può essere usata, assicurati che sia [formattata correttamente](sd-card-setup.html) -1. Apri le impostazioni di Flipnote Studio in alto a destra del menu principale e assicurati che `Apri calendario all'avvio` sia disabilitato e che `Rana` sia abilitata -1. Visualizza i flipnote presenti nella scheda SD - - Se non riesci a visualizzare i filpnote nella scheda SD, utilizzane un'altra -1. Tocca il volto corrispondente alla regione del tuo sistema - - Se hai una console AUS, seleziona EUR -1. Modifica il flipnote selezionato -1. Tocca l'icona della rana in basso a sinistra -1. Tocca l'icona della pellicola cinematografica -1. Seleziona `Copia` -> `Indietro` -> `Esci` -1. Tocca sul secondo foglio con la faccia più grande, poi seleziona `Modifica` -1. Tocca l'icona della rana in basso a sinistra -1. Tocca l'icona della pellicola cinematografica -1. Seleziona incolla +1. Assicurati che la scheda SD sia inserita nel tuo Nintendo DSi +2. Accendi il Nintendo DSi e avvia l'applicazione Flipnote Studio + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. Visualizza i flipnote presenti nella scheda SD + - Se non riesci a visualizzare i filpnote nella scheda SD, utilizzane un'altra +5. Tocca il volto corrispondente alla regione del tuo sistema + - Se hai una console AUS, seleziona EUR +6. Modifica il flipnote selezionato +7. Tocca l'icona della rana in basso a sinistra +8. Tocca l'icona della pellicola cinematografica +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Tocca l'icona della rana in basso a sinistra +12. Tocca l'icona della pellicola cinematografica +13. Seleziona incolla ::: warning -Se lo schermo superiore diventa verde, significa che non hai il file `BOOT.NDS` di TWiLight Menu++ nella root della scheda SD. Segui di nuovo la [preparazione](get-started.html#section-i-prep-work). +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Ora puoi utilizzare **TW**i**L**ight Menu++! Prima di tutto chiederà di selezionare la lingua e la regione. Non devono per forza combaciare con la lingua o la regione della console, perciò impostale a tuo piacimento. In seguito è fortemente consigliato fare un backup della NAND. Un backup della NAND è potenzialmente utilizzabile per salvare la tua console se si dovesse verificare qualcosa di negativo in futuro. +You can now use **TW**i**L**ight Menu++! Prima di tutto ti chiederà di selezionare la lingua e la regione. Non devono per forza combaciare con la lingua o la regione della console, perciò impostale a tuo piacimento. In seguito è fortemente consigliato fare un backup della NAND. Un backup della NAND è potenzialmente utilizzabile per salvare la tua console se si dovesse verificare qualcosa di negativo in futuro. ::: tip -Continua con [Effettuare dump della NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/it_IT/restoring-nand.md b/docs/it_IT/restoring-nand.md index 6776bbeec..eef7ad1ac 100644 --- a/docs/it_IT/restoring-nand.md +++ b/docs/it_IT/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: Ripristino di un backup della NAND ---- +# Ripristino di un backup della NAND ::: danger -ATTENZIONE! Questo processo è ***potenzialmente pericoloso***. Anche seguendo questi passaggi esattamente c'è ancora il potenziale di causare un brick ak DSi, poiché la sua NAND è di qualità molto bassa, soprattutto se si effettuano flash più volte! Questo procedimento dovrebbe essere usato solo come ultima risorsa! +ATTENZIONE! This is _**dangerous**_. Anche seguendo questi passaggi esattamente c'è ancora il potenziale di causare un brick ak DSi, poiché la sua NAND è di qualità molto bassa, soprattutto se si effettuano flash più volte! Questo procedimento dovrebbe essere usato solo come ultima risorsa! ::: ::: tip -Non saltare *niente* in questa pagina, visto che qualsiasi errore aumenta notevolmente le possibilità di causare un brick al tuo DSi. +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: In primis, alcune alternative più sicure per le ragioni che portano al voler fare questo: + - L'installazione di DSiWare può essere eseguita utilizzando hiyaCFW o TWiLight Menu++ -- Le immagini possono essere recuperate usando [ninfs](https://github.com/ihaveamac/ninfs/releases), insieme a hiyaCFW o TWiLight Menu++ se le vuoi su console. L'ultima versione di HiyaCFW Helper ti permette di copiare le tue foto dalla NAND alla SDNAND durante la configurazione +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. L'ultima versione di HiyaCFW Helper ti permette di copiare le tue foto dalla NAND alla SDNAND durante la configurazione - Si può ripristinare la configurazione dei pulsanti di Unlaunch dal menu, a cui è possibile accedere tenendo premuto A + B durante l'accensione della console - Avviare Unlaunch risulta in un errore? Estrai la scheda SD e prova a riavviare il sistema. Se funziona, allora è un difetto con la scheda SD e il ripristino di un backup della NAND non lo risolverà -- "Si è verificato un errore..." all'avvio è un errore di hiyaCFW e non è relativo alla tua NAND, consulta la pagina [FAQ e risoluzione dei problemi di hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/faq) sulla DS-Homebrew Wiki per maggiori informazioni -- Eventuali errori in TWiLight Menu++ non sono correlati e dovresti provare a reinstallare TWiLight Menu++ o chiedere aiuto su [Discord](https://ds-homebrew.com/discord) +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - La disinstallazione di Unlaunch, che sia facendo un flash alla NAND oppure usando il suo disinstallatore, deve essere evitata a meno che non sia assolutamente necessaria, è possibile impostare le key autoboot su "Launcher" e il tuo DSi sarà come se fosse di fabbrica L'unica cosa che dovresti fare con la tua NAND è installare Unlaunch. Altrimenti usa le alternative. ## Requisiti -- Il tuo backup della NAND **dallo stesso DSi** -- L'ultima versione di [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - Un modo per eseguire homebrew con l'accesso alla NAND, come Unlaunch o Memory Pit -- [no$gba](https://problemkaputt.de/gba.htm), per controllare il backup della NAND (scarica la versione di gioco di Windows) - - gli utenti macOS e Linux possono usare [WINE](https://winehq.org) per avviare no$gba +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## Fare un dump della BIOS per utilizzarlo in no$gba -1. Estrai `dsibiosdumper.nds` dall'archivio `dsibiosdumper.zip` e posizionalo ovunque sulla tua scheda SD + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. Accendi la console tenendo premuto A e B - - Questo dovrebbe avviare il menu di Unlaunch + - Questo dovrebbe avviare il menu di Unlaunch 3. Avvia dsibiosdumper tramite il menu di Unlaunch 4. Premi A per scaricare la BIOS sulla scheda SD 5. Premi START per uscire da dsibiosdumper ## Testare il backup della NAND + È molto importante verificare che il backup della NAND funzioni prima di tentare di ripristinarlo sulla tua console, visto che se mostra un errore di brick in no$gba allora molto probabilmente ne causerà uno pure alla tua console. -1. Estrai `NO$GBA.EXE` da `no$gba-w.zip` in una cartella sul tuo computer -2. Copia il tuo backup della NAND nella cartella in cui hai inserito `NO$GBA.EXE` e rinominalo in `DSI-1.MMC` -3. Copia `bios7i.bin` e `bios9i.bin` nella cartella in cui hai messo `NO$GBA.EXE`, rinominati rispettivamente in `BIOSDSI7.ROM` e `BIOSDSI9.ROM`. -4. Avvia `NO$GBA.EXE` -5. Clicca su `Options` > `Emulation Setup` per aprire la finestra Emulation Setup -6. Cambia `Reset/Startup Entrypoint` in `GBA/NDS BIOS (Nintendo logo)` -7. Cambia `NDS Mode/Colors` in `DSi (retail/16MB)` -8. Clicca `Save Now` -9. Avvia qualsiasi ROM Nintendo DS (file `.nds`) - -Se no$gba carica il menu del DSi (o il menu di Unlaunch), allora continua alla sezione successiva. Se mostra qualsiasi tipo di errore, ***non fare un flash a quel backup***! + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +Se no$gba carica il menu del DSi (o il menu di Unlaunch), allora continua alla sezione successiva. If it shows any kind of error _**do not flash that backup**_! ## Disinstallazione di Unlaunch dal backup della tua NAND (facoltativo) -Segui questa sezione se hai eseguito il dump del backup della tua NAND dopo aver installato Unlaunch e volessi disinstallarlo dal sistema. Se non vuoi disinstallare Unlaunch, **non** devi seguire questa sezione. -1. Scarica l'ultima versione dell'[installer di Unlaunch](https://problemkaputt.de/unlaunch.zip) -1. Estrai `UNLAUNCH.DSI` da `unlaunch.zip` -1. Avvia `UNLAUNCH.DSI` su no$gba e avvialo dallo slot delle cartucce di gioco - - Dovrebbe avviare l'installer di Unlaunch, che assomiglia al menu di Unlaunch -1. Seleziona `Uninstall` -1. Una volta completato, seleziona `Power down` -1. Avvia qualsiasi ROM per Nintendo DS e assicurati che il menu del DSi si avvii e funzioni correttamente -Se no$gba mostra qualsiasi tipo di errore invece di caricare il menu DSi, ***non fare un flash a quel backup***! Se hai un backup della NAND più vecchio, potresti voler provare a usare quello. **Non** provare a disinstallare Unlaunch usando il suo disinstallatore sulla console, visto che è molto probabile che causi un brick al tuo DSi. +Segui questa sezione se hai eseguito il dump del backup della tua NAND dopo aver installato Unlaunch e volessi disinstallarlo dal sistema. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Dovrebbe avviare l'installer di Unlaunch, che assomiglia al menu di Unlaunch +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Avvia qualsiasi ROM per Nintendo DS e assicurati che il menu del DSi si avvii e funzioni correttamente + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! Se hai un backup della NAND più vecchio, potresti voler provare a usare quello. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## Flash del backup della NAND (Software) @@ -82,11 +87,12 @@ Assicurati che il tuo sistema Nintendo DSi sia ben caricato prima di iniziare qu ::: 1. Con la scheda SD inserita, accendi il tuo Nintendo DSi tenendo premuto A e B -3. Avvia SafeNANDManager -4. Premi il pulsante per `avviare il ripristino della NAND` -6. Una volta terminato il ripristino, premi START per spegnere il tuo DSi +2. Avvia SafeNANDManager +3. Press the button to `begin NAND restore` +4. Una volta terminato il ripristino, premi START per spegnere il tuo DSi La tua NAND dovrebbe ora essere ripristinata. ## Flash del backup della NAND (Hardmod) -Se non riesci ad avviare il tuo Nintendo DSi, un hardmod è l'unico modo per ripristinare un backup della NAND. La migliore guida che attualmente esiste è quella [ sulla DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). + +Se non riesci ad avviare il tuo Nintendo DSi, un hardmod è l'unico modo per ripristinare un backup della NAND. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/it_IT/sd-card-setup.md b/docs/it_IT/sd-card-setup.md index c0192bb66..730a79aa1 100644 --- a/docs/it_IT/sd-card-setup.md +++ b/docs/it_IT/sd-card-setup.md @@ -1,6 +1,4 @@ ---- -title: Configurazione Scheda SD ---- +# Setup Scheda SD Questa pagina serve a preparare la scheda SD per il tuo dispositivo. In questo processo, formatteremo la scheda SD e controlleremo la presenza di errori. @@ -12,7 +10,7 @@ Assicurarsi di eseguire il backup dei contenuti della scheda SD PRIMA di seguire ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows ### Sezione I - Formattazione della scheda SD con SD Formatter @@ -97,7 +95,7 @@ Se il test mostra altri risultati, la tua scheda SD potrebbe essere corrotta o d :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip @@ -147,7 +145,7 @@ mmcblk0 179:0 0 3,8G 0 disk ``` 5. Esegui `./f3write ` -- Attendi che il processo sia completato. Vedi sotto per un esempio dell'output: +- Attendi che il processo sia completato. Qui sotto vedrai un esempio di output: ``` $ ./f3read /media/michel/6135-3363/ SECTORS ok/corrupted/changed/overwritten @@ -179,24 +177,24 @@ Se il test mostra altri risultati, la tua scheda SD potrebbe essere corrotta o d :::: -:::: tab name="macOS" os="macos" +:::: tab macOS ### Sezione I - Formattazione della scheda SD con SD Formatter ::: tip -Questa sezione serve per formattare la scheda SD secondo le specifiche della SD Card Association. Può risolvere moltissimi problemi che potrebbero verificarsi con l'esecuzione di applicazioni homebrew. +Questa sezione riguarda la formattazione della scheda SD secondo le specifiche della SD Card Association. Questo serve a risolvere problemi che potrebbero verificarsi con l'esecuzione di applicazione homebrew. ::: ::: danger -Tutte le schede SD da 64GB o più saranno formattate in `exFAT` con questo processo. _Devi_ seguire la Sezione II per riformattare in `FAT32`. +Tutte le schede SD da 64GB o più grandi saranno formattate in `exFAT` con questo processo. _Devi_ seguire la Sezione II per riformattare in `FAT32`. ::: 1. Scarica la versione più recente di [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-mac-download/) - - Accetta l'accordo di licenza con l'utente finale per avviare il download + - Accetta il Contratto di Licenza per l'Utente Finale per avviare il download 2. Esefui `Install SD Card Formatter` (il file `.mpkg`) nel file`.zip` scaricato 3. Esegui `Sd Card Formatter` 4. Seleziona la tua scheda SD @@ -209,7 +207,7 @@ Questa sezione serve per formattare schede SD più grandi di 32GB in FAT32. ::: tip -Se la tua scheda SD ha una capacità di 32GB o meno, salta questa sezione e vai alla Sezione III. +Se la tua scheda SD ha una capacità di 32GB o minori, salta questa sezione e vai alla Sezione III. ::: @@ -228,7 +226,7 @@ Se la tua scheda SD ha una capacità di 32GB o meno, salta questa sezione e vai #### OS X Yosemite (10.10) e precedenti -1. Avvia l'applicazione Utility Disco +1. Avviare l'applicazione Utility Disco 2. Seleziona la tua scheda SD dalla barra laterale - Assicurati di selezionare il dispositivo correto, altrimenti potresti formattare l'unità sbagliata! 3. Clicca `Partiziona` in alto @@ -244,7 +242,7 @@ Se la tua scheda SD ha una capacità di 32GB o meno, salta questa sezione e vai 2. Installa F3 da brew esegunedo `brew install f3` - Se non hai brew, installalo con le istruzioni su [brew.sh](https://brew.sh) 3. Con la scheda SD inserita e montata, esegui run `f3write ` - - Attendi che il processo venga completato. Qui sotto vedrai un esempio di output: + - Attendi che il processo sia completato. Qui sotto vedrai un esempio di output: ``` $ f3write /Volumes/SD\ CARD Free space: 29.71 GB @@ -255,7 +253,7 @@ Se la tua scheda SD ha una capacità di 32GB o meno, salta questa sezione e vai Average Writing speed: 4.90 MB/s ``` 4. Esegui `./f3read ` - - Attendi che il processo venga completato. Vedi sotto per un esempio dell'output: + - Attendi che il processo sia completato. Qui sotto vedrai un esempio di output: ``` $ f3read /Volumes/SD\ CARD SECTORS ok/corrupted/changed/overwritten diff --git a/docs/it_IT/site-navigation.md b/docs/it_IT/site-navigation.md index bc172b127..3936123f0 100644 --- a/docs/it_IT/site-navigation.md +++ b/docs/it_IT/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: Navigazione Sito ---- +# Navigazione Sito ## Processo guida principale -- [Per iniziare](get-started.html) -- [Avvio dell'exploit (Memory Pit)](launching-the-exploit.html) -- [Avvio dell'exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) -- [Effettuare dump della NAND](dumping-nand.html) -- [Installazione di Unlaunch](installing-unlaunch.html) + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## Sezione aggiuntive -- [Setup Scheda SD](sd-card-setup.html) -- [Estensioni File (Windows)](file-extensions-windows.html) -- [Dumping delle cartucce di gioco](dumping-game-cards.html) -- [Backup DSiWare](dsiware-backups.html) -- [Disinstallazione di Unlaunch](uninstalling-unlaunch.html) -- [Ripristino NAND](restoring-nand.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) ## Altre pagine del sito -- [Home](.) -- [Domande Frequenti (FAQ)](faq.html) -- [Risoluzione problemi](troubleshooting.html) -- [Crediti](credits.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) +- [Credits](credits.html) diff --git a/docs/it_IT/troubleshooting.md b/docs/it_IT/troubleshooting.md index b78b484c1..553a40e92 100644 --- a/docs/it_IT/troubleshooting.md +++ b/docs/it_IT/troubleshooting.md @@ -1,34 +1,33 @@ ---- -title: Risoluzione dei problemi ---- +# Risoluzione problemi ## Unlaunch -### Unlaunch si blocca a `MISMATCH IN FAT COPIES` + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` twlnf ha un bug critico che non aggiorna correttamente l'intera NAND dopo averla modificata, che porta alcuni homebrew (come Unlaunch installer) a generare un errore. -Per risolvere questo problema, apri [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), e seleziona `Fix FAT copy mismatch`. +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. ### Non c'è alcun audio o schermata d'avvio quando si avvia "Launcher" utilizzando Unlaunch -Lo sviluppatore di Unlaunch (nocash) ha intenzionalmente rimosso l'audio di sottofondo e la schermata d'avvio come impostazione predefinita. Puoi riattivare questi effetti [reinstallando Unlaunch](installing-unlaunch.html) utilizzando TWiLight Menu++ con l'impostazione "Patch del Launcher" impostata su "Predefinita" nella pagina "Impostazioni Unlaunch", oppure usando [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). +Lo sviluppatore di Unlaunch (nocash) ha intenzionalmente rimosso l'audio di sottofondo e la schermata d'avvio come impostazione predefinita. You can regain these effects by [reinstalling Unlaunch](installing-unlaunch.html) using TWiLight Menu++ with "Launcher Patches" set to "Default" on the Unlaunch page of TWiLight Menu++ settings, or by using [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). ### Accendere la console mostra solo uno schermo nero dopo aver installato di Unlaunch -Prova ad espellere la scheda SD e riaccendere la console. Se continua a mostrare uno schermo nero, potresti aver bisogno di eseguire un flash della NAND con un [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). +Prova ad espellere la scheda SD e riaccendere la console. If it still only shows a black screen, you may need to flash your NAND via a [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). ### Dopo aver installato Unlaunch, sono bloccato all'avvio di un'applicazione o al menu di Unlaunch -La causa è probabilmente la scelta dell'app sbagliata per l'opzione `NO BUTTON` in Unlaunch. Tieni premuto A + B durante l'avvio della console, vai a `OPTIONS`, e imposta `NO BUTTON` come preferisci. +This was likely caused by choosing the wrong app for the `NO BUTTON` option in Unlaunch. Hold A + B while starting the console, go to `OPTIONS`, and set `NO BUTTON` to whatever your preference is. ### Altri problemi con Unlaunch -Se Unlaunch mostra `Clusters too large`, `Bad VBR`, `Bad MBR`, oppure non mostra alcuna applicazione mentre la scheda SD è inserita, probabilmente la scheda SD non è stata formattata correttamente. Segui di nuovo [Configurazione scheda SD](sd-card-setup.html). +If Unlaunch displays `Clusters too large`, `Bad VBR`, `Bad MBR`, or doesn't display any applications while the SD card is inserted, your SD card likely wasn't formatted correctly. Re-follow [SD Card Setup](sd-card-setup.html). ## TWiLight Menu++ -Per la risoluzione dei problemi generali di TWiLight Menu++ leggi la pagina [FAQ & Risoluzione dei problemi](https://wiki.ds-homebrew.com/twilightmenu/faq) sulla DS-Homebrew Wiki. +For general TWiLight Menu++ troubleshooting, see its [FAQ & Troubleshooting](https://wiki.ds-homebrew.com/twilightmenu/faq) page on the DS-Homebrew Wiki. ## Ulteriore assistenza -Se hai incontrato un problema che non viene risolto qui, o che persiste nonostante le soluzioni fornite, chiedi assistenza nel server Discord [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4). +If you have encountered an issue that is not solved here, or one that persists despite the given solutions, ask for assistance in the [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord server. diff --git a/docs/it_IT/uninstalling-unlaunch.md b/docs/it_IT/uninstalling-unlaunch.md index 031e54864..79e2a0edb 100644 --- a/docs/it_IT/uninstalling-unlaunch.md +++ b/docs/it_IT/uninstalling-unlaunch.md @@ -1,17 +1,15 @@ ---- -title: Disinstallazione di Unlaunch ---- +# Disinstallazione di Unlaunch ::: danger -**Installare o disinstallare Unlaunch potrebbe causare un brick in maniera del tutto casuale alla tua console! Sei stato avvertito!** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**ATTENZIONE:** Disinstallare Unlaunch potrebbe causare un brick al tuo Nintendo DSi. Ecco alcune ragione per cui potresti voler disinstallare Unlaunch ma con soluzioni che non necessitano la disinstallazione. +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Ecco alcune ragione per cui potresti voler disinstallare Unlaunch ma con soluzioni che non necessitano la disinstallazione. -- **Lo sfondo di Unlaunch fa paura:**[Reinstalla Unlaunch](installing-unlaunch.html)seguendo le nuove istruzioni. Ora contengono istruzioni su come cambiare lo sfondo -- **Ho un problema con Unlaunch o la mia console dopo averlo installato:** La pagina [Risoluzione dei problemi](troubleshooting.html#unlaunch) spiegherà come risolvere i problemi che potrebbero verificarsi +- **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. Ora contengono istruzioni su come cambiare lo sfondo +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have ::: warning @@ -21,10 +19,10 @@ Per ridurre le probabilità di brick, assicurati di non aver installato nessun t ::: warning -Per disinstallare Unlaunch, **NON** si dovrebbe utilizzare il suo disinstallatore incorporato direttamente sulla console in quanto c'è la possibilità che causi un brick alla tua console. Si prega di consultare quanto segue per la corretta disinstallazione. +When uninstalling Unlaunch, you should **NOT** use its built-in uninstaller directly on your console as there is a chance that it will brick the console. Si prega di consultare quanto segue per la corretta disinstallazione. ::: -Dopo aver esaminato le informazioni qui sopra, segui le istruzioni [Effettuare dump della NAND](dumping-nand.html) per fare un nuovo backup della NAND, poi procedi a [Ripristino di un backup della NAND](restoring-nand.html). Ti guiderà attraverso la disinstallazione di Unlaunch dal backup della NAND e al suo flash alla tua console. +Once you have reviewed the above information, follow the [Dumping NAND](dumping-nand.html) instructions to make a new NAND backup, then proceed to [Restoring a NAND Backup](restoring-nand.html). Ti guiderà attraverso la disinstallazione di Unlaunch dal backup della NAND e al suo flash alla tua console. Se non sei in grado di usare no$gba o di ottenere un errore dopo la disinstallazione di Unlaunch in no$gba è anche possibile effettuare un flash del backup della NAND fatto prima dell'installazione di Unlaunch se ne hai ancora uno; tuttavia, si consiglia di provare a utilizzare un backup della NAND che precedentemente aveva Unlaunch prima. Questo renderà il recupero significativamente più facile nel caso di un brick che richiede un hardmod poiché Unlaunch lascia il footer no$gba incorporato nella NAND anche quando disinstallato. diff --git a/docs/ja_JP/404.md b/docs/ja_JP/404.md deleted file mode 100644 index 4d0185084..000000000 --- a/docs/ja_JP/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: ページが見つかりません -layout: single-no-ads -excerpt: ページが見つかりません。 あなたが見たい物は別のページにあります。 -sitemap: false ---- - -申し訳ありませんが、要求されたページは存在しません。 - -::: tip - -[サイトマップを確認してみますか? 探しものが見つかるかもしれません](site-navigation.html)。 - -::: diff --git a/docs/ja_JP/alternate-exploits.md b/docs/ja_JP/alternate-exploits.md index b8851b955..b1428245c 100644 --- a/docs/ja_JP/alternate-exploits.md +++ b/docs/ja_JP/alternate-exploits.md @@ -1,17 +1,15 @@ ---- -title: 代替エクスプロイト ---- +# 代替エクスプロイト お使いのDSiでニンテンドーDSiカメラを起動した時にチュートリアルが始まり、完了前にクラッシュする場合、Memory Pitは使用できません。 ここでは、Memory Pitの代わりに動作するかもしれない別のエクスプロイトを紹介します。 -うごくメモ帳がインストールされている場合は、[Flipnote Lenny](launching-the-flipnote-exploit.html)を使用できます。 +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). ::: tip -以下に進む前に、SDカードに[TWiLight Menu++](get-started.html#section-i-prep-work)のファイルなどがセットアップされていることを確認してください。 +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. ::: -古いファームウェアをお使いの場合は、[いくつかのゲーム](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits)で起動できるセーブデータエクスプロイトを利用することができます。 これらはほとんど時代遅れなので、ここでは扱いません。 Memory PitとFlipnote Lennyがどちらもうまく行かない場合の最終手段としてのみ使うべきです。 +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). これらはほとんど時代遅れなので、ここでは扱いません。 Memory PitとFlipnote Lennyがどちらもうまく行かない場合の最終手段としてのみ使うべきです。 pit-compwnerは、エクスプロイトを起動するためにカメラを必要とするので、Memory Pitの代わりとしては使用できません。 diff --git a/docs/ja_JP/credits.md b/docs/ja_JP/credits.md index cd6be9b05..e5939b8c9 100644 --- a/docs/ja_JP/credits.md +++ b/docs/ja_JP/credits.md @@ -1,16 +1,14 @@ ---- -title: 謝辞 ---- +# クレジット このガイドやHomebrewアプリなどでご協力くださった方々への謝辞です。 彼らの功績に感心したら、是非寄付をご検討ください(寄付リンクがある場合)。 -- [NightScript](https://nightscript370.github.io/)、[Pk11](https://pk11.us/)、[Peter0x44](https://github.com/Peter0x44):ガイド管理者 +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers - [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader -- [emiyl](https://emiyl.com/paypal):ドメイン所有者 +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen:ガイドのDSi画像提供者 -- [shutterbug2000](https://paypal.me/projectkaeru):DSiカメラ・うごくメモ帳エクスプロイトの発見者・開発者 +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits - [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit - [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) - [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch @@ -18,6 +16,6 @@ title: 謝辞 - [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares - [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from -[プルリクエストを送る](https://github.com/cfw-guide/dsi.cfw.guide/)だけで、あなたもガイドに貢献できます! +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -他の言語をご存知なら、ガイドの翻訳作業を通じて私たちの活動にご協力いただけます。 是非[Crowdinプロジェクト](https://crowdin.com/project/dsi-guide)にご参加ください! +他の言語をご存知なら、ガイドの翻訳作業を通じて私たちの活動にご協力いただけます。 You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/ja_JP/dsiware-backups.md b/docs/ja_JP/dsiware-backups.md index a14c41856..9b06cc066 100644 --- a/docs/ja_JP/dsiware-backups.md +++ b/docs/ja_JP/dsiware-backups.md @@ -1,24 +1,24 @@ ---- -title: DSiウェアのバックアップ ---- +# DSiWareのバックアップ ## 必要事項 -- 最新版の[GodMode9i](https://github.com/RocketRobz/godmode9i/releases) - - アーカイブをダウンロード・展開し、SDカードの好きな場所へ`GodMode9i.nds`を配置します + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## ニンテンドーDSi - 手順 ### セクション I - DSiウェアの吸出し + 1. GodMode9iを起動します -1. STARTを押してSTARTメニューを開きます -1. `タイトル マネージャー...`を選択します - - 表示されていない場合は、SDカードとNANDがマウントされていることを確認してください。 hiyaCFWから起動した場合は、別の場所から起動してください -1. バックアップするタイトルを選択します -1. バックアップするデータを選択します -1. 目的のDSiウェアのすべてに対して、ステップ4〜5を繰り返します +2. STARTを押してSTARTメニューを開きます +3. Select `Title manager...` + - 表示されていない場合は、SDカードとNANDがマウントされていることを確認してください。 hiyaCFWから起動した場合は、別の場所から起動してください +4. バックアップするタイトルを選択します +5. 吸い出すデータを選択します +6. 目的のDSiウェアのすべてに対して、ステップ4〜5を繰り返します ::: tip -DSiウェアのバックアップは`sd:/gm9i/out`にあります。 +The dumped DSiWare will be found in `sd:/gm9i/out`. ::: diff --git a/docs/ja_JP/dumping-game-cards.md b/docs/ja_JP/dumping-game-cards.md index e279e0e7d..01aaed0f9 100644 --- a/docs/ja_JP/dumping-game-cards.md +++ b/docs/ja_JP/dumping-game-cards.md @@ -1,26 +1,27 @@ ---- -title: ゲームカード(DSソフト)の吸い出し ---- +# ゲームカードのダンプ このセクションでは、GodMode9iを使ってゲームカードの吸い出しをします。エミュレータ、マジコン、またはnds-bootstrap経由でSDカードから遊べるようになります。 ## 必要事項 + - 吸い出したいソフトのゲームカード -- [Unlaunch](installing-unlaunch.html)がインストールされたDSi +- Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## 手順 -### セクション I - SDカードのセットアップ -1. 最新の[GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases)をダウンロードします -1. `GodMode9i.nds`をGodMode9iの圧縮ファイルから取り出し、SDカードの好きな場所へ配置します +### セクション I - SD カードのセットアップ + +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### セクション II - ニンテンドーDSi上での操作 + 1. GodMode9iを起動します -1. ゲームカードが本体に挿入されていることを確認します -1. GodMode9iで「NDS GAMECARD」オプションを選択します -1. 吸い出すデータを選択します - - 「Trimmed」オプションはROMの無駄な部分を削って吸い出し、SDカードのスペースを節約します。しかしROMハックのようなパッチがほとんど使えなくなります。 -1. 目的のゲームカードのすべてに対して、ステップ2〜4を繰り返します +2. ゲームカードが本体に挿入されていることを確認します +3. GodMode9iで「NDS GAMECARD」オプションを選択します +4. 吸い出すデータを選択します + - 「Trimmed」オプションはROMの無駄な部分を削って吸い出し、SDカードのスペースを節約します。しかしROMハックのようなパッチがほとんど使えなくなります。 +5. 目的のゲームカードのすべてに対して、ステップ2〜4を繰り返します ::: tip diff --git a/docs/ja_JP/dumping-nand.md b/docs/ja_JP/dumping-nand.md index f270ddd4e..f49c89104 100644 --- a/docs/ja_JP/dumping-nand.md +++ b/docs/ja_JP/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: NANDのバックアップ ---- +# NANDのバックアップ このページは、NAND(DSi内部ストレージ)のバックアップ作成に関するものです。 hiyaCFWのセットアップや、DSiエミュレータ「No$GBA」や「melonDS」のセットアップに使用できます。 @@ -24,20 +22,19 @@ If you have already downloaded dumpTool from another section of this guide, you ::: -1. 最新の[dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds)をダウンロードします -1. SDカードの好きな場所に`dumpTool.nds`を移動します - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## Section II - NANDのバックアップ -1. `dumpTool`をTWiLight Menu++から起動します -1. NANDのバックアップを開始するには、DSiのAボタンを押します - - NANDバックアップは通常約7分かかります -1. NANDバックアップが完了したら、STARTボタンを押してdumpToolを終了します -1. 本体の電源を切ってSDカードをパソコンなどに挿入します -1. このバックアップを、安全で、失くす心配のない場所に保管します - - 可能であれば、異なるストレージ機器に複数のバックアップを作成します - - 他の場所にバックアップできたら、SDカードからは消してOKです +1. Launch `dumpTool` through TWiLight Menu++ +2. NANDのバックアップを開始するには、DSiのAボタンを押します + - NANDバックアップは通常約7分かかります +3. NANDバックアップが完了したら、STARTボタンを押してdumpToolを終了します +4. 本体の電源を切ってSDカードをパソコンなどに挿入します +5. このバックアップを、安全で、失くす心配のない場所に保管します + - 可能であれば、異なるストレージ機器に複数のバックアップを作成します + - 他の場所にバックアップできたら、SDカードからは消してOKです ::: warning diff --git a/docs/ja_JP/faq.md b/docs/ja_JP/faq.md index bb1b15b17..7a5076f8b 100644 --- a/docs/ja_JP/faq.md +++ b/docs/ja_JP/faq.md @@ -1,33 +1,38 @@ ---- -title: よくある質問 ---- +# よくある質問 ## 本体の更新を行う必要がありますか? -購入したDSiウェアがない限り、DSiの更新は推奨**しません**。 更新してもガイドを進めることは可能ですが、更新による利点はニンテンドーDSiショップで購入済みタイトルを再ダウンロードできることくらいです。 その他、DSiカメラのFacebook連携をはじめとした様々な恩恵はもう得られないか、あっても更新の欠点を補えるものではありません。 -- 本体の更新では時折本体が**ブリックする**ことが知られており、Unlaunchのインストールとほぼ同じ可能性で起こります。 +It is **not** recommended to update your DSi unless you know there are purchased DSiWare. 更新してもガイドを進めることは可能ですが、更新による利点はニンテンドーDSiショップで購入済みタイトルを再ダウンロードできることくらいです。 その他、DSiカメラのFacebook連携をはじめとした様々な恩恵はもう得られないか、あっても更新の欠点を補えるものではありません。 + +- Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch - 古いエクスプロイトはもう利用できません。推奨されるエクスプロイトを現状で利用できないようであれば更新が必須かもしれません。 - マジコンの互換性が低下します。しかしながらUnlaunchをインストールすればこの問題は回避できます。 ## 最も良いエクスプロイトはどれですか? + Unlaunchは全体的に最良のDSiエクスプロイトです。唯一の欠点は、インストール時に僅かなブリックの危険があることです。 一般的には、Memory Pitを使用してUnlaunchをインストールするのがおすすめです。 あらゆるリスクを回避したい場合は、代わりにFlipnote Lennyの使用をお勧めします。これは、Memory Pitと同じくらい安全で除去も簡単でありながら、Homebrewに関する問題がより少ないためです。 以下は、それぞれのエクスプロイトの長所・短所の一覧です。 ### Memory Pit + 長所 + - 手っ取り早くて簡単 - 本体に損傷を与える危険性なし(アンインストールもSDを抜き取るか、ファイルを1つ削除するだけ) - 全DSi機種と互換性あり(カメラが正しく動作し、カメラのチュートリアルを終えることが条件) 短所 + - HomebrewにアクセスするたびにDSiカメラアプリを起動する必要がある - WRAMがARM7 CPUにのみ開いているため、特定のDSiモードのタイトルおよびHomebrewと互換性がない - HomebrewではSlot-1(DSゲームカード)へのアクセス不能 - DSPへのアクセスが不能で、結果としてGBARunner2の音質が悪化 - Memory Pitがインストールされている間は、SDカード上の写真がDSiカメラアプリで表示できない(エクスプロイトのトリガーであるため) - - Memory PitがインストールされているときにSDカードの写真を見る唯一の方法は、**TW**i**L**ight Menu++でDSiカメラアプリを吸い出して(v0.61.3以降の)nds-bootstrapから起動することです + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + 長所 + - Memory PitよりもDSiモードのタイトルとHomebrewとの互換性が高い - Easy to use - No risk of damaging the console @@ -35,106 +40,132 @@ Unlaunchは全体的に最良のDSiエクスプロイトです。唯一の欠点 - GBARunner2での音質が良い 短所 + - Requires internet access - Requires loading the DSi Browser every time you want to access homebrew, slightly more time consuming than Memory Pit - HomebrewではSlot-1(DSゲームカード)へのアクセス不能 ### Flipnote Lenny(うごくメモ帳エクスプロイト) + 長所 + - Memory PitよりもDSiモードのタイトルとHomebrewとの互換性が高い - 本体に損傷を与える危険性なし(アンインストールもSDを抜き取るか、フォルダを1つ削除するだけ) - Useable on consoles with broken camera - GBARunner2での音質が良い 短所 + - Homebrewにアクセスするために毎回うごくメモ帳を読み込む手間(Memory Pitより少し時間がかかる) - HomebrewではSlot-1(DSゲームカード)へのアクセス不能 ### Unlaunch + 長所 + - 本体起動時にHomebrewやDSiウェアを直ちに読み込み可能。また任意のショートカットキーを指定可能 - システムへの無制限なフルアクセス - - Slot-1にアクセスしてゲームカードの吸出し、互換性のないマジコンの読込みが可能 - - GBARunner2での音質が良い + - Slot-1にアクセスしてゲームカードの吸出し、互換性のないマジコンの読込みが可能 + - GBARunner2での音質が良い - DSi対応・専用ソフトのリージョンロックを解除可能 - 起こりうるDSiブリックに対する保護機能 - ドナーROMを使わずにDSi対応ゲームをDSiモードで起動可能 - nds-bootstrap-hb経由で古いHomebrewを起動可能 短所 -- インストール時のごく僅かな**ブリック**の可能性 -- [アンインストール](uninstalling-unlaunch.html)はインストールよりもわずかながら高リスク + +- Very minor risk of **bricking** the console when installing +- Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - 開発用機種との互換性なし ## システムを改造することで、失われる機能はありますか? -Unlaunchをインストールしても、Flipnote Lennyを使用しても、何ら機能は失われません。 Memory Pitを使用すると、DSiカメラを使ってSDカード上の写真を閲覧できなくなります。**TW**i**L**ight Menu++を使用してnds-bootstrap経由でDSiカメラアプリのROMダンプを起動するというのが閲覧する唯一の方法です。 -- DSiメニューからカメラアプリを起動したときにSDカードの写真閲覧機能を取り戻すには、Unlaunchをインストールするか別のエクスプロイトに切り替えるかして、その後Memory Pitの`pit.bin`ファイルを消去します - - `tip.bin`が同じフォルダに存在する場合、`pit.bin`に名前を戻します + +Unlaunchをインストールしても、Flipnote Lennyを使用しても、何ら機能は失われません。 If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + +- To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## 吸い出したDSソフトはどうやってプレイできますか? + 吸い出したDSソフトで遊ぶには、マジコンもしくはnds-bootstrap(Slot-1の読み書きをリダイレクトすることで、内部SDカードからゲームをプレイ可能にするプログラム)の使用が必要です。 + - TWiLight Menu++を使えば、SDカード内のROMをnds-bootstrapでプレイすることができます。 TWiLight Menu++を使用する利点は、チートメニューが使えること、ゲームごとに設定を変更できること、フォワーダ(下記リンク参照)による制限を回避できることです。 つまり、ROMファイルを適当に配置するだけで、事前準備なしでプレイできます。 39タイトルという制約(後述)もなく、hiyaCFWやUnlaunchも必要なく、利用できるSDカードの(空き)容量制限もありません -- hiyaCFWユーザならDS-Homebrew Wikiの[DSゲームフォワーダ](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card)ガイドを参考に、SD NAND DSiメニュー用のフォワーダを作成できますが、いくつか制限があります。 39タイトルまでの厳しい制限があり、作成自体がTWiLight Menu++を使うよりも不便です。 - - hiyaCFWを持ってないがフォワーダを使用したい場合は、DS-Homebrew Wikiの[hiyaCFWインストールガイド](https://wiki.ds-homebrew.com/hiyacfw/installing)に従ってください +- hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. 39タイトルまでの厳しい制限があり、作成自体がTWiLight Menu++を使うよりも不便です。 + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## Homebrewを更新するにはどうすればいいですか? -- **Unlaunch**―[Unlaunchのインストール](installing-unlaunch.html)ページの手順に従ってください - - 更新前にアンインストールする必要は**ありません** -- **hiyaCFW**―SDカードのルートにある`hiya.dsi`を[更新されたリリース](https://github.com/RocketRobz/hiyaCFW/releases)で置き換えてください -- **TWiLight Menu++**―[DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi)の指示に従ってください -- **nds-bootstrap**―SDカードのルートにある`_nds`フォルダに、`nds-bootstrap-hb-release.nds`と`nds-bootstrap-release.nds`をコピーしてください - - TWiLight Menu++を使用している場合は、すでに最新のnds-bootstrapが含まれている可能性が高いです -- **GodMode9i, dumpTool, Forwarder3-DS, etc**―ダウンロード時の手順に従ってください + +- **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page + - You do **not** need to uninstall Unlaunch before doing this +- **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) +- **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +- **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card + - TWiLight Menu++を使用している場合は、すでに最新のnds-bootstrapが含まれている可能性が高いです +- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them 他のHomebrewはそれぞれのやり方で更新できます。 ## 初めて改造します。(あるいは)セットアップをやり直したいです。 なにから始めればいいですか? + - まだ本体に変更を加えてない、またはインストール済みのUnlaunchを更新しようとしている場合、このガイドのはじめから順にページをたどることをお勧めします。 書いてあることはすべて必ず読んでください -- 最新バージョンのUnlaunchをお使いの場合は、[TWiLight Menu++インストールガイド](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi)に従って本体のTWiLight Menu++をセットアップしてください +- If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## ペアレンタルコントロールを解除するにはどうしたらいいですか? -- [mkey generator](https://mkey.salthax.org)で、ペアレンタルコントロールを解除するために必要なコードを生成できます + +- The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## DSiのリージョン(地域)を変更できますか? + はい。変更したいものによって方法が異なります。 + - 最も安全かつ簡単な方法は、単にTWiLight Menu++をインストールすることです。本体のNANDを変更せず、任意の公式・非公式の言語を使用できます - If you want to actually change the system region and are using hiyaCFW, open the config menu, and change the region setting (not possible with CHN and KOR NANDs) - - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. アメリカのDSi機種には、[このバージョンのhiyalang](https://github.com/Simonsator/cli_hiyalang/releases/)が利用可能です。 -- 最後に、実際のシステムNANDでリージョンを変更したい場合は、Mighty Maxの[DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/)を使用できます。 + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) +- Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## hiyaCFWのインストールガイドはどうなったんですか? -hiyaCFWはあまり機能的な役目を果たさず、多くのユーザにとって問題・混乱の種となるガイドでした。 そのため[DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing)に移動しました。 + +Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - 他のガイドからそのページに誘導された場合、おそらく古いガイドを参考にしてしまったのでしょう。 代わりにこのガイドを使用してください。こちらはプロジェクト開発者によって絶えず維持されています ## What happened with Lazy DSi Downloader? How do I install CFW without it? + Lazy DSi Downloader was a program that essentially allowed you to skip the manual setup process by downloading and placing the necessary files and folders on your SD card. However, due to the way it was programmed and distributed, many users encountered various issues and ended up having to do the manual set up, as it was quicker and/or easier than fixing whatever was causing the issue. To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - If you were linked to this guide by a third party that recommended using Lazy DSi Downloader, the instructions you were following were most likely outdated. Please use this guide instead, as it is maintained constantly by the developers of these projects. ## どんな種類のSDカードを使うべきですか? + - 信頼できるブランドからSDカードを購入しましょう - フルサイズのSDカードまたはmicroSDカード(アダプター併用)はどちらでも使用できます - 1GB以上2TB以下のどんな容量でもいけます。 一般的な使い方では、8GBで十分です - - hiyaCFWなどの一部のソフトウェアでは、SDカードの容量が大きいほどロード時間が長くなることがあります + - hiyaCFWなどの一部のソフトウェアでは、SDカードの容量が大きいほどロード時間が長くなることがあります - スピードクラス8以上をお勧めします ## 他の本体で同じDSiのSDカードを使用できますか? + 一般的には可能です。ただし2つの例外があります。 + - hiyaCFWははじめにセットアップされたシステムでのみ動作します - nds-bootstrapやマジコンを使用している場合でも、オンライン対応ゲームのフレンドコードは別の本体でオンラインにしたときにリセットされます ## Homebrew環境構築後、新しいSDカードに切り替えるにはどうすればよいですか? -[SDカードのセットアップ](sd-card-setup.html)の手順で新しいSDカードをフォーマットして、古いSDカードから新しいSDカードへデータを移すだけでOKです。 + +Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## Homebrew環境構築後、SDカードを挿入せずに本体を正常に使用できますか? -はい。 Unlaunchをインストールしなければ、システムは何ら変更されません。 Unlaunchを*インストールした*場合は、[Unlaunchの設定](installing-unlaunch.html#section-iii-post-unlaunch-configuration)で元のDSiメニューを自動起動するように変更を加える必要があるかもしれません。 -## [Unlaunchのサイト](https://problemkaputt.de/unlaunch.htm)には「バージョン2.0は安全性不明」と書かれています。 以前のバージョンを使用するほうが良いですか? -The Unlaunch page has not been updated since version 2.0 was released in 2019. 多くのユーザがこのバージョンを使っていて問題が発生していないため、安全だと考えられます。 +はい。 Unlaunchをインストールしなければ、システムは何ら変更されません。 If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. 以前のバージョンを使用するほうが良いですか? +The Unlaunch page has not been updated since version 2.0 was released in 2019. 多くのユーザがこのバージョンを使っていて問題が発生していないため、安全だと考えられます。 ## How do I run dumped DSiWare? + The recommended method is to simply launch them with TWiLight Menu++, due to the simple drag-and-drop method and there being no arbitrary limit. When nds-bootstrap is set as the launch method, it also gains the benefits of cheats and screenshots, as well as any other benefit provided by the in-game menu. However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). In addition to lacking the benefits above, there is also a limit of 39 titles that cannot exceed 128 MiB/1,024 blocks in size. For SysNAND, there is also a very small risk of bricking the system when writing to the internal NAND. diff --git a/docs/ja_JP/file-extensions-windows.md b/docs/ja_JP/file-extensions-windows.md index 749b13699..7d50abf8f 100644 --- a/docs/ja_JP/file-extensions-windows.md +++ b/docs/ja_JP/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: ファイル拡張子(Windows) ---- +# ファイル拡張子(Windows) この補足セクションでは、ファイル拡張子を隠すWindowsのデフォルト動作を無効にします。 ガイド内で示されるファイルを見つけるのが簡単になります。 ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. エクスプローラでSDカード等の任意のディレクトリを開きます -1. トップバーの「表示」オプションをクリックします - - オプションがない場合は、トップバーの右端にある`···`ボタンをクリックしてください -1. `表示 >`サブメニューにカーソルを合わせるかクリックします -1. `ファイル名拡張子`のオプションをチェックします ![Windows 11で「ファイル名拡張子」のオプションにカーソルを合わせた図](/assets/images/windows-11-file-extensions.png) +2. トップバーの「表示」オプションをクリックします + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 1. エクスプローラでSDカード等の任意のディレクトリを開きます -1. リボンメニューの「表示」オプションをクリックします -1. 「ファイル名拡張子」にチェックを入れます ![Windows 10で「ファイル名拡張子」のチェックボックスにカーソルを合わせた図](/assets/images/windows-10-file-extensions.png) +2. リボンメニューの「表示」オプションをクリックします +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. クリックするかWindowsキーを押して、スタートメニューを開きます -1. 「フォルダー オプション」と検索し、一致した項目を選びます ![Windows 7のスタートメニューで「フォルダー オプション」を検索する図](/assets/images/windows-7-folder-options-start-menu.png) -1. フォルダー オプション メニューの上部にある「表示」オプションをクリックします -1. 「登録されている拡張子は表示しない」のチェックを外します ![Windows 7のフォルダー オプションで「登録されている拡張子は表示しない」をオフにする図](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. フォルダー オプション メニューの上部にある「表示」オプションをクリックします +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/ja_JP/get-started.md b/docs/ja_JP/get-started.md index 6e7bc82cb..644ed7493 100644 --- a/docs/ja_JP/get-started.md +++ b/docs/ja_JP/get-started.md @@ -1,6 +1,4 @@ ---- -title: "はじめる" ---- +# はじめる The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. @@ -10,8 +8,8 @@ The main homebrew application this guide has you install is **TW**i**L**ight Men - ダウンロードしたファイルをSDカードへコピーする手段 - An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) - - WinRARの使用はお勧めしません。ファイルが壊れる恐れがあるためです。 - - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid + - WinRARの使用はお勧めしません。ファイルが壊れる恐れがあるためです。 + - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid ## セクション I - 準備 @@ -22,19 +20,19 @@ Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. SDカードをPCに挿入します -1. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) - - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` -1. 最新の[dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds)をダウンロードします -1. Open `TWiLightMenu-DSi.7z` - - If you're using Windows, ensure 7-Zip is installed, then follow these steps: - 1. Right-click on `TWiLightMenu-DSi.7z` - 1. If using Windows 11, click `Show more options` - 1. Hover over `7-zip` - 1. Click `Open archive` -1. `_nds`フォルダを`TWiLightMenu-DSi.7z`からSDカードのルートへコピーします -1. `BOOT.NDS`ファイルを`TWiLightMenu-DSi.7z`からSDカードのルートへコピーします -1. Close `TWiLightMenu-DSi.7z` -1. `dumpTool.nds`ファイルをSDカードのルートへコピーします +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - If you're using Windows, ensure 7-Zip is installed, then follow these steps: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip @@ -42,12 +40,10 @@ Unsure what the SD "root" is? [See this image](/assets/images/sdroot/en_US.png) ::: - ## セクション II - エクスプロイトの選択 From here you have three options, with a minor difference in what each entails. - ### Memory Pit経由でUnlaunchをインストール Memory Pit is an exploit utilizing the DSi Camera, compatible with all firmware versions. Optionally, this exploit can be used to install Unlaunch, a bootcode exploit that allows full control of the console on boot. @@ -60,7 +56,6 @@ Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax stylehax is an exploit utilizing the DSi Browser application, and can be used as an alternative to Memory Pit for installing Unlaunch (explained above) if your DSi has a broken camera. @@ -73,7 +68,6 @@ Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.htm ::: - ### Flipnote Lenny(うごくメモ帳エクスプロイト) Flipnote Lenny is an exploit utilizing the Flipnote Studio application. diff --git a/docs/ja_JP/index.md b/docs/ja_JP/index.md index 54c481992..022db9eb3 100644 --- a/docs/ja_JP/index.md +++ b/docs/ja_JP/index.md @@ -1,25 +1,28 @@ --- -home: true -title: ホーム -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +layout: home +title: DSi ガイド +hero: + text: DSi ガイド + tagline: ニンテンドーDSiを改造するための完全なガイド + image: + src: /assets/images/home-page-feature.png --- ::: tip -他機種のHomebrewとカスタムファームウェアのガイドに関しては、[CFW.Guide](https://cfw.guide/)をご参照ください。 +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -このページを含め、入門ガイドの全ページをしっかり読んでから作業に移ってください。 +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## Homebrewとは何ですか? -[自作ソフト(Homebrew)](https://en.wikipedia.org/wiki/Homebrew_(video_games))アプリは、ニンテンドーDSiなどのクローズドシステム向けに作られた、公式ライセンスを受けてないソフトウェアです。 これには、ユーティリティから自作ゲームまで様々なものがあります。 +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. これには、ユーティリティから自作ゲームまで様々なものがあります。 ファームウェアのバージョンや地域に関係なく、すべてのニンテンドーDSi機種で費用をかけずにHomebrewを実行できます。 必要なのは、改造に使うエントリポイントとHomebrewを保存するためのSDカードだけです。 このガイドで使用される主なエントリポイントは、Memory Pitと呼ばれます。もしMemory Pitが使用できない場合でも選択肢は他にもあります。 @@ -27,28 +30,28 @@ heroFilter: 0.5 - マジコン不要で、SDカードからDSiソフトの吸出しやチートを実行する - Launch any DSiWare from your SD card - - This means out-of-region and 3DS-exclusive DSiWare will also work + - This means out-of-region and 3DS-exclusive DSiWare will also work - DSiの起動時に特定のボタンを押して、DSiウェアやHomebrewアプリを起動する - 様々なエミュレータを使用して古いゲームを動かす - 互換性のないマジコンを使用する - hiyaCFWを使用してNAND(システムデータ領域)をSDカードにリダイレクトする - Watch your favorite movies using either FastVideoDSPlayer or tuna-viDS - - FastVideoDSEncoder requires a CPU supporting AVX2 (newer CPUs will likely support it) + - FastVideoDSEncoder requires a CPU supporting AVX2 (newer CPUs will likely support it) - 本体起動時に画像(スプラッシュ画面)を表示する - 自作ゲームで遊ぶ ## Homebrewアプリはどこで入手できますか? -- [Universal-DB](https://db.universal-team.net/ds)には最新のHomebrewがあり、使いやすい検索ツールや更新を追うのに便利なソート機能を持っています -- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew)にもHomebrewがありますが、古くてマジコンでしか動かないものが多いです +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards ## 始める前に知っておくべきことは何ですか? -- Windowsで標準のファイルエクスプローラをお使いの場合は、[ファイル拡張子を表示させておく](file-extensions-windows.html)ことをお勧めします +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer - ブリックの危険があるのはUnlaunchのインストールだけですが、危険は最小限になっています ::: tip -[はじめる](get-started.html)へ進む +Continue to [Get Started](get-started.html) ::: diff --git a/docs/ja_JP/installing-unlaunch.md b/docs/ja_JP/installing-unlaunch.md index d03104a0b..557230d97 100644 --- a/docs/ja_JP/installing-unlaunch.md +++ b/docs/ja_JP/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: Unlaunchのインストール ---- +# Unlaunchのインストール ::: warning @@ -10,7 +8,7 @@ If you do not have access to a PC, or if your PC is running ChromeOS, then pleas ::: danger -まだ完了していない場合は、先に[NANDバックアップ](dumping-nand.html)を行ってください。 可能性は僅かながら、Unlaunchの事故でDSiをブリックすることがあります。 はんだ付けの技術があれば、NANDバックアップと[Hardmod(ハード的改造)](https://wiki.ds-homebrew.com/ds-index/hardmod)から、バックアップを復元できます。 +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). 可能性は僅かながら、Unlaunchの事故でDSiをブリックすることがあります。 A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. ::: @@ -28,49 +26,50 @@ UnlaunchにはニンテンドーDSi開発機との互換性はありません。 ## セクション I - SD カードのセットアップ -1. 最新版[Unlaunch](https://problemkaputt.de/unlaunch.zip)をダウンロードします - - 上のリンクがダメなときは[こちらのミラーリンク](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip)から -1. `UNLAUNCH.DSI`を`unlaunch.zip`から取り出し、SDカードの好きな場所へ配置します -1. SDカードにTWiLight Menu++が残っていることを確認します - - 不明な場合は、[TWiLight Menu++インストールガイド](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi)の手順に従ってください +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. SDカードにTWiLight Menu++が残っていることを確認します + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## セクション II - Unlaunchのインストール・更新 1. TWiLight Menu++を起動します - - Unlaunchをインストールするのが初めてなら、[以前使ったエクスプロイト](launching-the-exploit.html)でTWilight Menu++を再起動してください - - Unlaunchをインストール済で更新を考えている場合は、起動時にABを長押しし、`TWiLight Menu++`というラベルの付いたオプションを選択します - - `TWiLight Menu++`がいくつもある場合、下画面のPathの最後に`BOOT.NDS`と表示されるものを選びます - - あなたが意図的にやったのでなければ、これは古いバージョンのTWiLight Menu++を実行しているために発生しています。[インストールを更新](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi)することをお勧めします -1. TWiLight Menu++設定を起動します - - テーマを変更していない場合は、`SELECT`を押し、タッチスクリーン下部のDSアイコンをタッチします。 それ以外の場合は、TWiLight Menu++ Manualを参照してください -1. L/RまたはX/Yを押して`Unlaunch設定`ページに移動します -1. Unlaunchの背景画像を変更したい場合は、`背景画像`を選択し、好みの画像を選択してください - - 独自のUnlaunch背景を作成したい場合は、[DS-Homebrew Wiki ページ](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds)をご覧ください -1. TWiLight Menu++設定を終了します -1. In the file navigation menu, launch `Unlaunch DSi Installer` - - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi` - This method does not enable Unlaunch to use custom patches and background -1. Select the "install now" option - - Unlaunchが`ERROR: MISMATCH IN FAT COPIES`でフリーズしたときは、[トラブルシューティング](troubleshooting.html)をお確かめください -1. 完了したら、本体を再起動します + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. TWiLight Menu++設定を起動します + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. それ以外の場合は、TWiLight Menu++ Manualを参照してください +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. TWiLight Menu++設定を終了します +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Select the "install now" option + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. 完了したら、本体を再起動します If you see Unlaunch's Filemenu screen at this point, you have successfully modded your Nintendo DSi. -- 黒い画面しか表示されないときは、[トラブルシューティング](troubleshooting.html)をお確かめください + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## セクション III - Unlaunchインストール後の設定 Currently, Unlaunch defaults to launching its Filemenu on boot, but this can be changed launch whatever you want. -1. ABを押したままDSiの電源を入れる - - これはUnlaunchのファイルメニューを開くホットキーです - - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) -1. `OPTIONS`に移動し、利用可能なオプションを確認します - - A + BはUnlaunchメニューを起動するためにハードコードされているため変更はできません - - `NO BUTTON`および`BUTTON A / B / X / Y`は好きなように設定できます。本体起動時にどのボタンが長押しされているかに応じてロードするものを選択します。 DSiウェアも、Homebrewも、Slot-1ゲームカードも、wifibootも、UnlaunchのFilemenuも選べます - - TWiLight Menu++の場合、`TWiLight Menu++`を選択します - - もともとのDSiメニューの場合は、`Launcher`を選択します - - `LOAD ERROR`は、SDカードが挿入されてないなどで、設定されたものが開始できなかったときのオプションです -1. `SAVE & EXIT`を選択し、本体の電源を切ります +1. ABを押したままDSiの電源を入れます + - これはUnlaunchのファイルメニューを開くホットキーです + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - A + BはUnlaunchメニューを起動するためにハードコードされているため変更はできません + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. DSiウェアも、Homebrewも、Slot-1ゲームカードも、wifibootも、UnlaunchのFilemenuも選べます + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## セクション IV - SDカードのクリーンアップ @@ -82,22 +81,22 @@ This section is optional and only serves for keeping your SD card tidy of files :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit -- SDカードから`sd:/private/ds/app/484E494A/pit.bin`ファイルを削除します +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card - Rename `tip.bin` back to `pit.bin`, and leave it intact - You can now restore the `DCIM` folder that was on the root of your SD card -- SDカードから`UNLAUNCH.DSI`ファイルを削除する +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny(うごくメモ帳エクスプロイト) -- 以下のフォルダから`800031_104784BAB6B57_000.ppm`と`T00031_1038C2A757B77_000.ppm`の2ファイルを削除します - - `sd:/private/ds/app/4B47554A/001`(日本) - - `sd:/private/ds/app/4B475545/001`(アメリカ) - - `sd:/private/ds/app/4B475556/001`(ヨーロッパ・オーストラリア) - - 自分の地域以外のフォルダを丸ごと削除してもOKです -- SDカードから`UNLAUNCH.DSI`ファイルを削除する +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - 自分の地域以外のフォルダを丸ごと削除してもOKです +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/ja_JP/launching-the-browser-exploit.md b/docs/ja_JP/launching-the-browser-exploit.md index 0ee68c5f0..2f6e90975 100644 --- a/docs/ja_JP/launching-the-browser-exploit.md +++ b/docs/ja_JP/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Launching the Exploit (stylehax) ---- +# Launching the Exploit (stylehax) We'll start by first launching our exploit. For the best Unlaunch-free experience, or if the DSi camera is broken to install Unlaunch, we recommend using an exploit called "stylehax" which takes advantage of a flaw in how the DSi Browser application handles webpages. エクスプロイトを起動すると、DSiメニューの代替として機能するHomebrewアプリ「TWiLight Menu++」を起動します。 - ## 必要事項 - Nintendo DSi Browser installed on your Nintendo DSi - - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Launching the exploit 1. 本体にSDカードが挿入されていることを確認してください -1. Boot your Nintendo DSi and launch the DSi Browser application -1. Touch the `Go to Page` button - - The button will have a green `www` icon -1. Type `opera:about`, and touch `Go` to load the page -1. Touch the HOME icon -1. Touch the `Go to Page` button -1. Type `stylehax.net`, and touch `Go` to load the page +2. Boot your Nintendo DSi and launch the DSi Browser application +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Touch the HOME icon +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip @@ -32,14 +28,14 @@ The exploit should take 21 seconds to take effect. If it takes longer than 30 se ::: warning -上画面が緑色になった場合は、TWiLight Menu++の`BOOT.NDS`がSDカードのルートにありません。 [準備](get-started.html#section-i-prep-work)からやり直してください。 +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -**TW**i**L**ight Menu++を使えるようになりました! まず、言語と地域を選択するように求められます。 本体の言語やリージョンに一致させる必要はないので、好きなものを選んでください。 更に続けて、NANDバックアップを作成することをお勧めします。 これは後で何か悪いことが起きたとき、本体を修復するのに使えます。 +You can now use **TW**i**L**ight Menu++! まず、言語と地域を選択するように求められます。 本体の言語やリージョンに一致させる必要はないので、好きなものを選んでください。 更に続けて、NANDバックアップを作成することをお勧めします。 これは後で何か悪いことが起きたとき、本体を修復するのに使えます。 ::: tip -[NANDバックアップ](dumping-nand.html)に進む +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/ja_JP/launching-the-exploit.md b/docs/ja_JP/launching-the-exploit.md index 692a68cae..a1215984f 100644 --- a/docs/ja_JP/launching-the-exploit.md +++ b/docs/ja_JP/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: エクスプロイトの起動 ---- +# エクスプロイトの起動 まずエクスプロイトを起動できるようにSDカードをセットアップします。 ほとんどのユーザには「Memory Pit」という、ニンテンドーDSiカメラのメタデータ処理のバグを利用するエクスプロイトをお勧めします。 @@ -8,54 +6,54 @@ title: エクスプロイトの起動 ::: tip -If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. 詳しくは[最も良いエクスプロイトはどれですか?](faq.html#which-is-the-best-exploit)を参照。 +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) ::: -### セクション I - DSiカメラのバージョンを確認する +## セクション I - DSiカメラのバージョンを確認する 1. 本体の電源を入れます -1. ニンテンドーDSiカメラを開きます - - チュートリアルを始めるよう促されたら、すべて完了してしまってください - - チュートリアルの実行中にクラッシュする場合、DSiカメラのハードウェアがどこか壊れているかもしれません。そうなるとMemory Pitは起動できません。 [別のエクスプロイト](alternate-exploits.html)を使ってください。 -1. 右側の大きなボタンを押してアルバムを開きます -1. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: ![Facebookアイコンの場所を示すスクリーンショット](/assets/images/facebook-check.png) +2. ニンテンドーDSiカメラを開きます + - チュートリアルを始めるよう促されたら、すべて完了してしまってください + - チュートリアルの実行中にクラッシュする場合、DSiカメラのハードウェアがどこか壊れているかもしれません。そうなるとMemory Pitは起動できません。 Please use an [alternate exploit](alternate-exploits.html) +3. 右側の大きなボタンを押してアルバムを開きます +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### セクション II - Memory Pit +## セクション II - Memory Pit 1. ニンテンドーDSiカメラのバージョンに対応したMemory Pitのバイナリをダウンロードします - - [Facebookアイコンが***ある***場合](/assets/files/memory_pit/768_1024/pit.bin) - - [Facebookアイコンが***ない***場合](/assets/files/memory_pit/256/pit.bin) -1. Navigate to `sd:/private/ds/app/484E494A/` on your SD card - - `sd:` is the root of the SD card - - You will already have these directories if you have previously taken photos to your SD card via the Nintendo DSi Camera application - - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created - - SDカードが挿入されていないと表示された場合は、別のSDカードを使用してください - - SDカードを使用できないと表示された場合は、SDカードが[正しくフォーマットされている](sd-card-setup.html)か確認してください -1. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` -1. Place the Memory Pit `pit.bin` file in the `484E494A` folder -1. SDカードのルートに`DCIM`という名前のフォルダがある場合、写真を紛失しないようにバックアップを作成して、SDカード以外の場所へ移動します - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - You will already have these directories if you have previously taken photos to your SD card via the Nintendo DSi Camera application + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - SDカードが挿入されていないと表示された場合は、別のSDカードを使用してください + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## セクション III - エクスプロイトを実行する 1. 本体にSDカードが挿入されていることを確認してください -1. 本体を起動し、ニンテンドーDSiカメラをはじめます -1. 右上のSDカードボタンを押します - - SDカードが挿入されていないと表示された場合は、別のSDカードを使用してください - - SDカードを使用できないと表示された場合は、SDカードが[正しくフォーマットされている](sd-card-setup.html)か確認してください -1. 右側の大きなボタンを押してアルバムを開きます - - Memory Pitが正しくコピーされた場合、画面がマゼンタ色に光ります +2. 本体を起動し、ニンテンドーDSiカメラをはじめます +3. 右上のSDカードボタンを押します + - SDカードが挿入されていないと表示された場合は、別のSDカードを使用してください + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. 右側の大きなボタンを押してアルバムを開きます + - Memory Pitが正しくコピーされた場合、画面がマゼンタ色に光ります ::: warning -上画面が緑色になった場合は、TWiLight Menu++の`BOOT.NDS`がSDカードのルートにありません。 [準備](get-started.html#section-i-prep-work)からやり直してください。 +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: ::: warning -SDカードのカメラアルバムに入っても特に異常がない場合、正しいバージョン用・地域用のMemory Pitをダウンロードしたか、SDカードの正しいフォルダに配置したか確かめてください。 また、`DCIM`フォルダがSDカードに存在しないことを確認してください。 +SDカードのカメラアルバムに入っても特に異常がない場合、正しいバージョン用・地域用のMemory Pitをダウンロードしたか、SDカードの正しいフォルダに配置したか確かめてください。 Also ensure that the `DCIM` folder does not exist on your SD card. ::: @@ -69,6 +67,6 @@ Taking photos with the Memory Pit exploit on your SD card will cause the exploit ::: tip -[NANDバックアップ](dumping-nand.html)に進む +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/ja_JP/launching-the-flipnote-exploit.md b/docs/ja_JP/launching-the-flipnote-exploit.md index 0b6e61fb5..c7bcb0417 100644 --- a/docs/ja_JP/launching-the-flipnote-exploit.md +++ b/docs/ja_JP/launching-the-flipnote-exploit.md @@ -1,53 +1,48 @@ ---- -title: Flipnote Lennyの起動 ---- +# Flipnote Lennyの起動 まずエクスプロイトを起動できるようにSDカードをセットアップします。 最高のUnlaunch不要環境を作るには、エクスプロイト「Flipnote Lenny」の使用がお勧めです。うごくメモ帳でのメモの取り扱いにおける脆弱性を利用したものです。 エクスプロイトを起動すると、DSiメニューの代替として機能するHomebrewアプリ「TWiLight Menu++」を起動します。 - ## 必要事項 - 「うごくメモ帳」がDSiにインストールされていること - - うごくメモ帳がない場合は、代わりに[Memory Pit](launching-the-exploit.html)を使用してください - - -## セクション I - SDカードのセットアップ + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead -1. 最新版の[Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/)をダウンロードします -1. Flipnote Lenny圧縮ファイルから`private`フォルダをSDカードのルートにコピーします +## セクション I - SD カードのセットアップ +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## セクション II - エクスプロイトを起動する -1. DSi本体にSDカードが挿入されていることを確認してください -1. 本体を起動し、うごくメモ帳をはじめます - - SDカードを使用できないと表示された場合は、SDカードが[正しくフォーマットされている](sd-card-setup.html)か確認してください -1. メインメニューの右上にある設定画面を開き、`カレンダーから起動`を「OFF」にして、`カエル`を「表示」にします -1. SDカードに保存されているメモを表示します - - SDカードのメモを表示できない場合は、別のSDカードを使用してください -1. お住まいの地域に合った顔(日本はJPN)をタッチします - - AUS機種をお持ちの場合は、EURを選択してください -1. `書く`をタッチします -1. 左下のカエルアイコンをタッチします -1. フィルムのアイコンをタッチします -1. `コピー` -> `戻る` -> `終了`とタッチしていきます -1. 大きい顔のメモをタッチし、`書く`を選択します -1. 左下のカエルアイコンをタッチします -1. フィルムのアイコンをタッチします -1. 貼り付けを選びます +1. 本体にSDカードが挿入されていることを確認してください +2. 本体を起動し、うごくメモ帳をはじめます + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. SDカードに保存されているメモを表示します + - SDカードのメモを表示できない場合は、別のSDカードを使用してください +5. お住まいの地域に合った顔(日本はJPN)をタッチします + - AUS機種をお持ちの場合は、EURを選択してください +6. 書くをタッチします +7. 左下のカエルアイコンをタッチします +8. フィルムのアイコンをタッチします +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. 左下のカエルアイコンをタッチします +12. フィルムのアイコンをタッチします +13. 貼り付けを選びます ::: warning -上画面が緑色になった場合は、TWiLight Menu++の`BOOT.NDS`がSDカードのルートにありません。 [準備](get-started.html#section-i-prep-work)からやり直してください。 +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -**TW**i**L**ight Menu++を使えるようになりました! まず、言語と地域を選択するように求められます。 本体の言語やリージョンに一致させる必要はないので、好きなものを選んでください。 更に続けて、NANDバックアップを作成することをお勧めします。 これは後で本体にマズイことが起きたとき、本体を修復するのに使えます。 +You can now use **TW**i**L**ight Menu++! まず、言語と地域を選択するように求められます。 本体の言語やリージョンに一致させる必要はないので、好きなものを選んでください。 更に続けて、NANDバックアップを作成することをお勧めします。 これは後で何か悪いことが起きたとき、本体を修復するのに使えます。 ::: tip -[NANDバックアップ](dumping-nand.html)に進む +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/ja_JP/restoring-nand.md b/docs/ja_JP/restoring-nand.md index 00ae06bd4..30f29274d 100644 --- a/docs/ja_JP/restoring-nand.md +++ b/docs/ja_JP/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: NANDバックアップの復元 ---- +# NANDバックアップの復元 ::: danger -警告! これは***危険***です。 NANDは非常に繊細であり、特に複数回書き込みした場合は、これらのステップに忠実に従ってもブリックする危険性があります。 最後の手段としてのみ使用するべきです! +警告! This is _**dangerous**_. NANDは非常に繊細であり、特に複数回書き込みした場合は、これらのステップに忠実に従ってもブリックする危険性があります。 最後の手段としてのみ使用するべきです! ::: ::: tip -このページの*どれか一つでも*スキップしてはいけません。一つでも間違うと、DSiをブリックする可能性が大幅に増加します。 +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: まず、復元を行いたい問題について、より安全な解決策を提示します: + - DSiウェアのインストールは、hiyaCFWまたはTWiLight Menu++を使って行うことができます -- 写真の復元には[ninfs](https://github.com/ihaveamac/ninfs/releases)が利用できます。本体上で行いたい場合はhiyaCFWやTWiLight Menu++と組み合わせて使用します。 HiyaCFW Helperの最新版では、セットアップ中にNANDからSDNANDへ写真をコピーすることができます +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. HiyaCFW Helperの最新版では、セットアップ中にNANDからSDNANDへ写真をコピーすることができます - Unlaunchのボタン設定の復元はUnlaunchメニューから行えます。本体の電源投入時にA + Bを長押しすることでメニューを開けます - Unlaunchの起動時にエラーが発生してお困りですか? SDカードを取り出し、本体を再起動してみてください。 動く場合は、問題はSDカードにあるため、NANDバックアップを復元しても問題は解決されません -- 起動時に「エラーが発生しました(An error has occurred)...」などと出たときはhiyaCFWのエラーで、NANDは無関係かもしれません。詳細は、DS-Homebrew Wikiの[hiyaCFW よくある質問・トラブルシューティング](https://wiki.ds-homebrew.com/hiyacfw/faq)を参照してください -- TWiLight Menu++のエラーはNANDとは無関係で、修正にはTWiLight Menu++の再インストールをするか[Discord](https://ds-homebrew.com/discord)で助けを求めるべきです +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - Unlaunchの削除は、NANDをフラッシュするか、付属アンインストーラを使用するかにかかわらず、絶対に必要でない限り行うべきではありません。UnlaunchのAutoboot設定をLauncherにすれば、DSiは純正品のように機能します NANDの操作を必要とする事柄は、Unlaunchのインストールのみです。 それ以外の場合は上記の代替案を使用してください。 ## 必要事項 -- **同じDSiからの**NANDバックアップ -- 最新版の[SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - UnlaunchやMemory Pitなど、NANDアクセス可能なHomebrewを実行する方法 -- NANDバックアップをチェックするための[no$gba](https://problemkaputt.de/gba.htm)(Windows gaming version) - - macOS・Linux利用者は[WINE](https://winehq.org)でno$gbaを利用できます +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## no$gbaに使用するBIOSのダンプ -1. `dsibiosdumper.zip`アーカイブから `dsibiosdumper.nds`を取り出し、SDカード上の任意の場所に配置します + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. ABを押したままDSiの電源を入れます - - これはUnlaunchのファイルメニューを開くホットキーです + - これはUnlaunchのファイルメニューを開くホットキーです 3. メニューからdsibiosdumperを起動します 4. Aを押してBIOSをSDカードにダンプします 5. STARTを押して、dsibiosdumperを終了します ## NANDバックアップのテスト + 本体へNANDバックアップを復元する前に、まずそれが動くかテストすることが非常に重要です。no$gbaでブリックエラーが表示される場合は、おそらく本体もブリックしてしまいます。 -1. `NO$GBA.EXE`を`no$gba-w.zip`から取り出します -2. NANDバックアップを`NO$GBA.EXE`のあるフォルダにコピーし、`DSI-1.MMC`に名前を変更します -3. `bios7i.bin`と`bios9i.bin`を`NO$GBA.EXE`のフォルダへコピーし、それぞれ`BIOSDSI7.ROM`と`BIOSDSI9.ROM`に改名します -4. `NO$GBA.EXE`を実行します -5. `Options` > `Emulation Setup`をクリックしてエミュレーション設定ウィンドウを開きます -6. `Reset/Startup Entrypoint`を`GBA/NDS BIOS (Nintendo logo)`に変更します -7. `NDS Mode/Colors`を`DSi (retail/16MB)`に変更します -8. `Save Now`をクリックします -9. 任意のDS ROM(`.nds`ファイル)を起動します - -no$gbaでDSiメニューかUnlaunch Filemenuがロードされた場合は、次のセクションに進みます。 何かエラーが表示された場合、***そのバックアップを利用してはいけません***! + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +no$gbaでDSiメニューかUnlaunch Filemenuがロードされた場合は、次のセクションに進みます。 If it shows any kind of error _**do not flash that backup**_! ## NANDバックアップからUnlaunchを除去(任意) -もしUnlaunchをインストールした後にNANDバックアップを作成し、かつシステムからUnlaunchを削除したいなら、この手順に従ってください。 Unlaunchの削除をするつもりがなければ、この操作は必要**ありません**。 -1. 最新版の[Unlaunch installer](https://problemkaputt.de/unlaunch.zip)をダウンロードします -1. `UNLAUNCH.DSI`を`unlaunch.zip`から取り出します -1. `UNLAUNCH.DSI`をno$gbaで起動してゲームカード スロットから開始します - - Unlaunch installerが起動します。見た目はUnlaunch Filemenuに似ています -1. `Uninstall`を選びます -1. 完了したら`Power down`を選びます -1. DS ROMを再度起動し、DSiメニューがロードされ正常に動作することを確認します -no$gbaでDSiメニューが表示されずに何かエラーが出た場合、***そのバックアップを利用してはいけません***! 古いNANDバックアップをお持ちの場合は、代わりにそれを試したほうが良いです。 本体上でUnlaunch付属のアンインストーラーを使ってUnlaunchの削除をしては**いけません**。DSiをブリックする可能性が非常に高いためです。 +もしUnlaunchをインストールした後にNANDバックアップを作成し、かつシステムからUnlaunchを削除したいなら、この手順に従ってください。 If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Unlaunch installerが起動します。見た目はUnlaunch Filemenuに似ています +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. DS ROMを再度起動し、DSiメニューがロードされ正常に動作することを確認します + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! 古いNANDバックアップをお持ちの場合は、代わりにそれを試したほうが良いです。 Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## NANDバックアップの書き込み(ソフト的手法) @@ -82,11 +87,12 @@ no$gbaでDSiメニューが表示されずに何かエラーが出た場合、** ::: 1. SDカードを挿入した状態で、ABを押したままDSiの電源を入れます -3. SafeNANDManagerを起動します -4. `begin NAND restore`に対応するボタンを押して復元を開始します -6. 復元が完了したら、STARTを押してDSiの電源を切ります +2. SafeNANDManagerを起動します +3. Press the button to `begin NAND restore` +4. 復元が完了したら、STARTを押してDSiの電源を切ります これでNANDが復元されたはずです。 ## NANDバックアップの書き込み(ハード的手法) -DSiが起動できない場合は、Hardmod(ハードウェア改造)がNANDバックアップを復元する唯一の方法です。 現存する最良のガイドは、[DS-Homebrew Wiki上のDSi Hardmodガイド](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi)です。 + +DSiが起動できない場合は、Hardmod(ハードウェア改造)がNANDバックアップを復元する唯一の方法です。 The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/ja_JP/sd-card-setup.md b/docs/ja_JP/sd-card-setup.md index 50e1fa015..a62664cc1 100644 --- a/docs/ja_JP/sd-card-setup.md +++ b/docs/ja_JP/sd-card-setup.md @@ -1,6 +1,4 @@ ---- -title: SDカードのセットアップ ---- +# SDカードのセットアップ このページは、お持ちの機器用にSDカードの準備をするためのものです。 この操作でSDカードをフォーマットし、エラーがないかの確認をします。 このセクションでは、SDアソシエーションの仕様に合わせてSDカードをフォーマットします。 Homebrewアプリの実行において発生しうる多くの問題を修正できるでしょう。 @@ -12,7 +10,7 @@ title: SDカードのセットアップ ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows ### セクション I - SDメモリカードフォーマッターでフォーマット @@ -55,7 +53,7 @@ SDカードの容量が32GB以下の場合は、ここを飛ばしてセクシ 3. ドライブレターを選択します 4. `Allocation unit size`を`32768`に設定します - この数値がお使いのSDカードには大きすぎる場合、SDカードが動作する一番大きい値に設定してください -5. `Quick Format`チェック ボックスがオンになっていることを確認します +5. `クイックフォーマット`が選択されていることを確認します 6. フォーマットを開始します ![](https://user-images.githubusercontent.com/1000503/83831499-8f330b80-a6b5-11ea-9ab9-ec2196150751.png) @@ -97,7 +95,7 @@ SDカードの容量が32GB以下の場合は、ここを飛ばしてセクシ :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip @@ -179,7 +177,7 @@ ___ :::: -:::: tab name="macOS" os="macos" +:::: tab macOS ### セクション I - SDメモリカードフォーマッターでフォーマット @@ -191,7 +189,7 @@ ___ ::: danger -この操作では、64GB以上のSDカードは`exFAT`でフォーマットされます。 その場合はセクション II に従って`FAT32`で再フォーマット_しなければなりません_。 出力を見ます。 以下のように映るはずです: +このセクションでは、SDアソシエーションの仕様に合わせてSDカードをフォーマットします。 Homebrewアプリの実行において発生しうる多くの問題を修正できるでしょう。 出力を見ます。 以下のように映るはずです: ::: @@ -200,7 +198,7 @@ ___ 2. ダウンロードした`.zip`ファイルに含まれる`Install SD Card Formatter`(`.mpkg`ファイル)を実行します 3. `SDカードフォーマッタ`を実行します 4. SDカードを選択します -5. `Quick Format`チェック ボックスがオンになっていることを確認します +5. `クイックフォーマット`が選択されていることを確認します 6. フォーマットを開始します ### セクション II - ディスクユーティリティでフォーマット @@ -244,7 +242,7 @@ SDカードの容量が32GB以下の場合は、ここを飛ばしてセクシ 2. `brew install f3`を実行して、brewからF3をインストールします - brewを持っていない場合は、[brew.sh](https://brew.sh)の指示に従ってインストールしてください 3. SDカードを挿入してマウントしたら、`f3write `を実行します - - 処理が完了するまで待ちます 下記は出力の例です: + - 処理が完了するまで待ちます。 下記は出力の例です: 下記は出力の例です: ``` $ f3write /Volumes/SD\ CARD Free space: 29.71 GB diff --git a/docs/ja_JP/site-navigation.md b/docs/ja_JP/site-navigation.md index ff4763861..30413814f 100644 --- a/docs/ja_JP/site-navigation.md +++ b/docs/ja_JP/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: サイトマップ ---- +# サイトマップ ## 基本ガイド -- [はじめる](get-started.html) -- [Memory Pitの起動](launching-the-exploit.html) -- [Flipnote Lennyの起動](launching-the-flipnote-exploit.html) -- [NANDのバックアップ](dumping-nand.html) -- [Unlaunchのインストール](installing-unlaunch.html) + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## 応用ガイド -- [SDカードのセットアップ](sd-card-setup.html) -- [ファイル拡張子(Windows)](file-extensions-windows.html) -- [ゲームカードのダンプ](dumping-game-cards.html) -- [DSiWareのバックアップ](dsiware-backups.html) -- [Unlaunchのアンインストール](uninstalling-unlaunch.html) -- [NANDの復元](restoring-nand.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) ## その他のページ -- [ホーム](.) -- [よくある質問(FAQ)](faq.html) -- [トラブルシューティング](troubleshooting.html) -- [クレジット](credits.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) +- [Credits](credits.html) diff --git a/docs/ja_JP/troubleshooting.md b/docs/ja_JP/troubleshooting.md index fe859ec4e..89680ff1c 100644 --- a/docs/ja_JP/troubleshooting.md +++ b/docs/ja_JP/troubleshooting.md @@ -1,13 +1,12 @@ ---- -title: トラブルシューティング ---- +# トラブルシューティング ## Unlaunch -### `MISMATCH IN FAT COPIES`でUnlaunchがフリーズする + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` twlnfには、NAND変更後に全体を適切に更新しない重大なバグがあります。これはUnlaunchインストーラなどの特定のHomebrewアプリでエラーが発生する原因となります。 -これを修正するには、[NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases)を開き、`Fix FAT copy mismatch`を選択します。 +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. ### Unlaunchで「Launcher」を起動すると音や起動スプラッシュ画面がない @@ -15,20 +14,20 @@ Unlaunchの開発者(nocash)は、意図的にBGMとスプラッシュ画面 ### Unlaunchインストール後、電源を入れても画面が点かない -SDカードを取り出して、本体の電源を入れてみてください。 それでもまだ画面が黒いままの場合は、[Hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod)によってNANDをフラッシュする必要があるかもしれません。 +SDカードを取り出して、本体の電源を入れてみてください。 If it still only shows a black screen, you may need to flash your NAND via a [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). ### Unlaunchのインストール後、アプリやUnlaunchファイルメニューの起動が止まる -これはおそらく、Unlaunchの`NO BUTTON`オプションで間違ったアプリを選択したことによって引き起こされます。 電源を入れるときにA + Bを長押しし、`OPTIONS`から`NO BUTTON`の設定をお好みに合わせて設定してください。 +This was likely caused by choosing the wrong app for the `NO BUTTON` option in Unlaunch. Hold A + B while starting the console, go to `OPTIONS`, and set `NO BUTTON` to whatever your preference is. ### その他のUnlaunchの問題 -Unlaunchで`Clusters too large`、`Bad VBR`、`Bad MBR`と表示される、あるいはSDカードを挿入してもアプリが何も表示されない場合、SDカードが正しくフォーマットされていない可能性があります。 [SDカードセットアップ](sd-card-setup.html)をもう一度試してください。 +If Unlaunch displays `Clusters too large`, `Bad VBR`, `Bad MBR`, or doesn't display any applications while the SD card is inserted, your SD card likely wasn't formatted correctly. Re-follow [SD Card Setup](sd-card-setup.html). ## TWiLight Menu++ -一般的なTWiLight Menu++トラブルシューティングについては、DS-Homebrew Wikiの[よくある質問とトラブルシューティング](https://wiki.ds-homebrew.com/twilightmenu/faq)ページを参照してください。 +For general TWiLight Menu++ troubleshooting, see its [FAQ & Troubleshooting](https://wiki.ds-homebrew.com/twilightmenu/faq) page on the DS-Homebrew Wiki. ## サポート -ここで解決できない問題に出くわした、あるいは上記の方法で解決しなかった場合は、[DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4)のDiscordサーバで質問してください。 +If you have encountered an issue that is not solved here, or one that persists despite the given solutions, ask for assistance in the [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord server. diff --git a/docs/ja_JP/uninstalling-unlaunch.md b/docs/ja_JP/uninstalling-unlaunch.md index 52591d1f7..e7128f693 100644 --- a/docs/ja_JP/uninstalling-unlaunch.md +++ b/docs/ja_JP/uninstalling-unlaunch.md @@ -1,17 +1,15 @@ ---- -title: Unlaunchのアンインストール ---- +# Unlaunchのアンインストール ::: danger -**Unlaunchのインストール・アンインストールでは本体がランダムにブリック(文鎮化)することがあります! 警告しましたよ!** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**警告:**Unlaunchのアンインストールにより、お使いのDSiがブリックする可能性があります。 Unlaunchをアンインストールしたくても、そうせずに済む場合がいくつかあります。例えば: +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Unlaunchをアンインストールしたくても、そうせずに済む場合がいくつかあります。例えば: -- **Unlaunchの背景が怖い:**[Unlaunchの再インストール](installing-unlaunch.html)で解決します。 背景を変更する手順も紹介されています -- **Unlaunchインストール後、Unlaunchや本体に問題が起きている:**[トラブルシューティング](troubleshooting.html#unlaunch)ページに、問題解決に役立つ情報があります +- **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. 背景を変更する手順も紹介されています +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have ::: warning @@ -21,7 +19,7 @@ title: Unlaunchのアンインストール ::: warning -Unlaunchを削除するとき、本体上でUnlaunch付属のアンインストーラを**使ってはいけません**。本体がブリックするおそれがあります。 正しくアンインストールする方法については、以下をご覧ください。 +When uninstalling Unlaunch, you should **NOT** use its built-in uninstaller directly on your console as there is a chance that it will brick the console. 正しくアンインストールする方法については、以下をご覧ください。 ::: diff --git a/docs/pl_PL/404.md b/docs/pl_PL/404.md deleted file mode 100644 index 08c523fd3..000000000 --- a/docs/pl_PL/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Strona nie znaleziona -layout: single-no-ads -excerpt: Strona nie znaleziona. Twoje piksele są w innym płótnie. -sitemap: false ---- - -Przepraszamy, ale strona którą próbujesz wyświetlić nie istnieje. - -::: tip - -[Dlaczego nie wejdziesz na stronę nawigacyjną? Prawdopodobnie znajdziesz tam to, czego szukasz](site-navigation.html). - -::: diff --git a/docs/pl_PL/alternate-exploits.md b/docs/pl_PL/alternate-exploits.md index 139aee050..d9d8bd37f 100644 --- a/docs/pl_PL/alternate-exploits.md +++ b/docs/pl_PL/alternate-exploits.md @@ -1,17 +1,15 @@ ---- -title: Alternatywne Exploity ---- +# Alternatywne Exploity Jeśli zostaniesz poproszony o ukończenie samouczka podczas uruchamiania aplikacji Nintendo DSi Camera i pojawi się awaria podczas próby jego zakończenia, nie możesz użyć Memory Pit. Tutaj możesz znaleźć alternatywne exploity, które mogą zadziałać zamiast Memory Pit. -Jeśli masz zainstalowany Flipnote Studio, możesz użyć [Flipnote Lenny](launching-the-flipnote-exploit.html). +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). ::: tip -Upewnij się, że skonfigurowałeś [TWiLight Menu++](get-started.html#section-i-prep-work) na karcie SD przed kontynuowaniem. +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. ::: -Jeśli jesteś na starszym oprogramowaniu, możesz mieć dostęp do exploitów w plikach zapisu w wybranej [liście gier](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits). Nie zostaną one tutaj uwzględnione, ponieważ są w dużej mierze przestarzałe. Powinny być używane tylko w ostateczności, jeśli zarówno Memory Pit, jak i Flipnote Lenny nie działają na twojej konsoli. +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). Nie zostaną one tutaj uwzględnione, ponieważ są w dużej mierze przestarzałe. Powinny być używane tylko w ostateczności, jeśli zarówno Memory Pit, jak i Flipnote Lenny nie działają na twojej konsoli. petit-compwner nie będzie mógł zostać użyty w celu uruchomienia Memory Pit, ponieważ wymaga on działającej kamery do uruchomienia exploitu. diff --git a/docs/pl_PL/credits.md b/docs/pl_PL/credits.md index bd225eb56..627af062f 100644 --- a/docs/pl_PL/credits.md +++ b/docs/pl_PL/credits.md @@ -1,23 +1,21 @@ ---- -title: Podziękowania ---- +# Zasługi To są zasługi dla tych, którzy pomagali przy stronie przewodnika, homebrew i innych rzeczach. Jeśli podoba Ci się to, co zrobili, rozważ przekazanie darowizny (jeśli mają link). -- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Twórcy przewodników -- [YourKalamity](https://github.com/YourKalamity): Twórca Lazy DSi File Downloader -- [emiyl](https://emiyl.com/paypal): Właściciel domeny +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers +- [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen: Dostarczył obraz swojego Nintendo DSi do wykorzystania na stronie głównej -- [shutterbug2000](https://paypal.me/projectkaeru): Odkrywca & Deweloper DSi Camera & exploitów Flipnote Studio -- [nathanfarlow](https://github.com/nathanfarlow): Odkrywca & deweloper exploitu w DSi Browser -- [WinterMute](https://devkitpro.org/support-devkitpro): Opiekuje się DS Homebrew toolchain i rozwija exploit ugopwn Flipnote Studio, aby stworzyć Flipnote Lenny (obsługuje wszystkie oprogramowania i regiony) -- [nocash](http://problemkaputt.de/donate.htm): Deweloper Unlaunch -- [RocketRobz](https://github.com/RocketRobz): Deweloper TWiLight Menu++ oraz GodMode9i -- [zoogie](https://github.com/zoogie): Deweloper dumpTool i zedytował Memory Pit, by wspierał wszystkie regiony i firmware -- [Plailect](https://github.com/Plailect): Stworzył oryginalny Poradnik jak zmodyfikować 3DS, z którego ten czerpał inspirację +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits +- [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit +- [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) +- [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch +- [RocketRobz](https://github.com/RocketRobz): Developer of TWiLight Menu++ & GodMode9i +- [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares +- [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from -Ty też możesz przyczynić się do rozwoju naszego przewodnika [wysyłając pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -Jeśli znasz inne języki, możesz nam pomóc, tłumacząc go na swój język. Możesz dołączyć do naszego [projektu Crowdin](https://crowdin.com/project/dsi-guide) aby rozpocząć pracę. +Jeśli znasz inne języki, możesz nam pomóc, tłumacząc go na swój język. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/pl_PL/dsiware-backups.md b/docs/pl_PL/dsiware-backups.md index 87d512e4d..c50734bb1 100644 --- a/docs/pl_PL/dsiware-backups.md +++ b/docs/pl_PL/dsiware-backups.md @@ -1,24 +1,24 @@ ---- -title: Kopie zapasowe DSiWare ---- +# Kopie zapasowe DSiWare ## Wymagania -- Najnowsza wersja [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) - - Pobierz archiwum, rozpakuj zawartość i umieść `GodMode9i.nds` w dowolnym miejscu na karcie SD + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## Nintendo DSi - Instrukcje ### Sekcja I – Zrzucanie DSiWare -1. Uruchom GodMode9i -1. Naciśnij START, aby otworzyć menu START -1. Wybierz `Title manager...` - - Jeśli ta opcja nie wyświetla się, upewnij się, że twoja karta SD oraz NAND są zamontowane. Jeżeli uruchamiasz z hiyaCFW to uruchom z innego miejsca -1. Wybierz tytuł, który chcesz zrzucić -1. Wybierz co chcesz zrzucić -1. Powtórz kroki 4-5 dla wszystkich tytułów, które chcesz zrzucić + +1. Launch GodMode9i +2. Naciśnij START, aby otworzyć menu START +3. Select `Title manager...` + - Jeśli ta opcja nie wyświetla się, upewnij się, że twoja karta SD oraz NAND są zamontowane. Jeżeli uruchamiasz z hiyaCFW to uruchom z innego miejsca +4. Wybierz tytuł, który chcesz zrzucić +5. Select what you want to dump +6. Powtórz kroki 4-5 dla wszystkich tytułów, które chcesz zrzucić ::: tip -Zrzucone tytuły zostaną umieszczone w `sd:/gm9i/out`. +The dumped DSiWare will be found in `sd:/gm9i/out`. ::: diff --git a/docs/pl_PL/dumping-game-cards.md b/docs/pl_PL/dumping-game-cards.md index f02f61cd2..87058effa 100644 --- a/docs/pl_PL/dumping-game-cards.md +++ b/docs/pl_PL/dumping-game-cards.md @@ -1,26 +1,27 @@ ---- -title: Zrzucanie kart gry ---- +# Zrzucanie kart gry Ta sekcja służy do zrzucania kart z grami przy użyciu GodMode9i, aby można je było odtwarzać na emulatorach, flashcardach lub na karcie SD poprzez nds-bootstrap. ## Wymagania + - Tytuł, który chcesz zrzucić - Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## Instrukcje + ### Sekcja I - Konfiguracja karty SD -1. Pobierz najnowszą wersję [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) -1. Wyodrębnij `GodMode9i.nds` z archiwum GodMode9i i umieść go gdziekolwiek na karcie SD +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### Sekcja II – Instrukcje Nintendo DSi + 1. Launch GodMode9i -1. Ensure the Game Card is inserted into the console -1. Select the "NDS GAMECARD" option in GodMode9i -1. Select what you want to dump - - The "Trimmed" options for the ROM will dump a smaller file that can save SD card space, however they won't work for most patches such as ROM hacks -1. Repeat steps 2-4 for all Game Cards you wish to dump +2. Ensure the Game Card is inserted into the console +3. Select the "NDS GAMECARD" option in GodMode9i +4. Select what you want to dump + - The "Trimmed" options for the ROM will dump a smaller file that can save SD card space, however they won't work for most patches such as ROM hacks +5. Repeat steps 2-4 for all Game Cards you wish to dump ::: tip diff --git a/docs/pl_PL/dumping-nand.md b/docs/pl_PL/dumping-nand.md index 190632c24..7b8186102 100644 --- a/docs/pl_PL/dumping-nand.md +++ b/docs/pl_PL/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: Zrzucanie NAND ---- +# Zrzucanie NAND Ta strona służy do tworzenia kopii zapasowej NAND, która jest kopią danych znajdujących się w pamięci wewnętrznej Nintendo DSi. Może być użyta do konfiguracji hiyaCFW, a także no$gba i melonDS w celu emulacji DSi. @@ -24,29 +22,28 @@ Jeśli już pobrałeś narzędzie dumpTool z innej sekcji tego poradnika, możes ::: -1. Pobierz najnowszą wersję [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Umieść `dumpTool.nds` w dowolnym miejscu na karcie SD - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## Sekcja II – Dumping NAND -1. Uruchom `dumpTool` przez TWiLight Menu++ -1. Naciśnij przycisk A na swoim Nintendo DSi, aby zacząć zrzucać swój NAND - - Kopia zapasowa NAND zajmuje zazwyczaj około 7 minut -1. Kiedy kopiowanie NAND zostanie zakończona, naciśnij przycisk START na swoim Nintendo DSi, aby wyjść z dumpTool -1. Wyłącz konsolę i włóż kartę SD z powrotem do komputera -1. Przechowuj tę kopię w bezpiecznym miejscu, gdzie jej nie stracisz - - Jeśli to możliwe, utwórz wiele kopii zapasowych na różnych urządzeniach pamięci masowej - - Po wykonaniu kopii zapasowej w innym miejscu, możesz usunąć ją z karty SD +1. Launch `dumpTool` through TWiLight Menu++ +2. Naciśnij przycisk A na swoim Nintendo DSi, aby zacząć zrzucać swój NAND + - Kopia zapasowa NAND zajmuje zazwyczaj około 7 minut +3. Kiedy kopiowanie NAND zostanie zakończona, naciśnij przycisk START na swoim Nintendo DSi, aby wyjść z dumpTool +4. Wyłącz konsolę i włóż kartę SD z powrotem do komputera +5. Przechowuj tę kopię w bezpiecznym miejscu, gdzie jej nie stracisz + - Jeśli to możliwe, utwórz wiele kopii zapasowych na różnych urządzeniach pamięci masowej + - Po wykonaniu kopii zapasowej w innym miejscu, możesz usunąć ją z karty SD ::: warning -Hash SHA1 `nand.bin` nie będzie odpowiadał hash'owi zapisanemu w `nand.bin.sha1`. Dzieje się tak, ponieważ dumpTool dodaje dodatkowe dane znane jako footer no$gba do pliku `nand.bin` po obliczeniu hash'u SHA1. Możesz użyć [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases), aby utworzyć kopię bez tego elementu. +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. ::: ::: tip -(Opcjonalnie) Przejdź do [Instalacja Unlaunch'a](installing-unlaunch.html) +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) ::: diff --git a/docs/pl_PL/faq.md b/docs/pl_PL/faq.md index 351b47f95..ae7bc4595 100644 --- a/docs/pl_PL/faq.md +++ b/docs/pl_PL/faq.md @@ -1,8 +1,7 @@ ---- -title: FAQ ---- +# FAQ ## Should I do a system update? + It is **not** recommended to update your DSi unless you know there are purchased DSiWare. While it still possible to follow this guide if you do so, the only benefit to updating is the ability to access the Nintendo DSi Shop to redownload already purchased titles. All other benefits, such as Facebook integration in the Nintendo DSi Camera application, are no longer usable or are not significant enough to justify the downsides: - Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch @@ -10,24 +9,30 @@ It is **not** recommended to update your DSi unless you know there are purchased - Flashcard compatibility is reduced, however this is bypassed if you install Unlaunch ## Which is the best exploit? + Unlaunch is overall the best exploit for the DSi, with the only downside being that there is a minor brick risk on install. In general it's recommended to use Memory Pit to install Unlaunch. If you want to avoid any risk it's recommended to instead use Flipnote Lenny as it has fewer issues in homebrew than Memory Pit while being just as safe and simple to remove. Below is a list of the pros and cons of each exploit: ### Memory Pit + Pros: + - Quick and easy to use - No risk of damaging the console, uninstalling is as simple as removing the SD or deleting one file - Compatible with all DSi consoles unless they have a broken camera and haven't completed the camera tutorial Cons: + - Requires loading the DSi Camera application every time you want to access homebrew - Incompatible with certain DSi mode titles and homebrew due to WRAM only being open to the ARM7 CPU - Access to Slot-1 (the DS Game Card) is blocked in homebrew - Access to the DSP is blocked resulting in worse sound in GBARunner2 - Photos on the SD card cannot be viewed in the DSi Camera application while Memory Pit is installed, as this is the trigger for the exploit - - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + Pros: + - Better compatibility with DSi mode titles and homebrew than Memory Pit - Easy to use - No risk of damaging the console @@ -35,106 +40,132 @@ Pros: - Better sound in GBARunner2 Cons: + - Requires internet access - Requires loading the DSi Browser every time you want to access homebrew, slightly more time consuming than Memory Pit - Access to Slot-1 (the DS Game Card) is blocked in homebrew ### Flipnote Lenny + Pros: + - Better compatibility with DSi mode titles and homebrew than Memory Pit - No risk of damaging the console, uninstalling is as simple as removing the SD or deleting one folder - Useable on consoles with broken camera - Better sound in GBARunner2 Cons: + - Requires loading Flipnote Studio every time you want to access homebrew, slightly more time consuming than Memory Pit - Access to Slot-1 (the DS Game Card) is blocked in homebrew ### Unlaunch + Pros: + - Allows loading homebrew and DSiWare immediately on system boot, with optional button hotkeys - Full access to the system without any restrictions, including: - - Access to Slot-1 allowing dumping Game Cards and loading incompatible flashcards - - Better sound in GBARunner2 + - Access to Slot-1 allowing dumping Game Cards and loading incompatible flashcards + - Better sound in GBARunner2 - Removes region locks on DSi-Enhanced/Exclusive Game Cards - Protection against most ways a DSi could brick - DSi-Enhanced games can be run in DSi mode without a Donor ROM - Old homebrew can be run via nds-bootstrap-hb Cons: + - Very minor risk of **bricking** the console when installing - Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - Not compatible with development consoles ## Will I lose any functionality by modding my system? + If you install Unlaunch or use Flipnote Lenny, no functionality will be lost. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + - To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file - - If `tip.bin` exists in the same folder, rename it back to `pit.bin` + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## How do I play Nintendo DS Game Card dumps? + Playing Game Card dumps on the console requires the use of a flashcard or nds-bootstrap, a program which enables games to be played from the internal SD card by redirecting Slot-1 reads and writes to it. + - With TWiLight Menu++ you can navigate your SD card to find ROM files to play with nds-bootstrap. The advantages to using TWiLight Menu++ are having a cheat menu, per-game settings, and avoiding the restrictions that forwarders bring. In other words, you can drop your ROM files directly and play without any setup. There is no 39 title limit, neither hiyaCFW or Unlaunch are required and there are no restrictions on SD card free space you can have - hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. There is a hard limit of 39 titles, and they are less convenient to make than using TWiLight Menu++ - - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## How do I update my homebrew? + - **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page - - You do **not** need to uninstall Unlaunch before doing this + - You do **not** need to uninstall Unlaunch before doing this - **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) - **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) - **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card - - If you use TWiLight Menu++, there is a high chance that the latest nds-bootstrap release is included with TWiLight Menu++ + - If you use TWiLight Menu++, there is a high chance that the latest nds-bootstrap release is included with TWiLight Menu++ - **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them Other homebrew might use other methods to update. ## I am new or I would like to redo my setup. Where do I start? + - If you have not already modified your console or are looking to update Unlaunch on your system, we recommend starting from the beginning of the guide and following through the pages. Be sure to read everything on the homepage - If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## How can I remove parental controls? + - The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## Can I change my Nintendo DSi's region? + Yes, there are a few different methods depending on what you want to change: + - The safest and simplest method is to simply install TWiLight Menu++, it can use any official language and more without needing NAND modifications - If you want to actually change the system region and are using hiyaCFW, open the config menu, and change the region setting (not possible with CHN and KOR NANDs) - - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) - Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## What happened to the hiyaCFW installation guide? + Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - If you were linked to the page in question from another guide, the instructions you were following were most likely outdated. Please use this guide instead, as it is maintained constantly by the developers of these projects ## What happened with Lazy DSi Downloader? How do I install CFW without it? + Lazy DSi Downloader was a program that essentially allowed you to skip the manual setup process by downloading and placing the necessary files and folders on your SD card. However, due to the way it was programmed and distributed, many users encountered various issues and ended up having to do the manual set up, as it was quicker and/or easier than fixing whatever was causing the issue. To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - If you were linked to this guide by a third party that recommended using Lazy DSi Downloader, the instructions you were following were most likely outdated. Please use this guide instead, as it is maintained constantly by the developers of these projects. ## What kind of SD card should I use? + - You should buy an SD card from a trusted brand - A full-size SD card or a microSD card with an adapter will both work - Any capacity between 1 GB and 2 TB will work. For general usage, 8 GB is enough - - Some software, such as hiyaCFW, may experience incrementally longer loading times with larger SD card capacities + - Some software, such as hiyaCFW, may experience incrementally longer loading times with larger SD card capacities - Speed class 8 or higher is recommended ## Can I use my DSi SD card on other systems? + Generally, yes, with two exceptions: + - hiyaCFW will only work on the system it was set up for - Even if you are using nds-bootstrap or a flashcard, friend codes in online NDS games will be reset when attempting to go online using a different console ## How do I switch to a new SD card after setting up homebrew? + Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## Can I still use my system normally without the SD card inserted after setting up homebrew? -Yes. If you did not install Unlaunch, your system will remain completely unmodified. If you *did* install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +Yes. If you did not install Unlaunch, your system will remain completely unmodified. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. ## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Should I use a previous version instead? -The Unlaunch page has not been updated since version 2.0 was released in 2019. The vast majority of users experience no issues with this version, so it is considered safe. +The Unlaunch page has not been updated since version 2.0 was released in 2019. The vast majority of users experience no issues with this version, so it is considered safe. ## How do I run dumped DSiWare? + The recommended method is to simply launch them with TWiLight Menu++, due to the simple drag-and-drop method and there being no arbitrary limit. When nds-bootstrap is set as the launch method, it also gains the benefits of cheats and screenshots, as well as any other benefit provided by the in-game menu. However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). In addition to lacking the benefits above, there is also a limit of 39 titles that cannot exceed 128 MiB/1,024 blocks in size. For SysNAND, there is also a very small risk of bricking the system when writing to the internal NAND. diff --git a/docs/pl_PL/file-extensions-windows.md b/docs/pl_PL/file-extensions-windows.md index 2b22ff128..0c6d772b4 100644 --- a/docs/pl_PL/file-extensions-windows.md +++ b/docs/pl_PL/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: Rozszerzenia plików (Windows) ---- +# Rozszerzenia plików (Windows) Jest to dodatek wyłączający domyślne zachowanie systemu Windows polegające na ukrywaniu rozszerzeń plików, co znacznie ułatwi odnalezienie plików, do których odwołuje się przewodnik. ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. Uruchom Eksplorator plików poprzez otworzenie dowolnego katalogu, np. folderu karty SD -1. Click the "View" option on the top bar - - If the option is not present, click the `···` button on the rightmost part of the top bar -1. Click or hove your cursor on the `Show >` submenu -1. Check the option labeled `File name extensions` ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) +2. Click the "View" option on the top bar + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 1. Uruchom Eksplorator plików poprzez otworzenie dowolnego katalogu, np. folderu karty SD -1. Click the "View" option on the ribbon menu -1. Check the box labeled "File name extensions" ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) +2. Click the "View" option on the ribbon menu +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. Open the start menu by clicking on it or using the Windows key -1. Search for "Folder Options" and select the corresponding result ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) -1. Click the "View" option at the top of the Folder Options menu -1. Make sure the box labeled "Hide extensions for known file types" is unchecked ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Click the "View" option at the top of the Folder Options menu +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/pl_PL/get-started.md b/docs/pl_PL/get-started.md index 2e4c9c524..9f24abc7e 100644 --- a/docs/pl_PL/get-started.md +++ b/docs/pl_PL/get-started.md @@ -1,6 +1,4 @@ ---- -title: "Get Started" ---- +# Get Started The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. @@ -10,8 +8,8 @@ We'll begin with downloading it as well as some other homebrew tool(s), in prepa - A way to copy downloaded files to your SD card - An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) - - We advise you to not use WinRAR, as it is known to break things - - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid + - We advise you to not use WinRAR, as it is known to break things + - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid ## Section I - Prep Work @@ -22,19 +20,19 @@ Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. Insert your SD card into your PC -1. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) - - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` -1. Pobierz najnowszą wersję [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Open `TWiLightMenu-DSi.7z` - - If you're using Windows, ensure 7-Zip is installed, then follow these steps: - 1. Right-click on `TWiLightMenu-DSi.7z` - 1. If using Windows 11, click `Show more options` - 1. Hover over `7-zip` - 1. Click `Open archive` -1. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card -1. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card -1. Close `TWiLightMenu-DSi.7z` -1. Copy the `dumpTool.nds` file to the root of your SD card +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - If you're using Windows, ensure 7-Zip is installed, then follow these steps: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip @@ -42,12 +40,10 @@ Unsure what the SD "root" is? [See this image](/assets/images/sdroot/en_US.png) ::: - ## Section II - Selecting an exploit From here you have three options, with a minor difference in what each entails. - ### Installing Unlaunch via Memory Pit Memory Pit is an exploit utilizing the DSi Camera, compatible with all firmware versions. Optionally, this exploit can be used to install Unlaunch, a bootcode exploit that allows full control of the console on boot. @@ -60,7 +56,6 @@ Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax stylehax is an exploit utilizing the DSi Browser application, and can be used as an alternative to Memory Pit for installing Unlaunch (explained above) if your DSi has a broken camera. @@ -73,7 +68,6 @@ Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.htm ::: - ### Flipnote Lenny Flipnote Lenny is an exploit utilizing the Flipnote Studio application. diff --git a/docs/pl_PL/index.md b/docs/pl_PL/index.md index 04cb2c381..9d3406b43 100644 --- a/docs/pl_PL/index.md +++ b/docs/pl_PL/index.md @@ -1,25 +1,28 @@ --- -home: true -title: Strona Domowa -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +layout: home +title: Przewodnik DSi +hero: + text: Przewodnik DSi + tagline: Kompletny przewodnik do modyfikacji twojego Nintendo DSi + image: + src: /assets/images/home-page-feature.png --- ::: tip -Aby uzyskać całkowity przewodnik do homebrew i niestandardowych oprogramowań dla innych urządzeń, sprawdź poradnik [CFW.Poradnik](https://cfw.guide/). +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -Dokładnie przeczytaj wszystkie strony wprowadzające (łącznie z tą!) przed przystąpieniem do pracy. +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## Czym jest homebrew? -[Aplikacje Homebrew](https://en.wikipedia.org/wiki/Homebrew_(video_games)) są nielicencjonowanymi programami stworzonymi dla systemów zamkniętych, takich jak Nintendo DSi. Aplikacje te mogą obejmować zarówno programy użytkowe, jak i niestandardowe gry homebrew. +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. Aplikacje te mogą obejmować zarówno programy użytkowe, jak i niestandardowe gry homebrew. Homebrew można uruchomić za darmo na wszystkich konsolach Nintendo DSi, niezależnie od wersji firmware'u czy regionu. Wszystko, czego potrzebujesz, to exploit i karta SD do przechowywania twojego homebrew. Główny punkt wejścia użyty w tym poradniku nazywa się Memory Pit, ale istnieją inne punkty wejścia, których możesz użyć, jeśli Memory Pit jest dla ciebie bezużyteczny. @@ -27,28 +30,28 @@ Homebrew można uruchomić za darmo na wszystkich konsolach Nintendo DSi, niezal - Uruchamiać kopie zapasowe gier Nintendo DS(i) oraz ROM hacki z twojej karty SD bez użycia flashcard'a - Uruchamiać dowolne DSiWare z karty SD - - Oznacza to, że DSiWare z innych regionów oraz z 3DS'a również będzie działać + - Oznacza to, że DSiWare z innych regionów oraz z 3DS'a również będzie działać - Uruchamiać aplikacje DSiWare i homebrew trzymając specyficzne przyciski podczas włączania Nintendo DSi - Uruchamiać gry retro za pomocą różnych emulatorów - Użyj normalnie niekompatybilnych flashcard'ów - Utworzyć kopię NAND na karcie SD używając hiyaCFW - Oglądać ulubione filmy za pomocą FastVideoDSPlayer albo tuna-viDS - - FastVideoDSEncoder wymaga CPU wspierającego AVX2 (nowsze CPU będą go obsługiwać) + - FastVideoDSEncoder wymaga CPU wspierającego AVX2 (nowsze CPU będą go obsługiwać) - Wyświetlanie obrazu (zwanego boot splash'em) podczas uruchamiania systemu - Grać w gry homebrew ## Gdzie mogę znaleźć aplikacje homebrew? -- [Universal-DB](https://db.universal-team.net/ds) zawiera większość nowoczesnego homebrew, z ładnym wyszukiwaniem i sortowaniem, aby wiedzieć, co zostało ostatnio zaktualizowane -- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) ma wiele starszego homebrew, jednak wiele z nich będzie działać tylko na flashcardach +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards ## Co należy wiedzieć przed rozpoczęciem? -- W systemie Windows zaleca się, aby [pokazać rozszerzenia plików](file-extensions-windows), jeśli używasz domyślnego Eksploratora plików +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer - Jedyne ryzyko związane z awarią pochodzi z instalacji Unlaunch, a ryzyko to jest minimalne ::: tip -Przejdź do [Zacznij](get-started.html) +Continue to [Get Started](get-started.html) ::: diff --git a/docs/pl_PL/installing-unlaunch.md b/docs/pl_PL/installing-unlaunch.md index 89f948fd6..1f384cc89 100644 --- a/docs/pl_PL/installing-unlaunch.md +++ b/docs/pl_PL/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: Instalacja Unlaunch ---- +# Instalacja Unlaunch ::: warning @@ -10,7 +8,7 @@ If you do not have access to a PC, or if your PC is running ChromeOS, then pleas ::: danger -Jeśli jeszcze tego nie zrobiłeś(-aś), stwórz kopię zapasową [NAND](dumping-nand.html). Choć szanse na to są niewielkie, Unlaunch może przypadkowo zapsuć twoje NDSi. Kopia zapasowa NAND + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) pozwoli Ci przywrócić tę kopię, pod warunkiem, że wiesz, jak lutować. +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). Choć szanse na to są niewielkie, Unlaunch może przypadkowo zapsuć twoje NDSi. A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. ::: @@ -28,49 +26,50 @@ Unlaunch nie jest kompatybilny z konsolami deweloperskimi Nintendo DSi. ## Sekcja I - Konfiguracja karty SD -1. Pobierz najnowszą wersję [Unlaunch](https://problemkaputt.de/unlaunch.zip) - - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), jeśli powyższe nie działa -1. Wypakuj `UNLAUNCH.DSI` z archiwum `unlaunch.zip` i umieść go w dowolnym miejscu na swojej karcie SD -1. Zweryfikuj, że dalej posiadasz TWiLight Menu++ na karcie SD - - Jeśli nie jesteś pewien, postępuj zgodnie z instrukcjami [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Zweryfikuj, że dalej posiadasz TWiLight Menu++ na karcie SD + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## Sekcja II - Instalacja/aktualizacja Unlaunch 1. Otwórz TWiLight Menu++ - - Jeśli po raz pierwszy instalujesz program Unlaunch, uruchom ponownie program TWiLight Menu++ za pomocą użytego [exploita](launching-the-exploit.html) - - Jeśli już zainstalowałeś Unlaunch i chcesz go zaktualizować, przytrzymaj A + B podczas włączania i wybierz `TWiLight Menu++` - - Jeśli kilka opcji jest oznaczonych jako `TWiLight Menu++`, wybierz opcję gdzie `BOOT. DS` jest wyświetlany na dolnym ekranie - - Dzieje się tak, ponieważ używasz starszej wersji TWiLight Menu++, chyba że robisz to w celu, sugerowane jest [zaktualizowanie instalacji](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -1. Uruchom Ustawienia TWiLight Menu++ - - Jeśli nie zmieniłeś motywu, naciśnij `SELECT` i dotknij małej ikony DS na dole ekranu dotykowego. W przeciwnym razie zobacz podręcznik TWiLight Menu++ -1. Naciśnij L / R lub X / Y, aż dojdziesz do strony `Ustawienia Unlaunch` -1. Jeśli chcesz zmienić obraz tła Unlauncha, wybierz `Tło` i wybierz to, które chcesz - - Jeśli chcesz stworzyć własne tło Unlaunch, sprawdź [stronę wiki DS-Homebrew](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) -1. Wyjdź z ustawień TWiLight Menu++ -1. W menu nawigacji plików uruchom `Unlaunch DSi Installer` - - Jeśli widzisz dwa czarne ekrany po uruchomieniu, pobierz [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), umieść plik .dsi w katalogu głównym SD, a następnie uruchom GodMode9i za pomocą TWiLight Menu++, i uruchom `Unlaunch.dsi` - Ta metoda nie pozwala Unlaunch'owi na używanie niestandardowych patchów i tła -1. Wybierz opcję "install now" - - Jeśli Unlaunch zawiesza się przy `ERROR: MISMATCH IN FAT COPIES`,sprawdź stronę [Troubleshooting](troubleshooting.html) -1. Po zakończeniu, uruchom ponownie system + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Uruchom Ustawienia TWiLight Menu++ + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. W przeciwnym razie zobacz podręcznik TWiLight Menu++ +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Wyjdź z ustawień TWiLight Menu++ +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Wybierz opcję "install now" + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. Po zakończeniu, uruchom ponownie system Jeśli w tym momencie zobaczysz manu plików Unlaunch, pomyślnie zmodowałeś Nintendo DSi. -- Jeśli widzisz czarny ekran, zajrzyj na stronę [Troubleshooting](troubleshooting.html) + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## Sekcja III - Konfiguracja po-Unlaunch Obecnie, Unlaunch domyślnie uruchamia swoje menu plików przy starcie systemu, ale można to zmienić uruchamiając co tylko chcesz. 1. Włącz konsolę przytrzymując A i B - - To powinno uruchomić menu plików Unlaunch'a - - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) -1. Przejdź do `OPTIONS` i spójrz na dostępne opcje - - A + B jest zakodowane, aby uruchomić w menu Unlaunch i jako takie nie może być zmienione - - Opcje `NO BUTTON` i `BUTTON A / B / X / Y` mogą być ustawione jakkolwiek chcesz i będą wybierać co twój DSi załaduje przy starcie w zależności od tego, które przyciski są trzymane. Możesz wybrać dowolne DSiWare, homebrew, kartridż w Slot-1, wifiboot lub menu plików Unlaunch - - Dla TWiLight Menu++, wybierz `TWiLight Menu++` - - Dla oryginalnego menu DSi wybierz `Launcher` - - `LOAD ERROR` jest tym, co DSi pokaże, jeśli załadowanie plików się nie powiedzie, np. karta SD nie została włożona -1. Wybierz `SAVE & EXIT`, aby zapisać ustawienia, a następnie wyłącz DSi + - To powinno uruchomić Unlaunch Filemenu + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - A + B jest zakodowane, aby uruchomić w menu Unlaunch i jako takie nie może być zmienione + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Możesz wybrać dowolne DSiWare, homebrew, kartridż w Slot-1, wifiboot lub menu plików Unlaunch + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## Sekcja IV - Czyszczenie karty SD @@ -82,22 +81,22 @@ Ta sekcja jest opcjonalna i służy tylko do wyczyszczenia niepotrzebnych plikó :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit -- Usuń plik `sd:/private/ds/app/484E494A/pit.bin` z karty SD +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card - Rename `tip.bin` back to `pit.bin`, and leave it intact - You can now restore the `DCIM` folder that was on the root of your SD card -- Usuń plik `UNLAUNCH.DSI` z karty SD +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny -- Usuń pliki `800031_104784BAB6B57_000.ppm` i `T00031_1038C2A757B77_000.ppm` z następujących folderów: - - `sd:/private/ds/app/4B47554A/001` (Japonia) - - `sd:/private/ds/app/4B475545/001` (USA) - - `sd:/private/ds/app/4B475556/001` (Europa/Australia) - - Możesz również usunąć wszystkie foldery dla regionów poza twoim -- Usuń plik `UNLAUNCH.DSI` z karty SD +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - Możesz również usunąć wszystkie foldery dla regionów poza twoim +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/pl_PL/launching-the-browser-exploit.md b/docs/pl_PL/launching-the-browser-exploit.md index 619051f98..6bb9e86c5 100644 --- a/docs/pl_PL/launching-the-browser-exploit.md +++ b/docs/pl_PL/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Launching the Exploit (stylehax) ---- +# Launching the Exploit (stylehax) We'll start by first launching our exploit. For the best Unlaunch-free experience, or if the DSi camera is broken to install Unlaunch, we recommend using an exploit called "stylehax" which takes advantage of a flaw in how the DSi Browser application handles webpages. Uruchomienie exploita spowoduje uruchomienie TWiLight Menu++, aplikacji homebrew, która działa jako zamiennik Menu DSi. - ## Wymagania - Nintendo DSi Browser installed on your Nintendo DSi - - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Launching the exploit 1. Upewnij się, że karta SD jest włożona do twojej konsoli -1. Boot your Nintendo DSi and launch the DSi Browser application -1. Touch the `Go to Page` button - - The button will have a green `www` icon -1. Type `opera:about`, and touch `Go` to load the page -1. Touch the HOME icon -1. Touch the `Go to Page` button -1. Type `stylehax.net`, and touch `Go` to load the page +2. Boot your Nintendo DSi and launch the DSi Browser application +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Touch the HOME icon +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip @@ -32,14 +28,14 @@ The exploit should take 21 seconds to take effect. If it takes longer than 30 se ::: warning -Jeśli górny ekran zmieni kolor na zielony, oznacza to, że w katalogu głównym karty SD nie ma pliku `BOOT.NDS` programu TWiLight Menu++. Wróć do [sekcji przygotowań](get-started.html#section-i-prep-work) ponownie. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Teraz możesz użyć **TW**i**L**ight Menu++! Po pierwsze, zostaniesz zapytany o wybór swojego języka i regionu. Nie muszą one pasować do języka lub regionu konsoli, więc ustaw je na dowolny z preferowanych. Następnie zaleca się kontynuowanie i utworzenie kopii zapasowej pamięci NAND. Może to być użyte do uratowania konsoli, jeśli w przyszłości stanie się coś złego. +You can now use **TW**i**L**ight Menu++! Po pierwsze, zostaniesz zapytany o wybór swojego języka i regionu. Nie muszą one pasować do języka lub regionu konsoli, więc ustaw je na dowolny z preferowanych. Następnie zaleca się kontynuowanie i utworzenie kopii zapasowej pamięci NAND. Może to być użyte do uratowania konsoli, jeśli w przyszłości stanie się coś złego. ::: tip -Kontynuuj do [zrzucanie NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/pl_PL/launching-the-exploit.md b/docs/pl_PL/launching-the-exploit.md index 20b2c27e4..775f0cb55 100644 --- a/docs/pl_PL/launching-the-exploit.md +++ b/docs/pl_PL/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: Uruchamianie Eksploratora ---- +# Uruchamianie Eksploratora Zaczniemy od skonfigurowania karty SD do uruchomienia naszego exploita. Dla większości użytkowników zalecamy użycie exploita o nazwie "Memory Pit", który wykorzystuje lukę w sposobie obsługi metadanych obrazu przez aplikację Nintendo DSi Camera. @@ -8,54 +6,54 @@ Uruchomienie exploita spowoduje uruchomienie TWiLight Menu++, aplikacji homebrew ::: tip -Jeżeli nie planujesz instalować Unlaunch'a i posiadasz zainstalowane DSi Browser albo Flipnote Studio to rekomendowane jest użycie exploitu [stylehax](launching-the-browser-exploit.html), albo [Flipnote Lenny](launching-the-flipnote-exploit.html). [Który exploit jest najlepszy?](faq.html#which-is-the-best-exploit) +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) ::: -### Sekcja I - Sprawdzanie wersji aparatu DSi +## Sekcja I - Sprawdzanie wersji aparatu DSi 1. Włącz konsolę -1. Uruchom aplikację aparatu - - Jeśli zostaniesz poproszony o przejście samouczka aparatu, to zrób to teraz - - Jeżeli nie możesz ukończyć samouczka, to prawdopodobnie kamera w twojej konsoli jest uszkodzona w jakiś sposób i nie możesz użyć tego exploita. Proszę użyć [alternatywnego exploita](alternate-exploits.html) -1. Otwórz album za pomocą dużego przycisku po prawej -1. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: ![Zrzut ekranu gdzie znajduje się ikona Facebooka](/assets/images/facebook-check.png) +2. Uruchom aplikację aparatu + - Jeśli zostaniesz poproszony o przejście samouczka aparatu, to zrób to teraz + - Jeżeli nie możesz ukończyć samouczka, to prawdopodobnie kamera w twojej konsoli jest uszkodzona w jakiś sposób i nie możesz użyć tego exploita. Please use an [alternate exploit](alternate-exploits.html) +3. Otwórz album za pomocą dużego przycisku po prawej +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### Sekcja II - Memory Pit +## Sekcja II - Memory Pit 1. Pobierz poprawny plik binarny Memory Pit dla swojej wersji aparatu Nintendo DSi: - - [Jeżeli ***masz*** ikonę Facebook'a](/assets/files/memory_pit/768_1024/pit.bin) - - [Jeżeli ***nie miałeś*** ikony Facebook'a](/assets/files/memory_pit/256/pit.bin) -1. Navigate to `sd:/private/ds/app/484E494A/` on your SD card - - `sd:` is the root of the SD card - - You will already have these directories if you have previously taken photos to your SD card via the Nintendo DSi Camera application - - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created - - Jeśli otrzymasz wiadomość mówiącą, że karta SD nie jest włożona, użyj innej karty SD - - Jeśli otrzymasz wiadomość mówiącą, że karta SD nie może być użyta, upewnij się, że karta SD jest [sformatowana poprawnie](sd-card-setup.html) -1. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` -1. Place the Memory Pit `pit.bin` file in the `484E494A` folder -1. Jeśli w katalogu głównym karty SD znajduje się folder o nazwie `DCIM`, wykonaj kopię zapasową, aby nie stracić zdjęć w środku, a następnie usuń go z karty SD - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - You will already have these directories if you have previously taken photos to your SD card via the Nintendo DSi Camera application + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - Jeśli otrzymasz wiadomość mówiącą, że karta SD nie jest włożona, użyj innej karty SD + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## Sekcja III - Uruchamianie exploitu 1. Upewnij się, że karta SD jest włożona do twojej konsoli -1. Uruchom Nintendo DSi, a potem Nintendo DSi Camera -1. Kliknij ikonę karty SD w prawym górnym rogu - - Jeśli otrzymasz wiadomość mówiącą, że karta SD nie jest włożona, użyj innej karty SD - - Jeśli otrzymasz wiadomość mówiącą, że karta SD nie może być użyta, upewnij się, że karta SD jest [sformatowana poprawnie](sd-card-setup.html) -1. Otwórz album za pomocą dużego przycisku po prawej - - Jeśli Memory Pit został poprawnie skopiowany, ekran powinien migać w kolorze magenta +2. Uruchom Nintendo DSi, a potem Nintendo DSi Camera +3. Kliknij ikonę karty SD w prawym górnym rogu + - Jeśli otrzymasz wiadomość mówiącą, że karta SD nie jest włożona, użyj innej karty SD + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Otwórz album za pomocą dużego przycisku po prawej + - Jeśli Memory Pit został poprawnie skopiowany, ekran powinien migać w kolorze magenta ::: warning -Jeśli górny ekran zmieni kolor na zielony, oznacza to, że w katalogu głównym karty SD nie ma pliku `BOOT.NDS` programu TWiLight Menu++. Wróć do [sekcji przygotowań](get-started.html#section-i-prep-work) ponownie. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: ::: warning -Jeśli klikniesz album kamery na karcie SD i nic się nie stanie, upewnij się, że pobrałeś poprawną wersję Memory Pit dla twojej wersji i regionu, i umieść go w odpowiednim folderze na karcie SD. Upewnij się także, że folder `DCIM` nie istnieje na karcie SD. +Jeśli klikniesz album kamery na karcie SD i nic się nie stanie, upewnij się, że pobrałeś poprawną wersję Memory Pit dla twojej wersji i regionu, i umieść go w odpowiednim folderze na karcie SD. Also ensure that the `DCIM` folder does not exist on your SD card. ::: @@ -69,6 +67,6 @@ Możesz teraz użyć TWiLight Menu++! Po pierwsze, zostaniesz zapytany o wybór ::: tip -Kontynuuj do [zrzucanie NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/pl_PL/launching-the-flipnote-exploit.md b/docs/pl_PL/launching-the-flipnote-exploit.md index 8272d0473..684764757 100644 --- a/docs/pl_PL/launching-the-flipnote-exploit.md +++ b/docs/pl_PL/launching-the-flipnote-exploit.md @@ -1,53 +1,48 @@ ---- -title: Uruchamianie Exploitu (Flipnote Lenny) ---- +# Uruchamianie Exploitu (Flipnote Lenny) Zaczniemy od skonfigurowania karty SD do uruchomienia naszego exploita. Aby uzyskać najlepszą opcję modyfikacji bez instalowania unlaunch'a, zalecamy użycie exploitu "Flipnote Lenny", który wykorzystuje błąd w tym, jak aplikacja Flipnote Studio obsługuje Flipnote'y. Uruchomienie exploita spowoduje uruchomienie TWiLight Menu++, aplikacji homebrew, która działa jako zamiennik Menu DSi. - ## Wymagania - Flipnote Studio zainstalowane na Nintendo DSi - - Jeśli nie masz Flipnote Studio, zamiast tego użyj [Memory Pit](launching-the-exploit.html) - + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead ## Sekcja I - Konfiguracja karty SD -1. Pobierz najnowszą wersję programu [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) -1. Skopiuj folder `private` z archiwum Flipnote Lenny do katalogu głównego karty SD - +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## Sekcja II - Uruchamianie exploitu 1. Upewnij się, że karta SD jest włożona do twojej konsoli -1. Uruchom Nintendo DSi, a potem Flipnote Studio - - Jeśli otrzymasz wiadomość mówiącą, że karta SD nie może być użyta, upewnij się, że karta SD jest [sformatowana poprawnie](sd-card-setup.html) -1. Otwórz ustawienia Flipnote Studio, które znajdują się w prawym górnym rogu głównego menu i upewnij się, że `Start on Calendar` jest wyłączone, oraz że `Frog` jest włączone -1. Wyświetl flipnote'y zapisane na karcie SD - - Jeśli nie możesz wyświetlić flipnotów na karcie SD, użyj innej karty SD -1. Stuknij w twarz odpowiadającą Twojemu regionowi - - Jeśli masz konsolę z regionu AUS (Australia), wybierz EUR -1. Edytuj wybrany flipnote -1. Dotknij ikony żaby w lewym dolnym rogu -1. Stuknij ikonę rolki filmu -1. Wybierz `Copy` -> `Back` -> `Exit` -1. Stuknij drugą notatkę o większej twarzy i wybierz `Edytuj` -1. Dotknij ikony żaby w lewym dolnym rogu -1. Stuknij ikonę rolki filmu -1. Wybierz wklej +2. Uruchom Nintendo DSi, a potem Flipnote Studio + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. Wyświetl flipnote'y zapisane na karcie SD + - Jeśli nie możesz wyświetlić flipnotów na karcie SD, użyj innej karty SD +5. Stuknij w twarz odpowiadającą Twojemu regionowi + - Jeśli masz konsolę z regionu AUS (Australia), wybierz EUR +6. Edytuj wybrany flipnote +7. Dotknij ikony żaby w lewym dolnym rogu +8. Stuknij ikonę rolki filmu +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Dotknij ikony żaby w lewym dolnym rogu +12. Stuknij ikonę rolki filmu +13. Wybierz wklej ::: warning -Jeśli górny ekran zmieni kolor na zielony, oznacza to, że w katalogu głównym karty SD nie ma pliku `BOOT.NDS` programu TWiLight Menu++. Wróć do [sekcji przygotowań](get-started.html#section-i-prep-work) ponownie. +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. ::: -Teraz możesz użyć **TW**i**L**ight Menu++! Po pierwsze, zostaniesz zapytany o wybór swojego języka i regionu. Nie muszą one pasować do języka lub regionu konsoli, więc ustaw je na dowolny z preferowanych. Następnie zaleca się kontynuowanie i utworzenie kopii zapasowej pamięci NAND. Może to być użyte do uratowania konsoli, jeśli w przyszłości stanie się coś złego. +You can now use **TW**i**L**ight Menu++! Po pierwsze, zostaniesz zapytany o wybór swojego języka i regionu. Nie muszą one pasować do języka lub regionu konsoli, więc ustaw je na dowolny z preferowanych. Następnie zaleca się kontynuowanie i utworzenie kopii zapasowej pamięci NAND. Może to być użyte do uratowania konsoli, jeśli w przyszłości stanie się coś złego. ::: tip -Kontynuuj do [zrzucanie NAND](dumping-nand.html) +Continue to [Dumping NAND](dumping-nand.html) ::: diff --git a/docs/pl_PL/restoring-nand.md b/docs/pl_PL/restoring-nand.md index 7df872936..791470596 100644 --- a/docs/pl_PL/restoring-nand.md +++ b/docs/pl_PL/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: Przywracanie kopii zapasowej NAND ---- +# Przywracanie kopii zapasowej NAND ::: danger -OSTRZEŻENIE! To jest ***niebezpieczne***. Nawet podążając za tymi krokami, nadal istnieje potencjał do zablokowania DSi, ponieważ NAND jest bardzo niskiej jakości, zwłaszcza jeśli flashujesz wiele razy! Powinno to być stosowane tylko w ostateczności! +OSTRZEŻENIE! This is _**dangerous**_. Nawet podążając za tymi krokami, nadal istnieje potencjał do zablokowania DSi, ponieważ NAND jest bardzo niskiej jakości, zwłaszcza jeśli flashujesz wiele razy! Powinno to być stosowane tylko w ostateczności! ::: ::: tip -Nie pomiń *niczego* na tej stronie, jakikolwiek błąd znacznie zwiększa szansę na zablokowanie twojego DSi. +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: Po pierwsze, kilka bezpieczniejszych alternatyw dla tego: + - Instalacja DSiWare może być wykonana za pomocą hiyaCFW lub TWiLight Menu++ - Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. The latest version of the HiyaCFW Helper allows you to copy your photos from your NAND to the SDNAND during setup - Restoring an Unlaunch button configuration can be done from the Unlaunch menu, which can be accessed by holding A + B while powering the console on - Uruchamianie w Unlaunch skutkujące błędem? Take out your SD card and try starting the system again. Jeśli zadziała, to jest to błąd na twojej karcie SD i przywrócenie kopii zapasowej NAND tego nie naprawi -- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) for more information +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information - Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - Odinstalowanie Unlauncha, czy to poprzez flashowanie NAND czy użycie deinstalatora, powinno być unikane, chyba że jest to absolutnie konieczne, możesz ustawić klucze autobootu na "Launcher" i DSi będzie jak nowy Jedyną rzeczą, którą powinieneś zrobić ze swoją pamięcią NAND jest instalacja Unlaunch. W przeciwnym razie należy korzystać z innych rozwiązań. ## Wymagania -- Kopia zapasowa NAND **z twojego DSi** -- Najnowsza wersja [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - Sposób uruchamiania homebrew z dostępem NAND, takim jak Unlaunch lub Memory Pit -- [no$gba](https://problemkaputt.de/gba.htm), aby sprawdzić kopię zapasową NAND (Pobierz wersję dla Windows) - - użytkownicy macOS i Linux mogą używać [WINE](https://winehq.org), aby uruchomić no$gba +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## Zrzucenie BIOS do użycia w no$gba -1. Wypakuj `dsibiosdumper.nds` z archiwum `dsibiosdumper.zip` i umieść go w dowolnym miejscu na karcie SD + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. Włącz konsolę przytrzymując A i B - - To powinno uruchomić Unlaunch Filemenu + - To powinno uruchomić Unlaunch Filemenu 3. Uruchom dsibiosdumper z Unlaunch Filemenu 4. Naciśnij A aby zrzucić BIOS do karty SD 5. Naciśnij START aby wyjść z dsibiosdumpera ## Testowanie kopii zapasowej NAND + Bardzo ważne jest, aby sprawdzić, czy kopia zapasowa NAND działa przed próbą przywrócenia jej na konsolę, jeśli pokaże zablokowanie w no$gba, najprawdopodobniej zablokuje również konsolę. -1. Wyodrębnij `NO$GBA.EXE` z `no$gba-w.zip` do folderu na komputerze -2. Skopiuj swoją kopię zapasową NAND do folderu, w którym umieściłeś `NO$GBA.EXE` i zmień nazwę na `DSI-1.MMC` -3. Skopiuj `bios7i.bin` i `bios9i.bin` do folderu, w którym umieściłeś `NO$GBA. XE`, nazwany odpowiednio `BIOSDSI7.ROM` i `BIOSDSI9.ROM`. -4. Uruchom `NO$GBA.EXE` -5. Kliknij `Options` > `Emulation Setup` aby otworzyć okno konfiguracji Emulacji -6. Zmień `Reset/Startup Entrypoint` na `GBA/NDS BIOS (logo Nintendo)` -7. Zmień `NDS Mode/Colors` na `DSi (retail/16MB)` -8. Kliknij `OK` -9. Uruchom dowolny ROM NDS (plik `.nds`) - -If no$gba loads the DSi menu (or the Unlaunch Filemenu), then continue to the next section. Jeśli pokaże jakikolwiek błąd ***nie flashuj(nie wgrywaj) tej kopii zapasowej***! + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +If no$gba loads the DSi menu (or the Unlaunch Filemenu), then continue to the next section. If it shows any kind of error _**do not flash that backup**_! ## Uninstalling Unlaunch from your NAND backup (optional) + Follow this if you dumped your NAND backup after you installed Unlaunch and you would like to uninstall Unlaunch from your system. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + 1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) -1. Extract `UNLAUNCH.DSI` from `unlaunch.zip` -1. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot - - This should start the Unlaunch installer, which looks similar to to the Unlaunch Filemenu -1. Choose `Uninstall` -1. Once complete, choose `Power down` -1. Launch any Nintendo DS ROM again, and ensure your DSi menu loads and is working properly +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - This should start the Unlaunch installer, which looks similar to to the Unlaunch Filemenu +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Launch any Nintendo DS ROM again, and ensure your DSi menu loads and is working properly -If no$gba shows any kind of error instead of loading the DSi menu, ***do not flash that backup***! If you have an older NAND backup you may want to try using that instead. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! If you have an older NAND backup you may want to try using that instead. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## Wgrywanie kopii zapasowej NAND (Urządzenie) @@ -82,11 +87,12 @@ Make sure your Nintendo DSi system is well charged before beginning this section ::: 1. Po włożeniu karty SD włącz Nintendo DSi, trzymając A i B -3. Uruchom SafeNANDManager -4. Naciśnij `begin NAND restore` -6. Po zakończeniu przywracania, naciśnij START, aby wyłączyć DSi +2. Uruchom SafeNANDManager +3. Press the button to `begin NAND restore` +4. Po zakończeniu przywracania, naciśnij START, aby wyłączyć DSi Your NAND should now be restored. ## Wgrywanie kopii zapasowej NAND (Hardmod) + If you cannot boot your Nintendo DSi, a hardmod is the only way to restore a NAND backup. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/pl_PL/sd-card-setup.md b/docs/pl_PL/sd-card-setup.md index 988e9e030..362d5b38b 100644 --- a/docs/pl_PL/sd-card-setup.md +++ b/docs/pl_PL/sd-card-setup.md @@ -1,6 +1,4 @@ ---- -title: Konfiguracja karty SD ---- +# Konfiguracja karty SD Ta strona jest przeznaczona do przygotowania karty SD dla Twojego Nintendo DSi. W trakcie tego procesu sformatujemy kartę SD i sprawdzimy czy karta nie ma błędów. @@ -12,7 +10,7 @@ Upewnij się, że stworzyłeś kopię zapasową karty SD PRZED Zaczęciem konfig ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows ### Sekcja I - Formatowanie karty SD za pomocą SD Formatter @@ -97,7 +95,7 @@ Jeśli test pokazuje inne wyniki, karta SD może być uszkodzona, i być może b :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip @@ -179,7 +177,7 @@ Jeśli test pokazuje inne wyniki, karta SD może być uszkodzona, i być może b :::: -:::: tab name="macOS" os="macos" +:::: tab macOS ### Sekcja I - Formatowanie karty SD za pomocą SD Formatter diff --git a/docs/pl_PL/site-navigation.md b/docs/pl_PL/site-navigation.md index 120194fa9..cbc322960 100644 --- a/docs/pl_PL/site-navigation.md +++ b/docs/pl_PL/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: Nawigacja stroną ---- +# Nawigacja stroną ## Główny poradnik -- [Wprowadzenie](get-started.html) -- [Uruchamianie Exploitu (Memory Pit)](launching-the-exploit.html) -- [Uruchamianie Exploitu (Flipnote Lenny)](launching-the-flipnote-exploit.html) -- [Zrzucanie NAND](dumping-nand.html) -- [Instalacja Unlaunch](installing-unlaunch.html) + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## Sekcje dodatków -- [Konfiguracja karty SD](sd-card-setup.html) -- [Rozszerzenia plików (Windows)](file-extensions-windows.html) -- [Zrzucanie kart gry](dumping-game-cards.html) -- [Kopie zapasowe DSiWare](dsiware-backups.html) -- [Odinstalowywanie Unlaunch](uninstalling-unlaunch.html) -- [Przywracanie NAND](restoring-nand.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) ## Inne strony -- [Dom](.) -- [Często Zadawane Pytania (FAQ)](faq.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) - [Troubleshooting](troubleshooting.html) -- [Zasługi](credits.html) +- [Credits](credits.html) diff --git a/docs/pl_PL/troubleshooting.md b/docs/pl_PL/troubleshooting.md index 28aefaad1..275212fb7 100644 --- a/docs/pl_PL/troubleshooting.md +++ b/docs/pl_PL/troubleshooting.md @@ -1,9 +1,8 @@ ---- -title: Rozwiązywanie problemów ---- +# Troubleshooting ## Unlaunch -### Czy Unlaunch zamraża się na `MISMATCH IN FAT COPIES` + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` twlnf ma krytyczny błąd, w którym nie aktualizuje poprawnie całego NAND po jego modyfikacji, który powoduje, że niektóre homebrew (takie jak Unlaunch installer) wyrzucą błąd. diff --git a/docs/pl_PL/uninstalling-unlaunch.md b/docs/pl_PL/uninstalling-unlaunch.md index 71bf64d9d..da8218645 100644 --- a/docs/pl_PL/uninstalling-unlaunch.md +++ b/docs/pl_PL/uninstalling-unlaunch.md @@ -1,14 +1,12 @@ ---- -title: Odinstalowywanie ---- +# Odinstalowywanie Unlaunch ::: danger -**Instalacja lub odinstalowanie Unlaunch może losowo zablokować konsolę! Zostałeś ostrzeżony!** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**OSTRZEŻENIE:** Odinstalowanie może zablokować Twój Nintendo DSi. Oto kilka przypadków powodów, dla których możesz chcieć odinstalować Unlaunch, ale z rozwiązaniami które nie wymagają odinstalowania. +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Oto kilka przypadków powodów, dla których możesz chcieć odinstalować Unlaunch, ale z rozwiązaniami które nie wymagają odinstalowania. - **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. Obecnie zawierają instrukcje dotyczące zmiany tła - **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have diff --git a/docs/public/assets/images/sdroot/el_GR.png b/docs/public/assets/images/sdroot/el_GR.png new file mode 100644 index 0000000000000000000000000000000000000000..3dec3a4c26375c992d2f1a261728d4e0f08d6fe3 GIT binary patch literal 67214 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 Ux2S7h8U?=;WR+zKqzs?`8$fwbX#fBK literal 0 HcmV?d00001 diff --git a/docs/public/assets/images/sdroot/hu_HU.png b/docs/public/assets/images/sdroot/hu_HU.png index a9314fb950d75b6946e6bc326c564f1b436dae49..681cde504b0cc367330c72d60732d499324572d6 100644 GIT binary patch literal 76420 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 literal 62392 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 diff --git a/docs/public/assets/images/sdroot/uk_UA.png b/docs/public/assets/images/sdroot/uk_UA.png new file mode 100644 index 0000000000000000000000000000000000000000..e760766814b69cd647848247c3f83284b5348f9b GIT binary patch literal 44557 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 literal 0 HcmV?d00001 diff --git a/docs/ro_RO/404.md b/docs/ro_RO/404.md deleted file mode 100644 index 7ed7b6bac..000000000 --- a/docs/ro_RO/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Pagina nu a fost găsită -layout: single-no-ads -excerpt: Pagina nu a fost găsită. Pixelii tăi sunt pe o altă pânză. -sitemap: false ---- - -Scuze, dar pagina pe care ai încercat să o vizualizezi nu există. - -::: tip - -[Why not check out the Site Navigation page? Poți găsi probabil ceea ce cauți acolo](site-navigation.html). - -::: diff --git a/docs/ro_RO/alternate-exploits.md b/docs/ro_RO/alternate-exploits.md index 46fcb0dd6..7355eecda 100644 --- a/docs/ro_RO/alternate-exploits.md +++ b/docs/ro_RO/alternate-exploits.md @@ -1,6 +1,4 @@ ---- -title: Exploit-uri Alternative ---- +# Exploit-uri Alternative Dacă ești introdus într-un tutorial când lansezi aplicația Nintendo DSi Camera și se blochează când încerci să îl completezi, nu poți folosi Memory Pit. Aici, poți găsi exploit-uri alternative care pot funcționa în locul lui Memory Pit. @@ -12,6 +10,6 @@ Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) o ::: -If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits). These will not be covered here as they are largely obsolete. They should only be used as a last resort, if both Memory Pit and Flipnote Lenny aren't working for you. +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). These will not be covered here as they are largely obsolete. They should only be used as a last resort, if both Memory Pit and Flipnote Lenny aren't working for you. petit-compwner will not be usable for the purpose of working around Memory Pit, as it requires a working camera to launch the exploit. diff --git a/docs/ro_RO/credits.md b/docs/ro_RO/credits.md index 99ecd395b..71dd50615 100644 --- a/docs/ro_RO/credits.md +++ b/docs/ro_RO/credits.md @@ -1,16 +1,14 @@ ---- -title: Mulțumiri ---- +# Mulțumiri Acestea sunt mulțumirile pentru cei care ne-au ajutat cu site-ul ghid, homebrew, și alte lucruri. Dacă îți place ce au făcut, ia în considerare să donezi (dacă ei au un link de donație). -- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Întreținătorii ghidului +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers - [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader -- [emiyl](https://emiyl.com/paypal): Deținătorul domeniului +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen: A oferit o poză al consolei Nintendo DSi a lui pentru a fi folosită pe pagina principală -- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Dezvoltator al DSi Camera & Exploit-uri Flipnote Studio +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits - [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit - [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) - [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch @@ -18,6 +16,6 @@ Dacă îți place ce au făcut, ia în considerare să donezi (dacă ei au un li - [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares - [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from -Poți contribui la ghidul nostru doar prin [a trimite un pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -Dacă știi alte limbi, poți să ne ajuți prin a traduce ghidul în alte limbi. Poți să te alături [Proiectului nostru Crowdin](https://crowdin.com/project/dsi-guide) pentru a începe. +Dacă știi alte limbi, poți să ne ajuți prin a traduce ghidul în alte limbi. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/ro_RO/dsiware-backups.md b/docs/ro_RO/dsiware-backups.md index 81cb762bc..338920b00 100644 --- a/docs/ro_RO/dsiware-backups.md +++ b/docs/ro_RO/dsiware-backups.md @@ -1,24 +1,24 @@ ---- -title: Copii DSiWare ---- +# Backup-uri DSiWare ## Cerințe -- Ultima versiune a [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) - - Descarcă arhiva, extrage conținuturile și plasează `GodMode9i.nds` oriunde pe cardul SD + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## Nintendo DSi - Instrucțiuni ### Secțiunea I - Creere copii DSiWare + 1. Lansează GodMode9i -1. Apasă START pentru a deschide Meniul START -1. Selectați `Title manager...` - - Dacă nu apare, asigură-te că ai un NAND și un card SD montate. Dacă se încarcă din hiyaCFW reîncarcă din altă parte -1. Selectează titlul căruia vrei să-i creezi o copie -1. Selectează ce vrei să copiezi -1. Repetă pașii 4-5 pentru toate jocurile DSiWare pe care vrei să le copiezi +2. Apasă START pentru a deschide Meniul START +3. Select `Title manager...` + - Dacă nu apare, asigură-te că ai un NAND și un card SD montate. Dacă se încarcă din hiyaCFW reîncarcă din altă parte +4. Selectează titlul căruia vrei să-i creezi o copie +5. Selectează ce vrei să copiezi +6. Repetă pașii 4-5 pentru toate jocurile DSiWare pe care vrei să le copiezi ::: tip -Jocul DSiWare copiat se va afla în `sd:/gm9i/out`. +The dumped DSiWare will be found in `sd:/gm9i/out`. ::: diff --git a/docs/ro_RO/dumping-game-cards.md b/docs/ro_RO/dumping-game-cards.md index 50beab2e7..5879a511c 100644 --- a/docs/ro_RO/dumping-game-cards.md +++ b/docs/ro_RO/dumping-game-cards.md @@ -1,26 +1,27 @@ ---- -title: Creere Copii ale Cardurilor de Joc ---- +# Creere backup-uri Carduri de Joc Această secțiune este pentru creerea de copii de Carduri de Joc folosind GodMode9i pentru a fi jucate pe emulatoare, flashcard-uri, sau de pe cardul SD prin nds-bootstrap. ## Cerințe + - Cardul de Joc al titlului căruia vrei să-i creezi o copie - Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## Instrucțiuni + ### Secțiunea I - Setarea cardului SD -1. Descarcă ultima versiune a [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) -1. Extrage `GodMode9i.nds` din arhiva GodMode9i și plasează-l oriunde pe cardul tău SD +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### Secțiunea II - Instrucțiuni Nintendo DSi + 1. Lansează GodMode9i -1. Asigură-te că ai introdus cardul de joc în consolă -1. Selectează opțiunea "NDS GAMECARS" în GodMode9i -1. Selectează ce vrei să copiezi - - Opțiunile "Trimmed" pentru ROM vor crea un fișier mai mic ce va fi salvat pe cardul SD, dar nu vor funcționa cu majoritatea patch-urilor precum ROM hack-uri -1. Repetă pași 2-4 pentru toate cardurile de joc pe care vrei să le copiezi +2. Asigură-te că ai introdus cardul de joc în consolă +3. Selectează opțiunea "NDS GAMECARS" în GodMode9i +4. Selectează ce vrei să copiezi + - Opțiunile "Trimmed" pentru ROM vor crea un fișier mai mic ce va fi salvat pe cardul SD, dar nu vor funcționa cu majoritatea patch-urilor precum ROM hack-uri +5. Repetă pași 2-4 pentru toate cardurile de joc pe care vrei să le copiezi ::: tip diff --git a/docs/ro_RO/dumping-nand.md b/docs/ro_RO/dumping-nand.md index 009f08ae0..f6b23db89 100644 --- a/docs/ro_RO/dumping-nand.md +++ b/docs/ro_RO/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: Copiere NAND ---- +# Copiere NAND Această pagină este pentru creerea unei copii NAND, ce este o copie a datelor de pe stocarea interna a Nintendo DSi. Ea poate fi folosit pentru a seta hiyaCFW, precum și no$gba și melonDS pentru emularea DSi. @@ -24,20 +22,19 @@ If you have already downloaded dumpTool from another section of this guide, you ::: -1. Descarcă ultima versiune a [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Plasează `dumptool.nds` oriunde pe cardul tău SD - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## Secțiunea II - Creerea unei copii NAND -1. Lansează `dumpTool` prin TWiLight Menu++ -1. Apasă butonul A pe Nintendo DSi pentru a începe creerea unei copii NAND - - O copiere NAND durează de obicei 7 minute -1. Când copierea NAND este completă, apasă butonul START pe Nintendo DSi pentru a ieși din dumpTool -1. Oprește-ți consola și inserează cardul SD înapoi în dispozitiv -1. Păstrează această copie undeva în siguranță, unde nu-l poți pierde - - Dacă este posibil, creează mai multe copii pe mai multe dispozitive - - Odată ce ai salvat-o în alt loc, poți să o ștergi de pe cardul SD +1. Launch `dumpTool` through TWiLight Menu++ +2. Apasă butonul A pe Nintendo DSi pentru a începe creerea unei copii NAND + - O copiere NAND durează de obicei 7 minute +3. Când copierea NAND este completă, apasă butonul START pe Nintendo DSi pentru a ieși din dumpTool +4. Oprește-ți consola și inserează cardul SD înapoi în dispozitiv +5. Păstrează această copie undeva în siguranță, unde nu-l poți pierde + - Dacă este posibil, creează mai multe copii pe mai multe dispozitive + - Odată ce ai salvat-o în alt loc, poți să o ștergi de pe cardul SD ::: warning diff --git a/docs/ro_RO/faq.md b/docs/ro_RO/faq.md index 351b47f95..ae7bc4595 100644 --- a/docs/ro_RO/faq.md +++ b/docs/ro_RO/faq.md @@ -1,8 +1,7 @@ ---- -title: FAQ ---- +# FAQ ## Should I do a system update? + It is **not** recommended to update your DSi unless you know there are purchased DSiWare. While it still possible to follow this guide if you do so, the only benefit to updating is the ability to access the Nintendo DSi Shop to redownload already purchased titles. All other benefits, such as Facebook integration in the Nintendo DSi Camera application, are no longer usable or are not significant enough to justify the downsides: - Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch @@ -10,24 +9,30 @@ It is **not** recommended to update your DSi unless you know there are purchased - Flashcard compatibility is reduced, however this is bypassed if you install Unlaunch ## Which is the best exploit? + Unlaunch is overall the best exploit for the DSi, with the only downside being that there is a minor brick risk on install. In general it's recommended to use Memory Pit to install Unlaunch. If you want to avoid any risk it's recommended to instead use Flipnote Lenny as it has fewer issues in homebrew than Memory Pit while being just as safe and simple to remove. Below is a list of the pros and cons of each exploit: ### Memory Pit + Pros: + - Quick and easy to use - No risk of damaging the console, uninstalling is as simple as removing the SD or deleting one file - Compatible with all DSi consoles unless they have a broken camera and haven't completed the camera tutorial Cons: + - Requires loading the DSi Camera application every time you want to access homebrew - Incompatible with certain DSi mode titles and homebrew due to WRAM only being open to the ARM7 CPU - Access to Slot-1 (the DS Game Card) is blocked in homebrew - Access to the DSP is blocked resulting in worse sound in GBARunner2 - Photos on the SD card cannot be viewed in the DSi Camera application while Memory Pit is installed, as this is the trigger for the exploit - - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + Pros: + - Better compatibility with DSi mode titles and homebrew than Memory Pit - Easy to use - No risk of damaging the console @@ -35,106 +40,132 @@ Pros: - Better sound in GBARunner2 Cons: + - Requires internet access - Requires loading the DSi Browser every time you want to access homebrew, slightly more time consuming than Memory Pit - Access to Slot-1 (the DS Game Card) is blocked in homebrew ### Flipnote Lenny + Pros: + - Better compatibility with DSi mode titles and homebrew than Memory Pit - No risk of damaging the console, uninstalling is as simple as removing the SD or deleting one folder - Useable on consoles with broken camera - Better sound in GBARunner2 Cons: + - Requires loading Flipnote Studio every time you want to access homebrew, slightly more time consuming than Memory Pit - Access to Slot-1 (the DS Game Card) is blocked in homebrew ### Unlaunch + Pros: + - Allows loading homebrew and DSiWare immediately on system boot, with optional button hotkeys - Full access to the system without any restrictions, including: - - Access to Slot-1 allowing dumping Game Cards and loading incompatible flashcards - - Better sound in GBARunner2 + - Access to Slot-1 allowing dumping Game Cards and loading incompatible flashcards + - Better sound in GBARunner2 - Removes region locks on DSi-Enhanced/Exclusive Game Cards - Protection against most ways a DSi could brick - DSi-Enhanced games can be run in DSi mode without a Donor ROM - Old homebrew can be run via nds-bootstrap-hb Cons: + - Very minor risk of **bricking** the console when installing - Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - Not compatible with development consoles ## Will I lose any functionality by modding my system? + If you install Unlaunch or use Flipnote Lenny, no functionality will be lost. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + - To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file - - If `tip.bin` exists in the same folder, rename it back to `pit.bin` + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## How do I play Nintendo DS Game Card dumps? + Playing Game Card dumps on the console requires the use of a flashcard or nds-bootstrap, a program which enables games to be played from the internal SD card by redirecting Slot-1 reads and writes to it. + - With TWiLight Menu++ you can navigate your SD card to find ROM files to play with nds-bootstrap. The advantages to using TWiLight Menu++ are having a cheat menu, per-game settings, and avoiding the restrictions that forwarders bring. In other words, you can drop your ROM files directly and play without any setup. There is no 39 title limit, neither hiyaCFW or Unlaunch are required and there are no restrictions on SD card free space you can have - hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. There is a hard limit of 39 titles, and they are less convenient to make than using TWiLight Menu++ - - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## How do I update my homebrew? + - **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page - - You do **not** need to uninstall Unlaunch before doing this + - You do **not** need to uninstall Unlaunch before doing this - **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) - **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) - **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card - - If you use TWiLight Menu++, there is a high chance that the latest nds-bootstrap release is included with TWiLight Menu++ + - If you use TWiLight Menu++, there is a high chance that the latest nds-bootstrap release is included with TWiLight Menu++ - **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them Other homebrew might use other methods to update. ## I am new or I would like to redo my setup. Where do I start? + - If you have not already modified your console or are looking to update Unlaunch on your system, we recommend starting from the beginning of the guide and following through the pages. Be sure to read everything on the homepage - If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## How can I remove parental controls? + - The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## Can I change my Nintendo DSi's region? + Yes, there are a few different methods depending on what you want to change: + - The safest and simplest method is to simply install TWiLight Menu++, it can use any official language and more without needing NAND modifications - If you want to actually change the system region and are using hiyaCFW, open the config menu, and change the region setting (not possible with CHN and KOR NANDs) - - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) - Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## What happened to the hiyaCFW installation guide? + Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - If you were linked to the page in question from another guide, the instructions you were following were most likely outdated. Please use this guide instead, as it is maintained constantly by the developers of these projects ## What happened with Lazy DSi Downloader? How do I install CFW without it? + Lazy DSi Downloader was a program that essentially allowed you to skip the manual setup process by downloading and placing the necessary files and folders on your SD card. However, due to the way it was programmed and distributed, many users encountered various issues and ended up having to do the manual set up, as it was quicker and/or easier than fixing whatever was causing the issue. To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - If you were linked to this guide by a third party that recommended using Lazy DSi Downloader, the instructions you were following were most likely outdated. Please use this guide instead, as it is maintained constantly by the developers of these projects. ## What kind of SD card should I use? + - You should buy an SD card from a trusted brand - A full-size SD card or a microSD card with an adapter will both work - Any capacity between 1 GB and 2 TB will work. For general usage, 8 GB is enough - - Some software, such as hiyaCFW, may experience incrementally longer loading times with larger SD card capacities + - Some software, such as hiyaCFW, may experience incrementally longer loading times with larger SD card capacities - Speed class 8 or higher is recommended ## Can I use my DSi SD card on other systems? + Generally, yes, with two exceptions: + - hiyaCFW will only work on the system it was set up for - Even if you are using nds-bootstrap or a flashcard, friend codes in online NDS games will be reset when attempting to go online using a different console ## How do I switch to a new SD card after setting up homebrew? + Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## Can I still use my system normally without the SD card inserted after setting up homebrew? -Yes. If you did not install Unlaunch, your system will remain completely unmodified. If you *did* install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +Yes. If you did not install Unlaunch, your system will remain completely unmodified. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. ## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Should I use a previous version instead? -The Unlaunch page has not been updated since version 2.0 was released in 2019. The vast majority of users experience no issues with this version, so it is considered safe. +The Unlaunch page has not been updated since version 2.0 was released in 2019. The vast majority of users experience no issues with this version, so it is considered safe. ## How do I run dumped DSiWare? + The recommended method is to simply launch them with TWiLight Menu++, due to the simple drag-and-drop method and there being no arbitrary limit. When nds-bootstrap is set as the launch method, it also gains the benefits of cheats and screenshots, as well as any other benefit provided by the in-game menu. However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). In addition to lacking the benefits above, there is also a limit of 39 titles that cannot exceed 128 MiB/1,024 blocks in size. For SysNAND, there is also a very small risk of bricking the system when writing to the internal NAND. diff --git a/docs/ro_RO/file-extensions-windows.md b/docs/ro_RO/file-extensions-windows.md index 06e9548b8..9ab227201 100644 --- a/docs/ro_RO/file-extensions-windows.md +++ b/docs/ro_RO/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: Extensii de Fișiere (Windows) ---- +# Extensii de fișiere (Windows) Aceasta este o secție suplimentară pentru a schimba ascunderea implicită extensiilor pe Windows, ce va face găsirea fișierelor menționate în ghid mult mai simplă pentru tine. ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. Lansează File Explorer prin deschiderea oricărui dosar, precum dosarul cardului SD -1. Click the "View" option on the top bar - - If the option is not present, click the `···` button on the rightmost part of the top bar -1. Click or hove your cursor on the `Show >` submenu -1. Check the option labeled `File name extensions` ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) +2. Click the "View" option on the top bar + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 1. Lansează File Explorer prin deschiderea oricărui dosar, precum dosarul cardului SD -1. Click the "View" option on the ribbon menu -1. Check the box labeled "File name extensions" ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) +2. Click the "View" option on the ribbon menu +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. Open the start menu by clicking on it or using the Windows key -1. Search for "Folder Options" and select the corresponding result ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) -1. Click the "View" option at the top of the Folder Options menu -1. Make sure the box labeled "Hide extensions for known file types" is unchecked ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Click the "View" option at the top of the Folder Options menu +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/ro_RO/get-started.md b/docs/ro_RO/get-started.md index d6213599e..da820531a 100644 --- a/docs/ro_RO/get-started.md +++ b/docs/ro_RO/get-started.md @@ -1,6 +1,4 @@ ---- -title: "Get Started" ---- +# Get Started The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. @@ -10,8 +8,8 @@ We'll begin with downloading it as well as some other homebrew tool(s), in prepa - A way to copy downloaded files to your SD card - An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) - - We advise you to not use WinRAR, as it is known to break things - - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid + - We advise you to not use WinRAR, as it is known to break things + - If you're using Windows 11, we also advise you to not use it's built-in extractor (Windows Explorer), as it'll cause an error saying that the filename is too long or not valid ## Section I - Prep Work @@ -22,19 +20,19 @@ Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. Insert your SD card into your PC -1. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) - - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` -1. Descarcă ultima versiune a [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. Open `TWiLightMenu-DSi.7z` - - If you're using Windows, ensure 7-Zip is installed, then follow these steps: - 1. Right-click on `TWiLightMenu-DSi.7z` - 1. If using Windows 11, click `Show more options` - 1. Hover over `7-zip` - 1. Click `Open archive` -1. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card -1. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card -1. Close `TWiLightMenu-DSi.7z` -1. Copy the `dumpTool.nds` file to the root of your SD card +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - If you're using Windows, ensure 7-Zip is installed, then follow these steps: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip @@ -42,12 +40,10 @@ Unsure what the SD "root" is? [See this image](/assets/images/sdroot/en_US.png) ::: - ## Section II - Selecting an exploit From here you have three options, with a minor difference in what each entails. - ### Installing Unlaunch via Memory Pit Memory Pit is an exploit utilizing the DSi Camera, compatible with all firmware versions. Optionally, this exploit can be used to install Unlaunch, a bootcode exploit that allows full control of the console on boot. @@ -60,7 +56,6 @@ Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax stylehax is an exploit utilizing the DSi Browser application, and can be used as an alternative to Memory Pit for installing Unlaunch (explained above) if your DSi has a broken camera. @@ -73,7 +68,6 @@ Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.htm ::: - ### Flipnote Lenny Flipnote Lenny is an exploit utilizing the Flipnote Studio application. diff --git a/docs/ro_RO/index.md b/docs/ro_RO/index.md index ba268136b..fa5976175 100644 --- a/docs/ro_RO/index.md +++ b/docs/ro_RO/index.md @@ -1,25 +1,28 @@ --- -home: true -title: Acasă -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +layout: home +title: Ghidul DSi +hero: + text: Ghidul DSi + tagline: Ghidul complet pentru a-ți modifica sistemul Nintendo DSi + image: + src: /assets/images/home-page-feature.png --- ::: tip -Pentru ghiduri complete spre homebrew și custom firmware pentru alte dispozitive, uită-te la [CFW.Guide](https://cfw.guide/). +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -Citește cu atenție toate paginile introductive (inclusiv pe aceasta!) înainte de a continua. +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## Ce este homebrew? -Aplicațiile [Homebrew](https://en.wikipedia.org/wiki/Homebrew_(video_games)) sunt programe nelicențiate făcute pentru sisteme închise precum Nintendo DSi. Aceste aplicații pot varia de la utilități la jocuri personalizate homebrew. +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. Aceste aplicații pot varia de la utilități la jocuri personalizate homebrew. Homebrew poate rula gratuit pe toate consolele Nintendo DSi, indiferent de versiunea firmware sau regiune. Tot ce-ți trebuie este un punct de intrare și un card SD pentru a-ți stoca aplicațiile homebrew. Punctul de intrare principal folosit în acest ghid se numește Memory Pit, dar există și alte puncte de intrare pe care le poți folosi dacă Memory Pit este inutilizabil. @@ -27,13 +30,13 @@ Homebrew poate rula gratuit pe toate consolele Nintendo DSi, indiferent de versi - Run Nintendo DS(i) game backups or ROM hacks from your DSi SD card without the need of a flashcard - Launch any DSiWare from your SD card - - This means out-of-region and 3DS-exclusive DSiWare will also work + - This means out-of-region and 3DS-exclusive DSiWare will also work - Boot into DSiWare and homebrew applications by holding specific buttons when turning on your Nintendo DSi - Run old-time classics using various emulators - Use normally incompatible flashcards - Redirect your NAND to the SD card using hiyaCFW - Watch your favorite movies using either FastVideoDSPlayer or tuna-viDS - - FastVideoDSEncoder requires a CPU supporting AVX2 (newer CPUs will likely support it) + - FastVideoDSEncoder requires a CPU supporting AVX2 (newer CPUs will likely support it) - Display an image (referred to as the boot splash) on system launch - Play homebrew games diff --git a/docs/ro_RO/installing-unlaunch.md b/docs/ro_RO/installing-unlaunch.md index 01958f471..e738145c4 100644 --- a/docs/ro_RO/installing-unlaunch.md +++ b/docs/ro_RO/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: Instalarea Unlaunch ---- +# Instalarea Unlaunch ::: warning @@ -28,33 +26,34 @@ Unlaunch is not compatible with Nintendo DSi development consoles. ## Secțiunea I - Setarea cardului SD -1. Descarcă ultima versiune a [Unlaunch](https://problemkaputt.de/unlaunch.zip) - - [Link oglindă](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), dacă cel de mai sus nu merge -1. Extrage `UNLAUNCH.DSI` din arhiva `unlaunch.zip` și plaseaz-o oriunde pe cardul SD -1. Verifică dacă încă mai ai TWiLight Menu++ pe cardul SD - - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Verifică dacă încă mai ai TWiLight Menu++ pe cardul SD + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## Secțiunea II - Instalarea/Actualizarea Unlaunch 1. Deschide TWiLight Menu++ - - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) - - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` - - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen - - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -1. Lansarea Setărilor TWiLight Menu++ - - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Altfel, consultă Manualul TWiLight Menu++ -1. Apasă L / R sau X / Y până ajungi la pagina `Setări Unlaunch` -1. Dacă vrei să schimbi imaginea de fundal a Unlaunch, selectează `Fundal`și alege pe cea pe care o vrei - - Dacă vrei să-ți creezi propriul fundal Unlaunch, vezi [pagina DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) -1. Exit TWiLight Menu++ Settings -1. In the file navigation menu, launch `Unlaunch DSi Installer` - - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi` - This method does not enable Unlaunch to use custom patches and background -1. Select the "install now" option - - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page -1. When completed, reboot your system + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Lansarea Setărilor TWiLight Menu++ + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Altfel, consultă Manualul TWiLight Menu++ +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Exit TWiLight Menu++ Settings +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Select the "install now" option + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. When completed, reboot your system If you see Unlaunch's Filemenu screen at this point, you have successfully modded your Nintendo DSi. + - If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## Secțiunea III - Configurarea după Instalarea Unlaunch @@ -62,15 +61,15 @@ If you see Unlaunch's Filemenu screen at this point, you have successfully modde Currently, Unlaunch defaults to launching its Filemenu on boot, but this can be changed launch whatever you want. 1. Pornește-ți consola în timp ce ții apăsat pe A și B - - Aceasta ar trebui să lanseze Meniul de Fișiere Unlaunch - - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) -1. Navighează la `OPȚIUNI`, și uită-te la opțiunile disponibile - - A + B este hard-codat pentru a lansa în meniul Unlaunch, deci nu poate fi schimbat - - Opțiunile `NO BUTTON` și `BUTTON A / B / X / Y` pot fi setate cum îți dorești și vor alege ce va lansa pe DSi la pornire în funcție debutoanele care sunt apăsate. Poți selecta orice DSiWare, homebrew, cardul Slot-1, wifiboot, sau Meniul de Fișiere al Unlaunch - - For TWiLight Menu++, select `TWiLight Menu++` - - Pentru Meniul DSi original, selectează `Launcher` - - `LOAD ERROR` este ceea ce DSi va afișa dacă încarci ceve ce ai setat eșuează, precum faptul că nu ai introdus cardul SD -1. Selectează `SAVE & EXIT` pentru a-ți salva setările, apoi oprește consola DSi + - Aceasta ar trebui să lanseze Meniul de Fișiere Unlaunch + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - A + B este hard-codat pentru a lansa în meniul Unlaunch, deci nu poate fi schimbat + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Poți selecta orice DSiWare, homebrew, cardul Slot-1, wifiboot, sau Meniul de Fișiere al Unlaunch + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## Secțiunea IV - Curățarea cardului SD @@ -82,22 +81,22 @@ This section is optional and only serves for keeping your SD card tidy of files :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit - Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card - Rename `tip.bin` back to `pit.bin`, and leave it intact - You can now restore the `DCIM` folder that was on the root of your SD card -- Șterge fișierul `UNLAUNCH.DSI` de pe cardul SD +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny - Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: - - `sd:/private/ds/app/4B47554A/001` (Japan) - - `sd:/private/ds/app/4B475545/001` (USA) - - `sd:/private/ds/app/4B475556/001` (Europe/Australia) - - You can also delete the entire folders for the regions besides your own -- Șterge fișierul `UNLAUNCH.DSI` de pe cardul SD + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - You can also delete the entire folders for the regions besides your own +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/ro_RO/launching-the-browser-exploit.md b/docs/ro_RO/launching-the-browser-exploit.md index c1d8ec294..86410377b 100644 --- a/docs/ro_RO/launching-the-browser-exploit.md +++ b/docs/ro_RO/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Launching the Exploit (stylehax) ---- +# Launching the Exploit (stylehax) We'll start by first launching our exploit. For the best Unlaunch-free experience, or if the DSi camera is broken to install Unlaunch, we recommend using an exploit called "stylehax" which takes advantage of a flaw in how the DSi Browser application handles webpages. Lansarea exploit-ului va porni TWiLight Menu++, o aplicație homebrew ce se comportă ca un înlocuitor pentru Meniul DSi. - ## Cerințe - Nintendo DSi Browser installed on your Nintendo DSi - - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Launching the exploit 1. Ensure your SD card is inserted into your Nintendo DSi -1. Boot your Nintendo DSi and launch the DSi Browser application -1. Touch the `Go to Page` button - - The button will have a green `www` icon -1. Type `opera:about`, and touch `Go` to load the page -1. Touch the HOME icon -1. Touch the `Go to Page` button -1. Type `stylehax.net`, and touch `Go` to load the page +2. Boot your Nintendo DSi and launch the DSi Browser application +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Touch the HOME icon +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip diff --git a/docs/ro_RO/launching-the-exploit.md b/docs/ro_RO/launching-the-exploit.md index 7dfbf329d..3ffe0a4a8 100644 --- a/docs/ro_RO/launching-the-exploit.md +++ b/docs/ro_RO/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: Lansarea Exploit-ului ---- +# Lansarea Exploit-ului Vom începe prin a-ți seta cardul SD pentru a lansa exploit-ul. Pentru majoritatea utilizatorilor, noi recomandăm să folosești un exploit numit "Memory Pit" care profită de o eroare în modul prin care aplicația Nintendo DSi Camera tratează metadatele de imagini. @@ -12,40 +10,40 @@ If you don't plan on installing Unlaunch and have either the DSi Browser or Flip ::: -### Section I - Checking your DSi Camera Version +## Section I - Checking your DSi Camera Version 1. Pornește-ți consola -1. Open Nintendo DSi Camera - - If you are prompted to complete the camera tutorial, do so now - - If the tutorial crashes as you try to complete it, your Nintendo DSi camera hardware is likely broken in some way and you will not be able to use Memory Pit. Please use an [alternate exploit](alternate-exploits.html) -1. Open the album using the large button on the right -1. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) +2. Open Nintendo DSi Camera + - If you are prompted to complete the camera tutorial, do so now + - If the tutorial crashes as you try to complete it, your Nintendo DSi camera hardware is likely broken in some way and you will not be able to use Memory Pit. Please use an [alternate exploit](alternate-exploits.html) +3. Open the album using the large button on the right +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### Section II - Memory Pit +## Section II - Memory Pit 1. Download the correct Memory Pit binary for your Nintendo DSi Camera version: - - [If you ***did*** have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) - - [If you did ***not*** have a Facebook icon](/assets/files/memory_pit/256/pit.bin) -1. Navigate to `sd:/private/ds/app/484E494A/` on your SD card - - `sd:` is the root of the SD card - - You will already have these directories if you have previously taken photos to your SD card via the Nintendo DSi Camera application - - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created - - If you receive a message saying your SD card isn't inserted, please use another SD card - - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) -1. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` -1. Place the Memory Pit `pit.bin` file in the `484E494A` folder -1. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - You will already have these directories if you have previously taken photos to your SD card via the Nintendo DSi Camera application + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - If you receive a message saying your SD card isn't inserted, please use another SD card + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## Section III - Launching the exploit 1. Ensure your SD card is inserted into your Nintendo DSi -1. Boot your Nintendo DSi and launch the Nintendo DSi Camera application -1. Select the SD Card icon in the top-right - - If you receive a message saying your SD card isn't inserted, please use another SD card - - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) -1. Open the album using the large button on the right - - The screen should flash magenta if Memory Pit was copied correctly +2. Boot your Nintendo DSi and launch the Nintendo DSi Camera application +3. Select the SD Card icon in the top-right + - If you receive a message saying your SD card isn't inserted, please use another SD card + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Open the album using the large button on the right + - The screen should flash magenta if Memory Pit was copied correctly ::: warning diff --git a/docs/ro_RO/launching-the-flipnote-exploit.md b/docs/ro_RO/launching-the-flipnote-exploit.md index 07709970c..7254a7051 100644 --- a/docs/ro_RO/launching-the-flipnote-exploit.md +++ b/docs/ro_RO/launching-the-flipnote-exploit.md @@ -1,42 +1,37 @@ ---- -title: Launching the Exploit (Flipnote Lenny) ---- +# Launching the Exploit (Flipnote Lenny) Vom începe prin a-ți seta cardul SD pentru a lansa exploit-ul. For the best Unlaunch-free experience, we recommend using an exploit called "Flipnote Lenny" which takes advantage of a flaw in how the Flipnote Studio application handles flipnotes. Lansarea exploit-ului va porni TWiLight Menu++, o aplicație homebrew ce se comportă ca un înlocuitor pentru Meniul DSi. - ## Cerințe - Flipnote Studio installed on your Nintendo DSi - - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead - + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead ## Secțiunea I - Setarea cardului SD 1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) -1. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card - +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## Section II - Launching the exploit 1. Ensure your SD card is inserted into your Nintendo DSi -1. Boot your Nintendo DSi and launch the Flipnote Studio application - - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) -1. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled -1. View the flipnotes stored on the SD card - - If you are unable to view the flipnotes on the SD card, please use another SD card -1. Tap on the face corresponding to your region - - If you have an AUS console, select EUR -1. Edit the selected flipnote -1. Tap the frog icon on the bottom-left -1. Tap on the film roll icon -1. Select `Copy` -> `Back` -> `Exit` -1. Tap on the second note with a larger face, and select `Edit` -1. Tap on the frog icon on the bottom-left -1. Tap on the film roll icon -1. Select paste +2. Boot your Nintendo DSi and launch the Flipnote Studio application + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. View the flipnotes stored on the SD card + - If you are unable to view the flipnotes on the SD card, please use another SD card +5. Tap on the face corresponding to your region + - If you have an AUS console, select EUR +6. Edit the selected flipnote +7. Tap the frog icon on the bottom-left +8. Tap on the film roll icon +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Tap on the frog icon on the bottom-left +12. Tap on the film roll icon +13. Select paste ::: warning diff --git a/docs/ro_RO/restoring-nand.md b/docs/ro_RO/restoring-nand.md index 7b29474f5..3560b55da 100644 --- a/docs/ro_RO/restoring-nand.md +++ b/docs/ro_RO/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: Restaurarea unei copii NAND ---- +# Restaurarea unei copii NAND ::: danger -ATENŢIE! Aceasta este ***periculoasă***. Chiar și urmărirea acestor pași cu exactitate are potențialul de a cauza un brick consolei DSi deoarece NAND-ul este de calitate foarte joasă, în special dacă îl instalezi de mai multe ori! Aceasta ar trebui folosită doar în ultimă instanță! +ATENŢIE! This is _**dangerous**_. Chiar și urmărirea acestor pași cu exactitate are potențialul de a cauza un brick consolei DSi deoarece NAND-ul este de calitate foarte joasă, în special dacă îl instalezi de mai multe ori! Aceasta ar trebui folosită doar în ultimă instanță! ::: ::: tip -Nu sări peste *nimic* de pe această pagină, orice greșeală mărește șansele de brick. +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: Pentru început, câteva alternative mai sigure la motivul pentru care vrei să faci asta: + - Instalarea jocurilor DSiWare se poate face folosind hiyaCFW sau TWiLight Menu++ -- Recuperarea pozelor se poate face folosind [ninfs](https://github.com/ihaveamac/ninfs/releases), în combinație cu hiyaCFW sau TWiLight Menu++ dacă le vrei pe consolă. Ultima versiune a HiyaCFW Helper îți permite să-ți copiezi pozele de pe NAND pe SDNAND în timpul configurării +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. Ultima versiune a HiyaCFW Helper îți permite să-ți copiezi pozele de pe NAND pe SDNAND în timpul configurării - Restaurarea unui buton de configurare Unlaunch poate fi făcută din meniul Unlaunch, ce poate fi accesat dacă ții apăsat pe A + B în timp ce pornești consola - Pornirea în Unlaunch cauzează o eroare? Scoate cardul SD și încearcă să repornești sistemul. Dacă funcționează, atunci există o eroare cu cardul tău SD și restaurarea unei copii NAND nu o va repara -- "An error has occurred..." la lansare este probabil o eroare cu hiyaCFW și nu este legată de NAND, vezi [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) pe DS-Homebrew Wiki pentru mai multe informații -- Orice eroare în TWiLight Menu++ nu are legătură și ar trebui să încerci să reinstalezi TWiLight Menu++ sau să ceri ajutor pe [Discord](https://ds-homebrew.com/discord) +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - Dezinstalarea Unlaunch, fie prin instalarea NAND-ului sau folosind dezinstalatorul, ar trebui evitate cu orice preț dacă nu este absolut necesar, poți seta tastele de autopornire la "Launcher" și consola ta DSi va fi în siguranță Singurul lucru pe care trebuie să-l faci cu NNAD-ul tău este să instalezi Unlaunch. Altfel folosește alternative. ## Cerințe -- Copia NAND **de pe același DSi** -- Ultima versiune a [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - Un mod prin care să rulezi homebrew cu acces la NAND, precum Unlaunch sau Memory Pit -- [no$gba](https://problemkaputt.de/gba.htm), pentru a-ți examina copia NAND (Descarcă versiunea 'Windows gaming version') - - Utilizatorii de macOS și Linux pot folosi [WINE](https://winehq.org) pentru a rula no$gba +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## Crearea unei copii BIOS pentru a o folosi în no$gba -1. Extrage `dsibiosdumper` din arhiva `dsibiosdumper.zip` și plaseaz=o oriunde pe cardul SD + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. Pornește-ți consola în timp ce ții apăsat pe A și B - - Aceasta ar trebui să lanseze Meniul de Fișiere Unlaunch + - Aceasta ar trebui să lanseze Meniul de Fișiere Unlaunch 3. Lansează dsibiosdumper din Meniul de Fișiere Unlaunch 4. Apasă Apentru a crea o copie BIOS pe cardul SD 5. Apasă START pentru a ieși din dsibiosdumper ## Testarea copiei tale NAND + Este foarte important să testezi copia NAND pentru a vedea dacă este funcțională înainte de a o restaura pe consolă, iar dacă arată o eroare de brick în no$gba aceasta cel mai sigur va cauza un brick și consolei tale. -1. Extrage `NO$GBA.EXE` din `no$gba-w.zip` într-un dosar ce calculatorul tău -2. Copiează copia NAD în dosarul în care ai pus `NO$GBA.EXE` și redenumește-o în `DSI-1.MMC` -3. Copiază `bios7i.bin` și `bios9i.bin` în dosarul în care ai pus `NO$GBA.EXE`, numite `BIOSDSI7.ROM` și `BIOSDSI9.ROM`, respectiv. -4. Rulează `NO$GBA.EXE` -5. Apasă `Options` > `Emulation Setup` pentru a deschide fereastra Emulation Setup -6. Schimbă `Reset/Startup Entrypoint` în `GBA/NDS BIOS (Nintendo logo)` -7. Schimbă `NDS Mode/Colors` în `DSi (retail/16MB)` -8. Apasă `Save Now` -9. Lansează orice ROM Nintendo DS (fișier `.nds`) - -Dacă no$gba lansează meniul DSi (sau Meniul de Fișiere Unlaunch), atunci continuă la secțiunea următoare. Dacă arată orice fel de eroare ***nu instala acea copie***! + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +Dacă no$gba lansează meniul DSi (sau Meniul de Fișiere Unlaunch), atunci continuă la secțiunea următoare. If it shows any kind of error _**do not flash that backup**_! ## Dezinstalarea Unlaunch de pe copia NAND (opțional) -Urmează acești pași dacă ai creat o copie a NAND-ului după ce ai instalat Unlaunch și ai dori să dezinstalezi Unlaunch de pe sistemul tău. Dacă nu vrei să dezinstalezi Unlaunch, **nu** trebuie să urmezi această secțiune. -1. Descarcă ultima versiune a [instalatorului Unlaunch](https://problemkaputt.de/unlaunch.zip) -1. Extrage `UNLAUNCH.DSI` din `unlaunch.zip` -1. Lansează `UNLAUNCH.DSI` în no$gba și pornește-l din slotul Cardului de Joc - - Acesta ar trebui să pornească instalatorul Unlaunch, care arată similar cu Meniul de Fișiere Unlaunch -1. Alege `Uninstall` -1. Odată finalizat, alege `Power down` -1. Lansează orice ROM Nintendo DS din nou, și asigură-te că meniul DSi se încarcă și funcționează corect -If no$gba shows any kind of error instead of loading the DSi menu, ***do not flash that backup***! If you have an older NAND backup you may want to try using that instead. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. +Urmează acești pași dacă ai creat o copie a NAND-ului după ce ai instalat Unlaunch și ai dori să dezinstalezi Unlaunch de pe sistemul tău. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Acesta ar trebui să pornească instalatorul Unlaunch, care arată similar cu Meniul de Fișiere Unlaunch +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Lansează orice ROM Nintendo DS din nou, și asigură-te că meniul DSi se încarcă și funcționează corect + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! If you have an older NAND backup you may want to try using that instead. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## Instalarea copiei tale NAND (Software) @@ -82,11 +87,12 @@ Make sure your Nintendo DSi system is well charged before beginning this section ::: 1. Cu cardul SD introdus, pornește consola Nintendo DSi în timp ce ții apăsat pe A și B -3. Lansează SafeNANDManager -4. Apasă butonul `begin NAND restore` -6. Odată ce restaurarea s-a încheiat, apasă START pentru a opri consola DSi +2. Lansează SafeNANDManager +3. Press the button to `begin NAND restore` +4. Odată ce restaurarea s-a încheiat, apasă START pentru a opri consola DSi Your NAND should now be restored. ## Instalarea copiei tale NAND (Hardmod) + If you cannot boot your Nintendo DSi, a hardmod is the only way to restore a NAND backup. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/ro_RO/sd-card-setup.md b/docs/ro_RO/sd-card-setup.md index 3bfee65ff..ee7c41d0b 100644 --- a/docs/ro_RO/sd-card-setup.md +++ b/docs/ro_RO/sd-card-setup.md @@ -1,6 +1,4 @@ ---- -title: Setarea Cardului SD ---- +# Setarea Cardului SD This page is for preparing your SD card for your device. In the process, we'll format the SD card and check the card for errors. @@ -12,7 +10,7 @@ Make sure to backup your SD card contents BEFORE following this. Your SD card wi ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows ### Section I - Formatting your SD card with SD Formatter @@ -98,7 +96,7 @@ If the test shows any other results, your SD card may be corrupted or damaged an :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip @@ -180,7 +178,7 @@ If the test shows any other results, your SD card may be corrupted or damaged an :::: -:::: tab name="macOS" os="macos" +:::: tab macOS ### Section I - Formatting your SD card with SD Formatter diff --git a/docs/ro_RO/site-navigation.md b/docs/ro_RO/site-navigation.md index 6366012e8..facbea6e9 100644 --- a/docs/ro_RO/site-navigation.md +++ b/docs/ro_RO/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: Navigarea Site-ului ---- +# Navigarea Site-ului ## Procesul principal al ghidului + - [Get Started](get-started.html) - [Launching the Exploit (Memory Pit)](launching-the-exploit.html) - [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) -- [Copiere NAND](dumping-nand.html) -- [Instalarea Unlaunch](installing-unlaunch.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## Secțiuni suplimentare -- [Setarea Cardului SD](sd-card-setup.html) -- [Extensii de fișiere (Windows)](file-extensions-windows.html) -- [Creere backup-uri Carduri de Joc](dumping-game-cards.html) -- [Backup-uri DSiWare](dsiware-backups.html) -- [Dezinstalarea Unlaunch](uninstalling-unlaunch.html) -- [Restaurare NAND](restoring-nand.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) ## Alte pagini ale website-ului -- [Acasă](.) -- [Întrebări Puse Frecvent (FAQ)](faq.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) - [Troubleshooting](troubleshooting.html) -- [Mulțumiri](credits.html) +- [Credits](credits.html) diff --git a/docs/ro_RO/troubleshooting.md b/docs/ro_RO/troubleshooting.md index 882a5e4ca..27fe497b8 100644 --- a/docs/ro_RO/troubleshooting.md +++ b/docs/ro_RO/troubleshooting.md @@ -1,13 +1,12 @@ ---- -title: Troubleshooting ---- +# Troubleshooting ## Unlaunch -### Unlaunch îngheață la `MISMATCH IN FAT COPIES` + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` twlnf are o eroare critică în care nu actualizează corect întregul NAND după ce este modificat, ce cauzează anumite aplicații homebrew (precum instalatorul Unlaunch) să afișeze o eroare. -Pentru a remedia asta, deschide [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), și selectează `Fix FAT copy mismatch`. +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. ### Nu se aude nimic sau splash-ul de lansare nu apare când lansez "Launcher" în Unlaunch diff --git a/docs/ro_RO/uninstalling-unlaunch.md b/docs/ro_RO/uninstalling-unlaunch.md index 927a01228..884ca5b16 100644 --- a/docs/ro_RO/uninstalling-unlaunch.md +++ b/docs/ro_RO/uninstalling-unlaunch.md @@ -1,17 +1,15 @@ ---- -title: Dezinstalarea Unlaunch ---- +# Dezinstalarea Unlaunch ::: danger -**Instalarea sau dezinstalarea a Unlaunch poate cauza un brick la întâmplare! Ai fost avertizat!** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**ATENȚIE:** O dezinstalare Unlaunch poate cauza consolei Nintendo DSi un brick. Aici sunt câteva cazuri despre motivul pentru care vrei să dezinstalezi Unlaunch dar cu soluți care nu necesită dezinstalare. +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Aici sunt câteva cazuri despre motivul pentru care vrei să dezinstalezi Unlaunch dar cu soluți care nu necesită dezinstalare. - **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. Acestea conțin acum instrucțiuni privind modul de schimbare a fundalului -- **Am o problemă cu Unlaunch sau consola mea după instalare:** Pagina de [Troubleshooting](troubleshooting.html#unlaunch) îți va explica cum să rezolvi multe probleme pe care le ai +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have ::: warning diff --git a/docs/uk_UA/alternate-exploits.md b/docs/uk_UA/alternate-exploits.md new file mode 100644 index 000000000..b873d50fd --- /dev/null +++ b/docs/uk_UA/alternate-exploits.md @@ -0,0 +1,15 @@ +# Альтернативні експлойти + +Якщо ви ознайомилися з посібником при запуску додатку Nintendo DSi Camera та отримуєте збій при спробі її завершення, що ж казати - ви не можете використовувати Memory Pit. На цій сторінці ви можете знайти альтернативні експлйти, які можуть спрацювати на відміну від Memory Pit. + +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). + +::: tip + +Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) on your SD card before proceeding with any of the following. + +::: + +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). Вони не будуть розглядатися у цьому посібнику, оскільки значною мірою вони є застарілими. Вони повинні використовуватися лише в якості останнього засобу, якщо ви не можете використати ні Memory Pit, ні Flipnote Lenny. + +petit-compwner не може використовуватися при роботі з Memory Pit, оскільки це вимагає робочої камери для запуску експлойту. diff --git a/docs/uk_UA/credits.md b/docs/uk_UA/credits.md new file mode 100644 index 000000000..404ad98f4 --- /dev/null +++ b/docs/uk_UA/credits.md @@ -0,0 +1,21 @@ +# Подяки + +Це подяки тим, хто допоміг зі створенням посібника, в доморобках і інших речах. + +Якщо вам сподобалося, що вони зробили, зробіть їм донат (якщо вони мають посилання на донат). + +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers +- [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader +- [emiyl](https://emiyl.com/paypal): Domain holder +- Halvorsen: Надали зображення їх Nintendo DSi для використання на головній сторінці +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits +- [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit +- [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) +- [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch +- [RocketRobz](https://github.com/RocketRobz): Developer of TWiLight Menu++ & GodMode9i +- [zoogie](https://github.com/zoogie): Developer of dumpTool & forked Memory Pit to support all regions and firmwares +- [Plailect](https://github.com/Plailect): Made the original 3DS Modding Guide, which this took inspiration from + +You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! + +Якщо ви знаєте інші мови, ви можете допомогти нам, переклавши посібник на ту мову. You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/uk_UA/dsiware-backups.md b/docs/uk_UA/dsiware-backups.md new file mode 100644 index 000000000..82d232a13 --- /dev/null +++ b/docs/uk_UA/dsiware-backups.md @@ -0,0 +1,24 @@ +# Резервні копії DSiWare + +## Вимоги + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card + +## Nintendo DSi - Інструкції + +### Розділ І - Створення копії DSiWare + +1. Запустіть GodMode9i +2. Натисніть START щоб відкрити Меню START +3. Select `Title manager...` + - Якщо цієї опції немає в списку, переконайтеся, що ваші SD карта та NAND змонтовані. Якщо завантажуєтесь з hiyaCFW, перезавантажтеся з іншої програми +4. Виберіть додаток, який хочете скопіювати +5. Виберіть що саме хочете скопіювати +6. Повторіть кроки 4-5 для всіх DSiWare, які ви бажаєте скопіювати + +::: tip + +The dumped DSiWare will be found in `sd:/gm9i/out`. + +::: diff --git a/docs/uk_UA/dumping-game-cards.md b/docs/uk_UA/dumping-game-cards.md new file mode 100644 index 000000000..862938e96 --- /dev/null +++ b/docs/uk_UA/dumping-game-cards.md @@ -0,0 +1,30 @@ +# Копіювання даних з Ігрових Картриджів + +Цей розділ - посібник з копіювання ігрових картиджів за допомогою GodMode9i для того, щоб вони могли відтворюватися на емуляторах, флешкартах або на SD карті через nds-bootstrap. + +## Вимоги + +- Ігровий Картридж зі грою, яку ви хотіли б скопіювати +- Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed + +## Інструкції + +### Розділ I - Налаштування SD карти + +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card + +### Розділ ІІ - Інструкції для Nintendo DSi + +1. Запустіть GodMode9i +2. Переконайтеся, що Ігровий Картридж вставлений в консоль +3. Виберіть опцію "NDS GAMECARD" в GodMode9i +4. Виберіть що саме хочете скопіювати + - Опції "Обрізати" для прошивки скопіює менший файл, який може зберегти пам'ять SD-карту, хоча такі файли не будуть працювати з більшістю патчів, наприклад з ROM хаками +5. Повторіть кроки 2-4 для всіх Ігрових Картриджів, які ви бажаєте скопіювати + +::: tip + +The dumped Game Cards will be found in `sd:/gm9i/out`. + +::: diff --git a/docs/uk_UA/dumping-nand.md b/docs/uk_UA/dumping-nand.md new file mode 100644 index 000000000..d305adda0 --- /dev/null +++ b/docs/uk_UA/dumping-nand.md @@ -0,0 +1,49 @@ +# Створення резервної копії NAND + +Ця сторінка призначена для створення резервної копії NAND, що є копією даних про вбудоване сховище Nintendo DSi. Ця копія може бути використана для налаштування hiyaCFW, а також no$gba і melonDS для емуляції DSi. + +::: tip + +Переконайтеся в тому, що SD карта має щонайменше 250 МБ вільного місця, бо в іншому випадку ви зіткнетеся з повідомленням про помилку в dumpTool. + +::: + +::: tip + +Наполегливо рекомендується це робити. Резервна копія NAND може бути використана як точка відновлення у майбутньому, в разі цеглювання консолі. + +::: + +## Розділ I - Налаштування SD карти + +::: tip + +Якщо ви вже завантажили dumpTool з іншого розділу цього посібника, ви можете пропустити цей розділ. + +::: + +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card + +## Розділ ІІ - Створення копії NAND + +1. Launch `dumpTool` through TWiLight Menu++ +2. Натисніть кнопку A на Nintendo DSi, щоб почати процес створення копії NAND + - Створення резервної копії NAND зазвичай займає близько 7 хвилин +3. Коли створення резервної копії буде завершено, натисніть кнопку START на вашому Nintendo DSi, щоб вийти з dumpTool +4. Вимкніть консоль та вставте SD карту у свій пристрій (наприклад, комп'ютер) +5. Збережіть цю резервну копію у надійному місці, де ви не втратите її + - Якщо можливо, зробіть декілька резервних копій на різних носіях інформації (жорсткий диск, SSD тощо) + - Після копіювання резервної копії її на різноманітні носії інформації, ви можете видалити її з SD карти + +::: warning + +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. + +::: + +::: tip + +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) + +::: diff --git a/docs/uk_UA/faq.md b/docs/uk_UA/faq.md new file mode 100644 index 000000000..c42286cad --- /dev/null +++ b/docs/uk_UA/faq.md @@ -0,0 +1,171 @@ +# ЧаПи + +## Чи слід мені оновлювати систему? + +It is **not** recommended to update your DSi unless you know there are purchased DSiWare. Хоча все ще можливо дотримуватися цієї інструкції, якщо ви це зробите, але єдина тільки користь від оновлення - це можливість завантажити куплені додатки в Nintendo DSi Shop. Усі інші переваги, такі як інтеграція Facebook у додатку Nintendo DSi Camera, більше не можна використовувати або недостатньо значні, щоб виправдати недоліки: + +- Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch +- Старіші експлойти буде неможливо використати, що може бути потрібно, якщо ви не в змозі використати жоден з рекомендованих експлойтів +- Сумісність з флешкартами скорочена, проте ця можливість відновлюється встановленням Unlaunch + +## Який експлойт є найкращим? + +У цілому для DSi найкращим експлойтом є Unlaunch, з єдиним недоліком як незначний ризик цеглювання при встановленні. Загалом, рекомендується використовувати Memory Pit для встановлення Unlaunch. Якщо ви хочете уникнути будь-якого ризику, рекомендується замість цього використовувати Flipnote Lenny, оскільки у нього є менше проблем у доморобками, ніж у Memory Pit, будучи безпечним і простим в користуванні та видаленні. Нижче наведено список переваг і недоліків кожного експлойту: + +### Memory Pit + +Переваги: + +- Швидкий та зручний у користуванні +- Відсутній ризик пошкодження консолі, видалення настільки ж просте, як виймання SD карти чи видалення одного файлу +- Сумісний з усіма консолями DSi, що не мають зламаної камери та завершили посібник з камери + +Недоліки: + +- Потребує завантаження додатку DSi Camera щоразу, коли ви хочете отримати доступ до доморобних програм +- Несумісний з певними додатками та доморобками DSi режиму, бо WRAM тільки відкривається для ЦП ARM7 +- Доступ до Slot-1 (Ігровий Картридж Nintendo DS) заблоковано у доморобках +- Доступ до DSP заблоковано, тому з'являється гірший звук в GBARunner2 +- Фото на SD-карті не можна переглянути в додатку DSi Camera, поки встановлено Memory Pit, оскільки це і є тригером експлойту + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) + +### stylehax + +Переваги: + +- Краща сумісність з додатками режиму DSi та додатками, ніж у Memory Pit +- Простий у використанні +- Без ризику пошкодження консолі +- Можливо на консолях з розбитою камерою +- Кращий звук у GBARunner2 + +Недоліки: + +- Потребує зв'язок з інтернетом +- Потребує завантаження додатку DSi Browser щоразу, коли ви хочете отримати доступ до доморобних програм, та споживає трохи більше часу, ніж Memory Pit +- Доступ до Slot-1 (Ігровий Картридж Nintendo DS) заблоковано у доморобках + +### Flipnote Lenny + +Переваги: + +- Краща сумісність з додатками режиму DSi та додатками, ніж у Memory Pit +- Відсутній ризик пошкодження консолі, видалення настільки ж просте, як виймання SD карти чи видалення однієї теки +- Можливо на консолях з розбитою камерою +- Кращий звук у GBARunner2 + +Недоліки: + +- Потребує завантаження додатку Flipnote Studio щоразу, коли ви хочете отримати доступ до доморобних програм, та споживає трохи більше часу, ніж Memory Pit +- Доступ до Slot-1 (Ігровий Картридж Nintendo DS) заблоковано у доморобках + +### Unlaunch + +Переваги: + +- Дозволяє завантажувати доморобні програми та DSiWare одразу при завантаженні системи, з додатковими гарячими клавішами +- Повний доступ до системи без будь-яких обмежень, у тому числі: + - Доступ до Слот-1, що дозволяє копіювати дані з Ігрових Картриджів та завантажувати несумісні флешкарти + - Кращий звук у GBARunner2 +- Видаляє блокування регіонів на Ігрових Картриджах з DSi-Enhanced/Exclusive іграми +- Захист від більшості способів цеглювання DSi +- DSi-Enhanced ігри можна запускати в режимі DSi без донорського ROM +- Давніші доморобки можна запускати через nds-bootstrap-hb + +Недоліки: + +- Very minor risk of **bricking** the console when installing +- Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) +- Несумісний з консолями розробки + +## Чи втрачу я будь-які функціональні можливості через модифікацію системи? + +Якщо ви встановите Unlaunch або використовуватимете Flipnote Lenny, тоді ніякої функціональністі не буде втрачено. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + +- To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` + +## Як мені зіграти в скопійовані ігри Nintendo DS? + +Щоб грати в скопійовані ігри з Ігрових Картриджів, потрібно використовувати флешкарти або nds-bootstrap - програму, що дозволяє грати в ігри DS зі внутрішньої пам'яті SD карти, перенаправляючи процеси зчитування та запису Slot-1 до ROM. + +- Використовуючи TWiLight Menu++, ви можете переміщатися по SD картці, щоб знайти файли ROM для гри через nds-bootstrap. Переваги використання TWiLight Menu++ - чит-меню, меню, налаштування прямо в грі та уникання обмежень, які приносять перенаправлячі. Іншими словами, ви можете кинути свої файли ROM безпосередньо на SD карту та грати без будь-яких додаткових конфігурацій. Немає ліміту в 39 додатків, ні hiyaCFW, ні Unlaunch не потрібні, та немає обмежень на SD картці +- hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. Існує жорстка межа у 39 додатків, та їхнє створення менш зручне, ніж використання TWiLight Menu++ + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki + +## Як оновити встановлені доморобки? + +- **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page + - You do **not** need to uninstall Unlaunch before doing this +- **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) +- **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +- **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card + - Якщо ви використовуєте TWiLight Menu++, то, скоріш за все, останній реліз nds-bootstrap вже включений в TWiLight Menu++ +- **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them + +Інші доморобки можуть використовувати інші методи для оновлення. + +## Я новачок, або хотів би переробити свою конфігурацію. З чого мені починати? + +- Якщо ви ще не модифікували свою консоль або хочете оновити Unlaunch на своїй системі, радимо розпочати з початку посібника та прочитати його сторінки. Обов'язково прочитайте все на головній сторінці +- If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system + +## Як можна видалити батьківський контроль? + +- The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls + +## Чи можу я змінити регіон своєї Nintendo DSi? + +Так - є кілька різних методів, залежно від того, що ви хочете змінити: + +- Найбезпечніший та найпростіший метод - просто встановити TWiLight Menu++, оскільки ця програма може використовувати будь-яку офіційну мову (та деякі неофіційні теж!) та не потребує модифікацій NAND +- Якщо ви справді хочете змінити системний регіон, а також використовуєте hiyaCFW, відкрийте меню конфігурації та змініть налаштування регіону (неможливо зробити з CHN та KOR NAND) + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) +- Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) + +## Що сталося з інструкцією по встановленню hiyaCFW? + +Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + +- Якщо ви були перенаправлені з відповідним питанням з іншого посібника, то, скоріш за все, інструкції, за яким ви слідкували, були застарілими. Замість цього, будь ласка, використовуйте цей посібник, оскільки він постійно підтримується розробниками проєктів, що тут згадуються + +## Що сталося з Lazy DSi Downloader? Як мені встановити CFW без цього додатку? + +Lazy DSi Downloader - це програма, яка дозволяла вам пропустити процес ручного встановлення, завантаживши необхідні файли та теки на SD карту. Але, через те, як вона була запрограмована та розподілена, багато користувачів зіткнулися з різними проблемами, та врешті-решт були змушені робити ручне встановлення, оскільки воно булр швидше та/або простіше ніж виправляти все, що спричиняло проблему. + +To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + +- Якщо ви отримали посилання на цей посібник від третьої сторони, яка рекомендувала використовувати Lazy DSi Downloader, то інструкції, яких ви дотримувалися, швидше за все, вже застаріли. Будь ласка, натомість використовуйте цей посібник, оскільки він постійно підтримується розробниками проєктів, що тут згадуються. + +## Яку SD карту мені слід використовувати? + +- Купіть SD карту у надійного бренду +- Повномасштабна SD карта або microSD карта з адаптером добре працюватимуть +- Будь-яка місткість між 1 Гб і 2 ТБ добре працюватимуть. Зазвичай, достатньо всього 8 ГБ + - Деякі програми, такі як hiyaCFW, можуть довше завантажуватися з більшою місткістю SD карти +- Рекомендовано клас швидкості 8 або вище + +## Чи можу я використовувати свою SD карту з однієї DSi на іншій? + +Як правило, так, але з двома винятками: + +- hiyaCFW працюватиме лише на системі, на яку програма була встановлена +- Навіть якщо ви використовуєте nds-bootstrap або флешкарту, коди друзів в онлайн-іграх NDS будуть скинуті, коли ви намагатиметеся під'єднатися, використовуючи іншу консоль + +## Як перемкнутися на нову SD картку після налаштування доморобок? + +Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. + +## Чи можу я досі використовувати систему нормально без SD карти вставленої після налаштування доморобок? + +Так. Якщо ви ще не встановлювали Unlaunch, система залишиться повністю незміненою. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Чи повинен я використовувати попередню версію? + +Сторінка Unlaunch не була оновлена після випуску версії 2.0, що вийшла у 2019 році. Переважна більшість користувачів не має жодних проблем з цією версією, тому вона вважається безпечною. + +## Як запустити скопійовані програми DSiWare? + +Рекомендований метод - просто запустити їх за допомогою TWiLight Menu++, оскільки це просто перетягнення та кладення файлів без довільного ліміту. Коли nds-bootstrap встановлено як метод запуску, ви також здобуваєте переваги читів і скриншотів, як і будь-яка інша перевага, що надається в ігровому меню. + +However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). Як додаток до браків вищевказаних переваг, існує також ліміт на 39 додатків, які не можуть перевищувати 128 Мбіт/1,024 блоки у розмірі. Для SysNAND, також існує дуже невеликий ризик цеглюваня системи при написанні на внутрішню NAND. diff --git a/docs/uk_UA/file-extensions-windows.md b/docs/uk_UA/file-extensions-windows.md new file mode 100644 index 000000000..8e3ec1756 --- /dev/null +++ b/docs/uk_UA/file-extensions-windows.md @@ -0,0 +1,38 @@ +# Розширення файлів (Windows) + +Це додатковий розділ для відключення типової поведінки Windows - приховування розширень файлів, що значно полегшить пошук файлів у посібнику. + +::::: tabs + +:::: tab default Windows 11 + +1. Запустіть Файловий Провідник, відкривши будь-яку теку, таку як тека вашої SD карти +2. Натисніть на опцію "Вигляд" на верхній панелі + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) + +:::: + +:::: tab Windows 10 / 8.1 / 8 + +1. Запустіть Файловий Провідник, відкривши будь-яку теку, таку як тека вашої SD карти +2. Натисніть на опцію "Вигляд" на верхній панелі +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) + +:::: + +:::: tab Windows 7 / Vista / XP + +1. Відкрийте початкове меню, натиснувши на нього або скориставшись кнопкою Windows +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Натисніть на опції "Вигляд" у верхній частині меню налаштувань теки +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) + +:::: + +::::: diff --git a/docs/uk_UA/get-started.md b/docs/uk_UA/get-started.md new file mode 100644 index 000000000..87d2014be --- /dev/null +++ b/docs/uk_UA/get-started.md @@ -0,0 +1,85 @@ +# Початок + +The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. + +Ну а почнемо ми з завантаження її разом з іншими доморобними інструментами, готуючись до виконання експлойту. + +## Вимоги + +- Спосіб копіювання завантажених файлів на SD карту +- An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) + - Радимо вам не користуватися WinRAR, оскільки це, як відомо, може поламати деякі речі + - Якщо ви використовуєте Windows 11, ми також радимо не використовувати його вбудований архіватор (Файловий провідник Windows), оскільки це спричинить помилку, що ім'я файлу задовге або неприпустиме + +## Розділ I - Підготовка + +::: warning + +Ensure your SD card is [formatted correctly](sd-card-setup.html). + +::: + +1. Вставте SD карту у ваш комп'ютер +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - Якщо ви використовуєте Windows, переконайтеся, що 7-Zip встановлено, тоді виконайте наступні дії: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card + +::: tip + +Не знаєте, що таке "коренева тека"? [See this image](/assets/images/sdroot/en_US.png) + +::: + +## Розділ ІІ - Вибір експлойту + +На цьому етапі у вас є три варіанти, з незначними різницями у процесі встановлення. + +### Встановлення Unlaunch через Memory Pit + +Memory Pit - експлойт, що використовує програму DSi Camera; також сумісний з усіма версіями прошивки. За бажанням, цей експлойт може бути використаний для встановлення Unlaunch - ще одного експлойту, але вже для завантажувального коду. Ця програма дає повний контроль над консоллю при завантаженні. + +Оскільки Memory Pit дещо обмежений у сумісності з доморобками, рекомендується встановити Unlaunch замість постійного використання Memory Pit. Через те, що це - найпростіший метод встановлення Unlaunch, це рекомендований шлях. However, there is a very minor risk of **bricking** your console when installing Unlaunch, so if this is a concern, see the alternate method below. + +::: tip + +Continue to [Launching the Exploit](launching-the-exploit.html) + +::: + +### stylehax + +stylehax - це експлойт програми DSi Browser. Її можна використовувати як альтернативу Memory Pit для встановлення Unlaunch (описано вище), якщо на вашому DSi зламана камера. + +Для досвіду без Unlaunch, рекомендується використовувати саме цей експлойт, бо Memory Pit викликає проблеми в деяких іграх та доморобках. + +::: tip + +Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.html) + +::: + +### Flipnote Lenny + +Flipnote Lenny - це експлойт, що використовує програму Flipnote Studio. + +Якщо у вас є Flipnote Studio та ви не плануєте встановлювати Unlaunch (описано вище), цей експлойт рекомендується з тієї ж причини, що й stylehax. + +Ви завжди зможете встановити Unlaunch пізніше, якщо ви вирішите, що це вам потрібно. + +::: tip + +Continue to [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) + +::: + +For a more detailed pros and cons comparision of the available exploits, please see the [Which is the best exploit?](faq.html#which-is-the-best-exploit) FAQ. diff --git a/docs/uk_UA/index.md b/docs/uk_UA/index.md new file mode 100644 index 000000000..d6cd4aa33 --- /dev/null +++ b/docs/uk_UA/index.md @@ -0,0 +1,57 @@ +--- +layout: home +title: Посібник DSi +hero: + text: Посібник DSi + tagline: Повний посібник по модифікації Nintendo DSi + image: + src: /assets/images/home-page-feature.png +--- + +::: tip + +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). + +::: + +::: tip + +Thoroughly read all of the introductory pages (including this one!) before proceeding. + +::: + +## Що таке homebrew? + +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. Ці додатки можуть варіюватися від утиліт до користувацьких ігор. + +Доморобки можна запускати безкоштовно на всіх консолях Nintendo DSi, незалежно від версії прошивки або регіону. Все, що вам потрібно - SD карта для зберігання ваших доморобок та задовільний вас метод прошивки. Основний метод прошивки, що використовується в цьому посібнику називається Memory Pit, але є й інші способи, які ви можете використовувати, якщо Memory Pit непридатна для використання. + +## Що я можу зробити після модифікації своєї системи? + +- Запускати резервні копії ігор Nintendo DS(i) або модифікації ROM (ROM хаки) з вашої SD карти без потреби у флешкарті +- Запускати будь-які додатки DSiWare з вашої SD карти + - Тобто, ігри за межами регіону вашої консолі та ексклюзивні для 3DS додатки DSiWare теж працюватимуть +- Завантажувати DSiWare та доморобки, утримуючи конкретні кнопки при включенні своєї Nintendo DSi +- Запускати давню класику за допомогою різних емуляторів +- Використовувати зазвичай несумісні флешкарти +- Перенаправляти NAND на SD карту за допомогою hiyaCFW +- Дивитися ваші улюблені фільми за допомогою FastVideoDSPlayer або tuna-viDS + - FastVideoDSEncoder потребує процесора з підтримкою AVX2 (скоріш за все, новіші ЦП це вже підтримують) +- Відображати користувацьке зображення/заставку під час запуску системи +- Грати в доморобні ігри + +## Де я можу знайти доморобки? + +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards + +## Що потрібно мені знати перед початком? + +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer +- Єдиний ризик цеглювання (нефункціонування, пов'язане зі вбудованим ПЗ) з'являється під час інсталяції Unlaunch, але він є мінімальним + +::: tip + +Continue to [Get Started](get-started.html) + +::: diff --git a/docs/uk_UA/installing-unlaunch.md b/docs/uk_UA/installing-unlaunch.md new file mode 100644 index 000000000..645033b2a --- /dev/null +++ b/docs/uk_UA/installing-unlaunch.md @@ -0,0 +1,102 @@ +# Встановлення Unlaunch + +::: warning + +Якщо у вас немає доступу до ПК, або якщо ваш ПК працює на ChromeOS, то, будь ласка, не встановлюйте Unlaunch. Щоб виправити деякі проблеми, які можуть виникнути після встановлення Unlaunch, потрібен ПК (Windows, Linux, чи macOS). + +::: + +::: danger + +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). Хоча шанси дуже малі, Unlaunch може випадково зацеглювати вашу Nintendo DSi. A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. + +::: + +::: warning + +Переконайтеся, що ваша консоль заряджена під час виконання цього процесу. Раптова втрата енергії може спричинити серйозну шкоду. + +::: + +::: warning + +Unlaunch не сумісний з консолями розробки Nintendo DSi. + +::: + +## Розділ I - Налаштування SD карти + +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. Переконайтеся, що у вас все ще є TWiLight Menu++ на вашій SD карті + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) + +## Розділ II - Встановлення/Оновлення Unlaunch + +1. Відкрийте TWiLight Menu++ + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. Запустіть Налаштування TWiLight Menu++ + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. В іншому випадку перегляньте Мануал TWiLight Menu++ +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Вийдіть з Налаштування TWiLight Menu++ +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Оберіть опцію "install now" + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. Коли завершено, перезавантажте вашу консоль + +Якщо при ввімкненні Nintendo DSi ви бачите Меню Unlaunch, то ви успішно модифікували свою консоль. + +- If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page + +## Розділ ІІІ - Конфігурація Unlaunch + +Зараз, при ввімкненні ігрової консолі, Unlaunch запускає своє Меню, але це може бути змінено на що завгодно. + +1. Увімкніть вашу консоль, утримуючи A та B + - Ця комбінація має запустити Меню Unlaunch + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - Комбінація A + B вже закодована як завантажувач Меню Unlaunch, тож ви не зможете змінити її + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. Ви можете вибрати будь-який додаток DSiWare, доморобку, картридж з Slot-1, wifiboot або Меню Unlaunch's + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi + +## Розділ IV - Очищення вашої SD карти + +::: tip + +Цей розділ є необов'язковим і служить лише як спосіб очистити вже непотрібні вам файли з SD карти. + +::: + +:::: tabs + +:::tab default Memory Pit + +- Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card +- Rename `tip.bin` back to `pit.bin`, and leave it intact +- You can now restore the `DCIM` folder that was on the root of your SD card +- Delete the `UNLAUNCH.DSI` file from your SD card + +::: + +:::tab Flipnote Lenny + +- Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - Ви також можете видалити усі теки інших регіонів, окрім ваших +- Delete the `UNLAUNCH.DSI` file from your SD card + +::: diff --git a/docs/uk_UA/launching-the-browser-exploit.md b/docs/uk_UA/launching-the-browser-exploit.md new file mode 100644 index 000000000..964ca89e0 --- /dev/null +++ b/docs/uk_UA/launching-the-browser-exploit.md @@ -0,0 +1,41 @@ +# Запуск експлойту (stylehax) + +Спочатку, розпочнемо ми зі запуском експлойту. Для кращого досвіду без Unlaunch, або якщо DSi камера порушена для встановлення Unlaunch, ми рекомендуємо використовувати експлойт під назвою "stylehax", який використовує недоліки в тому, як DSi Browser обробляє веб-сторінки. + +Запуск експлойту завантажить вас у TWiLight Menu+, доморобний додаток, який діє як заміна меню DSi. + +## Вимоги + +- Nintendo DSi Browser, встановлений на вашому Nintendo DSi + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead + +## Запуск експлойту + +1. Переконайтеся, що ваша SD карта вставлена у Nintendo DSi +2. Увімкніть Nintendo DSi та запустіть додаток Nintendo DSi Browser +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Натисніть на іконку ГОЛОВНА (HOME) +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page + +::: tip + +Експлойт повинен зайняти 21 секунду, щоб набути чинності. Якщо процес займає понад 30 секунд, то перезавантажте сторінку та повторіть спробу. + +::: + +::: warning + +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. + +::: + +You can now use **TW**i**L**ight Menu++! Спочатку, програма попросить вас вибрати мову і регіон. Ці опції можуть і не співпадати з мовою чи регіоном вашої консолі, тому встановіть їх так, як ви захочете. Далі рекомендується створити резервну копію NAND. Це може використовуватися для збереження вашої консолі, якщо щось погане станеться в майбутньому. + +::: tip + +Continue to [Dumping NAND](dumping-nand.html) + +::: diff --git a/docs/uk_UA/launching-the-exploit.md b/docs/uk_UA/launching-the-exploit.md new file mode 100644 index 000000000..0c0e7df1f --- /dev/null +++ b/docs/uk_UA/launching-the-exploit.md @@ -0,0 +1,72 @@ +# Запуск експлойту + +Почнемо ми з налаштування SD карти, щоб запустити наш експлойт. Для більшості користувачів, ми рекомендуємо використовувати експлойт під назвою "Memory Pit", що використовує недолік в тому, як додаток Nintendo DSi Camera обробляє метадані зображень. + +Запуск експлойту завантажить вас у TWiLight Menu+, доморобний додаток, який діє як заміна меню DSi. + +::: tip + +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) + +::: + +## Розділ I - Перевірка версії DSi Camera + +1. Увімкніть вашу консоль +2. Відкрийте додаток Nintendo DSi Camera + - Якщо вам пропонується завершити туторіал з камери, зробіть це зараз + - Якщо туторіал видає збій програми, як ви намагаєтесь її виконати, ваша камера Nintendo DSi, ймовірно, пошкоджена якимось чином, і ви не зможете використати Memory Pit. Please use an [alternate exploit](alternate-exploits.html) +3. Відкрийте альбом за допомогою великої кнопки праворуч на нижньому екрані +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) + +## Розділ ІІ - Memory Pit + +1. Завантажте правильну версію Memory Pit для вашої версії Nintendo DSi Camera: + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - У вас вже буде ця тека, якщо ви попередньо робили фотографії на вашу SD карту через Nintendo DSi Camera + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - Якщо ви отримаєте повідомлення, що SD карта не вставлена, будь ласка, скористайтеся іншою SD карткою + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card + +## Розділ ІІ - Запуск експлойту + +1. Переконайтеся, що ваша SD карта вставлена у Nintendo DSi +2. Увімкніть Nintendo DSi та запустіть додаток Nintendo DSi Camera +3. Виберіть іконку SD карти у правому верхньому куті на нижньому екрані + - Якщо ви отримаєте повідомлення, що SD карта не вставлена, будь ласка, скористайтеся іншою SD карткою + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Відкрийте альбом за допомогою великої кнопки праворуч на нижньому екрані + - Якщо ви все виконали правильно, то екран повинен поблимати пурпуровим + +::: warning + +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. + +::: + +::: warning + +Якщо ви увійдете у фотоальбом SD карти, і нічого незвичайного не відбувається - переконайтеся, що ви завантажили правильну версію Memory Pit для вашого регіону та версії, та помістіть його у правильну теку на SD карті. Also ensure that the `DCIM` folder does not exist on your SD card. + +::: + +::: warning + +Збереження фотографії на SD карту зі встановленим Memory Pit призведе до того, що експлойт не буде працювати належним чином. Вам доведеться повторно скопіювати файл на SD карту. + +::: + +Тепер ви можете використовувати TWiLight Menu++! Спочатку, програма попросить вас вибрати мову і регіон. Ці опції можуть і не співпадати з мовою чи регіоном вашої консолі, тому встановіть їх так, як ви захочете. Далі рекомендується створити резервну копію NAND. Це може використовуватися для збереження вашої консолі, якщо щось погане станеться в майбутньому. + +::: tip + +Continue to [Dumping NAND](dumping-nand.html) + +::: diff --git a/docs/uk_UA/launching-the-flipnote-exploit.md b/docs/uk_UA/launching-the-flipnote-exploit.md new file mode 100644 index 000000000..250d0021c --- /dev/null +++ b/docs/uk_UA/launching-the-flipnote-exploit.md @@ -0,0 +1,48 @@ +# Запуск експлойту (Flipnote Lenny) + +Почнемо ми з налаштування SD карти, щоб запустити наш експлойт. Для кращого досвіду без Unlaunch, ми рекомендуємо використовувати експлойт під назвою "Flipnote Lenny", який використовує недоліки в тому, як Flipnote Studio обробляє нотатки (flipnotes). + +Запуск експлойту завантажить вас у TWiLight Menu+, доморобний додаток, який діє як заміна меню DSi. + +## Вимоги + +- Flipnote Studio, встановлений на вашому Nintendo DSi + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead + +## Розділ I - Налаштування SD карти + +1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card + +## Розділ ІІ - Запуск експлойту + +1. Переконайтеся, що ваша SD карта вставлена у Nintendo DSi +2. Увімкніть Nintendo DSi та запустіть додаток Flipnote Studio + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. Перейдіть до нотаток, що зберігаються на SD карті + - Якщо ви не можете переглянути дані нотаток на SD карті, будь ласка, скористайтеся іншою SD карткою +5. Натисніть на обличчя, що відповідає вашому регіонові + - Якщо у вас є консоль AUS, виберіть EUR +6. Відредагуйте вибрану нотатку +7. Натисніть на іконку жаби знизу зліва +8. Натисніть на значок плівки +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Натисніть на іконку жаби знизу зліва +12. Натисніть на значок плівки +13. Виберіть Paste + +::: warning + +If the top screen turns green, you do not have TWiLight Menu++'s `BOOT.NDS` on the root of your SD card. Follow the [prep work](get-started.html#section-i-prep-work) again. + +::: + +You can now use **TW**i**L**ight Menu++! Спочатку, програма попросить вас вибрати мову і регіон. Ці опції можуть і не співпадати з мовою чи регіоном вашої консолі, тому встановіть їх так, як ви захочете. Далі рекомендується створити резервну копію NAND. Це може використовуватися для збереження вашої консолі, якщо щось погане станеться в майбутньому. + +::: tip + +Continue to [Dumping NAND](dumping-nand.html) + +::: diff --git a/docs/uk_UA/restoring-nand.md b/docs/uk_UA/restoring-nand.md new file mode 100644 index 000000000..16014e820 --- /dev/null +++ b/docs/uk_UA/restoring-nand.md @@ -0,0 +1,98 @@ +# Відновлення резервної копії NAND + +::: danger + +УВАГА! This is _**dangerous**_. Навіть виконуючи ці кроки, ви все ще маєте шанс зацеглювати DSi, оскільки NAND має дуже низьку якість, особливо якщо ви прошиватимете її багато разів! Використовуйте цей посібник тільки в останню чергу! + +::: + +::: tip + +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. + +::: + +По-перше, кілька більш безпечних альтернатив тому, чому ви хочете це зробити: + +- Встановлення DSiWare можна зробити за допомогою hiyaCFW або TWiLight Menu++ +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. Найновіша версія HiyaCFW Helper дозволяє копіювати ваші фотографії з вашого NAND у SDNAND під час конфігурації +- Відновлення конфігурації комбінацій кнопок в Unlaunch може бути зроблене в Меню Unlaunch, до якого можна потрапити, утримуючи A + B під час увімкнення консолі +- Завантаження в Unlaunch призводить до помилки? Вийміть SD карту і спробуйте знову запустити систему. Якщо це спрацювало, то це помилка з вашою SD картою та відновлення резервної копії NAND не виправить її +- "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) +- Слід уникати видалення Unlaunch, будь то прошивкою NAND або за допомогою його деінсталятора, якщо це не є абсолютно необхідним. Ви можете встановити клавіші автозавантаження на «Launcher», і ваш DSi буде як зі заводу + +Єдине, що вам слід робити з вашим NAND - це встановлення Unlaunch. Інакше використовуйте альтернативи. + +## Вимоги + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) +- Спосіб запуску доморобок з доступом до NAND, наприклад Unlaunch або Memory Pit +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba +- [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) + +## Створення копії BIOS для використання в no$gba + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card +2. Увімкніть вашу консоль, утримуючи A та B + - Ця комбінація має запустити Меню Unlaunch +3. Запустіть dsibiosdumper з Меню Unlaunch +4. Натисніть А, щоб скопіювати BIOS на SD карту +5. Натисніть START, щоб вийти з dsibiosdumper + +## Перевірка резервної копії NAND + +Дуже важливо перевірити, що ваша копія NAND працює перед спробою відновити її на консоль. Якщо no$gba показує помилку цеглювання, то скоріш за все ця копія зацеглює вашу консоль. + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` +8. Click `Save Now` +9. Launch any Nintendo DS ROM (`.nds` file) + +Якщо no$gba завантажує меню DSi (або Меню Unlaunch), то сміливо переходьте до наступного розділу. If it shows any kind of error _**do not flash that backup**_! + +## Видалення Unlaunch з резервної копії NAND (необов'язково) + +Дотримуйтесь цього посібника, якщо ви створили резервну копію NAND після встановлення Unlaunch та ви хочете видалити Unlaunch з вашої консолі. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + +1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - Це запустить інсталятор Unlaunch, схожий на Меню Unlaunch +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Запустіть будь-який ROM для Nintendo DS знову та переконайтеся, що ваше Меню DSi завантажується та працює належним чином + +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! Якщо у вас є старіша резервна копія NAND, ви можете спробувати використати її замість нової копії. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. + +## Прошивка резервної копії NAND (Програмне забезпечення) + +::: danger + +Переконайтеся, що ви прочитали наведені вище кроки, бо ця частина - найнебезпечніша з усіх на цій сторінці. Якщо ви були перенаправлені безпосередньо сюди, не виконуючи вищесказане, поверніться до початку та, хоча б, прочитайте всю сторінку. + +::: + +::: danger + +Переконайтеся, що ваша система Nintendo DSi добре заряджена перед початком цього розділу. + +::: + +1. Коли SD карта вставлена в консоль, увімкніть вашу Nintendo DSi, утримуючи A та B +2. Запустіть SafeNANDManager +3. Press the button to `begin NAND restore` +4. Після завершення відновлення, натисніть START, щоб вимкнути вашу DSi + +Тепер ваші дані NAND повинні бути відновлені. + +## Прошивка резервної копії NAND (Хардмод) + +Якщо ви не можете увімкнути Nintendo DSi, хардмод - єдиний спосіб відновити резервну копію NAND. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/uk_UA/sd-card-setup.md b/docs/uk_UA/sd-card-setup.md new file mode 100644 index 000000000..caf339cca --- /dev/null +++ b/docs/uk_UA/sd-card-setup.md @@ -0,0 +1,295 @@ +# Конфігурація SD карти + +This page is for preparing your SD card for your device. In the process, we'll format the SD card and check the card for errors. + +::: danger + +Make sure to backup your SD card contents BEFORE following this. Your SD card will be WIPED in the process. + +::: + +::::: tabs + +:::: tab default Windows + +### Section I - Formatting your SD card with SD Formatter + +::: tip + +This section formats the SD card to the specifications by the SD Card Association. This can fix many issues that may occur with running homebrew applications. + +::: + +::: danger + +Any 64GB or larger SD cards will be formatted to `exFAT` in this process. You _must_ follow both Sections I & II to re-format to `FAT32`. + +::: + +1. Download the latest version of [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/) + - If the above link doesn't work for you, download [from archive.org](https://web.archive.org/web/20220626204124/https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/) + - Accept the End User License Agreement to start the download +2. Run `SD Card Formatter Setup` (the `.exe` file) in the downloaded `.zip` file with Adminstrator privileges, then install the program +3. Run `SD Card Formatter` from the Start Menu with Adminstrator privileges +4. Select your SD card +5. Make sure the `Quick Format` check box is checked +6. Press `Format` to start the format process + - If you're using a 4GB-32GB SD card, and the cluster size is not reported as `32 kilobytes`, you'll need to follow Section II as well + ![Screenshot of SD Card Formatter on Windows 11](/assets/images/sd-card-formatter.png) + +### Section II - Formatting your SD card with GUIFormat + +This section formats SD cards which are 64GB or larger to FAT32.\ +This also applies to 4GB-32GB SD cards which have not been formatted with 32kb cluster size. + +::: tip + +If your SD card is 32GB or less in capacity, skip to Section III. + +::: + +1. Download the latest version of [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + - Click on the picture on the website to download the app +2. Run GUIFormat with Administrator permissions +3. Select your drive letter +4. Set the `Allocation size unit` to `32768` + - If this is too large for your SD, set it to the highest one that works +5. Make sure the `Quick Format` check box is checked +6. Start the format process + +![](https://user-images.githubusercontent.com/1000503/83831499-8f330b80-a6b5-11ea-9ab9-ec2196150751.png) + +### Section III - Checking for errors + +1. Go to the properties window of your SD card + - `Windows Explorer` -> `This PC` -> Right click your SD card -> `Properties` +2. In the tools tab, Select `Check Now` +3. Check both `Automatically fix file system errors` and `Scan for and attempt recovery of bad sectors` +4. Start the checking process + +This will scan the SD card and correct any errors it finds. + +### Section IV - Checking SD card read/write + +1. Download and extract [the h2testw archive](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) anywhere on your computer + - If the above link doesn't work for you, download [from archive.org](https://web.archive.org/web/20210912045431/http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) + - It can also be extracted on an external device as long as that external device isn't your SD card +2. With your SD card inserted into your computer, run `h2testw.exe` +3. Select which language you'd like to see h2testw in +4. Set your SD card's drive letter as your target +5. Ensure `all available space` is selected +6. Click `Write + Verify` + +- Wait until the process is completed + +::: tip + +If the test shows the result `Test finished without errors`, your SD card is healthy and you can delete all `.h2w` files on your SD card. + +::: + +::: danger + +If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! + +::: + +:::: + +:::: tab Linux + +::: tip + +If TWiLight Menu++ fails to start after following this method, please follow the Windows method instead, by either rebooting to Windows or running a Windows Virtual Machine + +::: + +### Section I - Formatting your SD card + +1. Make sure your SD card is **not** inserted into your Linux machine +2. Launch the Linux Terminal +3. Type `watch "lsblk"` +4. Insert your SD card into your Linux machine +5. Observe the output. It should match something like this: + +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` + +1. Take note of the device name. In our example above, it was `mmcblk0p1` + - If `RO` is set to 1, make sure the lock switch is not slid down + - Make sure you're targetting the **partition**, `mmcblk0p1` not `mmcblk0` +2. Hit CTRL + C to exit the menu +3. Follow the instructions relevant to your SD card's capacity: + - 2GB or lower: `sudo mkdosfs /dev/(device name from above) -s 64 -F 16` + - This creates a single FAT16 partition with 32 KB cluster size on the SD card + - 4GB or higher: `sudo mkdosfs /dev/(device name from above) -s 64 -F 32` + - This creates a single FAT32 partition with 32 KB cluster size on the SD card + +### Section II - Using F3 + +1. Download and extract [the F3 archive](https://github.com/AltraMayor/f3/archive/v7.2.zip) anywhere on your computer. +2. Launch the terminal in the F3 directory +3. Run `make` to compile F3 +4. With your SD card inserted and mounted, run `./f3write ` + - Wait until the process is complete. See below for an example output: + ``` + $ ./f3write /media/michel/6135-3363/ + Free space: 29.71 GB + Creating file 1.h2w ... OK! + ... + Creating file 30.h2w ... OK! + Free space: 0.00 Byte + Average Writing speed: 4.90 MB/s + ``` +5. Run `./f3read ` + +- Wait until the process is complete. See below for an example output: + ``` + $ ./f3read /media/michel/6135-3363/ + SECTORS ok/corrupted/changed/overwritten + Validating file 1.h2w ... 2097152/ 0/ 0/ 0 + ... + Validating file 30.h2w ... 1491904/ 0/ 0/ 0 + + Data OK: 29.71 GB (62309312 sectors) + Data LOST: 0.00 Byte (0 sectors) + Corrupted: 0.00 Byte (0 sectors) + Slightly changed: 0.00 Byte (0 sectors) + Overwritten: 0.00 Byte (0 sectors) + Average Reading speed: 9.42 MB/s + ``` + +___ + +::: tip + +If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is healthy and you can delete all `.h2w` files on your SD card. + +::: + +::: danger + +If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! + +::: + +:::: + +:::: tab macOS + +### Section I - Formatting your SD card with SD Formatter + +::: tip + +This section formats the SD card to the specifications by the SD Card Association. This can fix many issues that may occur with running homebrew applications. + +::: + +::: danger + +Any 64GB or larger SD cards will be formatted to `exFAT` in this process. You _must_ follow Section II to re-format to `FAT32`. + +::: + +1. Download the latest version of [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-mac-download/) + - Accept the End User License Agreement to start the download +2. Run `Install SD Card Formatter` (the `.mpkg` file) in the downloaded `.zip` file +3. Run `SD Card Formatter` +4. Select your SD card +5. Make sure the `Quick Format` check box is checked +6. Start the format process + +### Section II - Formatting your SD card with Disk Utility + +This section formats SD cards larger than 32GB to FAT32. + +::: tip + +If your SD card is 32GB or less in capacity, skip to Section III. + +::: + +#### OS X El Capitan (10.11) and later + +1. Launch the Disk Utility application +2. Select `Show All Devices` in the top-left `View` panel +3. Select your SD card from the sidebar + - Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! +4. Click `Erase` at the top +5. Ensure that `Format` is set to `MS-DOS (FAT32)` + - On El Capitan (10.11) through Catalina (10.15) choose `MS-DOS (FAT)` +6. Ensure that `Scheme` is set to `Master Boot Record` + - If `Scheme` does not appear, click `Cancel` and make sure to choose the device instead of a volume +7. Click `Erase`, then click `Close` + +#### OS X Yosemite (10.10) and earlier + +1. Launch the Disk Utility application +2. Select your SD card from the sidebar + - Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! +3. Click `Partition` at the top + - If `Partition` does not appear, make sure to choose the device instead of a volume +4. Ensure that `Partition Layout` is set to `1 Partition` +5. Ensure that `Format` is set to `MS-DOS (FAT)` +6. From the Options button (below the partition table), select `Master Boot Record`. +7. Click `OK` -> `Apply` -> `Partition` + +### Section III - Using F3 + +1. Open Terminal +2. Install F3 from brew by running `brew install f3` + - If you don't have brew, install it with the instructions on [brew.sh](https://brew.sh) +3. With your SD card inserted and mounted, run `f3write ` + - Wait until the process is complete. See below for an example output: + ``` + $ f3write /Volumes/SD\ CARD + Free space: 29.71 GB + Creating file 1.h2w ... OK! + ... + Creating file 30.h2w ... OK! + Free space: 0.00 Byte + Average Writing speed: 4.90 MB/s + ``` +4. Run `f3read ` + - Wait until the process is complete. See below for an example output: + ``` + $ f3read /Volumes/SD\ CARD + SECTORS ok/corrupted/changed/overwritten + Validating file 1.h2w ... 2097152/ 0/ 0/ 0 + ... + Validating file 30.h2w ... 1491904/ 0/ 0/ 0 + + Data OK: 29.71 GB (62309312 sectors) + Data LOST: 0.00 Byte (0 sectors) + Corrupted: 0.00 Byte (0 sectors) + Slightly changed: 0.00 Byte (0 sectors) + Overwritten: 0.00 Byte (0 sectors) + Average Reading speed: 9.42 MB/s + ``` + +___ + +::: tip + +If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is healthy and you can delete all `.h2w` files on your SD card. + +::: + +::: danger + +If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! + +::: + +:::: + +::::: + +::: tip + +You can now restore the contents of your SD card and continue. + +::: diff --git a/docs/uk_UA/site-navigation.md b/docs/uk_UA/site-navigation.md new file mode 100644 index 000000000..5468103b0 --- /dev/null +++ b/docs/uk_UA/site-navigation.md @@ -0,0 +1,25 @@ +# Навігація по сайту + +## Основний процес посібника + +- [Get Started](get-started.html) +- [Launching the Exploit (Memory Pit)](launching-the-exploit.html) +- [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) + +## Додатково + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) +- [Dumping Game Cards](dumping-game-cards.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) +- [Restoring NAND](restoring-nand.html) + +## Інше + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) +- [Credits](credits.html) diff --git a/docs/uk_UA/troubleshooting.md b/docs/uk_UA/troubleshooting.md new file mode 100644 index 000000000..0d06ef66b --- /dev/null +++ b/docs/uk_UA/troubleshooting.md @@ -0,0 +1,33 @@ +# Розв'язання проблем + +## Unlaunch + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` + +twlnf має критичну помилку, де він не належним чином оновлює весь NAND після його зміни, який спричиняє певним доморобкам (як інсталятор Unlaunch) відображати помилку. + +To fix this, open [NAND Title Manager (NTM)](https://github.com/Epicpkmn11/NTM/releases), and select `Fix FAT copy mismatch`. + +### Немає звуку або заставки під час запуску "Launcher" з використанням Unlaunch + +Розробник Unlaunch (nocash) навмисно викреслив фонові аудіо та заставку за замовчуванням. You can regain these effects by [reinstalling Unlaunch](installing-unlaunch.html) using TWiLight Menu++ with "Launcher Patches" set to "Default" on the Unlaunch page of TWiLight Menu++ settings, or by using [hiyaCFW](https://wiki.ds-homebrew.com/hiyacfw/installing). + +### Консоль показує тільки чорний екран під час увімкнення після встановлення Unlaunch + +Спробуйте вийняти SD карту та увімкнути консоль ще раз. If it still only shows a black screen, you may need to flash your NAND via a [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod). + +### Після встановлення Unlaunch, я застряг у запуску в додаток чи у Меню Unlaunch + +This was likely caused by choosing the wrong app for the `NO BUTTON` option in Unlaunch. Hold A + B while starting the console, go to `OPTIONS`, and set `NO BUTTON` to whatever your preference is. + +### Інші проблеми з Unlaunch + +If Unlaunch displays `Clusters too large`, `Bad VBR`, `Bad MBR`, or doesn't display any applications while the SD card is inserted, your SD card likely wasn't formatted correctly. Re-follow [SD Card Setup](sd-card-setup.html). + +## TWiLight Menu++ + +For general TWiLight Menu++ troubleshooting, see its [FAQ & Troubleshooting](https://wiki.ds-homebrew.com/twilightmenu/faq) page on the DS-Homebrew Wiki. + +## Подальша допомога + +If you have encountered an issue that is not solved here, or one that persists despite the given solutions, ask for assistance in the [DS(i) Mode Hacking!](https://discord.gg/fCzqcWteC4) Discord server. diff --git a/docs/uk_UA/uninstalling-unlaunch.md b/docs/uk_UA/uninstalling-unlaunch.md new file mode 100644 index 000000000..8f8baf42f --- /dev/null +++ b/docs/uk_UA/uninstalling-unlaunch.md @@ -0,0 +1,28 @@ +# Видалення Unlaunch + +::: danger + +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** + +::: + +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. Ось деякі випадки, чому ви захочете видалити Unlaunch, але які не потребують видалення. + +- **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. Тепер вони містять інструкції для зміни тла +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have + +::: warning + +Щоб зменшити шанси цеглювання, переконайтеся, що ви не встановлювали будь-який нелегітимний DSiWare на свою резервну копію NAND (перенаправлення SDNAND, надана hiyaCFW не враховується), або ж не торкалися системних файлів. + +::: + +::: warning + +When uninstalling Unlaunch, you should **NOT** use its built-in uninstaller directly on your console as there is a chance that it will brick the console. Будь ласка, перегляньте дані нижче про видалення програми належним чином. + +::: + +Once you have reviewed the above information, follow the [Dumping NAND](dumping-nand.html) instructions to make a new NAND backup, then proceed to [Restoring a NAND Backup](restoring-nand.html). Це допоможе вам видалити Unlaunch з резервної копії NAND і прошити нову копію на вашій консолі. + +Якщо ви з якоїсь причини не можете використовувати no$gba або отримуєте помилку після видалення Unlaunch в no$gba, також можливо прошити резервну копію NAND, яку ви робили перед інсталяцією Unlaunch (якщо у вас ще є та копія), однак рекомендується спробувати використати резервну копію NAND, яка раніше мала Unlaunch. Це значно полегшить відновлення у випадку цеглювання (потребує хардмод), оскільки Unlaunch залишає no$gba футер вбудований в NAND навіть після видалення. diff --git a/docs/zh_CN/404.md b/docs/zh_CN/404.md deleted file mode 100644 index c6227dc8b..000000000 --- a/docs/zh_CN/404.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: 找不到页面 -layout: single-no-ads -excerpt: 页面未找到。 寻找的页面可能在其他地方。 -sitemap: false ---- - -抱歉,但你正在访问一个不存在的页面。 - -::: tip - -[为什么不看看我们的站点导航呢? 也许这里有你所寻找的页面。](site-navigation.html) - -::: diff --git a/docs/zh_CN/alternate-exploits.md b/docs/zh_CN/alternate-exploits.md index b227af0e9..506f8fedd 100644 --- a/docs/zh_CN/alternate-exploits.md +++ b/docs/zh_CN/alternate-exploits.md @@ -1,10 +1,8 @@ ---- -title: 其他漏洞 ---- +# 其他漏洞 如果你按照本教程在启动Nintendo DSi 相机应用时遇到闪退,那么Memory Pit将不适用 Here, you may find alternate exploits that may work in lieu of Memory Pit. -如果您安装了 Flipnote Studio,您可以使用Flipnote Lenny。 +If you have Flipnote Studio installed, you can use [Flipnote Lenny](launching-the-flipnote-exploit.html). ::: tip @@ -12,6 +10,6 @@ Ensure you have set up [TWiLight Menu++](get-started.html#section-i-prep-work) o ::: -If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare(True_DSi-Mode)_Exploits). These will not be covered here as they are largely obsolete. They should only be used as a last resort, if both Memory Pit and Flipnote Lenny aren't working for you. +If you're on an older firmware, you may have access to save game exploits for a select [list of games](https://dsibrew.org/wiki/DSi_exploits#DSiWare\(True_DSi-Mode\)_Exploits). These will not be covered here as they are largely obsolete. They should only be used as a last resort, if both Memory Pit and Flipnote Lenny aren't working for you. petit-compwner will not be usable for the purpose of working around Memory Pit, as it requires a working camera to launch the exploit. diff --git a/docs/zh_CN/credits.md b/docs/zh_CN/credits.md index ad7a31e95..ba89f3a5e 100644 --- a/docs/zh_CN/credits.md +++ b/docs/zh_CN/credits.md @@ -1,16 +1,14 @@ ---- -title: 制作人员 ---- +# 制作人员 这是那些对指南网站、 homebrew和其他东西提供过帮助的人的名单。 如果你喜欢他们的所做,请考虑捐助(如果他们有捐赠链接)。 -- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): 指南维护者 +- [NightScript](https://nightscript370.github.io/), [Pk11](https://pk11.us/) & [Peter0x44](https://github.com/Peter0x44): Guide maintainers - [YourKalamity](https://github.com/YourKalamity): Creator of Lazy DSi File Downloader -- [emiyl](https://emiyl.com/paypal): 域名持有者 +- [emiyl](https://emiyl.com/paypal): Domain holder - Halvorsen: 提供了在主页上使用的Nintendo DSi图片 -- [shutterbug2000](https://paypal.me/projectkaeru): DSi 相机开发者 & Flipnotnote Studio 漏洞发现者 +- [shutterbug2000](https://paypal.me/projectkaeru): Discoverer & Developer of DSi Camera & Flipnote Studio exploits - [nathanfarlow](https://github.com/nathanfarlow): Discoverer & Developer of DSi Browser exploit - [WinterMute](https://devkitpro.org/support-devkitpro): Maintainer of the DS Homebrew development toolchain & forked the ugopwn Flipnote Studio exploit to make Flipnote Lenny (supports all firmwares and regions) - [nocash](http://problemkaputt.de/donate.htm): Developer of Unlaunch @@ -20,4 +18,4 @@ title: 制作人员 You can contribute to our guide too by simply [sending in a pull request](https://github.com/cfw-guide/dsi.cfw.guide/)! -如果你懂其他语言,你可以帮助我们把指南翻译成那种语言。 您可以通过加入我们的 [Crowdin 项目](https://crowdin.com/project/dsi-guide) 来开始。 +如果你懂其他语言,你可以帮助我们把指南翻译成那种语言。 You can join our [Crowdin Project](https://crowdin.com/project/dsi-guide) to get started. diff --git a/docs/zh_CN/dsiware-backups.md b/docs/zh_CN/dsiware-backups.md index c8fddda4e..c4766ef5d 100644 --- a/docs/zh_CN/dsiware-backups.md +++ b/docs/zh_CN/dsiware-backups.md @@ -1,21 +1,21 @@ ---- -title: DSiware备份 ---- +# DSiware备份 ## 首先需要… -- 最新版本的 [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) - - 下载压缩包,解压并将 `GodMode9i.nds` 放置在你 SD 卡的任意位置 + +- The latest version of [GodMode9i](https://github.com/RocketRobz/godmode9i/releases) + - Download the archive, extract the contents and place `GodMode9i.nds` anywhere on your SD card ## Nintendo DSi - 说明 ### Section I - Dumping the DSiWare + 1. Launch GodMode9i -1. Press START to open the START Menu -1. Select `Title manager...` - - If this isn't shown, ensure you have your SD card and NAND mounted. If loading from hiyaCFW reload from somewhere else -1. Select the title you want to dump -1. Select what you want to dump -1. Repeat steps 4-5 for all of the DSiWare you wish to dump +2. Press START to open the START Menu +3. Select `Title manager...` + - If this isn't shown, ensure you have your SD card and NAND mounted. If loading from hiyaCFW reload from somewhere else +4. Select the title you want to dump +5. Select what you want to dump +6. Repeat steps 4-5 for all of the DSiWare you wish to dump ::: tip diff --git a/docs/zh_CN/dumping-game-cards.md b/docs/zh_CN/dumping-game-cards.md index 231a7ec00..bb3e8e4d8 100644 --- a/docs/zh_CN/dumping-game-cards.md +++ b/docs/zh_CN/dumping-game-cards.md @@ -1,26 +1,27 @@ ---- -title: Dumping Game Cards ---- +# Dumping Game Cards This section is for dumping Game Cards using GodMode9i so they can be played on emulators, flashcards, or your SD card via nds-bootstrap. -## 需要准备 +## 首先需要… + - The Game Card of the title you would like to dump - Your Nintendo DSi console with [Unlaunch](installing-unlaunch.html) installed ## 操作步骤 + ### 第一节 - SD 卡设置 -1. 下载最新版本的 [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) -1. 从 GodMode9i 目录中解压 `GodMode9i.nds` 并复制到你SD卡的任意位置 +1. Download the latest release of [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases) +2. Extract `GodMode9i.nds` from the GodMode9i archive and place it anywhere on your SD card ### 第二节——DSi上的操作 + 1. Launch GodMode9i -1. Ensure the Game Card is inserted into the console -1. Select the "NDS GAMECARD" option in GodMode9i -1. Select what you want to dump - - The "Trimmed" options for the ROM will dump a smaller file that can save SD card space, however they won't work for most patches such as ROM hacks -1. Repeat steps 2-4 for all Game Cards you wish to dump +2. Ensure the Game Card is inserted into the console +3. Select the "NDS GAMECARD" option in GodMode9i +4. Select what you want to dump + - The "Trimmed" options for the ROM will dump a smaller file that can save SD card space, however they won't work for most patches such as ROM hacks +5. Repeat steps 2-4 for all Game Cards you wish to dump ::: tip diff --git a/docs/zh_CN/dumping-nand.md b/docs/zh_CN/dumping-nand.md index 90bf9d23a..d2c80bd12 100644 --- a/docs/zh_CN/dumping-nand.md +++ b/docs/zh_CN/dumping-nand.md @@ -1,6 +1,4 @@ ---- -title: 提取NAND ---- +# 提取NAND 这个页面用于备份NAND,它是DSi内部数据的拷贝。 它可以用来配置hiyaCFW自定义固件,以及no$gba和melonDS对DSi的模拟。 @@ -24,29 +22,28 @@ title: 提取NAND ::: -1. 下载最新版本的 [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. 将 `dumpTool.nds` 放置在你SD卡的任意位置 - +1. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +2. Place `dumpTool.nds` anywhere on your SD card ## 第二节——提取NAND -1. 通过 TWiLight 菜单++ 启动 `dumpTool` -1. 点击Nintendo DSi上的 A 键来开始提取你的 NAND - - NAND备份一般需要7分钟左右 -1. 当NAND备份完成后,按 START 按钮退出提取工具 -1. 关闭DSi并将SD卡插入您的电脑中 -1. 将此备份存储在任何安全且不会丢失的地方 - - 如果可能,请在不同的存储设备上做多个备份 - - 如果你在其他地方完成了备份,你可以在SD卡中将其删除 +1. Launch `dumpTool` through TWiLight Menu++ +2. 点击Nintendo DSi上的 A 键来开始提取你的 NAND + - NAND备份一般需要7分钟左右 +3. 当NAND备份完成后,按 START 按钮退出提取工具 +4. 关闭DSi并将SD卡插入您的电脑中 +5. 将此备份存储在任何安全且不会丢失的地方 + - 如果可能,请在不同的存储设备上做多个备份 + - 如果你在其他地方完成了备份,你可以在SD卡中将其删除 ::: warning -`nand.bin` 的 SHA1 hash值将与 `nand.bin.sha1` 中储存的hash值不匹配。 这是因为在计算SHA1 hash值后,dumpTool对 `nand.bin` 文件增加了一个 no$gba 页脚的额外数据。 您可以使用 [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) 来创建一个无页脚的副本。 +The SHA1 hash of the `nand.bin` will not match the hash stored in `nand.bin.sha1`. This is because dumpTool adds additional data known as a no$gba footer to the `nand.bin` file after the SHA1 hash is calculated. You can use the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases) to create a copy without the footer. ::: ::: tip -继续 [安装Unlaunch](installing-unlaunch.html)(可选) +Continue to [Installing Unlaunch](installing-unlaunch.html) (Optional) ::: diff --git a/docs/zh_CN/faq.md b/docs/zh_CN/faq.md index 0a15306cd..26cd0beb2 100644 --- a/docs/zh_CN/faq.md +++ b/docs/zh_CN/faq.md @@ -1,8 +1,7 @@ ---- -title: 常见问题 ---- +# 常见问题 ## 我是否应该进行系统更新? + It is **not** recommended to update your DSi unless you know there are purchased DSiWare. While it still possible to follow this guide if you do so, the only benefit to updating is the ability to access the Nintendo DSi Shop to redownload already purchased titles. All other benefits, such as Facebook integration in the Nintendo DSi Camera application, are no longer usable or are not significant enough to justify the downsides: - Installing System Updates is known to occasionally **brick** consoles, with roughly the same frequency as when installing Unlaunch @@ -10,24 +9,30 @@ It is **not** recommended to update your DSi unless you know there are purchased - Flashcard compatibility is reduced, however this is bypassed if you install Unlaunch ## Which is the best exploit? + Unlaunch is overall the best exploit for the DSi, with the only downside being that there is a minor brick risk on install. In general it's recommended to use Memory Pit to install Unlaunch. If you want to avoid any risk it's recommended to instead use Flipnote Lenny as it has fewer issues in homebrew than Memory Pit while being just as safe and simple to remove. Below is a list of the pros and cons of each exploit: ### Memory Pit + Pros: + - Quick and easy to use - No risk of damaging the console, uninstalling is as simple as removing the SD or deleting one file - Compatible with all DSi consoles unless they have a broken camera and haven't completed the camera tutorial Cons: + - Requires loading the DSi Camera application every time you want to access homebrew - Incompatible with certain DSi mode titles and homebrew due to WRAM only being open to the ARM7 CPU - Access to Slot-1 (the DS Game Card) is blocked in homebrew - Access to the DSP is blocked resulting in worse sound in GBARunner2 - Photos on the SD card cannot be viewed in the DSi Camera application while Memory Pit is installed, as this is the trigger for the exploit - - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) + - The only way to view SD card photos while Memory Pit is installed, is to launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap (v0.61.3 or later) ### stylehax + Pros: + - Better compatibility with DSi mode titles and homebrew than Memory Pit - Easy to use - No risk of damaging the console @@ -35,106 +40,132 @@ Pros: - Better sound in GBARunner2 Cons: + - Requires internet access - Requires loading the DSi Browser every time you want to access homebrew, slightly more time consuming than Memory Pit - Access to Slot-1 (the DS Game Card) is blocked in homebrew ### Flipnote Lenny + Pros: + - Better compatibility with DSi mode titles and homebrew than Memory Pit - No risk of damaging the console, uninstalling is as simple as removing the SD or deleting one folder - Useable on consoles with broken camera - Better sound in GBARunner2 Cons: + - Requires loading Flipnote Studio every time you want to access homebrew, slightly more time consuming than Memory Pit - Access to Slot-1 (the DS Game Card) is blocked in homebrew ### Unlaunch + Pros: + - Allows loading homebrew and DSiWare immediately on system boot, with optional button hotkeys - Full access to the system without any restrictions, including: - - Access to Slot-1 allowing dumping Game Cards and loading incompatible flashcards - - Better sound in GBARunner2 + - Access to Slot-1 allowing dumping Game Cards and loading incompatible flashcards + - Better sound in GBARunner2 - Removes region locks on DSi-Enhanced/Exclusive Game Cards - Protection against most ways a DSi could brick - DSi-Enhanced games can be run in DSi mode without a Donor ROM - Old homebrew can be run via nds-bootstrap-hb Cons: + - Very minor risk of **bricking** the console when installing - Another, slightly higher, risk of bricking if you decide to [uninstall it](uninstalling-unlaunch.html) - Not compatible with development consoles ## Will I lose any functionality by modding my system? + If you install Unlaunch or use Flipnote Lenny, no functionality will be lost. If you use Memory Pit, you will be unable to view photos on the SD card using the DSi Camera, unless you launch a ROM dump of the DSi Camera application using **TW**i**L**ight Menu++ to boot it via nds-bootstrap. + - To regain the ability to view your SD card photos when launching the DSi Camera from the DSi Menu, install Unlaunch or switch to a different exploit, then delete Memory Pit's `pit.bin` file - - If `tip.bin` exists in the same folder, rename it back to `pit.bin` + - If `tip.bin` exists in the same folder, rename it back to `pit.bin` ## How do I play Nintendo DS Game Card dumps? + Playing Game Card dumps on the console requires the use of a flashcard or nds-bootstrap, a program which enables games to be played from the internal SD card by redirecting Slot-1 reads and writes to it. + - With TWiLight Menu++ you can navigate your SD card to find ROM files to play with nds-bootstrap. The advantages to using TWiLight Menu++ are having a cheat menu, per-game settings, and avoiding the restrictions that forwarders bring. In other words, you can drop your ROM files directly and play without any setup. There is no 39 title limit, neither hiyaCFW or Unlaunch are required and there are no restrictions on SD card free space you can have - hiyaCFW users can create forwarders for the SDNAND's DSi Menu using the [DS Game Forwarders](https://wiki.ds-homebrew.com/ds-index/forwarders?tab=tab-dsi-sd-card) guide on the DS-Homebrew Wiki, but it has some limitations. There is a hard limit of 39 titles, and they are less convenient to make than using TWiLight Menu++ - - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki + - If you do not have hiyaCFW and would like to use forwarders, you can follow the [hiyaCFW installation guide](https://wiki.ds-homebrew.com/hiyacfw/installing) on the DS-Homebrew Wiki ## How do I update my homebrew? + - **Unlaunch** - Follow the instructions on the [Installing Unlaunch](installing-unlaunch.html) page - - You do **not** need to uninstall Unlaunch before doing this + - You do **not** need to uninstall Unlaunch before doing this - **hiyaCFW** - Replace `hiya.dsi` on the root of the SD card from the [updated release](https://github.com/RocketRobz/hiyaCFW/releases) - **TWiLight Menu++** - Follow the instructions on the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) - **nds-bootstrap** - Copy `nds-bootstrap-hb-release.nds` & `nds-bootstrap-release.nds` to the `_nds` folder on the root of your SD card - - If you use TWiLight Menu++, there is a high chance that the latest nds-bootstrap release is included with TWiLight Menu++ + - If you use TWiLight Menu++, there is a high chance that the latest nds-bootstrap release is included with TWiLight Menu++ - **GodMode9i, dumpTool, Forwarder3-DS, etc** - Follow the instructions used to download them Other homebrew might use other methods to update. ## I am new or I would like to redo my setup. Where do I start? + - If you have not already modified your console or are looking to update Unlaunch on your system, we recommend starting from the beginning of the guide and following through the pages. Be sure to read everything on the homepage - If you have the latest version Unlaunch, follow the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) to set up TWiLight Menu++ on your system ## How can I remove parental controls? + - The [mkey generator](https://mkey.salthax.org) can generate the code required to remove parental controls ## Can I change my Nintendo DSi's region? + Yes, there are a few different methods depending on what you want to change: + - The safest and simplest method is to simply install TWiLight Menu++, it can use any official language and more without needing NAND modifications - If you want to actually change the system region and are using hiyaCFW, open the config menu, and change the region setting (not possible with CHN and KOR NANDs) - - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) + - If this breaks touch input, revert the region setting back to the original, and you can instead use Yoti's [hiyalang](https://github.com/Yoti/cli_hiyalang/releases) for Asian DSi systems. For American DSi systems use [this version of hiyalang](https://github.com/Simonsator/cli_hiyalang/releases/) - Lastly, if you want to change the region on the actual system NAND, you can use Mighty Max's [DSi Language Patcher](https://gbatemp.net/threads/release-dsi-language-patcher.582836/) ## What happened to the hiyaCFW installation guide? + Because hiyaCFW does not serve much functional purpose and was a problematic and confusing part of the guide for many users, it was moved to the [DS-Homebrew Wiki](https://wiki.ds-homebrew.com/hiyacfw/installing). + - If you were linked to the page in question from another guide, the instructions you were following were most likely outdated. Please use this guide instead, as it is maintained constantly by the developers of these projects ## What happened with Lazy DSi Downloader? How do I install CFW without it? + Lazy DSi Downloader was a program that essentially allowed you to skip the manual setup process by downloading and placing the necessary files and folders on your SD card. However, due to the way it was programmed and distributed, many users encountered various issues and ended up having to do the manual set up, as it was quicker and/or easier than fixing whatever was causing the issue. To avoid more users encountering these issues, we no longer recommend using Lazy DSi Downloader, and instead [doing the manual setup](get-started.html) is the recommended way to go. + - If you were linked to this guide by a third party that recommended using Lazy DSi Downloader, the instructions you were following were most likely outdated. Please use this guide instead, as it is maintained constantly by the developers of these projects. ## What kind of SD card should I use? + - You should buy an SD card from a trusted brand - A full-size SD card or a microSD card with an adapter will both work - Any capacity between 1 GB and 2 TB will work. For general usage, 8 GB is enough - - Some software, such as hiyaCFW, may experience incrementally longer loading times with larger SD card capacities + - Some software, such as hiyaCFW, may experience incrementally longer loading times with larger SD card capacities - Speed class 8 or higher is recommended ## Can I use my DSi SD card on other systems? + Generally, yes, with two exceptions: + - hiyaCFW will only work on the system it was set up for - Even if you are using nds-bootstrap or a flashcard, friend codes in online NDS games will be reset when attempting to go online using a different console ## How do I switch to a new SD card after setting up homebrew? + Format your new SD card using the [SD Card Setup](sd-card-setup.html) instructions, then simply move your data from the old SD card to the new one. ## Can I still use my system normally without the SD card inserted after setting up homebrew? -Yes. If you did not install Unlaunch, your system will remain completely unmodified. If you *did* install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. + +Yes. If you did not install Unlaunch, your system will remain completely unmodified. If you _did_ install Unlaunch, you may need to [configure Unlaunch](installing-unlaunch.html#section-iii-post-unlaunch-configuration) to automatically boot the original DSi Menu under specified conditions. ## The [Unlaunch page](https://problemkaputt.de/unlaunch.htm) says that version 2.0 is not known to be safe. Should I use a previous version instead? -The Unlaunch page has not been updated since version 2.0 was released in 2019. The vast majority of users experience no issues with this version, so it is considered safe. +The Unlaunch page has not been updated since version 2.0 was released in 2019. The vast majority of users experience no issues with this version, so it is considered safe. ## How do I run dumped DSiWare? + The recommended method is to simply launch them with TWiLight Menu++, due to the simple drag-and-drop method and there being no arbitrary limit. When nds-bootstrap is set as the launch method, it also gains the benefits of cheats and screenshots, as well as any other benefit provided by the in-game menu. However, for the few titles that are incompatible, you can use [NTM](https://github.com/Epicpkmn11/NTM/releases) to install them on either internal memory or [hiyaCFW's SDNAND](https://wiki.ds-homebrew.com/hiyacfw/installing). In addition to lacking the benefits above, there is also a limit of 39 titles that cannot exceed 128 MiB/1,024 blocks in size. For SysNAND, there is also a very small risk of bricking the system when writing to the internal NAND. diff --git a/docs/zh_CN/file-extensions-windows.md b/docs/zh_CN/file-extensions-windows.md index 6a025df16..8432eafa7 100644 --- a/docs/zh_CN/file-extensions-windows.md +++ b/docs/zh_CN/file-extensions-windows.md @@ -1,35 +1,37 @@ ---- -title: 文件扩展名 (Windows) ---- +# 文件扩展名 (Windows) 这是一个禁用 Windows 默认隐藏文件扩展名的设置的附加指南,使你在查找指南中提到的文件更加方便。 ::::: tabs -:::: tab name="Windows 11" default +:::: tab default Windows 11 1. 打开资源管理器,导航到任意目录,例如SD卡的根目录。 -1. Click the "View" option on the top bar - - If the option is not present, click the `···` button on the rightmost part of the top bar -1. Click or hove your cursor on the `Show >` submenu -1. Check the option labeled `File name extensions` ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) +2. Click the "View" option on the top bar + - If the option is not present, click the `···` button on the rightmost part of the top bar +3. Click or hove your cursor on the `Show >` submenu +4. Check the option labeled `File name extensions` + ![Screenshot of hovering the "File name extensions" checkbox on Windows 11](/assets/images/windows-11-file-extensions.png) :::: -:::: tab name="Windows 10 / 8.1 / 8" +:::: tab Windows 10 / 8.1 / 8 1. 打开资源管理器,导航到任意目录,例如SD卡的根目录。 -1. Click the "View" option on the ribbon menu -1. Check the box labeled "File name extensions" ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) +2. Click the "View" option on the ribbon menu +3. Check the box labeled "File name extensions" + ![Screenshot of hovering the "File name extensions" checkbox on Windows 10](/assets/images/windows-10-file-extensions.png) :::: -:::: tab name="Windows 7 / Vista / XP" +:::: tab Windows 7 / Vista / XP 1. Open the start menu by clicking on it or using the Windows key -1. Search for "Folder Options" and select the corresponding result ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) -1. Click the "View" option at the top of the Folder Options menu -1. Make sure the box labeled "Hide extensions for known file types" is unchecked ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) +2. Search for "Folder Options" and select the corresponding result + ![Screenshot of a search for "folder options" in the Windows 7 Start Menu](/assets/images/windows-7-folder-options-start-menu.png) +3. Click the "View" option at the top of the Folder Options menu +4. Make sure the box labeled "Hide extensions for known file types" is unchecked + ![Screenshot of the "Folder Options" window on Windows 7 with "Hide extensions for known types" turned off](/assets/images/windows-7-folder-options.png) :::: diff --git a/docs/zh_CN/get-started.md b/docs/zh_CN/get-started.md index 9020de816..d87e23a86 100644 --- a/docs/zh_CN/get-started.md +++ b/docs/zh_CN/get-started.md @@ -1,53 +1,49 @@ ---- -title: "开始" ---- +# 开始 -本指南所安装的主要自制程序是 **TW**i**L**ight Menu++, 这是对 Nintendo DSi 菜单的升级/替换,允许运行其他自制应用程序,零售DS 游戏,各种旧平台的模拟器等等。 +The main homebrew application this guide has you install is **TW**i**L**ight Menu++, which is an upgrade/replacement to the Nintendo DSi Menu that allows running other homebrew applications, retail DS games, emulators for various older systems, and more. 我们将从下载它以及其他一些自制程序工具开始,以便为接下来的利用漏洞破解做准备。 -## 安装要求 +## 首先需要… - 将下载的文件复制到SD卡的方法 -- 可以解压档案的应用程序,例如 [7-Zip](https://www.7-zip.org/) (Windows) 或 [The Unarchiver](https://apps.apple.com/cn/app/the-unarchiver/id425424353) (macOS) - - 我们不建议您使用WinRAR,因为它可能会损坏数据 - - 如果您正在使用 Windows 11,我们也建议您不要使用它的内置解压 (Windows资源管理器), 它会导致一个错误,说文件名太长或无效 +- An application that can extract archives, such as [7-Zip](https://www.7-zip.org/) (Windows), [The Unarchiver](https://apps.apple.com/us/app/the-unarchiver/id425424353) (macOS), or [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (Chromebook) + - 我们不建议您使用WinRAR,因为它可能会损坏数据 + - 如果您正在使用 Windows 11,我们也建议您不要使用它的内置解压 (Windows资源管理器), 它会导致一个错误,说文件名太长或无效 ## 第一步 – 准备工作 ::: warning -确保你的SD卡已[正确格式化](sd-card-setup.html)。 +Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: 1. 将您的 SD 卡插入计算机 -1. 下载最新版本的 [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) - - 点击后如果没有自动下载,那么就打开 [发布页](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), 并下载 `TWiLightMenu-DSi.7z` -1. 下载最新版本的 [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) -1. 打开 `TWiLightMenu-DSi.7z` - - 如果您正在使用 Windows,请确认 7-Zip 已经安装,然后遵循以下步骤: - 1. 右击 `TWiLightMenu-DSi.7z` - 1. 如果使用 Windows 11,点击 `显示更多选项` - 1. 鼠标移动到 `7-zip` - 1. 点击`打开文件` -1. 将 `TWiLightMenu-DSi.7z` 中的 `_nds` 文件夹解压到SD卡的根目录 -1. 将`TWiLightMenu-DSi.7z` 中的 `BOOT.NDS`文件解压到SD卡的根目录 -1. 关闭 `TWiLightMenu-DSi.7z` -1. 将 `dumpTool.nds` 文件复制到SD卡的根目录下 +2. Download the latest release of [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-DSi.7z) + - If it does not download, open the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest), and download `TWiLightMenu-DSi.7z` +3. Download the latest release of [dumpTool](https://github.com/zoogie/dumpTool/releases/latest/download/dumpTool.nds) +4. Open `TWiLightMenu-DSi.7z` + - 如果您正在使用 Windows,请确认 7-Zip 已经安装,然后遵循以下步骤: + 1. Right-click on `TWiLightMenu-DSi.7z` + 2. If using Windows 11, click `Show more options` + 3. Hover over `7-zip` + 4. Click `Open archive` +5. Copy the `_nds` folder from `TWiLightMenu-DSi.7z` to the root of your SD card +6. Copy the `BOOT.NDS` file from `TWiLightMenu-DSi.7z` to the root of your SD card +7. Close `TWiLightMenu-DSi.7z` +8. Copy the `dumpTool.nds` file to the root of your SD card ::: tip -不确定SD卡"根目录"是什么? [查看此图像](/assets/images/sdroot/en_US.png) +不确定SD卡"根目录"是什么? [See this image](/assets/images/sdroot/en_US.png) ::: - ## 第二步 — 选择漏洞 从这里开始,你有三个选项,每个选项的工作量略有不同。 - ### Installing Unlaunch via Memory Pit Memory Pit is an exploit utilizing the DSi Camera, compatible with all firmware versions. Optionally, this exploit can be used to install Unlaunch, a bootcode exploit that allows full control of the console on boot. @@ -60,7 +56,6 @@ Continue to [Launching the Exploit](launching-the-exploit.html) ::: - ### stylehax stylehax is an exploit utilizing the DSi Browser application, and can be used as an alternative to Memory Pit for installing Unlaunch (explained above) if your DSi has a broken camera. @@ -73,7 +68,6 @@ Continue to [Launching the Exploit (stylehax)](launching-the-browser-exploit.htm ::: - ### Flipnote Lenny Flipnote Lenny is an exploit utilizing the Flipnote Studio application. diff --git a/docs/zh_CN/index.md b/docs/zh_CN/index.md index f18448d34..02b8c975c 100644 --- a/docs/zh_CN/index.md +++ b/docs/zh_CN/index.md @@ -1,25 +1,28 @@ --- -home: true -title: 首页 -heroImage: /assets/images/home-page-feature.png -heroFilter: 0.5 +layout: home +title: DSi 破解指南 +hero: + text: DSi 破解指南 + tagline: 最完整的 Nintendo DSi 破解指南 + image: + src: /assets/images/home-page-feature.png --- ::: tip -欲了解其他设备的自制程序和自定义固件的完整指南,请参阅 [CFW.Guide](https://cfw.guide/) +For complete guides to homebrew and custom firmware for other devices, check out [CFW.Guide](https://cfw.guide/). ::: ::: tip -在继续之前,请详细阅读包括本页在内的全部介绍页面。 +Thoroughly read all of the introductory pages (including this one!) before proceeding. ::: ## 自制程序(Homebrew)是什么 ? -[自制](https://en.wikipedia.org/wiki/Homebrew_(video_games)) 软件 是指为一个封闭生态的系统上开发并使用非正常渠道安装的软件,例如我们将会提到的 Nintendo DSi. 这些软件涵盖实用工具到自制游戏。 +[Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(video_games\)) applications are unlicensed software made for closed systems such as the Nintendo DSi. 这些软件涵盖实用工具到自制游戏。 自制软件可以在所有 Nintendo DSi 机器上免费、自由地运行,与固件版本或区域无关。 您需要的只是一个入口点和一个SD卡来存储您的自制程序。 本指南中使用的主要入口点将称为 Memory Pit. 但如果 Memory Pit 不可用,您还可以使用其他入口点。 @@ -27,28 +30,28 @@ heroFilter: 0.5 - 直接从 DSi 的SD卡上运行 Nintendo DS(i) 游戏备份或ROM模组,而不需要烧录卡 - 从SD卡启动任意DSiWare - - 这意味着锁区和3DS专用的 DSiWare 也能正常运行 + - 这意味着锁区和3DS专用的 DSiWare 也能正常运行 - 在Nintendo DSi开机时通过长按特定的按钮来启动至DSiWare和自制程序 - 用各种模拟器玩老游戏 - 使用通常情况下不兼容的烧录卡 - 将 NAND 重定向到 SD 卡中安装的 hiyaCFW - 使用 FastVideoDSPlayer 或 tuna-vidS 观看您最喜欢的电影 - - FastVideoDS编码器需要支持 AVX2 的 CPU (较新的 CPU 可能支持它) + - FastVideoDS编码器需要支持 AVX2 的 CPU (较新的 CPU 可能支持它) - 在启动时显示自定义图像(取代原生启动动画) - 玩自制游戏 ## 在哪里能找到自制软件? -- [Universal-DB](https://db.universal-team.net/ds) 拥有最新的现代自制软件,并且可以通过搜索和排序快速寻找想要的软件 -- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) 拥有较旧的自制软件,这些软件可能只能在烧录卡上运行 +- [Universal-DB](https://db.universal-team.net/ds) has most modern homebrew, with nice search and sorting to keep track of what's been updated recently +- [GameBrew](https://www.gamebrew.org/wiki/List_of_all_DS_homebrew) has a lot of older homebrew, however many will only work on flashcards ## 在开始之前我应该知道什么? -- 在 Windows 操作系统中,如果使用默认的文件资源管理器,建议[显示文件扩展名](file-extensions-windows.html) +- On Windows, it's recommended to [show file extensions](file-extensions-windows.html) if you are using the default File Explorer - 唯一会使设备变砖的风险来自 Unlaunch,但机率微乎其微 ::: tip -继续至 [开始](get-started.html) +Continue to [Get Started](get-started.html) ::: diff --git a/docs/zh_CN/installing-unlaunch.md b/docs/zh_CN/installing-unlaunch.md index d38405516..7b0bbf8f0 100644 --- a/docs/zh_CN/installing-unlaunch.md +++ b/docs/zh_CN/installing-unlaunch.md @@ -1,6 +1,4 @@ ---- -title: 安装 Unlaunch ---- +# 安装 Unlaunch ::: warning @@ -10,7 +8,7 @@ title: 安装 Unlaunch ::: danger -在此之前,请先进行 [NAND备份](dumping-nand)。 虽然概率较低,Unlaunch仍有可能使DSi变砖。 A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. +If you have not yet done so, please follow [Dumping NAND](dumping-nand.html). 虽然概率较低,Unlaunch仍有可能使DSi变砖。 A NAND backup + [hardmod](https://wiki.ds-homebrew.com/ds-index/hardmod) would allow you to restore this backup, provided you know how to solder. ::: @@ -28,33 +26,34 @@ Unlaunch is not compatible with Nintendo DSi development consoles. ## 第一节 - SD 卡设置 -1. 下载最新版本的[ Unlaunch ](https://problemkaputt.de/unlaunch.zip) - - 使用[镜像链接](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip),如果上述链接无法工作 1.从`unlaunch.zip`中解压`UNLAUNH.DSI`并复制到你SD卡的任意位置 1.确认你的SD卡上仍然有TWiLight菜单++ -1. 从SD卡中删除`UNLAUNH.DSI`文件 -1. 确认你的SD卡上仍然有 TWiLight 菜单++ - - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) +1. Download the latest version of [Unlaunch](https://problemkaputt.de/unlaunch.zip) + - [Mirror link](https://web.archive.org/web/20201112031436/https://problemkaputt.de/unlaunch.zip), if the above doesn't work +2. Extract `UNLAUNCH.DSI` from the `unlaunch.zip` archive and place it anywhere on your SD card +3. 确认你的SD卡上仍然有 TWiLight 菜单++ + - If you are unsure, follow the instructions from the [TWiLight Menu++ install guide](https://wiki.ds-homebrew.com/twilightmenu/installing-dsi) ## 第二节——安装/更新Unlaunch 1. 打开TWiLight Menu++ - - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) - - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` - - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen - - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) -1. 启动 TWiLight Menu++ 设置 - - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Otherwise, see the TWiLight Menu++ Manual -1. 点击 L / RX / Y 直到您到达 `Unlaunch settings` 页面 -1. If you want to change Unlaunch's background image, select `Background` and choose the one you want - - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) -1. Exit TWiLight Menu++ Settings -1. In the file navigation menu, launch `Unlaunch DSi Installer` - - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi` - This method does not enable Unlaunch to use custom patches and background -1. Select the "install now" option - - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page -1. When completed, reboot your system + - If this is your first time installing Unlaunch, relaunch TWiLight Menu++ through the [exploit that you used](launching-the-exploit.html) + - If you have already installed Unlaunch and are looking to update it, hold A + B while booting and select the option labeled `TWiLight Menu++` + - If several options are labeled `TWiLight Menu++`, select the option in where `BOOT.NDS` is shown at the end of the path on the bottom screen + - This happens because you are running an older version of TWiLight Menu++, unless you're doing it on purpose, is suggested that you [update your installation](https://wiki.ds-homebrew.com/twilightmenu/updating-dsi) +2. 启动 TWiLight Menu++ 设置 + - If you haven't changed your theme, press `SELECT` and touch the small DS icon on the bottom of the touch screen. Otherwise, see the TWiLight Menu++ Manual +3. Hit L / R or X / Y until you reach the `Unlaunch settings` page +4. If you want to change Unlaunch's background image, select `Background` and choose the one you want + - If you want to create your own Unlaunch background, see the [DS-Homebrew Wiki page](https://wiki.ds-homebrew.com/twilightmenu/custom-unlaunch-backgrounds) +5. Exit TWiLight Menu++ Settings +6. In the file navigation menu, launch `Unlaunch DSi Installer` + - If you see two black screens after launching, download [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases), put its .dsi file on the SD root, then launch GodMode9i using TWiLight Menu++, and start `Unlaunch.dsi`\ + This method does not enable Unlaunch to use custom patches and background +7. Select the "install now" option + - If Unlaunch freezes at `ERROR: MISMATCH IN FAT COPIES`, please take a look at the [Troubleshooting](troubleshooting.html) page +8. When completed, reboot your system If you see Unlaunch's Filemenu screen at this point, you have successfully modded your Nintendo DSi. + - If you see a black screen, please take a look at the [Troubleshooting](troubleshooting.html) page ## 第三部分 - 启动后配置 @@ -62,15 +61,15 @@ If you see Unlaunch's Filemenu screen at this point, you have successfully modde Currently, Unlaunch defaults to launching its Filemenu on boot, but this can be changed launch whatever you want. 1. 摁住 AB键 后,再摁下 Dsi 的电源键 - - 这应该能启动到Unlaunch Filemenu - - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) -1. 导航到 `OPTIONS`, 并查看可用的选项 - - A + B被硬编码启动到Unlaunch的菜单,因此无法更改 - - “NO BUTTON”和“BUTTON A / B / X / Y”选项可以根据您的喜好进行设置,并根据按住的按钮选择 DSi 在启动时加载的内容。您可以选择任何 DSiWare、自制软件、Slot-1 卡、wifiboot 或 Unlaunch 的文件菜单 您可以选择任何DSIWare,Homebrew,Slot-1卡,Wifiboot或Unlaunch能引导的文件 - - For TWiLight Menu++, select `TWiLight Menu++` - - 想要原生 DSi 菜单,请选择 `Launcher` - - `LOAD ERROR`出现时说明加载出现问题,例如SD卡未插入 -1. 选择SAVE & EXIT以保存设置,然后关闭您的DSI + - 这应该能启动到Unlaunch Filemenu + - If nothing is listed, or if only `TWiLight Menu++` isn't listed (even after scrolling down), then you'll need to [reformat the SD card](sd-card-setup.html) +2. Navigate to `OPTIONS`, and look at the available options + - A + B被硬编码启动到Unlaunch的菜单,因此无法更改 + - The `NO BUTTON` and `BUTTON A / B / X / Y` options can be set however you like and will choose what your DSi loads at boot depending on which buttons are held. 您可以选择任何DSIWare,Homebrew,Slot-1卡,Wifiboot或Unlaunch能引导的文件 + - For TWiLight Menu++, select `TWiLight Menu++` + - For the original DSi Menu, select `Launcher` + - `LOAD ERROR` is what your DSi will load if loading what you have set fails, such as the SD card not being inserted +3. Select `SAVE & EXIT` to save your settings, then turn off your DSi ## 第四部分 - 清理你的 SD 卡 @@ -82,22 +81,22 @@ This section is optional and only serves for keeping your SD card tidy of files :::: tabs -::: tab name="Memory Pit" default +:::tab default Memory Pit - Delete the `sd:/private/ds/app/484E494A/pit.bin` file from your SD card - Rename `tip.bin` back to `pit.bin`, and leave it intact - You can now restore the `DCIM` folder that was on the root of your SD card -- 从SD卡中删除`sd:/private/ds/app/484E494A/pit.bin`文件 +- Delete the `UNLAUNCH.DSI` file from your SD card ::: -::: tab name="Flipnote Lenny" +:::tab Flipnote Lenny - Delete the `800031_104784BAB6B57_000.ppm` and `T00031_1038C2A757B77_000.ppm` files from inside the following folders: - - `sd:/private/ds/app/4B47554A/001` (Japan) - - `sd:/private/ds/app/4B475545/001` (USA) - - `sd:/private/ds/app/4B475556/001` (Europe/Australia) - - You can also delete the entire folders for the regions besides your own -- 从SD卡中删除`sd:/private/ds/app/484E494A/pit.bin`文件 + - `sd:/private/ds/app/4B47554A/001` (Japan) + - `sd:/private/ds/app/4B475545/001` (USA) + - `sd:/private/ds/app/4B475556/001` (Europe/Australia) + - You can also delete the entire folders for the regions besides your own +- Delete the `UNLAUNCH.DSI` file from your SD card ::: diff --git a/docs/zh_CN/launching-the-browser-exploit.md b/docs/zh_CN/launching-the-browser-exploit.md index 8ee56b8c9..c44921e85 100644 --- a/docs/zh_CN/launching-the-browser-exploit.md +++ b/docs/zh_CN/launching-the-browser-exploit.md @@ -1,28 +1,24 @@ ---- -title: Launching the Exploit (stylehax) ---- +# Launching the Exploit (stylehax) We'll start by first launching our exploit. For the best Unlaunch-free experience, or if the DSi camera is broken to install Unlaunch, we recommend using an exploit called "stylehax" which takes advantage of a flaw in how the DSi Browser application handles webpages. 运行这个漏洞,它就会引导进入 TWiLight Menu++ ,一个DSi菜单的自制替换版本。 - ## 首先需要… - Nintendo DSi Browser installed on your Nintendo DSi - - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead - + - If you do not have the DSi Browser, then use [Memory Pit](launching-the-exploit.html) instead ## Launching the exploit 1. Ensure your SD card is inserted into your Nintendo DSi -1. Boot your Nintendo DSi and launch the DSi Browser application -1. Touch the `Go to Page` button - - The button will have a green `www` icon -1. Type `opera:about`, and touch `Go` to load the page -1. Touch the HOME icon -1. Touch the `Go to Page` button -1. Type `stylehax.net`, and touch `Go` to load the page +2. Boot your Nintendo DSi and launch the DSi Browser application +3. Touch the `Go to Page` button + - The button will have a green `www` icon +4. Type `opera:about`, and touch `Go` to load the page +5. Touch the HOME icon +6. Touch the `Go to Page` button +7. Type `stylehax.net`, and touch `Go` to load the page ::: tip diff --git a/docs/zh_CN/launching-the-exploit.md b/docs/zh_CN/launching-the-exploit.md index 08304dd30..1ab609fd7 100644 --- a/docs/zh_CN/launching-the-exploit.md +++ b/docs/zh_CN/launching-the-exploit.md @@ -1,6 +1,4 @@ ---- -title: 启动漏洞 ---- +# 启动漏洞 我们首先准备好SD卡来启动漏洞。 对于大多数用户,我们建议用一个叫做“Memory Pit”的漏洞,是一个利用Nintendo DSi Camera(iQue DSi 趣照)应用在处理数据时存在的漏洞实现的。 @@ -8,44 +6,44 @@ title: 启动漏洞 ::: tip -如果您没有计划安装Unlaunch并拥有DSi浏览器或Flipnote Studio, 建议使用 [stylehax](launching-the-browser-exploit.html) 或 [Flipnote Lenny](launching-the-flipnote-exploit.html) 代替。 [哪个是最好的漏洞?](faq.html#which-is-the-best-exploit) +If you don't plan on installing Unlaunch and have either the DSi Browser or Flipnote Studio, it is recommended to use either [stylehax](launching-the-browser-exploit.html) or [Flipnote Lenny](launching-the-flipnote-exploit.html) instead. [Which is the best exploit?](faq.html#which-is-the-best-exploit) ::: -### Section I - Checking your DSi Camera Version +## Section I - Checking your DSi Camera Version 1. 打开你的机器电源 -1. Open Nintendo DSi Camera - - If you are prompted to complete the camera tutorial, do so now - - If the tutorial crashes as you try to complete it, your Nintendo DSi camera hardware is likely broken in some way and you will not be able to use Memory Pit. Please use an [alternate exploit](alternate-exploits.html) -1. Open the album using the large button on the right -1. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) +2. Open Nintendo DSi Camera + - If you are prompted to complete the camera tutorial, do so now + - If the tutorial crashes as you try to complete it, your Nintendo DSi camera hardware is likely broken in some way and you will not be able to use Memory Pit. Please use an [alternate exploit](alternate-exploits.html) +3. Open the album using the large button on the right +4. Take note of whether you have a Facebook icon alongside the star, clubs, and heart, outlined in red here: + ![Screenshot of where the Facebook icon is located](/assets/images/facebook-check.png) -### 第二节 - Memory Pit +## 第二节 - Memory Pit 1. Download the correct Memory Pit binary for your Nintendo DSi Camera version: - - [If you ***did*** have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) - - [If you did ***not*** have a Facebook icon](/assets/files/memory_pit/256/pit.bin) -1. Navigate to `sd:/private/ds/app/484E494A/` on your SD card - - `sd:` is the root of the SD card - - You will already have these directories if you have previously taken photos to your SD card via the Nintendo DSi Camera application - - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created - - If you receive a message saying your SD card isn't inserted, please use another SD card - - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) -1. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` -1. Place the Memory Pit `pit.bin` file in the `484E494A` folder -1. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card - + - [If you _**did**_ have a Facebook icon](/assets/files/memory_pit/768_1024/pit.bin) + - [If you did _**not**_ have a Facebook icon](/assets/files/memory_pit/256/pit.bin) +2. Navigate to `sd:/private/ds/app/484E494A/` on your SD card + - `sd:` is the root of the SD card + - You will already have these directories if you have previously taken photos to your SD card via the Nintendo DSi Camera application + - If they (or just `484E494A`) do not exist, please insert the SD card into your DSi, launch the DSi Camera application, and then select the SD Card icon in the top-right for the folder(s) to be created + - If you receive a message saying your SD card isn't inserted, please use another SD card + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Inside the `484E494A` folder, rename the existing `pit.bin` file to `tip.bin` +4. Place the Memory Pit `pit.bin` file in the `484E494A` folder +5. If there's a folder named `DCIM` in the root of your SD card, make a back up of it so you don't lose the pictures inside, and then remove it from the SD card ## Section III - Launching the exploit 1. Ensure your SD card is inserted into your Nintendo DSi -1. Boot your Nintendo DSi and launch the Nintendo DSi Camera application -1. Select the SD Card icon in the top-right - - If you receive a message saying your SD card isn't inserted, please use another SD card - - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) -1. Open the album using the large button on the right - - The screen should flash magenta if Memory Pit was copied correctly +2. Boot your Nintendo DSi and launch the Nintendo DSi Camera application +3. Select the SD Card icon in the top-right + - If you receive a message saying your SD card isn't inserted, please use another SD card + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +4. Open the album using the large button on the right + - The screen should flash magenta if Memory Pit was copied correctly ::: warning diff --git a/docs/zh_CN/launching-the-flipnote-exploit.md b/docs/zh_CN/launching-the-flipnote-exploit.md index 3b9811a35..c95ba3f1c 100644 --- a/docs/zh_CN/launching-the-flipnote-exploit.md +++ b/docs/zh_CN/launching-the-flipnote-exploit.md @@ -1,42 +1,37 @@ ---- -title: Launching the Exploit (Flipnote Lenny) ---- +# Launching the Exploit (Flipnote Lenny) 我们首先准备好SD卡来启动漏洞。 For the best Unlaunch-free experience, we recommend using an exploit called "Flipnote Lenny" which takes advantage of a flaw in how the Flipnote Studio application handles flipnotes. 运行这个漏洞,它就会引导进入 TWiLight Menu++ ,一个DSi菜单的自制替换版本。 - ## 首先需要… - Flipnote Studio installed on your Nintendo DSi - - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead - + - If you do not have Flipnote Studio, then use [Memory Pit](launching-the-exploit.html) instead ## 第一节 - SD 卡设置 1. Download the latest version of [Flipnote Lenny](https://davejmurphy.com/%CD%A1-%CD%9C%CA%96-%CD%A1/) -1. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card - +2. Copy the `private` folder from the Flipnote Lenny archive to the root of your SD card ## Section II - Launching the exploit 1. Ensure your SD card is inserted into your Nintendo DSi -1. Boot your Nintendo DSi and launch the Flipnote Studio application - - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) -1. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled -1. View the flipnotes stored on the SD card - - If you are unable to view the flipnotes on the SD card, please use another SD card -1. Tap on the face corresponding to your region - - If you have an AUS console, select EUR -1. Edit the selected flipnote -1. Tap the frog icon on the bottom-left -1. Tap on the film roll icon -1. Select `Copy` -> `Back` -> `Exit` -1. Tap on the second note with a larger face, and select `Edit` -1. Tap on the frog icon on the bottom-left -1. Tap on the film roll icon -1. Select paste +2. Boot your Nintendo DSi and launch the Flipnote Studio application + - If you receive a message saying that your SD card cannot be used, ensure your SD card is [formatted correctly](sd-card-setup.html) +3. Open the Flipnote Studio settings on the top-right of the main menu and ensure that `Start on Calendar` is disabled and `Frog` is enabled +4. View the flipnotes stored on the SD card + - If you are unable to view the flipnotes on the SD card, please use another SD card +5. Tap on the face corresponding to your region + - If you have an AUS console, select EUR +6. Edit the selected flipnote +7. Tap the frog icon on the bottom-left +8. Tap on the film roll icon +9. Select `Copy` -> `Back` -> `Exit` +10. Tap on the second note with a larger face, and select `Edit` +11. Tap on the frog icon on the bottom-left +12. Tap on the film roll icon +13. Select paste ::: warning diff --git a/docs/zh_CN/restoring-nand.md b/docs/zh_CN/restoring-nand.md index 6d5e9cb98..2cc3a5178 100644 --- a/docs/zh_CN/restoring-nand.md +++ b/docs/zh_CN/restoring-nand.md @@ -1,71 +1,76 @@ ---- -title: 还原 NAND备份 ---- +# 还原 NAND备份 ::: danger -警告! 这非常 ***危险***!!! 即使严格按照这些步骤操作也有可能使DSi变砖,因为机器的NAND闪存质量很低,尤其是如果你已经多次刷机! 这只能作为最后手段使用! +警告! This is _**dangerous**_. 即使严格按照这些步骤操作也有可能使DSi变砖,因为机器的NAND闪存质量很低,尤其是如果你已经多次刷机! 这只能作为最后手段使用! ::: ::: tip -请勿跳过此页上的 *任何步骤*, 任何错误都会使得你DSi的变砖几率增加. +Do not skip _anything_ on this page, any mistake greatly increases chance of bricking your DSi. ::: 首先,除了你打算这样做的原因之外,还有几种更安全的替代选择: + - 可以使用 hiyaCFW 或 TWiLight 菜单++安装DSiWare -- 如果您想要在终端上同时使用 TWiLight Menu++与hiyaCFW ,可以使用 [ninfs](https://github.com/ihaveamac/ninfs/releases)来恢复图片。 HiyaCFW助手的最新版本允许您在设置过程中将您的照片从 NAND 复制到 SDNAND +- Recovering pictures can be done using [ninfs](https://github.com/ihaveamac/ninfs/releases), in combination with hiyaCFW or TWiLight Menu++ if you want them on console. HiyaCFW助手的最新版本允许您在设置过程中将您的照片从 NAND 复制到 SDNAND - Restoring an Unlaunch button configuration can be done from the Unlaunch menu, which can be accessed by holding A + B while powering the console on - 启动至Unlaunch导致错误? 取出SD卡,并且重启系统。 如果这有用,那么是SD卡出了错,还原NAND备份将不会修复它 - "An error has occurred..." on boot is likely a hiyaCFW error and is not related to your NAND, see [hiyaCFW FAQ & Troubleshooting](https://wiki.ds-homebrew.com/hiyacfw/faq) on the DS-Homebrew Wiki for more information -- TWiLight 菜单++中的任何错误都与NAND无关,您应该尝试重新安装 TWiLight 菜单++或在 [Discord](https://ds-homebrew.com/discord) 上寻求帮助 +- Any errors in TWiLight Menu++ are unrelated and you should try reinstalling TWiLight Menu++ or ask for help on [Discord](https://ds-homebrew.com/discord) - 除非绝对有必要,否则应避免通过刷入NAND或使用其卸载器来卸载 您可以将自动启动密钥设置为“Launcher”,您的 DSi就会恢复正常了 你唯一应该用你的NAND做的事情是安装Unlaunch 除此之外,请用其他替代方法 -## 需要准备 -- **来自同一个DSi**NAND备份 -- 最新版本的 [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) +## 首先需要… + +- Your NAND backup **from the same DSi** +- The latest release of [SafeNANDManager](https://github.com/DS-Homebrew/SafeNANDManager/releases/latest/download/SafeNANDManager.nds) - 有利用NAND运行自制程序的方法,例如Unlaunch或Memory Pit 漏洞 -- [no$gba](https://problemkaputt.de/gba.htm), 用来检查您的 NAND 备份 (下载 'Windows gaming version') - - macOS 和 Linux 用户可以使用 [WINE](https://winehq.org) 来运行no$gba +- [no$gba](https://problemkaputt.de/gba.htm), to check your NAND backup (Download the 'Windows gaming version') + - macOS and Linux users can use [WINE](https://winehq.org) to run no$gba - [dsibiosdumper](https://melonds.kuribo64.net/downloads/dsibiosdumper.7z) ## 提取BIOS 以便使用no$gba -1. 从 `dsibiodumper.zip` 压缩包中解压 `dsibiosdumper.nds` 并将其放置在你SD卡的任意位置 + +1. Extract `dsibiosdumper.nds` from the `dsibiosdumper.zip` archive and place it anywhere on your SD card 2. 摁住 AB键 后,再摁下 Dsi 的电源键 - - 这应该能启动到Unlaunch Filemenu + - 这应该能启动到Unlaunch Filemenu 3. 从Unlaunch Filemenu启动 dsibiosdumper。 4. 按 A 将BIOS 导出到SD卡 5. 按 Start 退出 dsibiosdumer ## 测试你的NAND备份 + 在尝试将NAND备份恢复到您的机器之前,测试您的NAND备份是否能用非常重要, 如果它在no$gba 时显示变砖错误,它很可能也会使您的机器变砖。 -1. 将 `NO$GBA.EXE` 从 `no$gba-w.zip` 解压到您计算机上的一个文件夹中 -2. 将您的NAND备份复制到您放置 `NO$GBA.EXE` 的文件夹,并重命名为 `DSI-1.MMC` -3. 复制 `bios7i.bin` 和 `bios9i.bin` 到您放置 `NO$GBA. EXE`的文件夹, 分别命名为 `BIOSDSI7.ROM` 和 `BIOSI9.ROM` -4. 运行 `NO$GBA.EXE` -5. 点击 `Options` > `Emulation Setup` 来打开模拟器设置窗口 -6. 改变 `Reset/Startup Entrypoint` 为 `GBA/NDS BIOS (Nintendo logo)` -7. 改变 `NDS Mode/Colors`为 `DSi (retail/16MB)` + +1. Extract `NO$GBA.EXE` from `no$gba-w.zip` to a folder on your computer +2. Copy your NAND backup to the folder you put `NO$GBA.EXE` in and rename it to `DSI-1.MMC` +3. Copy `bios7i.bin` and `bios9i.bin` to the folder you put `NO$GBA.EXE`, named `BIOSDSI7.ROM` and `BIOSDSI9.ROM`, respectively. +4. Run `NO$GBA.EXE` +5. Click `Options` > `Emulation Setup` to open the Emulation Setup window +6. Change `Reset/Startup Entrypoint` to `GBA/NDS BIOS (Nintendo logo)` +7. Change `NDS Mode/Colors` to `DSi (retail/16MB)` 8. Click `Save Now` -9. 加载任何 NDS ROM (`.nds` 文件) +9. Launch any Nintendo DS ROM (`.nds` file) -If no$gba loads the DSi menu (or the Unlaunch Filemenu), then continue to the next section. 如果出现任何错误 ***不要刷入那个备份***! +If no$gba loads the DSi menu (or the Unlaunch Filemenu), then continue to the next section. If it shows any kind of error _**do not flash that backup**_! ## Uninstalling Unlaunch from your NAND backup (optional) + Follow this if you dumped your NAND backup after you installed Unlaunch and you would like to uninstall Unlaunch from your system. If you are not trying to uninstall Unlaunch, you do **not** need to do this section. + 1. Download the latest version of the [Unlaunch installer](https://problemkaputt.de/unlaunch.zip) -1. Extract `UNLAUNCH.DSI` from `unlaunch.zip` -1. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot - - This should start the Unlaunch installer, which looks similar to to the Unlaunch Filemenu -1. Choose `Uninstall` -1. Once complete, choose `Power down` -1. Launch any Nintendo DS ROM again, and ensure your DSi menu loads and is working properly +2. Extract `UNLAUNCH.DSI` from `unlaunch.zip` +3. Launch `UNLAUNCH.DSI` in no$gba and start it from the Game Card slot + - This should start the Unlaunch installer, which looks similar to to the Unlaunch Filemenu +4. Choose `Uninstall` +5. Once complete, choose `Power down` +6. Launch any Nintendo DS ROM again, and ensure your DSi menu loads and is working properly -If no$gba shows any kind of error instead of loading the DSi menu, ***do not flash that backup***! If you have an older NAND backup you may want to try using that instead. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. +If no$gba shows any kind of error instead of loading the DSi menu, _**do not flash that backup**_! If you have an older NAND backup you may want to try using that instead. Do **not** try to uninstall Unlaunch using its uninstaller on the console, it is extremely likely doing so will brick your DSi. ## 刷入你的NAND备份 (软件方式) @@ -82,11 +87,12 @@ Make sure your Nintendo DSi system is well charged before beginning this section ::: 1. 在插入 SD 卡的状态下,按住 AB 开机 -3. 启动 SafeNANDManager -4. 按下 `begin NAND restore` -6. 一旦恢复完成,按 start 关闭您的 DSi +2. 启动 SafeNANDManager +3. Press the button to `begin NAND restore` +4. 一旦恢复完成,按 start 关闭您的 DSi Your NAND should now be restored. ## 刷入你的NAND备份 (硬件修改) + If you cannot boot your Nintendo DSi, a hardmod is the only way to restore a NAND backup. The best guide that currently exists is the [Nintendo DSi hardmod guide on the DS-Homebrew Wiki](https://wiki.ds-homebrew.com/ds-index/hardmod#nintendo-dsi). diff --git a/docs/zh_CN/sd-card-setup.md b/docs/zh_CN/sd-card-setup.md index a427ac569..2fa1e5152 100644 --- a/docs/zh_CN/sd-card-setup.md +++ b/docs/zh_CN/sd-card-setup.md @@ -1,6 +1,4 @@ ---- -title: SD 卡设置 ---- +# SD 卡设置 This page is for preparing your SD card for your device. In the process, we'll format the SD card and check the card for errors. @@ -12,7 +10,7 @@ This page is for preparing your SD card for your device. In the process, we'll f ::::: tabs -:::: tab name="Windows" os="windows" +:::: tab default Windows ### Section I - Formatting your SD card with SD Formatter @@ -97,7 +95,7 @@ If the test shows the result `Test finished without errors`, your SD card is hea :::: -:::: tab name="Linux" os="other" +:::: tab Linux ::: tip @@ -179,7 +177,7 @@ If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is :::: -:::: tab name="macOS" os="macos" +:::: tab macOS ### Section I - Formatting your SD card with SD Formatter diff --git a/docs/zh_CN/site-navigation.md b/docs/zh_CN/site-navigation.md index ca52e5eef..c33e9dccc 100644 --- a/docs/zh_CN/site-navigation.md +++ b/docs/zh_CN/site-navigation.md @@ -1,24 +1,25 @@ ---- -title: 网站导航 ---- +# 网站导航 ## 主要指南进程 -- [开始](get-started.html) + +- [Get Started](get-started.html) - [Launching the Exploit (Memory Pit)](launching-the-exploit.html) - [Launching the Exploit (Flipnote Lenny)](launching-the-flipnote-exploit.html) -- [提取NAND](dumping-nand.html) -- [安装 Unlaunch](installing-unlaunch.html) +- [Dumping NAND](dumping-nand.html) +- [Installing Unlaunch](installing-unlaunch.html) ## 附加部分 -- [SD 卡设置](sd-card-setup.html) -- [文件扩展名 (Windows)](file-extensions-windows.html) + +- [SD Card Setup](sd-card-setup.html) +- [File Extensions (Windows)](file-extensions-windows.html) - [Dumping Game Cards](dumping-game-cards.html) -- [DSiware备份](dsiware-backups.html) -- [卸载 Unlaunch](uninstalling-unlaunch.html) +- [DSiWare Backups](dsiware-backups.html) +- [Uninstalling Unlaunch](uninstalling-unlaunch.html) - [Restoring NAND](restoring-nand.html) ## 其他网页 -- [首页](.) -- [常见问题(FAQ)](faq.html) -- [故障排查](troubleshooting.html) -- [制作人员](credits.html) + +- [Home](index) +- [Frequently Asked Questions (FAQ)](faq.html) +- [Troubleshooting](troubleshooting.html) +- [Credits](credits.html) diff --git a/docs/zh_CN/troubleshooting.md b/docs/zh_CN/troubleshooting.md index 72293eecc..ce934e434 100644 --- a/docs/zh_CN/troubleshooting.md +++ b/docs/zh_CN/troubleshooting.md @@ -1,9 +1,8 @@ ---- -title: 故障排查 ---- +# 故障排查 ## Unlaunch -### Unlaunch 停留在 `MISMATCH IN FAT COPIES` + +### Unlaunch freezes at `MISMATCH IN FAT COPIES` 在没有正确更新整个NAND时破解,twlnf会有一个关键的bug。 这会导致某些自制程序(如Unlaunch安装程序) 出现错误。 diff --git a/docs/zh_CN/uninstalling-unlaunch.md b/docs/zh_CN/uninstalling-unlaunch.md index c106f718e..83bb5a49c 100644 --- a/docs/zh_CN/uninstalling-unlaunch.md +++ b/docs/zh_CN/uninstalling-unlaunch.md @@ -1,17 +1,15 @@ ---- -title: 卸载 Unlaunch ---- +# 卸载 Unlaunch ::: danger -**正在安装或卸载Unlaunch,可能会随机是你的机器变砖! 你已被警告!** +**Installing or uninstalling Unlaunch may randomly brick your console! You have been warned!** ::: -**警告:** 卸载Unlaunch可能会砖掉你的 DSi 。 这里有一些关于您可能想要卸载Unlaunch,但并不需要卸载Unlaunch就可解决问题的例子。 +**WARNING:** An uninstall of Unlaunch may brick your Nintendo DSi. 这里有一些关于您可能想要卸载Unlaunch,但并不需要卸载Unlaunch就可解决问题的例子。 - **The Unlaunch Background is scary:** [Reinstall Unlaunch](installing-unlaunch.html) using the new instructions. 它们现在包含关于如何改变背景的说明 -- **没有开机界面,且音乐丢失:** 使用 [新操作说明](troubleshooting.html#unlaunch) 重新安装。 它们现在包含缓解此问题的说明 +- **I'm having an issue with Unlaunch or my console after installing it:** The [Troubleshooting](troubleshooting.html#unlaunch) page will explain how to fix many issues you may have ::: warning