Hacking App to convert between TPL (IA4) and PNG?

damysteryman

I am too busy IRL these days...
OP
Member
Joined
Oct 4, 2007
Messages
1,223
Trophies
1
XP
1,026
Country
Antarctica
Hi everyone,

Is there a Windows app that is capable of converting a certain TPL, specifically TPL type IA4 (type IA4 has an alpha channel), to and from PNG format?

I need it for a "secret project"...

I need to edit TPLs that are type IA4, and when the editing is done, it has to be converted back to IA4, as no other TPL type will be accepted by the "secret project".

Thanks in advance,
da_letter_a
 

sirakain

Well-Known Member
Newcomer
Joined
Jan 31, 2008
Messages
97
Trophies
0
XP
67
Country
France
Try customize Mii... I think it can.
QUOTE said:
Changelog:

Version 2.2

* Fixed some bugs with the preview window
* Fixed Complex Forwarder in combination with Waninkoko's NAND Loader
* Fixed saving of base WADs
* Fixed saving of WAD after sending it to the Wii
* Fixed CMP TPL code (thanks pbsds)
* Added conversion to IA8 (thanks pbsds), IA4, I8 and I4
* Fixed conversion from IA8 and I4
* Fixed some general TPL bugs (format detection, ...)
* Added additional paths to the Complex Forwarder (max. 16)
wink.gif
 

mattjd

Well-Known Member
Member
Joined
Aug 1, 2009
Messages
233
Trophies
0
Location
Malvern
Website
Visit site
XP
55
Country
I know that the Wii.au3 tools that pbsds is making support every type of TPL but there still in development
tongue.gif


Yes CUstomizemii 2.2 is your best bet or compiling the latest revision from the google code...
 

spayrosam

Well-Known Member
Member
Joined
Jun 2, 2009
Messages
756
Trophies
0
Location
Gafsa
Website
Visit site
XP
309
Country
CODE@echo off

:start
if not exist tpl md tpl
if not exist images md images
if not exist tpls md tpls
for %%A in ( *.tpl ) do (set tpl=%%A)
move *.tpl tpls
cd tpls
move "%tpl%" ..\
cd..
tplx.exe *.tpl *.tga
ren *.tga %tpl%.tga
convert %tpl%.tga %tpl%.png
move *.png Images
del *.tga
move *.tpl tpl
cd tpls
if exist *.tpl move *.tpl ..\
cd..
if exist *.tpl goto start
rmdir /S /Q tpls

end
 

pepxl

GFX W!Z4RD
Member
Joined
Jun 19, 2009
Messages
3,263
Trophies
1
XP
328
Country
spayrosam said:
CODE@echo off

:start
if not exist tpl md tpl
if not exist images md images
if not exist tpls md tpls
for %%A in ( *.tpl ) do (set tpl=%%A)
move *.tpl tpls
cd tpls
move "%tpl%" ..\
cd..
tplx.exe *.tpl *.tga
ren *.tga %tpl%.tga
convert %tpl%.tga %tpl%.png
move *.png Images
del *.tga
move *.tpl tpl
cd tpls
if exist *.tpl move *.tpl ..\
cd..
if exist *.tpl goto start
rmdir /S /Q tpls

end

excellent works a charm
extra kudos
 

pbsds

Well-Known Member
Newcomer
Joined
Sep 16, 2009
Messages
57
Trophies
1
Age
28
Location
Røros
Website
pbsds.net
XP
1,437
Country
Norway
mattjd said:
I know that the Wii.au3 tools that pbsds is making support every type of TPL but there still in development tongue.gif
Sorry, but it only supports from png to RGBA8, RGB565 and RGB5A3.
But it supports from all tpl formats to png!
BTW, the development has stopped, i have moved over to python.
 
D

Deleted member 180466

Guest
Do we know anything about the .T64-files in the WAD files, which usually are to be in the same place as the game/rom? 0...05.app have them .T64-files!

EDIT: I imagine that .T64-file is a patch for the game. Or texture change. Is it possible to change/look at these files?
 

pbsds

Well-Known Member
Newcomer
Joined
Sep 16, 2009
Messages
57
Trophies
1
Age
28
Location
Røros
Website
pbsds.net
XP
1,437
Country
Norway
GHBAimen said:
Do we know anything about the .T64-files in the WAD files, which usually are to be in the same place as the game/rom? 0...05.app have them .T64-files!

EDIT: I imagine that .T64-file is a patch for the game. Or texture change. Is it possible to change/look at these files?
I can't find that file. :/
Is it in WiiWare or VC?(only checked vc)
 

damysteryman

I am too busy IRL these days...
OP
Member
Joined
Oct 4, 2007
Messages
1,223
Trophies
1
XP
1,026
Country
Antarctica
T64 files are usually found in the 00000005.app file from an unpacked N64 vc wad.

I too am interested in the .T64 file format. I hope you can learn how to edit them, then teach us...
 
D

Deleted member 180466

Guest
damysteryman said:
T64 files are usually found in the 00000005.app file from an unpacked N64 vc wad.

I too am interested in the .T64 file format. I hope you can learn how to edit them, then teach us...

I know that you can delete them .T64 files and the game works. But the change is that the .WAD file using the original textures of the game/rom, not .T64 files. An example is The Legend of Zelda: Ocarina of Time!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    ZeroT21 @ ZeroT21: only ps5 updated to latest firmware can go on psn, jailbroken ones just don't use psn or they...