try another sd card i had the same problems for ages then tried my gateway microsd with an adapter and works every time
This is the SD card that came with the 3DS XL...
try another sd card i had the same problems for ages then tried my gateway microsd with an adapter and works every time
This is the SD card that came with the 3DS XL...
well it doesnt seem to work very well with some SD cards.....thinks its mostly down to class/speed, works most times on my 32gb u1 card but pretty much never works on my 8gb class 4This is the SD card that came with the 3DS XL...
well it doesnt seem to work very well with some SD cards.....thinks its mostly down to class/speed, works most times on my 32gb u1 card but pretty much never works on my 8gb class 4
Just tried with an 8 GB class 10 standard SD; same problem. I suppose I'll try reformatting the 16 GB micro SD I was using with the Gateway card. I have to reformat it because it was using exFAT.
I'm trying to decrypt Triforce of the Gods 2 (A Link Between Worlds)
I'll leave this here as a teaser for 3ds rom modding after being decrypted with this decryptor tool.
(one of my dumped and edited roms running on gateway)
with all due respect it sounds very pretentious using a translation of the japanese name, just use the english name... - especially when you are not even using the japanese version of the game, ha
You can change the draw_plot function to this:I'm trying to decrypt Triforce of the Gods 2 (A Link Between Worlds) that I dumped myself from my US physical cartridge using the Gateway 3DS menu and I think the XOR generator Launcher.dat program is freezing. I'm using the Gateway 3DS blue card to start it. I had copied the ROM image from the SD card then ran whatever that ctrKeyGen thing is to make the ncchinfo.bin file.
When I run the exploit, I get this white text on black background on the screen, and nothing else:
Code:3DS CTR DECRYPTOR by VOiD, refactored by xerpi Opening sd:/ncchinfo.bin ... Opened! Reading info...
It just freezes there with no other messages, still playing the System Settings ambiance in the background.
By the way, someone, tell xerpi to disable 3D mode regardless of what the switch is set to. That text looks really screwy in 3D mode. >.<
void draw_plot(int x, int y, u32 color)
{
u8 *base = (u8*)((SCREEN_TOP_H-y-1)*3 +x*3*SCREEN_TOP_H);
u8 *p1 = base + FB_TOP_LEFT1;
u8 *p2 = base + FB_TOP_LEFT2;
u8 *p3 = base + FB_TOP_RIGHT1;
u8 *p4 = base + FB_TOP_RIGHT2;
p1[0] = p2[0] = p3[0] = p4[0] = color & 0xFF;
p1[1] = p2[1] = p3[1] = p4[1] = (color>>8) & 0xFF;
p1[2] = p2[2] = p3[2] = p4[2] = (color>>16) & 0xFF;
}
with all due respect it sounds very pretentious using a translation of the japanese name, just use the english name... - especially when you are not even using the japanese version of the game, ha
sure, but i'm not going to refer to pokemon y as pocket monsters y, or animal crossing new leaf as animal forest jump out/doubutsu no mori tobidase... even though i actually own both japanese retail carts and have full right to say i own the game with the 'japanese' name. i feel it is much too pretentious to use the names... i would not ever want to come across as 'above' someone because i know the names, because i use them, etc etc. it's not about censorship etc, it's just about not coming across as pretentious that only the japanese name is good enough for you...I don't like censorship or useless arbitrary name changes in game translations.

Not quite understanding what you mean by all that, but this only works on a 4.x consoleHow do you find the renamed Launcher.dat on sdcard vr 3DS ?, placed on root of SD but no think shows up on 3DS XL .
One without GW
I will not Launch it as 3ds is on latest FW , Just need to locate it, Are is it OK to just for Launcher ?.

Not quite understanding what you mean by all that, but this only works on a 4.x console
I see thanks so only shows up on lower firmware ?
Sorry I mean Launcher_noGW.dat renamed to Launcher.dat , place onto root of SD, As it don't need a GW as mention, It should appear somewhere on the 3DS XL, tried music , images , no name of file listed are shown .

You don't need GW, but you need to 'install' the ROP Launcher exploit, that requires a DS mode flashcart
just done a little update to the script, overlooked that eshop and VC games use a different naming structure than carts so it wouldn't do them properly, this should work with any now.
ok anyone wanting a simple windows script to automatically extract a rom's filesystem, decrypt it and extract the contents
basically make sure you have
the xor pads and the 3ds rom in the folder
make sure you only have the 1 .3ds file in the folder and click on edd.bat
(i know its obvious but i didn't make any of the tools in the file, just the .bat file this is just to make the process super noob friendly)
Something neat would be a Riivolution equivalent, so we could just put replacement files on SD cards, and load those instead of matching files on retail carts. A guy can only dream...