DIOS-MIOS has been discontinued :(. You can still use this guide if you find the source files somewhere else. Make sure MIOSv10 is installed on your SNEEK NAND Dump first! This is still VERY buggy, don't expect it to work immediately with all your games! Required: * Knowledge on how to use NUSD * SNEEK/UNEEK must be working first. * See also the requirements for compiling SNEEK in general. * Source of SNEEK still somewhere on your PC. (Never hurts to re-download it) Links: * MIOSInject: http://code.google.com/p/dios-mios/downloads/detail?name=MIOSInject-v0.1-cred.rar&can=2&q= Guide: Computer ---------------------- 0. If you haven't gotten NUS Downloader yet (you should have it after compiling SNEEK), download it. Use the MakeKeyBin to generate a key.bin file and place it in the NUS Downloader directory. Compiling the Source (Optional) If you do not wish to compile the source yourself, skip this section. 1. Time to get the source first. Open up your command prompt (Start -> Run -> CMD). Now change the Current Directory to c:/ cd c:/Now type the following: svn checkout http://dios-mios.googlecode.com/svn/trunk/ dios-miosIt will download the source and place it in c:/dios-mios. 2. Still in the command prompt, change the directory to c:/dios-mios: cd c:/dios-miosNow compile the source by simply typing: makeand pressing enter. Wait for the compiling to complete. Then minimalize the command prompt. Creating the mios.app 3. Download the DIOSMIOS pack. Extract both files to c:/dios-mios (if you skipped the compiling, you'll have to create this folder.) If you skipped the Compiling steps above, rename the diosmios.elf to iosmodule.elf. 3. Open NUS Downloader. First enable "Decrypt" at the bottom. Use the Database to navigate to System -> MIOS -> v10. Then start the NUS Download. After the download completes, go to the 0000000100000101v10 folder (created in the NUS Downloader directory). Here you should find a 0000000c.app file, copy this file to c:/dios-mios. 4. Download the MIOSInject pack, extract all files to c:/dios-mios. 5. Back in your command prompt (if you skipped the compiling, open it with run -> CMD and then change the directory to c:/dios-mios (cd c:/dios-mios)), type: MIOSInject.exe iosmodule.elf 0000000c.app dimodule.map mios.appIt will generate a new MIOS.app file. All the rest 6. Go to your sneek NAND dump (on SD or USB) and navigate to title -> 00000001 -> 00000101 -> content. Copy the MIOS.app to this folder. Then delete the 0000000c.app that should be already there and rename the MIOS.app to 0000000c.app. 7. Go to your Source of SNEEK. Open the ES folder and find the ES.c file. Open this file in notepad. Search this file for ES_LaunchTitle. Shortly under that, there should be 2 lines: //if( *TitleID == 0x0000000100000100LL )// *TitleID = 0x0000000100000101LL;Uncomment those lines by removing the // before them: if( *TitleID == 0x0000000100000100LL )*TitleID = 0x0000000100000101LL;Don't forget to save the file! Now recompile the SNEEK source, see this page if you forgot how. After that's done, copy the needed .bin files to the SD card (see here), replacing all the old ones. You can now run gamecube games the same way you do as with Wii games (convert with DiskEx and place on the correct spot)! |