

Here maybe?btw, does anyone know if there's an archive of M3 simply & R4DS software updates anywhere? I've got m3 1.02, 1.03, and 1.04 and R4DS 1.07 and 1.08.


Like Seyiji said: linfoxdomain. It has a collection of M3 Simply firmwares from the very first one to 1.04 (newest) and R4 firmwares from 1.04 until 1.08 (newest).I suppose this is for people who don't like waiting the extra time for the M3 team to release their version of the update or for people that expect either the m3 or the r4 team will discontinue the product one day and maybe the other will continue working on the software for it.
Well, that includes meBut future firmwares have to be edittable like this... I would certainly use it! For example, when R4 1.09 comes out to fix games like that tennis one, I'll put the patched version on my M3 Simply. When the original one from the M3 Team comes out I will use that one again![]()
![]()
As for me... I'm just awful curious.![]()
Yes, I am too, but that's not really something usable![]()
QUOTE(iq_132 @ May 17 2007, 03:46 PM)btw, does anyone know if there's an archive of M3 simply & R4DS software updates anywhere? I've got m3 1.02, 1.03, and 1.04 and R4DS 1.07 and 1.08.

I also thought of this, but I don't think there is a really high risk. Sure, they can make it, but they can with regular nds-files too. Actually, there are 2 DS brickers...yes there were pre-1.04 firmwares, because R4 was released first remember
I don't, 'cause I didn't knowI am just new to this whole thing. When I got really interested in flash card, the M3 Simply was just released.![]()
Perhaps some clever guy or girl will
- find out to make POR running on every micro sd-card?
- find out to make also the latest 'problem' games running on the R4 (even before the R4 team does)?
That would be great! I don't like Castlevania, but it would be great to play Tony Hawk's Downhill Jam with playable speed.
QUOTE(lafleche @ May 17 2007, 01:51 PM)and also hope that some idiot won't release a version which bricks the DS....'cause that is my greatest fear... unless this forum 'installs' some kind of QA on private firmware for the time being I will stay far away from non official firmware
I also thought of this, but I don't think there is a really high risk. Sure, they can make it, but they can with regular nds-files too. Actually, there are 2 DS brickers...Perhaps some clever guy or girl will
- find out to make POR running on every micro sd-card?
- find out to make also the latest 'problem' games running on the R4 (even before the R4 team does)?
That would be great! I don't like Castlevania, but it would be great to play Tony Hawk's Downhill Jam with playable speed.
and also hope that some idiot won't release a version which bricks the DS....'cause that is my greatest fear... unless this forum 'installs' some kind of QA on private firmware for the time being I will stay far away from non official firmware
@echo off
cls
:menu
echo ---------------------
echo   Action Menu
echo ---------------------
echo [1] Decrypt Firmware
echo [2] Encrypt Firmware
echo [3] Decrypt Cheats
echo [4] Encrypt Cheats
echo [5] Close
echo ---------------------
echo.
set INPUT=
Set /P INPUT= Action:
if "%input%" =="" goto menu
if "%input%" =="1" goto decryptf
if "%input%" =="2" goto encryptf
if "%input%" =="3" goto decryptc
if "%input%" =="4" goto encryptc
if "%input%" =="5" goto close
:decryptf
r4crypt.exe -d _DS_MENU.DAT OUTPUT.DAT
goto close
:encryptf
r4crypt.exe -e OUTPUT.DAT _DS_MENU.DAT
goto close
:decryptc
r4crypt.exe -d CHEAT.DAT USRCHEAT.DAT
goto close
:encryptc
r4crypt.exe -e USRCHEAT.DAT CHEAT.DAT
goto close
:close
cls
This makes it a lot easier! ThanksThe obvious update to the batch file. Can now convert between CHEAT.DAT and USRCHEAT.DAT
Code:CODE

what do I need to change to get English R4 firmware on Chinese R4 hardware?

what do I need to change to get English R4 firmware on Chinese R4 hardware?
As promised, here's my patcher program.
Right now, it can only patch the region for the newest Firmware (1.08 - r4 / 1.04 - m3) [it can patch between r4 english & m3 english for versions from 1.00 - 1.04 and 1.04 - 1.08], but I'll try to fix that later.
http://www.savefile.com/files/730764

Does this mean R4 Clones?






