More actions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Taiko no Tatsujin V Tools | |title=Taiko no Tatsujin V Tools | ||
|image= | |image=taikonotatsujinvtoolsvita02.png | ||
|description=taiko_no_tatsujin_v (Taiko no Tatsujin V Tools). | |description=taiko_no_tatsujin_v (Taiko no Tatsujin V Tools). | ||
|author=mariodon | |author=mariodon | ||
Line 15: | Line 8: | ||
|version=2016 | |version=2016 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/taikotools.zip | ||
|website= | |website=https://github.com/mariodon/taikotools | ||
|source=https://github.com/mariodon/taikotools | |source=https://github.com/mariodon/taikotools | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew Rom Hacks (Hack Utilities) - GameBrew | |||
|title_mode=append | |||
|image=taikonotatsujinvtoolsvita02.png | |||
|image_alt=Taiko no Tatsujin V Tools | |||
}} | |||
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/ | |||
* | |||
Latest revision as of 08:17, 4 August 2024
Taiko no Tatsujin V Tools | |
---|---|
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