wiki/pages/_ja-JP/twilightmenu/installing-3ds.md
2021-03-13 20:21:44 -06:00

60 lines
3.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
lang: ja-JP
layout: wiki
section: twilightmenu
category: installing
title: インストール3DS
description: ニンテンドー3DSにTWiLight Menu++をインストールする方法
tabs:
-
working-camera: 機能されるカメラ
non-working-camera: 機能されないカメラ
manual: 手動
---
3DSにカスタムファームウェアが必要です。インストールには[3ds.hacks.guide](https://3ds.hacks.guide)に従ってください
{:.alert .alert-info}
{% capture tab-working-camera %}
1. FBIを開き、`Remote Install`を選択し、`Scan QR Code`します
1. このQRコードをスキャンして、[Universal-Updater](https://github.com/Universal-Team/Universal-Updater)の最新バージョンをインストースします<br> ![Universal-UpdaterのQRコード](https://db.universal-team.net/assets/images/qr/universal-updater.cia.png)
1. FBIを閉じ、Universal-Updaterを起動します
- ホームメニューに表示されない場合は、3DSを再起動します
1. アプリのグリッドで「TWiLight Menu++」を見つけます。見つからない場合は、サイドバーの3番目のダブで検索できます。
- 次のアイコンがあります:![TWiLight Menu++のアイコン](https://raw.githubusercontent.com/DS-Homebrew/TWiLightMenu/master/booter/icon.bmp)
1. <kbd class="face">A</kbd>を押すか、サイドバーのダウンロードアイコンをタップし、`TWiLight Menu++`を選択してインストールする
- しばらく時間がかかります
{% endcapture %}
{% assign tab-working-camera = tab-working-camera | split: "////////" %}
{% capture tab-non-working-camera %}
1. [Universal-Updaterのリリースページ](https://github.com/Universal-Team/Universal-Updater/releases)から`Universal-Updater.cia`ファイルをダウンロードする
1. `Universal-Updater.cia`ファイルをSDカードの任意の場所に配置します
1. ニンテンドー3DSでFBIを起動します
1. FBIで、`Universal-Updater.cia`ファイルを貼り付けた場所に移動します
1. `Universal-Updater.cia`ファィルを選択し、「Install & Delete」を押します
1. FBIを閉じ、Universal-Updaterを起動します
- ホームメニューに表示されない場合は、3DSを再起動します
1. アプリのグリッドで「TWiLight Menu++」を見つけます。見つからない場合は、サイドバーの3番目のダブで検索できます。
- 次のアイコンがあります:![TWiLight Menu++のアイコン](https://raw.githubusercontent.com/DS-Homebrew/TWiLightMenu/master/booter/icon.bmp)
1. <kbd class="face">A</kbd>を押すか、サイドバーのダウンロードアイコンをタップし、`TWiLight Menu++`を選択してインストールする
- しばらく時間がかかります
{% endcapture %}
{% assign tab-non-working-camera = tab-non-working-camera | split: "////////" %}
{% capture tab-manual %}
1. [リリースページ](https://github.com/DS-Homebrew/TWiLightMenu/releases)から`TWiLightMenu-3DS.7z`の最新バージョンをダウンロードする
1. `TWiLightMenu-3DS.7z`を抽出する
1. `_nds`フォルダをSDカードのルートにコピーする
1. `BOOT.NDS`ファイルをSDカードのルートにコピーする
1. `roms`フォルダをSDカードのルートにコピーする
1. 2つの`.cia`ファイルをSDカードのルートにコピーする
1. 3DSで、FBIを使って2つのCIAをインストールする
{% endcapture %}
{% assign tab-manual = tab-manual | split: "////////" %}
### インストール
{% assign tabs = tab-working-camera | concat: tab-non-working-camera | concat: tab-manual %}
{% include tabs.html index=0 tabs=tabs %}