Hacking Dios Mios Lite

  • Thread starter Thread starter G0dLiKe
  • Start date Start date
  • Views Views 937,277
  • Replies Replies 4,287
  • Likes Likes 18
Status
Not open for further replies.
I'm Just about to test Resident Evil: Remake, who should I play as: Chris or Jill?
Nemesis?! =p
Now, that would be interesting... Lol :L

Edit: Anyway... I can't seem to find the ink ribbon to see if it saves or not.

Oh, well... I guess, I'll just move on to Resident Evil Zero (PAL) for the time being.

Just to ask, which loader (other than CFG Loader MOD) supports ripping from NGC Multi-Game Discs?
 
I'm Just about to test Resident Evil: Remake, who should I play as: Chris or Jill?
Nemesis?! =p
Now, that would be interesting... Lol :L

Edit: Anyway... I can't seem to find the ink ribbon to see if it saves or not.

Oh, well... I guess, I'll just move on to Resident Evil Zero (PAL) for the time being.

Just to ask, which loader (other than CFG Loader MOD) supports ripping from NGC Multi-Game Discs?
USB loader gx.
 
Resident Evil Zero (PAL) - tested with Fix94's DML Booter v1.01 Final. NMM allows you to create a save, then when trying to save the second time... It freezes.

I still need to figure out where that ink ribbon is on Resident Evil: Remake. But... I think the results might be the same as Resident Evil Zero (I need someone to confirm this).

Anyway... For the time being, I have no other NGC games to test on my HDD, apart from Mario Kart: Double Dash! (So, I'll test NMM with that next).
 
Is there any tool that lets you convert a discEx format game back into an iso file? or a discEx format into GCReEx format?
 
Look for game.iso in sd:/games/gameID/sys. That's your original disc image.

Then just run GCReEx through command prompt and use this:
Code:
GCReEx.exe -x game.iso"

Then if you wish to use your disc image again with dolphin or to burn it to disc, use this:
Code:
GCReEx.exe -c GameID
You'll need to change the GameID to the one that matches the one you've previously extracted.
 
Using DML 1.4b, tried out the Pokemon Colosseum Japanese Bonus Disc, freezes after main menu.
Using nodisc and a real GC memory card if anyone's curious.
 
I have a question I been meaning to ask for a while, is there a way to change the GC iso title in USB Loader GX? I can only do that with Wii games, I'd like to fix the titles so that it's easier for me to find the games as I always set it alphabetically, thanks!

P.S. I tested running a Wii game via FA32 device earlier today, it seems to work fine and I can still change the titles, so I guess once DM is released and I get a new hard drive I'm all set!
 
I have a small query regarding GCReEx...

When I rebuild disc images once they've been extracted, I use the usual string of code to rebuild it:
Code:
@echo off
title GCReEx - ReBuilding
GCReEx.exe -c "GameID"
echo.
pause
How can I add an argument that finds the folder with the "GameID" into this string of code, so I don't have to change it every time? Obviously "GameID" would need to be replaced with something like "GZLP01".
 
So wait, can someone answer some questions for me?

1, can MGS Twin Snakes 'swap discs'?
2, what's this about USB Loader GX loading GC ISOs? Does it load from USB or SD?
 
So wait, can someone answer some questions for me?

1, can MGS Twin Snakes 'swap discs'?
2, what's this about USB Loader GX loading GC ISOs? Does it load from USB or SD?
it still loads the game from sd, it just copies the game from usb. or if your sd card is big enough, you can put your games on that, an gx will still load while showing the cover in the loader.
 
So wait, can someone answer some questions for me?

1, can MGS Twin Snakes 'swap discs'?
2, what's this about USB Loader GX loading GC ISOs? Does it load from USB or SD?
it still loads the game from sd, it just copies the game from usb. or if your sd card is big enough, you can put your games on that, an gx will still load while showing the cover in the loader.
Ah... Hm... I might just stick with my current method.

If it 'aint broke, don't fix it.

How about Twin Snakes?
 
1) 2 disc support isn't available, as yet.
2) It loads the games from HDD, then copies the chosen game to SD (make sure you've got enough room).
 
Is there any chance that features like NMM and 480p video mode forcing could be used on games running from a real disc? Such as using NMM while playing Eternal Darkness which has streaming audio and therefore is best played from the original disc.
 
Is there any chance that features like NMM and 480p video mode forcing could be used on games running from a real disc? Such as using NMM while playing Eternal Darkness which has streaming audio and therefore is best played from the original disc.
you can do that with usb loader gx, when you load a disc you can set the options before launch it, or at least that worked for me to force 480p on Killer 7, IDK if NMM also work that way.


I have a small query regarding GCReEx...

When I rebuild disc images once they've been extracted, I use the usual string of code to rebuild it:
Code:
@echo off
title GCReEx - ReBuilding
GCReEx.exe -c "GameID"
echo.
pause
How can I add an argument that finds the folder with the "GameID" into this string of code, so I don't have to change it every time? Obviously "GameID" would need to be replaced with something like "GZLP01".
i was using a similar method with discex using this .bat
Code:
@echo off
if "%~1"=="" goto help

DiscEX -c "%~1"
pause
exit

:help
echo Arrastra la iso en el .bat
pause
the only thing you need to do is drag the .iso in the .bat
with gcreex will be
Code:
@echo off
if "%~1"=="" goto help

GCReEX -x "%~1"
pause
exit

:help
echo Arrastra la iso en el .bat
pause
again you only need to drag the iso in the .bat to extract the .iso
to do the "-c" command IDK how to do it, because when you drag a folder in a .bat writes the full route(ex: c:\folder\gameid) and does not work that way.

edit: weird but i tested again the "-c" command draging a folder in the .bat and worked...
so the .bat is
Code:
@echo off
if "%~1"=="" goto help

GCReEX -c "%~1"
pause
exit

:help
echo Arrastra la carpeta en el .bat
pause
just drag the folder and voila.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum