9.3 KiB
| lang | layout | section | category | title | description | tabs | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| en-US | wiki | ds-index | guides | DS Game Forwarders (3DS) | Sådan oprettes CIA forwarders så du kan have dine DS spil på din 3DS's hjemmeskærm |
|
Hvis du har nogen problemer, så tjek FAQs på GBAtemp tråden. {:.alert .alert-warning}
Krav
3DS:
- Luma3DSeller enhver anden CFW som patcher TWL_NAND
- FBI til at installere CIA filer
- (Valgfrit) Et understøttet DS-flashkort
{% capture flashcards %} De anbefalede flashkort er DSTT og Acekard 2i. Hvis du ønsker at have perfekt spil kompatibilitet, så køb SuperCard DSTWO / DSTWO PLUS. Den eneste ulempe er, at det dræner dit systems batteri hurtigere.
Hvis du har et flashkort, der virker med Apache Thunder's NTR Launcher, er du velkommen til at sende en anmodning på GBAtemp tråden. Sørg for at angive hvad for et build, du bruger (Normal eller Alt) og hvis RESETSLOT1 er sat til 0 eller 1 i sd:/nds/ntr_launcher. ni.
Kompatible:
- Acekard 2(i) (DSi-Enhanced spil, herunder nyere NTR-spil, virker ikke.)
- Acekard RPG
- DSTT
- DSTT Advance
- Galaxy Eagle
- M3 DS Real
- M3 DS Simply (uses < 2 GB microSD card)
- R4 DS (Original Non-SDHC version, uses < 2 GB microSD card)
- R4 SDHC Snoopy
- R4 SDHC RTS LITE (www.r4isdhc.com)
- R4 SDHC Upgrade (www.r4i-sdhc.com)
- R4i3D (www.r4i3d.com)
- R4iDSN
- R4i Gold
- R4i Gold RTS (www.r4ids.cn)
- R4i-SDHC (www.r4i-sdhc.com) (Normale og RTS-versioner)
- R4iTT (www.r4itt.net) (Lilla kort kan være inkompatibelt)
- SuperCard DSONE
- SuperCard DSTWO (Normal og Plus versioner)
Ikke testet:
- R4i3D NEW (Brug R4iDSN skabelon og pakke)
Delvist kompatible:
- Ace 3DS+ (Spil kompatibilitet er dårlig, så gemmning/indlæsning af save-filer resultater i nedbrud.)
- Gateway Blue Card (Spil kompatibilitet er dårlig, så gemmning/indlæsning af save-filer resultater i nedbrud.)
- EX4DS (Spil kompatibilitet er dårlig, så gemmning/indlæsning af save-filer resultater i nedbrud.)
- R4iLS (Spil kompatibilitet er dårlig, så gemmning/indlæsning af save-filer resultater i nedbrud.)
- Cards with www.r4isdhc.com.cn (Spil kompatibilitet er dårlig, så gemmning/indlæsning af save-filer resultater i nedbrud.)
Inkompatible:
- CycloDS (i)Evolution (Can autostarte ROMs, men det virker anderledes end andre flashcards.)
- (i)Edge (kan ikke autostarte en .nds ROM)
- R4 Gold Pro (www.r4i-gold.com / www.r4i-gold.me) (YSMenu (not the forwarder process) bricks the card)
- R4i3D (2012)
- R4 Infinity Dual Core
- R4 SDHC
- R4 SDHC Dual-Core (www.r4isdhc.com) (YSMenu (ikke forwarder processen) gør kortet ubrugeligt) {% endcapture %}
Understøttede flashkort
PC:
- Et 64 bit OS
- Forwarder3-DS
- Java 8 Opdatering 251
- Linux users: JavaFX. On Debian based systems run this, or if you're on Arch run:
sudo pacman -S java8-openjfx && sudo archlinux-java set java-8-openjdk/jre.
Part 1: Getting started
{% capture tab-sd-card %}
- Download SD-kort forwarder pakken
- Udtræk indholdet af
for SD card roottil roden af dit 3DS' SD-kort
Når du har udtrukket pakken, kan du redigere sd:/_nds/nds-bootstrap.ini og ændre indstillingerne:
BOOST_CPU: Hvis sat til 1, vil TWL clock hastigheden bruges, så lag forsvinderSOUND_FREQ: If set to 1, sound will play at 48 kHz, instead of 32 kHz {% endcapture%} {% assign tab-sd-card = tab-sd-card | split: "////////" %}
{% capture tab-flashcard %}
-
Download one of these packs:
-
Extract the contents of the
for Slot-1 microSDfolder to the root of your flashcard's microSD card, and (if the folder exists) the contents of thefor 3DS SD cardfolder to the root of your 3DS's SD card.
After you extract the pack for your card, you can edit sd:/_nds/ntr_forwarder.ini to change the settings. This isn't possible for Acekard RPG, R4 DS, and R4i Gold RTS.
NTRCLOCK: If set to0or A is held, the DSi boot screen will appear instead of the normal DS splash, and TWL clock speed is used, so lags begoneDISABLEANIMATION: If set to1or B is held, the DS / DSi boot screen is skippedHEALTHSAFETYMSG: If set to1, the boot screen's health and safety message will appear on the bottom screen, otherwise the bottom screen stays white with no health and safety message {% endcapture %} {% assign tab-flashcard = tab-flashcard | split: "////////" %}
{% assign tabs = tab-sd-card | concat: tab-flashcard %} {% include tabs.html index=0 tabs=tabs %}
Part 2: Getting the AP fix files from TWiLight Menu++
If you already have TWiLight Menu++, skip to the next section.
- Download the latest
TWiLightMenu-3DS.7zfrom the release page - In the 7z file, go to
_nds/TWiLightMenu/ - Copy the
apfixfolder tosd:/_nds/ntr-forwarder/on your 3DS's SD card
Part 3: Forwarder3-DS
- Open
Forwarder3DS.jar- Windows users: If it doesn't open, download this Forwarder3DS.bat, place it in the same folder as Forwarder3DS.jar, and run it
- Set your card as the
Targeton the left- NOTE: If you don't see a list of cards, download this zip, and put the
forwardersfolder in the same folder as Forwarder3DS.jar, then rename it to.forwarders
- NOTE: If you don't see a list of cards, download this zip, and put the
- Enable
Automatically set ROM path- Linux users: The automatic path is incorrect since it includes the entire path (e.g.
/media/$USER/something/), please remove that part - MacOS users: The automatic path is incorrect since it includes
/Volumes/(cardname)/at the start, please remove that part
- Linux users: The automatic path is incorrect since it includes the entire path (e.g.
- Click the folder in the top right and select the ROMs you want to make forwarders for or drag and drop them onto the window
- NOTE: The ROMs must already be on your SD card when selecting them, and can't be moved without recreating the forwarders
- SD card users: If your save file is in the same folder as the ROM, move it to a folder called
saves, with thesavesfolder being in the same place as the ROMs
- If you're playing a hack / translation of a DSi-Enhanced game that has it's banner / title edited, find the banner for the game from here, right click on the game in Forwarder3-DS, click
Import banner, and click on the banner to use - If using a homebrew ROM, click on it, then clear the
Game titleand type the game's title - Click the floppy disk button to generate the forwarder CIA(s)
- Copy the CIA(s) to your 3DS's SD card, then install them using FBI
- If using EmuNAND, install to both SysNAND and EmuNAND