Users browsing this thread: 1 Guest(s)
Batch TPL Converter
#1
Anybody know of a good one?
I'm getting back to Kirby's Dream Collection again
and would really appreciate it.
[Image: 3oEduVuAsde9E8A716.gif][Image: ness_stamp_by_yukidarkfan.png]
3DS Friend Code: 4098-7082-7654
Add me sometime. I've got Smash, Mario Kart, and a few others!
Thanked by:
#2
Wiimms SZS Toolset is a good one. You can create a batch file inorder to rip multiple TPL files to PNG files.
Thanked by: larsenv
#3
(09-18-2015, 08:12 PM)ThatTrueStruggle Wrote: Wiimms SZS Toolset is a good one. You can create a batch file inorder to rip multiple TPL files to PNG files.

How exactly?
[Image: 3oEduVuAsde9E8A716.gif][Image: ness_stamp_by_yukidarkfan.png]
3DS Friend Code: 4098-7082-7654
Add me sometime. I've got Smash, Mario Kart, and a few others!
Thanked by:
#4
Code:
wimgt copy *.tpl *.png
I think that'll work
Thanked by: supersmashball
#5
(09-18-2015, 10:03 PM)ThatTrueStruggle Wrote:
Code:
wimgt copy *.tpl *.png
I think that'll work

Welp, it won't work. Ran it, only dispenses the first image
with no name. Try not to rush yourself!!!!! Content
[Image: 3oEduVuAsde9E8A716.gif][Image: ness_stamp_by_yukidarkfan.png]
3DS Friend Code: 4098-7082-7654
Add me sometime. I've got Smash, Mario Kart, and a few others!
Thanked by:
#6
Code:
set WIMGT = wimgt.exe
for %%f in (*.tpl) do WIMGT cp %%f %%f.png
pause
Thanked by: supersmashball
#7
(09-23-2015, 05:08 PM)TGE Wrote:
Code:
for %%f in (*.tpl) do wimgt.exe cp %%f %~n1f.png

It is giving me a "FILE ALREADY EXISTS" error. Unimpressed
What should I do?
[Image: 3oEduVuAsde9E8A716.gif][Image: ness_stamp_by_yukidarkfan.png]
3DS Friend Code: 4098-7082-7654
Add me sometime. I've got Smash, Mario Kart, and a few others!
Thanked by:
#8
I modified the code in the prev. post. The program acts a bit oddly though.
Thanked by: supersmashball
#9
(09-24-2015, 04:35 AM)TGE Wrote: I modified the code in the prev. post. The program acts a bit oddly though.
Thanks a lot! I really appreciate it. Content
[Image: 3oEduVuAsde9E8A716.gif][Image: ness_stamp_by_yukidarkfan.png]
3DS Friend Code: 4098-7082-7654
Add me sometime. I've got Smash, Mario Kart, and a few others!
Thanked by:
#10
There's an even easier way than using batch scripting since you can extract every image using this:

wimgt decode *.tpl

Or drag and drop a directory so you can do this...

wimgt decode <directory>/*.tpl
Thanked by: supersmashball


Forum Jump: