U8 Tool Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(10 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=u8toolwii.jpg
|image_alt=U8 Tool
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=U8 Tool
|title=U8 Tool
|image=u8toolwii.jpg
|image=u8toolwii3.png
|description=Packing/unpacking, all header fomats, recursive folders, sound.bin and lz77 compression.
|description=Packing/unpacking all header formats, recursive folders, sound.bin and lz77 compression.
|author=HowardC
|author=HowardC
|lastupdated=2009/07/21
|lastupdated=2009/03/02
|type=PC Utilities
|type=PC Utilities
|version=10.1
|version=10.1
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/wiihomebrews/u8toolwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/u8toolwii.7z?k33p0fil35
|website=https://gbatemp.net/threads/vcfe-wip.100556/
|website=https://gbatemp.net/threads/vcfe-wip.100556/
|source=
}}
}}
U8 Tool offers support for packing and unpacking, all header formats, handling of recursive folders, and manipulation of sound.bin and LZ77 compression.
U8 Tool offers support for packing and unpacking, all header formats, handling of recursive folders, and manipulation of sound.bin and LZ77 compression.


'''WARNING WARNING WARNING!!!'''<br>
'''Warning:''' Improperly packing the 00000000.app or icon.bin can HARD BRICK your Wii. Do not attempt to edit banners unless you know what you are doing.
'''Improperly packing the 00000000.app or icon.bin can HARD BRICK your wii!!!!  Do NOT attempt to edit banners unless you know what you are doing!!!!!!'''
 
==User guide==
This tool requires the forms 2.0 library included with any version of Office. If you don't have office installed, click on the shortcut in the archive, save the zip to the same folder, and run the exe. Forms 2.0 is property of Microsoft and cannot be redistributed with any application.


==Usage==
===Extracting===
===Extracting===
1a. Fill in the path to the file you wish to extract and press the extract button.
Fill in the path to the file you wish to extract and press the extract button.
1b. Optionally you can also set the output folder, but this is done automatically if you leave that section blank.
 
(Optional) You can also set the output folder, but this is done automatically if you leave that section blank.


2. Your file is now extractedNote that the values of the various checkboxes are changed. These are the types of headers that were in the file and tell
Your file is now extracted. Note that the values of the various checkboxes are changed. These are the types of headers that were in the file and tell you which settings to use when packing the file back up.
you which settings to use when packing the file back up!


===Packing===
===Packing===
1a. Fill in the path to the folder that contains all of your files.  Be sure to end the path with a "\"
Fill in the path to the folder that contains all of your files.  Be sure to end the path with a "\".
1b. Optionally you can set the output file name, but this is done automatically if you leave that section blank.
 
1c. Depending upon the type of archive you wish to make, you may need to check various header options.  Please note that MOST can't be used together so you
(Optional) You can set the output file name, but this is done automatically if you leave that section blank.
 
Depending upon the type of archive you wish to make, you may need to check various header options.  Please note that MOST can't be used together so you
should really only check one, but incase we run across some odd file in the future, I've left the option to check multiple headers.
should really only check one, but incase we run across some odd file in the future, I've left the option to check multiple headers.


'''WARNING!!! You can brick your wii by putting the wrong header on a 00000000.app! If you are unsure as to which settings to use, simply use the "Get settings from Original File" button!!! (For the record, a 0.app uses a IMET header).'''
'''Warning:''' You can brick your wii by putting the wrong header on a 00000000.app. If you are unsure as to which settings to use, simply use the "Get settings from Original File" button (For the record, a 0.app uses a IMET header).


1d. If you checked IMET or IMETDVD then you need to fill out the name of the channel in the boxes that appear to the right. By default, what you type in one
If you checked IMET or IMETDVD then you need to fill out the name of the channel in the boxes that appear to the right. By default, what you type in one box is cloned to all the others, but unchecking the clone checkbox will allow you to enter different titles for each game.  Note that channel titles cannot exceed 42 english characters.
box is cloned to all the others, but unchecking the clone checkbox will allow you to enter different titles for each game.  Note that channel titles cannot
exceed 42 english characters!


2. Click "pack" and your file is now created!
Click "pack" and your file is now created.


===Injecting===
===Injecting===
First off understand that the inject mode is a simple work-around to prevent the corruption of tpl images in archives. This mode should NEVER be used if you
First off understand that the inject mode is a simple work-around to prevent the corruption of tpl images in archives. This mode should NEVER be used if you don't need it.  Also understand that this mode only allows you to replace existing files with files of the EXACT SAME SIZE.
don't need it.  Also understand that this mode only allows you to replace existing files with files of the EXACT SAME SIZE.


If any of your files aren't the same size then this mode will error out and exit!!!  Third understand that "special" headers aren't supported for this mode.  U8 "normal" archives and  
If any of your files aren't the same size then this mode will error out and exit. Third understand that "special" headers aren't supported for this mode.  U8 "normal" archives and imd5 are the only supported archives simply because it is IMPOSSIBLE to work on any of the other archive types without changing file sizes because the files inside them are compressed with a tool that isn't available to us.
imd5 are the only supported archives simply because it is IMPOSSIBLE to work on any of the other archive types without changing file sizes because the files
inside them are compressed with a tool that isn't available to us.


This shouldn't matter anyway as tpls are never found in special archives, but in archives INSIDE special archives, which don't use special headers. Also the only options you can set, for obvious reasons are the lz77 compression options.
This shouldn't matter anyway as tpls are never found in special archives, but in archives INSIDE special archives, which don't use special headers. Also the only options you can set, for obvious reasons are the lz77 compression options.


Keeping all of that in mind:
Keeping all of that in mind:
* Extract the archive you wish to inject normally and edit any files you wish to change in the extracted folders.
* Select the extracted folder you've been working in as the source folder and the archive you extracted it from as the destination file.
* Optionally set the compression mode.
* Click "Inject" and your original archive will now contain the files you edited.


#. Extract the archive you wish to inject normally and edit any files you wish to change in the extracted folders.
===Command line usage===
#. Select the extracted folder you've been working in as the source folder and the archive you extracted it from as the destination file.
u8tool.exe -file "path\to\filename.app" -folder "path\to\folder_out\"
#. Optionally set the compression mode.
[-source "path\to\source\file\"] [-extract] [-pack] [-inject] [-IMD5]
#. Click "Inject" and your original archive will now contain the files you edited!
[-IMET] [-DVD] [-Lz77] [-Title "Channel Title"] [-jap-dut "Specific Channel Title"]


==Command Line Usage==
* <code>-file "path\to\filename.app"</code> = Path to the file, this can be the source or destination, depending upon if you are packing or extracting.
<pre>
* <code>-folder "path\to\folder_out\"</code> = Path to the folder, this can be the source or destination, depending upon if you are packing or extracting. Note you need to end this one with a "\".
u8tool.exe -file "path\to\filename.app" -folder "path\to\folder_out\" [-source "path\to\source\file\"] [-extract] [-pack] [-inject] [-IMD5] [-IMET] [-DVD] [-Lz77] [-Title "Channel Title"] [-jap-dut "Specific Channel Title"]
* <code>-source path\to\source</code> = Set all header settings based on the header of the file you specify.
* <code>-extract</code> = Extract the file to the folder.
* <code>-pack</code> = Pack the folder into the file.
* <code>-inject</code> = Inject the files in the folder you specify into the archive you specify. Read inject instructions above.
* <code>-imd5</code> = Add imd5 header to file.
* <code>-imet</code> = Add imet (0.app) header to file.
* <code>-sound</code> = Pack a sound.bin file.
* <code>-dvd</code> = Add dvd-specific imet header to file.
* <code>-lz77</code> = Add lz77 compression to the file.
* <code>-lz77_nohead</code> = Add lz77 compression to the file without the "LZ77" header.
* <code>-title "Channel Title"</code> = Set ALL channel titles to this title.
* <code>-jap-dut "Specific Title"</code> = Set only this language (use the language codes found in the gui  "Jap" "Eng" ect..) to this title.
** Use this AFTER a global "-title" change to save yourself some typing.


-file "path\to\filename.app" = Path to the file, this can be the source or destination, depending upon if you are packing or extracting.
===Notes===
This tool can not be used in conjunction with other u8tools out there. This is because most of them ignore the first "root" folder and this one doesn't, meaning when you re-pack a file extracted with another tool, the root folder is lost.


-folder "path\to\folder_out\" = Path to the folder, this can be the source or destination, depending upon if you are packing or extracting. Note you need to
Lz77 compression is not recommended on the icon.bin or banner.bin atm as our compressor doesn't always work right.
end this one with a "\"


-source path\to\source = sets all header settings based on the header of the file you specify.
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/u8toolwii3.png


-extract = extract the file to the folder
==Known issues==
-pack = pack the folder into the file
There are reports that the lz77 compression might be corrupted. This part of the tool is external and was not coded.  
-inject = inject the files in the folder you specify into the archive you spcify.  NOTE READ INJECT INSTRUCTIONS ABOVE!!
-imd5 = add imd5 header to file
-imet = add imet (0.app) header to file
-sound = pack a sound.bin file.
-dvd = add dvd-specific imet header to file
-lz77 = add lz77 compression to the file
-lz77_nohead = add lz77 compression to the file without the "LZ77" header
-title "Channel Title"= Set ALL channel titles to this title
-jap-dut "Specific Title" = Set only this language (use the language codes found in the gui  "Jap" "Eng" ect..) to this title.
Use this AFTER a global "-title" change to save yourself some typing.
</pre>


==Why you should use this tool instead of the u8tools already out there==
The good news is in the case of vc titles it doesn't matter as there is no need to re-compress files after you have edited them.
#. It's not part of the wii sdk, so it isn't "illegal" (mind you most we currently use are legal as well)
#. This is the only legal u8tool that properly handles the root folder, meaning to the noobs that you don't have to use u8 coes to pack up 5.apps! 
#. This is the only u8tool that tells you what headers are in a file when it's extracted, allowing you to know exactly how to re-pack it.
#. This is the only legal u8tool that can handle multiple recursive folders, meaning to the noobs that you can properly extract a html.arc!
#. This tool doesn't pollute your headers with "MADE by some l33t guy" tags, which nintendo could potentially (very unlikely) use to block channel installs in the future.
#. This is the only legal u8tool with command line options.
#. With the help of gbalzss, this is the ONLY u8tool that'll automatically decompress lz77 compressed files, meaning to the noobs that you can extract and edit banner.bin and icon.bin without the need for generic, pre-decompressed 0.app "templates"!
 
==Notes==
This tool can NOT be used in conjunction with other u8tools out there.  (Why would you?)  This is because most of them ignore the first "root" folder and this one doesn't, meaning when you re-pack a file extracted with another tool, the root folder is lost!
 
Lz77 compression is NOT reccomended on the icon.bin or banner.bin atm as our compressor doesn't always work right.
 
==TODO/BUGS/ECT==
I have been getting reports that the lz77 compression might be corrupted.  This part of the tool is external and I didn't write.  The good news is in the
case of vc titles it doesn't matter as there is no need to re-compress files after you have edited them.


==Changelog==
==Changelog==
Line 121: Line 102:
'''Version 9.0'''
'''Version 9.0'''
*Fixed a very Minor bug that could have caused issues with lz77 compressed files.   
*Fixed a very Minor bug that could have caused issues with lz77 compressed files.   
*Added Support for headerless lz77 compression and decompression(.arc files that are named "LZ77___.arc")
*Added Support for headerless lz77 compression and decompression (.arc files that are named "LZ77___.arc").
*Added a quick fix to keep icon.bin from corrupting.   
*Added a quick fix to keep icon.bin from corrupting.   


Line 128: Line 109:
*Fixed a bug that didn't allow you to define a blank name for a channel in the imet header.
*Fixed a bug that didn't allow you to define a blank name for a channel in the imet header.
*Fixed a bug that didn't add the proper buffering between files when imet is checked.   
*Fixed a bug that didn't add the proper buffering between files when imet is checked.   
*Added Unicode support (for japanese text).  YOU MUST AQUIRE FM20.dll (the forms 2.0 library) from the microsoft website to run this program!!!
*Added Unicode support (for japanese text).  YOU MUST AQUIRE FM20.dll (the forms 2.0 library) from the microsoft website to run this program.


'''Version 7.1'''
'''Version 7.1'''
Line 136: Line 117:
*Fixed a bug related to the recent changes which caused the tool to go crazy when packing a normal archive and using the "delete recursive" option.
*Fixed a bug related to the recent changes which caused the tool to go crazy when packing a normal archive and using the "delete recursive" option.
*Fixed u8 structure to be 100% identical to official u8 archives.   
*Fixed u8 structure to be 100% identical to official u8 archives.   
*Added Prelimenary extract support for sound.bin. It isn't a u8 archive, but I'll needed to extract it to fix the sound bug anyway.
*Added Prelimenary extract support for sound.bin. It isn't a u8 archive, but I'll needed to extract it to fix the sound bug anyway.
*Added Prelimenary packing support for sound.bin. (You take a wav, aiff or bns file and u8tool will pack it up with a imd5 header and optional lz77 compression.)
*Added Prelimenary packing support for sound.bin. (You take a wav, aiff or bns file and u8tool will pack it up with a imd5 header and optional lz77 compression.)
*When extracting a file or using the "get settings from file" button, the channel titles are now read into the text boxes.   
*When extracting a file or using the "get settings from file" button, the channel titles are now read into the text boxes.   


'''Version 6.5'''
'''Version 6.5'''
*Optimized a line of code which should speed-up extraction dramatically!
*Optimized a line of code which should speed-up extraction dramatically.


'''Version 6.0'''
'''Version 6.0'''
Line 147: Line 128:


'''Version 5.0'''
'''Version 5.0'''
*Due to some unfortuantes that used this tool without knowing how to use it, I've added rudimentary auto-settings for critical files like banner.bin, icon.bin
*Due to some unfortuantes that used this tool without knowing how to use it, I've added rudimentary auto-settings for critical files like banner.bin, icon.bin.
*and 00000000.app that keep the user from creating said files with improper headers.  Note that this sensing ONLY works when the files are saved to the  
*and 00000000.app that keep the user from creating said files with improper headers.  Note that this sensing ONLY works when the files are saved to the current file name, so ALWAYS SAVE THESE FILES TO THEIR REAL NAMES.
*current file name, so ALWAYS SAVE THESE FILES TO THEIR REAL NAMES!
*Also added a get settings from source button, which reads the header settings from a specified file ans sets them that way (can also be called via "source" tag in command line).
*Also added a get settings from source button, which reads the header settings from a specified file ans sets them that way. (Can also be called via "source" tag in command line)
*Added disclaimer above.
*Added disclaimer above.


Line 158: Line 138:
*Changed checkboxes to option boxes where appropriate for noob protection.
*Changed checkboxes to option boxes where appropriate for noob protection.
*Fixed bug in the DVD header (Thanks Summerset)
*Fixed bug in the DVD header (Thanks Summerset)
*Added the md5 dll back into the archive(OOPS!)
*Added the md5 dll back into the archive (OOPS).


'''Version 3.0'''
'''Version 3.0'''
*Fixed a few minor bugs.
*Fixed a few minor bugs.
*Fixed the browse filter (.bin is now supported)
*Fixed the browse filter (.bin is now supported).


'''Version 2.0'''
'''Version 2.0'''
*Added Packing Support
*Added Packing Support.
*Added "Delete Recursive "_OUT" folders checkbox for noob protection.   
*Added "Delete Recursive "_OUT" folders checkbox for noob protection.   
*(If you pack up a 00000000.app and you've been working on the banner.bin first, it would include the banner_bin_out folder in the archive otherwise!)
*(If you pack up a 00000000.app and you've been working on the banner.bin first, it would include the banner_bin_out folder in the archive otherwise).
 
*Fixed DvD header bugs.
*Fixed DvD header bugs
*Fixed a bug in the sound.bin file-size calculation.. sound.bin should now play on repacked banners.
*Fixed a bug in the sound.bin file-size calculation.. sound.bin should now play on repacked banners.
*Set a text limit of 20 visible characters in the title boxes, because, apparently that's all channel names can handle before it begins to look stupid.
*Set a text limit of 20 visible characters in the title boxes, because, apparently that's all channel names can handle before it begins to look stupid.
*Made the title boxes smaller to reflect the smaller text length.
*Made the title boxes smaller to reflect the smaller text length.
*Cleaned up the interface a little, including removing the extra button (OOPS!)
*Cleaned up the interface a little, including removing the extra button (OOPS).
*Added browse buttons for file and folder paths.
*Added browse buttons for file and folder paths.
*Added a little more noob protection (omitting a "\" when typing a relative path no longer results in an error when packing.)
*Added a little more noob protection (omitting a "\" when typing a relative path no longer results in an error when packing).
*Added support for LZ77 compression when packing (untested!)
*Added support for LZ77 compression when packing (untested).


'''Version 1.0'''
'''Version 1.0'''
*Initial Release
*Initial Release.
 
==License==
This application is free for personal use. This application may be distributed publically so long as it's free, the original docs are included, and
credit is given to "HowardC", the author.  This application may also be packed with other tools, so long as the liscense agreement is still upheld.


==Credits==
This tool uses gbalzss lz77 decompressor created by "Andre". For usage and credit regarding gbalzss refer to it's included readme.
This tool uses gbalzss lz77 decompressor created by "Andre". For usage and credit regarding gbalzss refer to it's included readme.


This tool REQUIRES the forms 2.0 library included with any version of Office.  If you don't have office installed, click on the shortcut in this folder,
==External links==
save the zip to this folder, and run the exe.  Forms 2.0 is property of microsoft and CANNOT be redistributed with any application.
* GBAtemp - https://gbatemp.net/threads/vcfe-wip.100556/
 
==External Links==
* Gbatemp - https://gbatemp.net/threads/vcfe-wip.100556/
* Useful Info - https://gbatemp.net/threads/how-to-fix-howardc-tools-when-tries-and-fails-to-install-any-other-different-non-howardc-program.543414/
* Useful Info - https://gbatemp.net/threads/how-to-fix-howardc-tools-when-tries-and-fails-to-install-any-other-different-non-howardc-program.543414/

Latest revision as of 10:31, 28 January 2024

U8 Tool
U8toolwii3.png
General
AuthorHowardC
TypePC Utilities
Version10.1
LicenseMixed
Last Updated2009/03/02
Links
Download
Website

U8 Tool offers support for packing and unpacking, all header formats, handling of recursive folders, and manipulation of sound.bin and LZ77 compression.

Warning: Improperly packing the 00000000.app or icon.bin can HARD BRICK your Wii. Do not attempt to edit banners unless you know what you are doing.

User guide

This tool requires the forms 2.0 library included with any version of Office. If you don't have office installed, click on the shortcut in the archive, save the zip to the same folder, and run the exe. Forms 2.0 is property of Microsoft and cannot be redistributed with any application.

Extracting

Fill in the path to the file you wish to extract and press the extract button.

(Optional) You can also set the output folder, but this is done automatically if you leave that section blank.

Your file is now extracted. Note that the values of the various checkboxes are changed. These are the types of headers that were in the file and tell you which settings to use when packing the file back up.

Packing

Fill in the path to the folder that contains all of your files. Be sure to end the path with a "\".

(Optional) You can set the output file name, but this is done automatically if you leave that section blank.

Depending upon the type of archive you wish to make, you may need to check various header options. Please note that MOST can't be used together so you should really only check one, but incase we run across some odd file in the future, I've left the option to check multiple headers.

Warning: You can brick your wii by putting the wrong header on a 00000000.app. If you are unsure as to which settings to use, simply use the "Get settings from Original File" button (For the record, a 0.app uses a IMET header).

If you checked IMET or IMETDVD then you need to fill out the name of the channel in the boxes that appear to the right. By default, what you type in one box is cloned to all the others, but unchecking the clone checkbox will allow you to enter different titles for each game. Note that channel titles cannot exceed 42 english characters.

Click "pack" and your file is now created.

Injecting

First off understand that the inject mode is a simple work-around to prevent the corruption of tpl images in archives. This mode should NEVER be used if you don't need it. Also understand that this mode only allows you to replace existing files with files of the EXACT SAME SIZE.

If any of your files aren't the same size then this mode will error out and exit. Third understand that "special" headers aren't supported for this mode. U8 "normal" archives and imd5 are the only supported archives simply because it is IMPOSSIBLE to work on any of the other archive types without changing file sizes because the files inside them are compressed with a tool that isn't available to us.

This shouldn't matter anyway as tpls are never found in special archives, but in archives INSIDE special archives, which don't use special headers. Also the only options you can set, for obvious reasons are the lz77 compression options.

Keeping all of that in mind:

  • Extract the archive you wish to inject normally and edit any files you wish to change in the extracted folders.
  • Select the extracted folder you've been working in as the source folder and the archive you extracted it from as the destination file.
  • Optionally set the compression mode.
  • Click "Inject" and your original archive will now contain the files you edited.

Command line usage

u8tool.exe -file "path\to\filename.app" -folder "path\to\folder_out\"
[-source "path\to\source\file\"] [-extract] [-pack] [-inject] [-IMD5]
[-IMET] [-DVD] [-Lz77] [-Title "Channel Title"] [-jap-dut "Specific Channel Title"]
  • -file "path\to\filename.app" = Path to the file, this can be the source or destination, depending upon if you are packing or extracting.
  • -folder "path\to\folder_out\" = Path to the folder, this can be the source or destination, depending upon if you are packing or extracting. Note you need to end this one with a "\".
  • -source path\to\source = Set all header settings based on the header of the file you specify.
  • -extract = Extract the file to the folder.
  • -pack = Pack the folder into the file.
  • -inject = Inject the files in the folder you specify into the archive you specify. Read inject instructions above.
  • -imd5 = Add imd5 header to file.
  • -imet = Add imet (0.app) header to file.
  • -sound = Pack a sound.bin file.
  • -dvd = Add dvd-specific imet header to file.
  • -lz77 = Add lz77 compression to the file.
  • -lz77_nohead = Add lz77 compression to the file without the "LZ77" header.
  • -title "Channel Title" = Set ALL channel titles to this title.
  • -jap-dut "Specific Title" = Set only this language (use the language codes found in the gui "Jap" "Eng" ect..) to this title.
    • Use this AFTER a global "-title" change to save yourself some typing.

Notes

This tool can not be used in conjunction with other u8tools out there. This is because most of them ignore the first "root" folder and this one doesn't, meaning when you re-pack a file extracted with another tool, the root folder is lost.

Lz77 compression is not recommended on the icon.bin or banner.bin atm as our compressor doesn't always work right.

Screenshots

u8toolwii3.png

Known issues

There are reports that the lz77 compression might be corrupted. This part of the tool is external and was not coded.

The good news is in the case of vc titles it doesn't matter as there is no need to re-compress files after you have edited them.

Changelog

Version 10.1

  • Altered the command-line function so it doesn't confuse "imet" with "inject" by mistake.

Version 10

  • Fixed a bug about the command prompt popping up in command-line mode.
  • Added the new "inject" mode, which is useful for simple file swaps.

Version 9.6

  • Fixes speed issues when exracting odd-ball archives.

Version 9.5

  • It came to my attention that the command line flags weren't working, so I fixed that.

Version 9.0

  • Fixed a very Minor bug that could have caused issues with lz77 compressed files.
  • Added Support for headerless lz77 compression and decompression (.arc files that are named "LZ77___.arc").
  • Added a quick fix to keep icon.bin from corrupting.

Version 8.0

  • Fixed a minor bug that didn't read the proper channel names if clone is checked.
  • Fixed a bug that didn't allow you to define a blank name for a channel in the imet header.
  • Fixed a bug that didn't add the proper buffering between files when imet is checked.
  • Added Unicode support (for japanese text). YOU MUST AQUIRE FM20.dll (the forms 2.0 library) from the microsoft website to run this program.

Version 7.1

  • Fixed a bug that caused a c64 5.app to be incorrectly identified as a sound.bin.

Version 7.0

  • Fixed a bug related to the recent changes which caused the tool to go crazy when packing a normal archive and using the "delete recursive" option.
  • Fixed u8 structure to be 100% identical to official u8 archives.
  • Added Prelimenary extract support for sound.bin. It isn't a u8 archive, but I'll needed to extract it to fix the sound bug anyway.
  • Added Prelimenary packing support for sound.bin. (You take a wav, aiff or bns file and u8tool will pack it up with a imd5 header and optional lz77 compression.)
  • When extracting a file or using the "get settings from file" button, the channel titles are now read into the text boxes.

Version 6.5

  • Optimized a line of code which should speed-up extraction dramatically.

Version 6.0

  • Fixed a Minor bug that caused a crash under certain conditions when repacking apps.

Version 5.0

  • Due to some unfortuantes that used this tool without knowing how to use it, I've added rudimentary auto-settings for critical files like banner.bin, icon.bin.
  • and 00000000.app that keep the user from creating said files with improper headers. Note that this sensing ONLY works when the files are saved to the current file name, so ALWAYS SAVE THESE FILES TO THEIR REAL NAMES.
  • Also added a get settings from source button, which reads the header settings from a specified file ans sets them that way (can also be called via "source" tag in command line).
  • Added disclaimer above.

Version 4.0

  • Added bnr file extension to the filters.
  • Changed folder browse behavior again... Now it attempts to start in the directory you are working in.
  • Changed checkboxes to option boxes where appropriate for noob protection.
  • Fixed bug in the DVD header (Thanks Summerset)
  • Added the md5 dll back into the archive (OOPS).

Version 3.0

  • Fixed a few minor bugs.
  • Fixed the browse filter (.bin is now supported).

Version 2.0

  • Added Packing Support.
  • Added "Delete Recursive "_OUT" folders checkbox for noob protection.
  • (If you pack up a 00000000.app and you've been working on the banner.bin first, it would include the banner_bin_out folder in the archive otherwise).
  • Fixed DvD header bugs.
  • Fixed a bug in the sound.bin file-size calculation.. sound.bin should now play on repacked banners.
  • Set a text limit of 20 visible characters in the title boxes, because, apparently that's all channel names can handle before it begins to look stupid.
  • Made the title boxes smaller to reflect the smaller text length.
  • Cleaned up the interface a little, including removing the extra button (OOPS).
  • Added browse buttons for file and folder paths.
  • Added a little more noob protection (omitting a "\" when typing a relative path no longer results in an error when packing).
  • Added support for LZ77 compression when packing (untested).

Version 1.0

  • Initial Release.

Credits

This tool uses gbalzss lz77 decompressor created by "Andre". For usage and credit regarding gbalzss refer to it's included readme.

External links

Advertising: