More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Rom Hacks (Hack Utilities) - GameBrew | |title=Vita Homebrew Rom Hacks (Hack Utilities) - GameBrew | ||
Line 16: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/taikonotatsujinvtoolsvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/taikonotatsujinvtoolsvita.7z | ||
|website= | |website=https://github.com/mariodon/taikotools | ||
|source=https://github.com/mariodon/taikotools | |source=https://github.com/mariodon/taikotools | ||
}} | }} | ||
These are tools that were developed for the Taiko no Tatsujin V PS Vita translation project. | |||
== | ==User guide== | ||
===psvita-l7ctool=== | |||
L7C Archive Tool. Tested with: | |||
*Taiko no Tatsujin V (PS Vita) | |||
*Tales of Hearts R (iOS, although console version should work too) | |||
<pre> | |||
Extraction: | |||
psvita-l7ctool.exe x input.l7z | |||
Creation: | |||
psvita-l7ctool.exe c input_foldername output.l7z | |||
== | Decompress individual file: | ||
psvita-l7ctool.exe d input.bin output.bin | |||
* | |||
Compress individual file: | |||
psvita-l7ctool.exe e input.bin output.bin | |||
</pre> | |||
===psvita-txptool=== | |||
A tool to convert TXP > PNG and PNG > TXP. | |||
* Note: PNG > TXP will result in a TXP file that is of RGBA format, regardless of what image compression the file originally was. | |||
* Tested with Taiko no Tatsujin V. | |||
<pre> | |||
Extract: | |||
psvita-txptool.exe x filename.txp foldername | |||
Create: | |||
psvita-txptool.exe c foldername filename.txp | |||
Extract all TXPs in a folder: | |||
psvita-txptool.exe a foldername | |||
</pre> | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/mariodon/taikotools | ||
* GBAtemp - https://gbatemp.net/threads/tool-bandai-namcos-l7c-archive-tool.442489/ | |||
* | |||
Revision as of 12:37, 26 Ocak 2023
Taiko no Tatsujin V Tools | |
---|---|
File:Taikonotatsujinvtoolsvita.jpg | |
General | |
Author | mariodon |
Type | Hack Utilities |
Version | 2016 |
License | Mixed |
Last Updated | 2016/09/24 |
Links | |
Download | |
Website | |
Source | |
These are tools that were developed for the Taiko no Tatsujin V PS Vita translation project.
User guide
psvita-l7ctool
L7C Archive Tool. Tested with:
- Taiko no Tatsujin V (PS Vita)
- Tales of Hearts R (iOS, although console version should work too)
Extraction: psvita-l7ctool.exe x input.l7z Creation: psvita-l7ctool.exe c input_foldername output.l7z Decompress individual file: psvita-l7ctool.exe d input.bin output.bin Compress individual file: psvita-l7ctool.exe e input.bin output.bin
psvita-txptool
A tool to convert TXP > PNG and PNG > TXP.
- Note: PNG > TXP will result in a TXP file that is of RGBA format, regardless of what image compression the file originally was.
- Tested with Taiko no Tatsujin V.
Extract: psvita-txptool.exe x filename.txp foldername Create: psvita-txptool.exe c foldername filename.txp Extract all TXPs in a folder: psvita-txptool.exe a foldername