DSZip: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
When dsZip is run it displays a list of files and directories present in the current directory (that is, the one it has been launched from). Only .gz files are currently listed, as those are the only one you can decompress for now. | When dsZip is run it displays a list of files and directories present in the current directory (that is, the one it has been launched from). Only .gz files are currently listed, as those are the only one you can decompress for now. | ||
If it is a file, dsZip will try to decompress the file. It will list the gzip'd file name, the output file name and then a progress indicator (for every compressed block that has been decompressed a . is printed). Decompression is done when the message asking you to reboot your DS is printed on screen. Please wait for that message before resetting or power cycling your DS. If it seems to be stuck it might be because you are decompressing a very large file. Just wait a bit. An uncompressed 128MB file can take up to 4-5 minutes. | If it is a file, dsZip will try to decompress the file. It will list the gzip'd file name, the output file name and then a progress indicator (for every compressed block that has been decompressed a . is printed). | ||
Decompression is done when the message asking you to reboot your DS is printed on screen. Please wait for that message before resetting or power cycling your DS. | |||
If it seems to be stuck it might be because you are decompressing a very large file. Just wait a bit. An uncompressed 128MB file can take up to 4-5 minutes. | |||
Just before the reboot message an exit code is printed. 0 is fine, everything else represents failure. | Just before the reboot message an exit code is printed. 0 is fine, everything else represents failure. | ||
| Line 24: | Line 28: | ||
'''Note from developer:''' | '''Note from developer:''' | ||
This is pre-alpha quality code. It might work, or not. It might fail in silent and subtle ways. It might destroy your console, or it might eat your data. Use at your own risk. | This is pre-alpha quality code. It might work, or not. | ||
It might fail in silent and subtle ways. It might destroy your console, or it might eat your data. Use at your own risk. | |||
==Controls== | ==Controls== | ||