mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Add WFCPatcher guide and troubleshooting links
This commit is contained in:
parent
87b8cddf7a
commit
2c58ae3014
@ -8,17 +8,16 @@ description: Information on using Wi-Fi on the Nintendo DS
|
||||
---
|
||||
|
||||
- On Nintendo DS applications, you can only use WEP and Open WiFi
|
||||
- On Nintendo DSi enhanced/exclusive applications, you have the addition of WPA2 support
|
||||
- On Nintendo DSi enhanced/exclusive applications, you have the addition of WPA and WPA2 support
|
||||
|
||||
Hotspots are usable, so you don't need to change your router configuration.
|
||||
|
||||
### Creating a hotspot
|
||||
### Creating a Hotspot
|
||||
There are guides for creating a DS game compatible hotspot on macOS and Linux computers on GBAtemp. If you're on Windows you can use a Linux live boot.
|
||||
- [macOS](https://gbatemp.net/threads/571658)
|
||||
- [Linux](https://gbatemp.net/threads/543283)
|
||||
|
||||
### Nintendo DS WFC Restoration
|
||||
|
||||
1. Launch the Nintendo WFC settings
|
||||
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:
|
||||
@ -28,3 +27,22 @@ There are guides for creating a DS game compatible hotspot on macOS and Linux co
|
||||
- **Twilit WFC** - `34.66.49.81`
|
||||
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
|
||||
|
||||
### Manually Patching Your DS ROMs
|
||||
Follow the guide below in case your ISP blocks custom DNS servers, otherwise it is *strongly* recommended to follow the above guide.
|
||||
|
||||
Note: Users of GNU/Linux and macOS can follow very similar instructions, but will have to use mono
|
||||
|
||||
1. Download [WFCPatcher](https://github.com/AdmiralCurtiss/WfcPatcher/releases)
|
||||
1. Copy the ROM of the game you want to patch to the same folder where WFCPatcher is saved and open that folder.
|
||||
1. Create a text file with a name like patch.bat.
|
||||
1. In the file, enter this line, then save and close: wfcpatcher.exe %1 --domain wiimmfi.de (you can replace wiimmfi.de with another URL, if you wish to use a different server)
|
||||
1. Now drag all the roms you wish to patch on to patch.bat
|
||||
1. Done! the patched roms will be the ones ending in (wiimmfi)
|
||||
|
||||
Don't forget to remove any DNS you might have saved on your Wi-Fi settings before attempting to connect with the patched ROM
|
||||
|
||||
### Troubleshooting and Further Reading
|
||||
If you are recieving any errors, you can enter the error code in wiimmfi's [troubleshooter](https://wiimmfi.de/error) for ways to fix it.
|
||||
|
||||
For more specific troubleshooting and more information, such as how to connect to online on emulators, you can read 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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user