DiscEX Wii: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC Utilities) - GameBrew |title_mode=append |image=discexwii.png |image_alt=https://gbatemp.net/threads/list-of-homebrews-and-tools-for-nintendo-wii-wii-u.552695/ }} {{Infobox Wii Homebrews |title=https://gbatemp.net/threads/list-of-homebrews-and-tools-for-nintendo-wii-wii-u.552695/ |image=discexwii.png |description=Command line tool to convert games to NEEK / DIOS-MIOS format. |author=crediar |lastupdated=2012/08/30 |type=PC Utiliti...")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew PC Tools (PC Utilities) - GameBrew
|title_mode=append
|image=discexwii.png
|image_alt=https://gbatemp.net/threads/list-of-homebrews-and-tools-for-nintendo-wii-wii-u.552695/
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=https://gbatemp.net/threads/list-of-homebrews-and-tools-for-nintendo-wii-wii-u.552695/
|title=DiscEX
|image=discexwii.png
|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 games to NEEK / DIOS-MIOS format.
DiscEX is a Command line tool used to convert GameCube game images (iso) to be compatible with [[DIOS MIOS Wii|DIOS-MIOS (Lite)]].


==Usage==
==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/discexwii-01.jpg
https://dlhb.gamebrew.org/wiihomebrews/discexwii4.png
https://dlhb.gamebrew.org/wiihomebrews/discexwii-02.jpg
https://dlhb.gamebrew.org/wiihomebrews/discexwii-03.jpg


==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)
* 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
* 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
*Increased the buffer size used for writing.
*chars that can't be displayed in LFN are replaced by _  
*Chars that can't be displayed in LFN are replaced by _ .
'''0.7c'''
'''0.7c'''
*removed extention based aligning code
*Removed extention based aligning code.
*all alignments are now preserved which should take care of any alignment problems
*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
*Automatically aligns .ast and .adp files to 32k bytes.
*added an option to align all files by 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
*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
*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)
*Fixed a bug with bogus GC image sizes causing a never ending write loop (over/under-dumped images only).


==External Links==
==External Links==
* Wiidatabase - https://wiidatabase.de/downloads/pc-tools/discex/
* Twitter - https://twitter.com/crediar/status/241205785835757569
* Mundowiihack (Portuguese)- https://mundowiihack.wordpress.com/2017/06/11/como-converter-isos-de-gamecube-para-funcionar-no-wii/
* 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
Discexwii4.png
General
Authorcrediar
TypePC Utilities
Version0.9
LicenseGPL-3.0
Last Updated2012/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

discexwii4.png

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

Advertising: