mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
I'll update again soon once there's been time to translate, but I'd rather the pages be consistent with English than outdated with a full translation
69 lines
3.7 KiB
Markdown
69 lines
3.7 KiB
Markdown
---
|
|
lang: it-IT
|
|
layout: wiki
|
|
section: twilightmenu
|
|
category: installing
|
|
title: Installing (3DS)
|
|
description: How to install TWiLight Menu++ on the Nintendo 3DS
|
|
---
|
|
|
|
You will first need to have Custom Firmware on your 3DS, follow [3ds.hacks.guide](https://3ds.hacks.guide) to install it
|
|
{:.alert .alert-info}
|
|
|
|
{% capture tab-working-camera %}
|
|
1. Apri FBI e seleziona `Remote Install`, poi `Scan QR Code`
|
|
1. Scannerizza questo QR code per installare l'ultima versione di [Universal-Updater](https://github.com/Universal-Team/Universal-Updater)<br> 
|
|
1. Chiudi FBI e avvia Universal-Updater
|
|
- Se questa opzione non è presente nel menu home, riavvia il tuo 3DS
|
|
1. Trova TWiLight Menu++ nella griglia delle applicazioni, puoi effettuare una ricerca con la terza scheda sulla barra laterale se hai problemi a trovarla
|
|
- L' app ha questa icona: 
|
|
1. Premi <kbd class="face">A</kbd> oppure tocca l'icona del download nella barra laterale e seleziona `TWiLight Menu++` per installarla
|
|
- This will take a while
|
|
{% endcapture %}
|
|
|
|
{% capture tab-non-working-camera %}
|
|
1. Scarica il file `Universal-Updater.cia` dalla pagina [Universal-Updater release page](https://github.com/Universal-Team/Universal-Updater/releases)
|
|
1. Posiziona il file `Universal-Updater.cia` in qualsiasi cartella sulla tua scheda SD
|
|
1. Avvia FBI sul tuo Nintendo 3DS
|
|
1. In FBI, naviga fino al posto dove hai incollato il file `Universal-Updater.cia`
|
|
1. Seleziona il file `Universal-Updater.cia` e premi "Install & Delete"
|
|
1. Chiudi FBI e avvia Universal-Updater
|
|
- Se questa opzione non è presente nel menu home, riavvia il tuo 3DS
|
|
1. Trova TWiLight Menu++ nella griglia delle applicazioni, puoi effettuare una ricerca con la terza scheda sulla barra laterale se hai problemi a trovarla
|
|
- L' app ha questa icona: 
|
|
1. Premi <kbd class="face">A</kbd> oppure tocca l'icona del download nella barra laterale e seleziona `TWiLight Menu++` per installarla
|
|
- This will take a while
|
|
{% endcapture %}
|
|
|
|
{% capture tab-manual %}
|
|
1. Download the latest version of `TWiLightMenu-3DS.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
|
|
1. Extract `TWiLightMenu-3DS.7z`
|
|
1. Copy the `_nds` folder to your SD card root
|
|
1. Copy the `BOOT.NDS` file to your SD card root
|
|
1. Copy the `roms` folder to your SD card root
|
|
1. Copy the two `.cia` files to your SD card root
|
|
1. On your 3DS, install the two CIAs with FBI
|
|
{% endcapture %}
|
|
|
|
### Installing
|
|
|
|
<div class="tab-container">
|
|
<div class="pb-3">
|
|
<a class="tab-link btn btn-outline-secondary tab-default" href="#tab-working-camera" onclick="openTab(event, event.currentTarget)" data-tab-name="working-camera">Working Camera</a>
|
|
<a class="tab-link btn btn-outline-secondary" href="#tab-non-working-camera" onclick="openTab(event, event.currentTarget)" data-tab-name="non-working-camera">Non-Working Camera</a>
|
|
<a class="tab-link btn btn-outline-secondary" href="#tab-manual" onclick="openTab(event, event.currentTarget)" data-tab-name="manual">Manual</a>
|
|
</div>
|
|
<div id="tab-working-camera">
|
|
<noscript><h4>Working Camera</h4></noscript>
|
|
{{ tab-working-camera | markdownify }}
|
|
</div>
|
|
<div id="tab-non-working-camera">
|
|
<noscript><h4>Non-Working Camera</h4></noscript>
|
|
{{ tab-non-working-camera | markdownify }}
|
|
</div>
|
|
<div id="tab-manual">
|
|
<noscript><h4>Manual</h4></noscript>
|
|
{{ tab-manual | markdownify }}
|
|
</div>
|
|
</div>
|