mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
89 lines
4.8 KiB
Markdown
89 lines
4.8 KiB
Markdown
---
|
||
lang: ja-JP
|
||
layout: wiki
|
||
section: twilightmenu
|
||
category: installing
|
||
title: インストール(マジコン)
|
||
long_title: TWiLight Menu++をインストール(マジコン)
|
||
description: ニンテンドーDSマジコンにTWiLight Menu++をインストールする方法
|
||
tabs:
|
||
-
|
||
loader: Flashcart Loader
|
||
ysmenu: YSMenu
|
||
---
|
||
|
||
### インストール
|
||
1. 最新の[`TWiLightMenu-Flashcard.7z`](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest/download/TWiLightMenu-Flashcard.7z)をダウンロード
|
||
- If it does not download, see the [release page](https://github.com/DS-Homebrew/TWiLightMenu/releases/latest)
|
||
1. Open or extract `TWiLightMenu-Flashcard.7z`
|
||
1. Drag and drop the `_nds` folder to your flashcard's microSD card root
|
||
1. Drag and drop the `BOOT.NDS` file to your flashcard's microSD card root
|
||
1. Drag and drop the `roms` folder to your flashcard's microSD card root
|
||
1. すでにセーブデータがある場合は、DS ROMの場所にある`.sav`ファイルを、同じくDS ROMの場所にある`saves`という新しいフォルダに移動
|
||
1. **DS Phat/Lite users:** If booting `BOOT.NDS` causes a white screen lock-up, then follow the below steps for autobooting, and try again
|
||
|
||
### TWiLight Menu++を自動起動する
|
||
1. Open or extract `TWiLightMenu-Flashcard.7z`
|
||
1. Open the `Autoboot` -> `(your flashcard)` folders
|
||
1. Drag and drop the contents of the folder to the root of the flashcard's microSD card
|
||
- マジコンが表示されない場合は、スキップしてください
|
||
1. **DS Phat/Lite users:** Go to settings in the DS menu, and turn on auto-start, so your flashcard will start on boot
|
||
|
||
### To run games using your flashcard firmware (optional)
|
||
|
||
**Please note:**
|
||
- This only works if your flashcard is set to autoboot TWiLight Menu++. 設定方法については、上記の項を参照してください。
|
||
- Not all flashcards support running games in this fashion. 以下の手順がお使いのマジコンに当てはまらない場合は、このセクションを飛ばして構いません。
|
||
- You'll lose the ability to use cheats when running games in this fashion. If you want to retain cheat functionality, please skip this section.
|
||
{:.alert .alert-warning}
|
||
|
||
{% capture tab-loader %}
|
||
|
||
If your flashcart does not have a compatible loader for this section, choose the "YSMenu" tab.
|
||
{:.alert .alert-info}
|
||
|
||
1. Open or extract `TWiLightMenu-Flashcard.7z`
|
||
1. Open the `Flashcart Loader` -> `(your flashcard)` folders
|
||
- `Flashcart Loader`には、どのFlashcart Loaderがお使いのマジコンに適しているかの判断材料となるREADME.txtがあります
|
||
1. Drag and drop the contents of the folder to the root of the flashcard's microSD card
|
||
1. Open TWLMenu++ Settings, switch to `Games and Apps settings` page, and set `Game Loader` to `Kernel`, so the flashcard firmware will be used instead of nds-bootstrap
|
||
- Alternatively you may do this as a per-game setting by pressing `Y` on a selected game and changing the `Game Loader` option there
|
||
|
||
{% endcapture tab-loader %}
|
||
{% assign tab-loader = tab-loader | split: "////////" %}
|
||
|
||
{% capture tab-ysmenu %}
|
||
|
||
1. Please confirm that you have one of the below flashcarts:
|
||
- R4i-SDHC (r4i-sdhc.com)
|
||
- r4isdhc.com 2014+ cards (**not** .hk or .com.cn)
|
||
- R4i SDHC Upgrade Revolution
|
||
- R4DSiXL3D
|
||
- R4i Advance
|
||
- R4-IIIi
|
||
- R4 SDHC Revolution
|
||
- R4(i) Pocket
|
||
- R4i Gold (v1.4.1) (3DS)
|
||
- R4 Gold 3DS RTS (r4i-gold.com)
|
||
- R4xDS
|
||
- DSTT(i)
|
||
- DSONE SDHC & DSONEi(非SDHCモデルは***非対応***)
|
||
- M3 DS Real
|
||
- M3i Zero(GMP-Z003以外のモデル)
|
||
- iTouchDSとiTouch2(M3Real_M3iZero YSMenuファイルを使用)
|
||
- R4(i)RTS(r4rts.com)(M3Real_M3iZero YSMenuファイルを使用)
|
||
- R4 SDHC RTS(黒いカートリッジ)(r4isdhc.com)(M3Real_M3iZero YSMenuファイルを使用)
|
||
1. Download [RetroGameFan's YSMenu](https://gbatemp.net/download/35737/).
|
||
1. Extract it to a folder on your computer. Navigate to the folder required for your flashcart.
|
||
1. Inside the folder, rename `TTMenu.dat` to `YSMenu.nds` if a `YSMenu.nds` file does not already exist
|
||
1. Copy the `TTMenu` folder and `YSMenu.nds` file to the root of your MicroSD card. **Do not** copy `TTMenu.dat` directly; this will break autobooting and YSMenu's soft reset
|
||
1. Open TWLMenu++ Settings, switch to `Games and Apps settings` page, and set `Game Loader` to `Kernel`, so the flashcard firmware will be used instead of nds-bootstrap
|
||
- Alternatively you may do this as a per-game setting by pressing `Y` on a selected game and changing the `Game Loader` option there
|
||
|
||
{% endcapture tab-ysmenu %}
|
||
{% assign tab-ysmenu = tab-ysmenu | split: "////////" %}
|
||
|
||
### Running games with your flashcart firmware
|
||
{% assign tabs = tab-loader | concat: tab-ysmenu %}
|
||
{% include tabs.html index=0 tabs=tabs %}
|