More actions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
|version=2015 | |version=2015 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=[https://dlhb.gamebrew.org/3dshomebrews/darctoolyel.7z Source Only] | ||
|website=https://github.com/yellows8/darctool | |website=https://github.com/yellows8/darctool | ||
|source=https://github.com/yellows8/darctool | |source=https://github.com/yellows8/darctool | ||
}} | }} | ||
This is a tool for extracting and building 3DS darc archive files. In some cases the file extension is .arc. | |||
'''Note:''' You can find a compiled version [https://gbatemp.net/threads/release-a-darc-tool-for-nintendo3ds.385945/post-6396181 here]. | |||
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. | ==User guide== | ||
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. | The utils.* and types.h files are from ctrtool. | ||
==External Links== | ==External Links== | ||
*https://github.com/ | * GitHub - https://github.com/yellows8/darctool | ||
[[Category:3DS homebrew applications]] | |||
[[Category:PC utilities for 3DS homebrew]] |
Revision as of 02:36, 20 February 2022
darctool | |
---|---|
General | |
Author | yellows8 |
Type | PC Utilities |
Version | 2015 |
License | Mixed |
Last Updated | 2015/11/22 |
Links | |
[Source Only Download] | |
Website | |
Source | |
This is a tool for extracting and building 3DS darc archive files. In some cases the file extension is .arc.
Note: You can find a compiled version here.
User guide
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.
External Links
- GitHub - https://github.com/yellows8/darctool