mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Move manual 3DS instructions to the main 3DS page
The old page is kept as a redirect for now
This commit is contained in:
parent
6dbaf24dce
commit
c140c060c1
@ -1,4 +1,3 @@
|
|||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
@ -44,4 +43,3 @@
|
|||||||
</script>
|
</script>
|
||||||
<script src="//cdn.crowdin.com/jipt/jipt.js"></script>
|
<script src="//cdn.crowdin.com/jipt/jipt.js"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
|
||||||
@ -1,8 +1,12 @@
|
|||||||
|
---
|
||||||
|
layout: compress
|
||||||
|
---
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ page.collection | default: "en-US" }}" {% if site.data.rtl contains page.collection %}dir="rtl"{% endif %}>
|
<html lang="{{ page.collection | default: "en-US" }}" {% if site.data.rtl contains page.collection %}dir="rtl"{% endif %}>
|
||||||
|
<head>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% include nav.html %}
|
{% include nav.html %}
|
||||||
|
|||||||
12
_layouts/redirect.html
Normal file
12
_layouts/redirect.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
layout: compress
|
||||||
|
---
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="{{ page.collection | default: "en-US" }}" {% if site.data.rtl contains page.collection %}dir="rtl"{% endif %}>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="refresh" content="0; URL={{ page.destination }}">
|
||||||
|
|
||||||
|
{% include head.html %}
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
@ -4,8 +4,9 @@ layout: compress
|
|||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ page.collection | default: "en-US" }}" {% if site.data.rtl contains page.collection %}dir="rtl"{% endif %}>
|
<html lang="{{ page.collection | default: "en-US" }}" {% if site.data.rtl contains page.collection %}dir="rtl"{% endif %}>
|
||||||
|
<head>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% include nav.html %}
|
{% include nav.html %}
|
||||||
|
|||||||
@ -1,20 +1,7 @@
|
|||||||
---
|
---
|
||||||
lang: en-US
|
lang: en-US
|
||||||
layout: wiki
|
layout: redirect
|
||||||
section: twilightmenu
|
destination: installing-3ds#installing-manual
|
||||||
category: installing
|
|
||||||
title: Installing (3DS, Manual)
|
title: Installing (3DS, Manual)
|
||||||
description: How to install TWiLight Menu++ on the Nintendo 3DS (Manual method)
|
|
||||||
---
|
---
|
||||||
|
|
||||||
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}
|
|
||||||
|
|
||||||
### Installing
|
|
||||||
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
|
|
||||||
|
|||||||
@ -33,3 +33,12 @@ You will first need to have Custom Firmware on your 3DS, follow [3ds.hacks.guide
|
|||||||
- It has this icon: 
|
- It has this icon: 
|
||||||
1. Press <kbd class="face">A</kbd> or tap the download icon in the sidebar and select `TWiLight Menu++` to install it
|
1. Press <kbd class="face">A</kbd> or tap the download icon in the sidebar and select `TWiLight Menu++` to install it
|
||||||
- This will take a while
|
- This will take a while
|
||||||
|
|
||||||
|
### Installing (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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user