Page 1 of 1

TPL Files in Ps2 Game

Posted: Thu Jan 05, 2012 1:01 pm
by Gabriel Marques
Hello Guys!
I have a project to translate the game Saint Seiya for PS2.
99% is already complete,missing only edit a message and then save the game into my language.

I guess what I need are in archives .TPL , since they were the only file format in the game where you can not open for edit or view.. :[

Someone has already worked with this type of file?
Know a program to visualize the file or edit tpl files?
Please help us because now missing 1% to complete the project.

Thanks in advance,
Gabriel.

Re: TPL Files in Ps2 Game

Posted: Sat Jan 07, 2012 5:04 pm
by Gabriel Marques
Some information about the help they need on the texts of Kiki(Save Text):

In GAME ISO PAL in English, a part of the text is this: "Seiya, do you want to save ..."
If you find where and how it is stored snippets, is enough.

The texts that are easy to find (the ones we have translated) are loose (without compression) in files .Bin which in turn are released (uncompressed) in file .AFS These texts are encoded with "UTF16 Little Endian".

Thus, to find any text, just do a search on the entire AFS using this encoding. It ran several searches using two different software and always get the same results: find all the texts that we have already found, but find no talk of Kiki. This leads me to believe that the phrases are compressed Kiki somehow.

Re: TPL Files in Ps2 Game

Posted: Thu Jan 12, 2012 3:46 am
by MrAdults
The TPL files are just textures, Noesis can open them.

Re: TPL Files in Ps2 Game

Posted: Fri Jan 13, 2012 10:57 am
by Gabriel Marques
MrAdults wrote:The TPL files are just textures, Noesis can open them.
Thank you, but you could give more information about the Noesis?
Is a program? I could not find anywhere... :(

EDIT: It is possible that these files contain a text save or the logo of the game?

Re: TPL Files in Ps2 Game

Posted: Fri Jan 13, 2012 7:06 pm
by finale00
They might if the game uses images to display them.

Re: TPL Files in Ps2 Game

Posted: Fri Jan 13, 2012 9:52 pm
by Gabriel Marques
YES! :D Thank you guys! With your help we can view images with the program Noesis! And really was what we were.

With Noesis, we can view and extract the images that need to be edited, but can't insert it back into the file.TPL

Someone could tell us how to do this?
Now, you just need 0.5% to finish our project to translate the game! Thank you all once again!

Re: TPL Files in Ps2 Game

Posted: Fri Jan 13, 2012 9:56 pm
by MrAdults
Noesis (as you've presumably found by now): http://oasis.xentax.com/index.php?content=downloads

It doesn't repack TPL files, and it should be noted that multiple textures are usually packed into TPL files. Source code is included for the Saint Seiya plugin, however. (see pluginsource.zip)

Re: TPL Files in Ps2 Game

Posted: Fri Jan 13, 2012 10:11 pm
by Gabriel Marques
MrAdults wrote:Noesis (as you've presumably found by now): http://oasis.xentax.com/index.php?content=downloads

It doesn't repack TPL files, and it should be noted that multiple textures are usually packed into TPL files. Source code is included for the Saint Seiya plugin, however. (see pluginsource.zip)
Yes! I see the source code for saint seiya and could view the images to edit the logo. The program exports to PNG, where do the editing.
But what to put inside the .TPL again? how do I do? :|

Re: TPL Files in Ps2 Game

Posted: Mon Jan 30, 2012 11:58 pm
by Gabriel Marques
Some more information:

1 - Most programs to edit TPL files, are somehow related to the Nintendo Wii system. Some of these programs recognize and export the TPL file to other formats, but can not reenter a modified file in the container TPL.
When trying to execute the action you reinsert an image, a message appears that says "this program does not work with files of multiple texture"

2 - The program Game Graphic Studio opens some TPL file types similar structure (with extension FJF) but not the files that we need to edit.

Any information about editing these file types will be of great help to us.

Thanks in advance everyone!

Re: TPL Files in Ps2 Game

Posted: Sat Apr 14, 2012 2:05 pm
by ranma11
I have the same problem.Do you solved it?

Re: TPL Files in Ps2 Game

Posted: Sat Apr 14, 2012 3:14 pm
by gustavofarias
ranma11 wrote:I have the same problem.Do you solved it?
Please refer to these two topics, they are about the same problem of opening TPL files, specially the compressed ones:

viewtopic.php?p=66396#p66396

viewtopic.php?f=21&t=8251

Maybe they can help you, or you can help us.