More actions
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=DiscEX | |title=DiscEX | ||
|image= | |image=discexwii4.png | ||
|description=Command line tool to convert games to NEEK / DIOS-MIOS format. | |description=Command line tool to convert games to NEEK/DIOS-MIOS format. | ||
|author=crediar | |author=crediar | ||
|lastupdated=2012/08/30 | |lastupdated=2012/08/30 | ||
Line 15: | Line 9: | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/discexwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/discexwii.7z | ||
|website= | |website=https://twitter.com/crediar/status/241205785835757569 | ||
|source= | |source= | ||
}} | }} | ||
DiscEX is a Command line tool to convert | DiscEX is a Command line tool used to convert GameCube game images (iso) to be compatible with [[DIOS MIOS Wii|DIOS-MIOS (Lite)]]. | ||
== | ==User guide== | ||
<pre> | <pre> | ||
DiscEX.exe [-v|-c|-a] game.iso | DiscEX.exe [-v|-c|-a] game.iso | ||
Line 29: | Line 23: | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/wiihomebrews/ | https://dlhb.gamebrew.org/wiihomebrews/discexwii4.png | ||
==Changelog== | ==Changelog== | ||
'''0.9''' | '''0.9''' | ||
* -a was not doing anything at all, this has been fixed | * -a was not doing anything at all, this has been fixed. | ||
* | * Fixed support for games that have the game partition beyond the 4GB mark (Dragon Quest X). | ||
'''0.8b''' | '''0.8b''' | ||
* -c no longer breaks games that have the main.dol within the filesystem | * -c no longer breaks games that have the main.dol within the filesystem. | ||
* | * When copying a GC iso directly the % value is no longer calculated incorrectly when the ISO is under/overdumped. | ||
* -c and -a can no longer be used at the same time | * -c and -a can no longer be used at the same time. | ||
'''0.8''' | '''0.8''' | ||
* | *Increased the buffer size used for writing. | ||
* | *Chars that can't be displayed in LFN are replaced by _ . | ||
'''0.7c''' | '''0.7c''' | ||
* | *Removed extention based aligning code. | ||
* | *All alignments are now preserved which should take care of any alignment problems. | ||
'''0.7b''' | '''0.7b''' | ||
* | *Automatically aligns .ast and .adp files to 32k bytes. | ||
* | *Added an option to align all files by 32k bytes. | ||
* | *Fixed a bug with installing the 2nd disc of a two disc game. | ||
'''0.7(internal)''' | '''0.7 (internal)''' | ||
* | *Added an option to strip all garbage from GC images. | ||
'''0.6b''' | '''0.6b''' | ||
* | *Fixed a bug with bogus GC image sizes causing a never ending write loop (over/under-dumped images only). | ||
==External Links== | ==External Links== | ||
* | * Twitter - https://twitter.com/crediar/status/241205785835757569 | ||
* | * HacksDen - http://www.hacksden.com/showthread.php/6507-DiscEX-0.9-by-Crediar | ||
* MUNDO Wii HACK (tutorial) - https://mundowiihack.wordpress.com/tag/discex/ |
Latest revision as of 13:20, 6 April 2023
DiscEX | |
---|---|
General | |
Author | crediar |
Type | PC Utilities |
Version | 0.9 |
License | GPL-3.0 |
Last Updated | 2012/08/30 |
Links | |
Download | |
Website | |
DiscEX is a Command line tool used to convert GameCube game images (iso) to be compatible with DIOS-MIOS (Lite).
User guide
DiscEX.exe [-v|-c|-a] game.iso v: verifies the data while extracting (Wii) c: compresses the data and auto aligns all files correctly (GC) a: aligns all files by 32K (used to repair misaligned ISOs) (GC)
Screenshots
Changelog
0.9
- -a was not doing anything at all, this has been fixed.
- Fixed support for games that have the game partition beyond the 4GB mark (Dragon Quest X).
0.8b
- -c no longer breaks games that have the main.dol within the filesystem.
- When copying a GC iso directly the % value is no longer calculated incorrectly when the ISO is under/overdumped.
- -c and -a can no longer be used at the same time.
0.8
- Increased the buffer size used for writing.
- Chars that can't be displayed in LFN are replaced by _ .
0.7c
- Removed extention based aligning code.
- All alignments are now preserved which should take care of any alignment problems.
0.7b
- Automatically aligns .ast and .adp files to 32k bytes.
- Added an option to align all files by 32k bytes.
- Fixed a bug with installing the 2nd disc of a two disc game.
0.7 (internal)
- Added an option to strip all garbage from GC images.
0.6b
- Fixed a bug with bogus GC image sizes causing a never ending write loop (over/under-dumped images only).
External Links
- Twitter - https://twitter.com/crediar/status/241205785835757569
- HacksDen - http://www.hacksden.com/showthread.php/6507-DiscEX-0.9-by-Crediar
- MUNDO Wii HACK (tutorial) - https://mundowiihack.wordpress.com/tag/discex/