mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Featuring a description this time (#37)
* Add detail about additional RAM disk slots Also corrects usernames, some grammar/clarity changes, and adds note about the Windows requirement * Bullet adjustments and clarify accessing DS Classic Menu on DSi I changed the PictoChat and flashcard instructions to individual sentences, because in my opinion the single bullet for a step looked bad. * Add some details to the app installation question This does technically make it repeat itself a bit, but the invalid title section may only be viewed *after* they've hit the issue. Also corrects capitalization per CONTRIBUTING.md * Add details on other ways of connecting Also removes the Windows hotspot link * Link to online checksum calculator * Punctuation and more accurate NWFCUSBC info Also, the last commit added the AltWFC online player list, but I believe I forgot to mention that * Add information to top
This commit is contained in:
parent
622aca99eb
commit
900548fa95
@ -13,17 +13,36 @@ description: Information on using Wi-Fi on the Nintendo DS
|
||||
Hotspots are usable, so you don't need to change your router configuration.
|
||||
|
||||
### Creating a hotspot
|
||||
There are guides for creating a DS-compatible hotspot on macOS and Linux computers on GBAtemp. If you are using Windows 10, you can use a Linux Live Boot.
|
||||
There are guides for creating a DS-compatible hotspot on macOS and Linux computers on GBAtemp.
|
||||
- [macOS](https://gbatemp.net/threads/571658)
|
||||
- [Linux](https://gbatemp.net/threads/543283)
|
||||
- [Windows](https://gbatemp.net/questions/how-can-i-put-a-live-os-on-a-dual-boot-with-windows.5319)
|
||||
|
||||
An Android mobile hotspot set to Open (none) security would also work.
|
||||
|
||||
Windows cannot create a compatible hotspot, so Windows users will need to boot into Linux in order to set one up.
|
||||
#### Other methods
|
||||
If you cannot create a DS-compatible hotspot using the above methods, you may be able to use another method.
|
||||
- [Nintendo Wi-Fi USB Connector](https://gbatemp.net/threads/575631/)
|
||||
- While this can still be used, it is not recommended because it requires a 32-bit version of Windows XP or Vista
|
||||
- For information on setting up a Nintendo Wi-Fi USB Connector, read Section 3 of this [Wiimmfi Guide](https://docs.google.com/document/d/1f3PChwQig40UaiPXlh-Gi5CggGiBPzyrpiecLZlT8ZE/edit?usp=sharing) written by members of the [Mario Kart DS Network](https://discord.gg/pa9bea6)
|
||||
- Changing router settings to be DS-compatible
|
||||
- This is not recommended because it opens your network to intruders, even if you use WEP security. It may also cause issues for other users of your network. If you choose to do this, it is recommended that you use a secondary router or guest network, if available
|
||||
- Not all routers support guest networks or turning security off
|
||||
- Wi-Fi extenders
|
||||
|
||||
#### Settings
|
||||
If you are setting up a network to be DS-compatible, it must meet the following specifications:
|
||||
- WEP or Open (none) security
|
||||
- 2.4 GHz wireless frequency
|
||||
- 802.11b wireless mode
|
||||
- This may be listed as "Legacy mode" or something similar
|
||||
|
||||
### Nintendo DS WFC restoration
|
||||
1. Launch Nintendo Wi-Fi Connection Setup
|
||||
1. Connect to your access point
|
||||
1. Set your Primary DNS value as one of the values below, depending on which service you want to use:
|
||||
- **[Wiimmfi](https://wiimmfi.de)** - `164.132.44.106` or `178.62.43.212`
|
||||
- **[AltWFC/WFCZwei](https://save-nintendo-wifi.com/)** - `172.104.88.237`
|
||||
- **[AltWFC/WFCZwei](https://save-nintendo-wifi.com/) ([online player list](http://zwei.moe:9001))** - `172.104.88.237`
|
||||
1. Set `1.1.1.1` as your secondary DNS
|
||||
1. You might need to NoSSL patch your game at this point, depending on the game
|
||||
|
||||
|
||||
@ -25,3 +25,5 @@ You can verify that your BIOS is a proper dump by comparing it with the followin
|
||||
**SHA1:** `300c20df6731a33952ded8c436f7f186d25d3492`
|
||||
|
||||
**SHA256:** `fd2547724b505f487e6dcb29ec2ecff3af35a841a77ab2e85fd87350abd36570`
|
||||
|
||||
If you don't know how to obtain a file checksum, you can use an [online checksum calculator](https://emn178.github.io/online-tools/crc32_checksum.html).
|
||||
|
||||
@ -8,8 +8,9 @@ category: other
|
||||
description: FAQ & Troubleshooting for hiyaCFW
|
||||
---
|
||||
|
||||
#### How do I install apps to hiyaCFW's SDNAND?
|
||||
You will need to use [TMFH](https://github.com/JeffRuLz/TMFH/releases/latest) to install any apps to the SDNAND.
|
||||
#### How do I install apps or DSiWare to hiyaCFW's SDNAND?
|
||||
You will need to use [TMFH](https://github.com/JeffRuLz/TMFH/releases/latest) to install apps to the SDNAND, but older DS homebrew may not be compatible.
|
||||
- If you would like to install Game Card dumps, you should use a [forwarder](../ds-index/forwarders)
|
||||
|
||||
#### Why do I get the #-2435-8325 error code?
|
||||
If your Nintendo DSi shows an error in this format when booting, with the # being a number, that means that bootstage 2 thinks something is wrong with your SDNAND. This is usually fixed by [reinstalling hiyaCFW](installing).
|
||||
@ -32,5 +33,5 @@ There is also a limit of 200 blocks (25MB) for DSiWare in the `00030004` folder.
|
||||
|
||||
##### Invalid title
|
||||
There are several things you need to take into account when adding titles to hiyaCFW:
|
||||
- Game card dumps cannot be run without being using a [forwarder](../ds-index/forwarders)
|
||||
- Game Card dumps cannot be run without being using a [forwarder](../ds-index/forwarders)
|
||||
- Homebrew need to be built correctly using modern tools to work from the Nintendo DSi Menu
|
||||
|
||||
@ -7,12 +7,17 @@ title: Creating RAM Disks
|
||||
description: How to create RAM disks for using old DS homebrew with TWiLight Menu++
|
||||
---
|
||||
|
||||
Some DS homebrew are incapable of properly accessing the SD card filesystem. Because of this, it may be necessary to load a standalone filesystem into the RAM containing the necessary files for your homebrew in order for it to work.
|
||||
|
||||
The software used here requires the Windows operating system.
|
||||
{:.alert .alert-info}
|
||||
|
||||
You do not need to follow this if you're using a flashcard.
|
||||
{:.alert .alert-info}
|
||||
|
||||
To make a RAM disk, download [Dataram RAMDisk](http://memory.dataram.com/products-and-services/software/ramdisk#freeware) (click `Download Software`), and follow the instructions below.
|
||||
|
||||
Instructions by @Dakkon7, modified by RocketRobz:
|
||||
Instructions by Dakkon7, modified by Rocket Robz:
|
||||
|
||||
1. Run RAMDisk
|
||||
1. Click **View** -> **Advanced**
|
||||
@ -22,8 +27,11 @@ Instructions by @Dakkon7, modified by RocketRobz:
|
||||
1. Click `Start RAMDisk`, and a new window for your .img should appear
|
||||
1. Place any file and/or folder the homebrew expects there, and/or file(s) you want to use
|
||||
1. In the RAMDisk program, click `Save Disk Image Now`
|
||||
1. Save `romname.img` to a folder called `ramdisks` in the .nds file location
|
||||
1. Save `romname.img` to the `ramdisks` folder in the .nds file location. If it does not exist already, create it
|
||||
1. Click `Stop RAMDisk` when you're done
|
||||
1. In TWiLight Menu++, open per-game settings for your homebrew
|
||||
1. In TWiLight Menu++, open the per-game settings for your homebrew
|
||||
1. Set RAM disk to 0
|
||||
1. Launch your homebrew, and it should read your RAM disk
|
||||
|
||||
If you wish to use the other RAM disk slots for a single homebrew application, use the `.img1` extension for RAM disk slot 1, and so on.
|
||||
{:.alert .alert-info}
|
||||
|
||||
@ -8,24 +8,21 @@ description: How to get DS Download Play and PictoChat in TWiLight Menu++'s DS C
|
||||
---
|
||||
|
||||
If you're using a DSi console, you should already be able to launch those apps.
|
||||
Getting dumps of them for your flashcard or 3DS requires accessing the DS Classic Menu.
|
||||
Getting dumps of them for your flashcard or 3DS requires accessing the DS Classic Menu on a DSi.
|
||||
Otherwise, if you have a 3DS with no existing dump(s), proceed below.
|
||||
|
||||
In GodMode9:
|
||||
- Press the HOME/Power button
|
||||
- Select `Title Manager`, then select `[1:] NAND / TWL`
|
||||
- Find and select `DS Download Play (NTR-HDNA)`
|
||||
- Select `Open title folder`
|
||||
- Select `00000000.tmd`, then select `TMD file options...`
|
||||
- Select `Dump CXI/NDS file`
|
||||
- Done. The file will be in `0:/gm9/out/`
|
||||
|
||||
Copy `DS Download Play (NTR-HDNA).nds` to `0:/_nds/`, and rename it to `dlplay.nds`.
|
||||
1. Press the HOME/Power button
|
||||
1. Select `Title Manager`, then select `[1:] NAND / TWL`
|
||||
1. Find and select `DS Download Play (NTR-HDNA)`
|
||||
1. Select `Open title folder`
|
||||
1. Select `00000000.tmd`, then select `TMD file options...`
|
||||
1. Select `Dump CXI/NDS file`
|
||||
- The file will be in `0:/gm9/out/`
|
||||
1. Copy `DS Download Play (NTR-HDNA).nds` to `0:/_nds/`, and rename it to `dlplay.nds`
|
||||
|
||||
The above steps will increase DLP boot speed.
|
||||
|
||||
To run PictoChat on 3DS (DSi required):
|
||||
- Copy `pictochat.nds` from `sd:/_nds/` on the DSi's SD card to the same location on the 3DS's SD card
|
||||
To run PictoChat on 3DS (DSi required), copy `pictochat.nds` from `sd:/_nds/` on the DSi's SD card to the same location on the 3DS's SD card.
|
||||
|
||||
To run both on flashcard:
|
||||
- Copy both `pictochat.nds` and `dlplay.nds` from `sd:/_nds/` on the DSi or 3DS SD card to the same location on the flashcard's SD card
|
||||
To run both on flashcard, copy both `pictochat.nds` and `dlplay.nds` from `sd:/_nds/` on the DSi or 3DS SD card to the same location on the flashcard's SD card.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user