Télécharger DML (Dios Mios Lite) r58 : SD Loader GameCube

idTitreDateCatégorieTéléchargementsVus
799DML (Dios Mios Lite) r58 : SD Loader GameCube28/03/12 à 20:04:57Loader480353381
Fichier : DMLr58.zip
Taille : 0.653Mo 
Description :

image

Crediar, auteur de nombreux outils de la scène Wii, publie DML (Dios Mios Lite). DML est un SD loader GameCube, il permet donc de lire les backups de jeux GC sur carte SD.
Celui-ci fonctionne avec ou SANS Sneek.
Crediar est maintenant aidé par d'autres personnes pour l'améliorer.
Note, pour convertir vos sauvegardes gci vers le format nmm, utilisez ce logiciel



Pour info, voici les versions de DM/DML :
- Dios MIOS v2 : USB Loader.
- Dios MIOS (dépassé) : USB Loader (mais bugué).
- Dios MIOS Lite par Crediar.
- Dios MIOS Lite : SD Loader, moins bugué et différente de la version par Crediar (cette version).

DisEX est disponible ici.

Révision 58
-thanks for the donation request! The Legend of Zelda: The Wind Waker NMM fixed
-Console restart and power off button config changed

R + Z + START = reSTART
R + Z + B = power off (red button)

This only works on the first controller, and does not work with every game

Révision 57
-fixed a bug in the CARDOpen patch which should at least fix NMM for Zelda:WW
-removed sd card logging

Révision 56
-fixed a bug which caused errors when not using no-disc
-REALNAND is now enabled by default again
(it seems that people don't check global.h before compiling and then wonder why
stuff doesn't work)

Révision 55
-fixed a bug which broke no-disc

Révision 54
no-disc patching started, thanks for the donation requests!

-added no-disc patches
-added a new config value to control no-disc

Note: Not all games are working without a disc yet, see the compatibility list.
Note: if the loader supports it (SNEEK doesn't) those patches might even allow
no-drive as well

Révision 52
Thanks for your continuing support!

-added a fix for PokemonXD(USA) and Pokemon Colosseum(USA)
-fixed a bug which broke cheating
-fixed a bug which would require boot.bin to be present for a custom game path
to work

Révision 51
Updated games that break when using DiscEX -c and games that break due missing
MIOS patches.
Note: Kirby's Air Ride still breaks when using compression of any kind!

Révision 50
Again another donation another feature. Thanks for donating!

-DML now takes a config which is read from memory (0xC0001700) see config.h for
the structure.
The supplied config always overwrites ALL define settings done via global.h
-It is now possible to supply a custom game- and cheatfile path via the config
structure.
-There are three video mode configs:
*DML_AUTO: uses the default DML code to pick the best video mode for the game
*DML_NONE: keeps the current setting
*DML_FORCE: uses the video mode supplied via the config structure
-Fixed the dungeon map freeze for the USA version of Zelda:CE, thanks to
betakoopa for the fix
-NMM activity is no longer flashing the slot led when the define is disabled
-NMM is (silently) disabled if something is inserted in Slot A

Révision 49
-added another PADRead pattern (XG3-USA, ...)
-changed console shutdown code

Révision 48
As requested, console reset/power off via controller added. Thanks for the
donation!

L+Z+Digital-Down+A: power off
L+Z+Digital-Down+B: console reset

This only works on the first controller.

Révision 47
* Small fixes to the .elf loading code(crediar)
* Removed sd logging in the function IRQHandler, might be unstable

Révision 46
- change CheatCode.c to include two versions of the code-handler (default is for
cheat only, use a new define debugger in global.h to change it for debugger
version)

Révision 45
* Changed the debug output to write as much as possible to the log file on sd
card
* Added some debug output when loading .elf files

Révision 44
-changed the __GXSetVAT patch to only patch Zelda:WW and Zelda:CE
This fixes all issues r43 had because of this patch.

This will be my last commit for the time being.

Révision 43
- patches the Windwaker Dungeon Map Freeze.

Révision 42 mod
- same as r42 just with a fix for Paper Mario RPG.

Révision 42
-added .gct cheat support, which is enabled by default and can be switched off
in global.h
-added a new define to let the debugger wait, debugger wait is off by default
-made the cbForStateBusy detection code more versatile
Note: The .gct file is to be placed at sd:/games/GZLE01/GZLE01.gct .
The .gct must not be large than 1840byte, otherwise it will not be used.

Révision 41
-added section about games that use audio streaming

Révision 40
-added wiki page about game issues.

Révision 39
-fixed a small bug that prevented to patch cbForStateBusy on games with .dols
or .elf files

Révision 38
-added basic(=not working) support for games with .elf files

Révision 37
-added a feature to test the speed of the SD card.
It is disabled by default and can be enabled via the SPEEDTEST define in global.h

Révision 36
-fixed random(!) disc read errors
-removed unused code
-fixed hook code
Note: This "only" fixed the random read errors, there might be games that get
read errors due other reasons, like Pokemon Colosseum which writes to the reserved area used by DML.
This concludes the deal from the video.

Révision 35
-fixed black screen issue

Révision 34
-fix for the error from r33

Révision 33
-writing the video mode changes to SRAM
-removed the remaining ehci code
-added the hack for Ikaruga's audio streaming, which is required with the current audio streaming handling

Révision 32
-restored loading retail GC discs with a sd card inserted

Révision 31
-restored retail disc support with no sd card inserted
-restored DVD-R access with gamecube homebrew
-minor code cleanup

Révision 30
-removed some old code
-updated video mode patch code

Révision 29
-video mode fixes for EUR

Révision 28
-removed cache system since new patch code is fast enough
-fixed video modes

Révision 27
-removed zelda-hack which "broke" saving
-added a define to switch between real nand and sneek nand build (real nand is default)
-added loading of DOLs and real disc support again
-changed video mode patching to always set PROG flags (doesn't affect people without PROG cables)

Révision 26
-replaced code with my version
This version is tested and working!

Révision 25
-fixed a bug which always turned off the wii after the first DVDRead

Révision 24
-removed old patch code

Révision 23
-added DVDInquiryAsync and DVDSeekAbsAsynPrio patches, which fixes fatal disc errors

Révision 22
-updated patch code
-improved SRAM patching for PAL60
-optimized main.dol/apploader detection code
It was a bit tricky to make the changes since my version is quite different, so
there could be some problems, which I will of course fix when they arise.

Révision 21
* Fixed some values about the used sram for the code, stack and heap(Crediar)
* Disablig the VIInit patch on PAL games if the SRAM is set to PAL, this should
this the black bar on PAL60

Révision 20
* Allow booting gamecube retail discs without sd card inserted
* Allow MIOS to patch games on retail discs like Wind Waker
* Added launching gamecube homebrew like cMIOS do, but DML is still NOT a cMIOS!
* Allowing gamecube homebrew to read DVD-Rs like cMIOS do
* Commented out some functions to save some memory

Révision 19
...

Révision 18
* Reverted some of the EXIControl and Shutdown changes. They were not safe in
these 3 functions.

Révision 17
* Added a new patch for DVDReadAbsAsyncPrioForBS(thanks to Crediar again). Now
multi .dol games should work.
* Deleting the boot.bin after reading. And if there's no boot.bin, DML boots the
inserted retail disc. This alows to boot retail GC discs from the disc channel
again.
* Changed the handling of critical errors. The EXI control register is not
changed anymore and Shutdown() is always called on critical errors. Hopefully
one of both fixes the file table deleting problems.
* Changed some debug output.

Révision 16
* r15 and r16 are unstable, only use them at your on risk! They might erase your
FAT file table
* Added 2 more DVDReadAbsAsyncPrio patch options

Révision 15
* Using the games' dvd read patch for apploaders as well now. This at least
finds the dvd read function of the 2nd apploader on multi .dol games.

Révision 14
* Added LDVDReadAbsAsyncPrio for the DVDReadAbsAsyncPrio of apploaders, fixes
the multi .dol issue to 50%
* Fixed the bug introduced in r13

Révision 13
* Minor code cleanup for the fwrite patch

Révision 12
* DML is now meant to be installed as MIOS on real nand

Révision 11
* Fixed a typo that resulted in fwrite patches when they were disabled

Révision 10
* Switched to the audio streaming patches from Swiss
* Added a hack for Ikaruga's audio streaming
* Removed a hack for Eterna Darkness audio streaming
* Added a version system for the cache files, so the patterns can be updated
* Changed the .dol loading detection a little

r9
* Changed the patcher to cache the patches for all loaded .dol files, and also use the cache if the main.dol is reloaded
* Use the general .dol load detection code when loading the main.dol with the MIOS IPL
* Removed the hack to get Metroid Prime to work, it should not be required anymore

r8
* Removed the ehci code to allow booting DML from real nand without usb device connected. This has issue #1 as well though

r7
* Improved the patcher speed a bit

r6
* Added the ability to turn off fwrite patching and dbgprintf

r5
* Patching the MIOS IPL to not patch games, now they should at least boot
* Removed the hack to get Wind Waker to boot as it should not be required anymore
* Added a batch file to make compiling even easier on Windows machines

r4
* Added some comments about the MIOS patcher
* Minor code cleanup

r3
- Add debugger and cheat codes feature (requires kenobigc.bin in sd:\games folder; see global.h for turning-off or on this feature when compiling iosmodule.elf)

r2
- Version initiale, développée par Crediar.


SNEEK+DI - Installation


1. Téléchargez MIOSv10 depuis NUS Downloader et décryptez le.
2. Utilisez FixELF pour créer un fichier MIOS patché:
FixELF 0000000c.app DML.elf 000000c.app
(Copiez le fichier 0000000c.app dans ce dossier, et lancez step2.bat pour la version normale ou step2debug.bat pour la version debug).
3. Assurez vous qu'un BC NON MODIFIE est installé sur votre NAND Virtuelle
(Si vous avez installé une version inférieure à la r12 sur votre NAND virtuelle, vous devrez réinstaller un BC non modifié).
4. Injectez ce nouveau fichier 0000000c.app dans un WAD d'un MIOS v10
5. Installez ce WAD sur votre Nand réelle (pas la virtuelle).
6. Choisissez votre jeu Gamecube depuis la liste dans le menu de SNEEK et lancez le via la chaîne disque

Note: Il est recommandé d'utiliser Bootmii en boot2 plutôt qu'en IOS car très peu de jeux fonctionnent avec Bootmii en IOS.

Référez vous au Readme.txt pour plus d'informations.

http://code.google.com/p/dios-mios-lite-source-project/ Code source : http://code.google.com/p/dios-mios-lite-source-project/

 
Télécharger Télécharger DML (Dios Mios Lite) r58 : SD Loader GameCube
Les fichiers avec l'extension 7z se décompressent avec winrar ou 7zip.
 

40 commentaires
Pages: 1
Messages:
^ Déconnecté darkplayer
#1, posté le 12/08/11 à 16:20:17
Membre
59 messages
Petit parleur
star
avatar
salut je voudrait savoir quelle format pour les jeux gc svp et si il faut un repertoire speciale
LOLTube.fr - Humour image
^ Déconnecté lanarchyste
#2, posté le 12/08/11 à 16:23:10
Membre helper
4448 messages
Dieu des dieux
star
avatar
Avant de commencer à essayer DML? est tu familier avec Sneek ? Il te sera obligatoire !
^ Déconnecté nolimits59
#3, posté le 13/08/11 à 13:45:39
Membre
2 messages
Petit nouveau
star
quelqu'un pourrait m'indiquer que veux dire BC ? :/ j'ai complètement zapper x)
^ Déconnecté crao
#4, posté le 13/08/11 à 13:47:49
Membre helper
8938 messages
Dieu des dieux
star
avatar
::siffle::

Dernière édition le 13/08/11 à 13:49:09 par crao.
^ Déconnecté totototototo
#5, posté le 04/09/11 à 13:44:37
Membre
35 messages
Débutant
star
un petit tuto serer le bienvenue ::)::
car certaine chose sont un peu compliquer pour les debutant

Dernière édition le 08/09/11 à 19:37:19 par totototototo.
^ Déconnecté Attila
#6, posté le 12/01/12 à 17:25:50
Administrateur
23125 messages
Dieu des dieux
starstarstarstarstarstar
avatar
j'ai mis à jour en version r12 et j'ai modifié le tutoriel en fonction du changement (installation d'un mios modifié maintenant au lieu d'un bc modifié)
^ Déconnecté iAnn
#7, posté le 22/01/12 à 19:01:43
Membre
31 messages
Débutant
star
avatar
Bonjour,

Est ce que tous les jeux GC sont ils jouables ?
^ Déconnecté iFearFactor
#8, posté le 22/01/12 à 19:04:46
Membre
3392 messages
Dieu des dieux
star
avatar
Bonsoir,

Ca dépend. Question ambigüe.
^ Déconnecté iAnn
#9, posté le 22/01/12 à 19:48:42
Membre
31 messages
Débutant
star
avatar
Je veux dire si les jeux ne lag pas, la compatibilité.
^ Déconnecté iFearFactor
#10, posté le 22/01/12 à 19:53:54
Membre
3392 messages
Dieu des dieux
star
avatar
Oui, ceux qui fonctionnent en tout cas, ne lague pas. ::^^::
^ Déconnecté iAnn
#11, posté le 22/01/12 à 20:21:17
Membre
31 messages
Débutant
star
avatar
OK...
^ Déconnecté voxuni
#12, posté le 24/01/12 à 21:39:06
Membre
16 messages
Petit nouveau
star
C'est un événement ça ! bravo au codeur! Pensez-vous faire un tuto pas à pas pour installer la bête est convertir un jeu?
^ Déconnecté iFearFactor
#13, posté le 24/01/12 à 22:49:44
Membre
3392 messages
Dieu des dieux
star
avatar
Oui, c'est prévu, un tout petit peu de patience. ::)::
^ Déconnecté voxuni
#14, posté le 25/01/12 à 22:34:51
Membre
16 messages
Petit nouveau
star
vu le temps déjà attendu pour une telle release, c'est pas quelques jours de plus qui vont m'embeter :)
^ Déconnecté Itachijiraya
#15, posté le 25/01/12 à 23:08:08
天 Moderator 朱
4282 messages
Dieu des dieux
starstarstarstarstar
avatar
Hum finalement.
Quote iFearFactor:

Dommage, on verra si quelqu'un d'autre voudra bien le faire :;)::

Dernière édition le 25/01/12 à 23:09:27 par Itachijiraya.
^ Déconnecté Attila
#16, posté le 25/01/12 à 23:15:39
Administrateur
23125 messages
Dieu des dieux
starstarstarstarstarstar
avatar
moi non plus :(
^ Déconnecté tinugae
#17, posté le 14/02/12 à 15:53:09
Membre
6 messages
Petit nouveau
star
Comment avec une carte SD de 1Gb on peut mettre des jeux GC? Ils font quelle taille les jeux?
^ Déconnecté Itachijiraya
#18, posté le 14/02/12 à 16:29:25
天 Moderator 朱
4282 messages
Dieu des dieux
starstarstarstarstar
avatar
Lol il faut lire et ne pas regarder que les images, après la taille des jeux GC ça dépend du jeu.
^ Déconnecté Bibititou1997
#19, posté le 22/02/12 à 11:50:13
Membre
103 messages
Apprenti parleur
star
avatar
Salut;
Comment fait on sans Sneek, ce n'est pas expliqué ::(::.
Merci d'avance.
^ Déconnecté Attila
#20, posté le 22/02/12 à 12:07:11
Administrateur
23125 messages
Dieu des dieux
starstarstarstarstarstar
avatar
http://www.wii-info.fr/forum-33935-tuto-lancer-vos-backups-gc-depuis-une-sd-sdhc-avec-dml.htm
^ Déconnecté bassem_50
#21, posté le 03/03/12 à 21:20:01
Banni
205 messages
Apprenti parleur

avatar
est ce que il peut lancer des jeux gamecube depuit une usb
^ Déconnecté richardjouir
#22, posté le 03/03/12 à 21:23:23
Modérateur
7315 messages
Dieu des dieux
starstarstarstar
avatar
Quote :
DML est un SD loader GameCube

si ce n'est pas dit "usb", c'est que non, logique... non!? ::huh::
^ Déconnecté Itachijiraya
#23, posté le 04/03/12 à 14:11:26
天 Moderator 朱
4282 messages
Dieu des dieux
starstarstarstarstar
avatar
C'est surtout que :

Quote :
::teach:: DML ne fonctionne qu'à partir de cartes SD/SDHC et rien d'autre, il n'y aura jamais de version par USB. ::teach::
^ Déconnecté Attila
#24, posté le 04/03/12 à 16:56:26
Administrateur
23125 messages
Dieu des dieux
starstarstarstarstarstar
avatar
bassem dans toute sa splendeur
^ Déconnecté bassem_50
#25, posté le 04/03/12 à 22:08:25
Banni
205 messages
Apprenti parleur

avatar
quoi je ne savais pas
^ Déconnecté RoiDadidou
#26, posté le 15/03/12 à 13:40:06
Membre
9 messages
Petit nouveau
star
avatar
Bonjour

Voila j'ai un problème:
J'ai suivi le tuto qui est très bien expliqué d’ailleurs mais au moment de lancer mon backup Zelda the wind waker? Neogamma le charge mais ensuite ecran noir.::'(::
J'ai utilisé la rev50 de DML .

Merci d'avance pour les réponses .
^ Déconnecté radeca
#27, posté le 15/03/12 à 14:46:55
Membre helper
5858 messages
Dieu des dieux
star
avatar
Tu as bien un jeu wii ou gc dans le lecteur ?
^ Déconnecté RoiDadidou
#28, posté le 17/03/12 à 14:35:03
Membre
9 messages
Petit nouveau
star
avatar
Quote radeca:
Tu as bien un jeu wii ou gc dans le lecteur ?

Ben oui j'ai mis le jeu Wii sport a l’intérieur u_u

Dernière édition le 17/03/12 à 14:35:23 par RoiDadidou.
^ Déconnecté Syl191
#29, posté le 19/03/12 à 16:51:54
Membre
6 messages
Petit nouveau
star
Salut,j'ai eu le meme probleme que toi.Reinstalle la BC original avec dml creator.a+

Dernière édition le 19/03/12 à 16:53:01 par Syl191.
Choisir un Film : La meilleure solution quand on ne sait pas quel film regarder
^ Déconnecté skokis
#30, posté le 27/05/12 à 11:51:25
Membre
1 messages
Petit nouveau
star
Bonjours,

Je voudrais bien savoir si cela marche mais avec les jeux qui contienne 2 CD ?

Merci d'avance.

Pages: 1

Ajouter commentaire:
Créez un compte ou identifiez vous pour poster un commentaire.



Pour votre téléphone, Jailbreak iPhone et Jailbreak iPad. - Hack PS3 - Hacker sa WiiU - Hacker PS Vita - Rage Comics, troll face - Retrouvez chaque jour des image drole sur internet grâce à LOLTube. - Meme Internet
399 connectés (0 membre, 399 anonymes)© 2007-2015 Attila