More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = darctool | | title = darctool | ||
| type = PC Utilities | | type = PC Utilities | ||
| version= | | version=2015 | ||
| lastupdated = 2015/11/22 | | lastupdated = 2015/11/22 | ||
| licence = Mixed | | licence = Mixed | ||
Line 14: | Line 13: | ||
This is a tool for extracting and building 3DS darc archive files. In some cases the file extension is ".arc". Remember, if the archive is compressed you must use another tool to handle that. | This is a tool for extracting and building 3DS darc archive files. In some cases the file extension is ".arc". Remember, if the archive is compressed you must use another tool to handle that. | ||
Also note that when building archives, it goes by the order returned by readdir(), hence the order in the archive in some cases may not match the original official archive which was extracted previously. Due to this and alignment, the built archive filesize may not match the original official archive filesize either, but this doesn't actually matter. | Also note that when building archives, it goes by the order returned by readdir(), hence the order in the archive in some cases may not match the original official archive which was extracted previously. Due to this and alignment, the built archive filesize may not match the original official archive filesize either, but this doesn't actually matter. | ||
The utils.* and types.h files are from ctrtool. | The utils.* and types.h files are from ctrtool. | ||
==External Links== | |||
*https://github.com/LITTOMA/DARCTool | |||
*https://github.com/yellows8/darctool |
Revision as of 07:18, 18 September 2021
Template:Infobox-3DS-Homebrews
This is a tool for extracting and building 3DS darc archive files. In some cases the file extension is ".arc". Remember, if the archive is compressed you must use another tool to handle that.
Also note that when building archives, it goes by the order returned by readdir(), hence the order in the archive in some cases may not match the original official archive which was extracted previously. Due to this and alignment, the built archive filesize may not match the original official archive filesize either, but this doesn't actually matter.
The utils.* and types.h files are from ctrtool.