Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 10, 2012, 12:55:38 AM
News:
Tales of Forum
Phantasian Productions Projects
Tales of Destiny 2 (PS2)
The PSP Version.
« previous
next »
Pages:
[
1
]
2
3
4
5
6
Author
Topic: The PSP Version. (Read 11352 times)
Penance
Full Member
Posts: 162
The PSP Version.
«
on:
June 18, 2009, 05:53:45 AM »
I guess only Cless could answer this but someone else may know.
What exactly was preventing you from doing the PSP version?
I remember reading something you wrote quite a long time ago and you listed the problems as to why you couldn't do the PSP version.
I'm just curious, that's all.
Heh, it would seem PSP Tales games all have there issues when it comes to editing them...
Logged
Ion Icon by atelierjoh <3 || Philia Rebirth Crusader By Dimentio <3 || Thankyou!
Datschge
Full Member
Posts: 241
Sakuraba Fan
Re: The PSP Version.
«
Reply #1 on:
June 18, 2009, 09:19:32 AM »
You sure are lazy, you know the feature called "search"?
http://www.tales-cless.org/?page=tod2
Quote
What about the PSP version?
The PSP version uses a new standard of compression that isn't compatible with our tools. The only reason a full translation of the PS2 version is possible is because it uses the same exact compression scheme as used in Tales of Phantasia PSX.
Unless the new compression in the PSP version is cracked, don't bet on a translation project happening for it...
Furthermore since some time new PSP units sold are no longer hackable, and PSP emulators are still in their infancy. Thus no point to spend already scarce time on that.
Logged
Penance
Full Member
Posts: 162
Re: The PSP Version.
«
Reply #2 on:
June 18, 2009, 02:29:00 PM »
I didn't know he posted it on here.
No real need to insult me though.
I'd thank you for the link but you're rude.
Logged
Ion Icon by atelierjoh <3 || Philia Rebirth Crusader By Dimentio <3 || Thankyou!
Datschge
Full Member
Posts: 241
Sakuraba Fan
Re: The PSP Version.
«
Reply #3 on:
June 19, 2009, 08:09:07 PM »
Well, sorry if that sound rude to you, but you yourself stated that you remembered reading the reasons and just wanted to have those repeated. That didn't sound like you did any search beforehand. And you obviously didn't check the project page itself either, even though that would be the most logical starting point. I don't know what kind of response you were expecting, also considering you were addressing just one particular person anyway (for which you could as well have been sending a PM instead).
Logged
SkyBladeCloud
Jr. Member
Posts: 20
Re: The PSP Version.
«
Reply #4 on:
June 20, 2010, 01:50:00 PM »
hum, Iīve just seen this project and think itīs quite interesting so I gave it a shot hehe.
I managed partially hack the SCPK compression used in the PSP version of the game, however, I donīt know if
you guys already knew about how to do it or if itīs the same compression in the PS2 version... Also, I havent fount text so far, only images, like this one
Iīll continue searching arround...
Regards
Sky
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 2,563
Re: The PSP Version.
«
Reply #5 on:
June 20, 2010, 08:04:26 PM »
Sounds cool. Whether you want to share the code with us or not is your call, but it'd allow us to support a PSP version of our project.
Logged
SkyBladeCloud
Jr. Member
Posts: 20
Re: The PSP Version.
«
Reply #6 on:
June 21, 2010, 05:55:40 AM »
I have absolutely no problem in sharing my stuff, the only problem is that I discovered that SCPK is the same compression used in the PS2 version for images (so I donīt really think iīll find text in SCPK files). Anyway, guess it could be interesting to finish the job (I donīt know if your translation will include images and I recall the word partial in my first post xD). Also, it would be nice to know where the text is stored in the PS2 version and its encoding/compression (if any, I just canīt read japanese and it would help me to search in the PSP version).
Regards
Sky
«
Last Edit: June 21, 2010, 06:02:07 AM by SkyBladeCloud
»
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 2,563
Re: The PSP Version.
«
Reply #7 on:
June 21, 2010, 08:25:18 AM »
Wait, just to confirm...is the first byte of these compressed files 0x04, followed by four bytes representing compressed size and and another four representing uncompressed size before the actual compressed data (compressed/uncompressed size might be reversed)?
I vaguely recall finding these things when hunting around the PS2 version way back, but I recall them using standard Tales compression 0x03. I don't remember any 0x03 compressed stuff in the PSP version though, just 0x04.
Logged
SkyBladeCloud
Jr. Member
Posts: 20
Re: The PSP Version.
«
Reply #8 on:
June 21, 2010, 11:18:02 AM »
uh, no, actually Iīm talking about this kind of file (uploaded a complete sample to my 4shared account xD)
http://www.4shared.com/file/liOG55Kz/SCPK_Sample.html
the SCPK file is the data in itīs "native" form, in the PS2/PSP ISO
The MFH file, is the result of uncompressing that SCPK file, this is actually a package of images (12, in this case), in a custom format that I had to decode
The TIM2 file is all 12 "subimages" of the MFH file merged and loaded into an emulated frambufer (that is the way the PSP loads it in the RAM)
and the PNG file is all the images together xD
Note that quality might be reduced when mergeing the images (I know how to decode a single one, but decoding 12 can cause some color corruption, the resolution of the full image is 1024 x 1024)
Humm... al the SCPK files Ive uncompressed so far are background images, but as I said, Iīll continue searching arround and see if I came up with something useful (Note that I havenīt any completed tool so far...)
Regards
Sky
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 2,563
Re: The PSP Version.
«
Reply #9 on:
June 21, 2010, 12:21:01 PM »
I haven't looked at ToD2 in a good while, so my memory of things is probably a little hazy. I just seem to vaguely remember files relating to the pre-rendered background art being compressed using the standard 0x03 algorithm (LZSS+RLE), so we could decompress them with the tools we already had.
But ToD2 PSP came around with this strange 0x04 algorithm that, as far as I know, has never been used by anything else in the series. When I examined 0x04-compressed files, I recalled them seeming very similar to 0x03, but our tools weren't able to touch them. We still can't decompress these things, and it's basically the main thing currently holding us back from extending our project to the PSP version.
Logged
SkyBladeCloud
Jr. Member
Posts: 20
Re: The PSP Version.
«
Reply #10 on:
June 22, 2010, 10:44:59 AM »
Here, I found a file that follows the scheme you are describing (PSP 0x04 compressed file), having a 0x04 byte followed by the compressed size in little endian -1 (0x7e35, being the true size 0x7636 bytes), followed by the uncompressed size (0x1a430 bytes in this case), also in little endian. I managed to decompress it (It is the title image, apparently). So, if this is what you were talking about, guess I can help you... (or maybe your tools work if you add 1 more byte to the file xD, I donīt think so, since the algorithm has nothing to do with LZSS or RLE, but....)
Have a look..
http://www.4shared.com/file/AmvpwS_a/ToD2_PSP_compression_sample_2.html
Regards
Sky
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 2,563
Re: The PSP Version.
«
Reply #11 on:
June 22, 2010, 11:09:40 AM »
Yes, yes...this is exactly it!
No idea if there's any recompression code written for this format, but it won't be necessary if the game still has support for 0x03 or at the very least 0x00 (uncompressed).
Logged
SkyBladeCloud
Jr. Member
Posts: 20
Re: The PSP Version.
«
Reply #12 on:
June 24, 2010, 11:16:33 AM »
OK here is the decompressor Iīve just finnished coding:
http://www.4shared.com/file/_aW4Ut42/_2__Tales_of_Destiny_2_0x04_de.html
should only work with 0x04 compressed files, also, if there are more than one compressed files one after the other, the software should *hopefully* batch-decompress them all; in order to decompress, drag and drom the file(s) into the .exe, the only requirement is that compressed files must start with the 0x04 byte, followed by the rest of the data, it might be necessary to update .NETFramework before using it.
Attached and example too
Regards
Sky
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 2,563
Re: The PSP Version.
«
Reply #13 on:
June 24, 2010, 11:29:40 AM »
That's awesome! Any chance you're willing to share the source code?
Logged
SkyBladeCloud
Jr. Member
Posts: 20
Re: The PSP Version.
«
Reply #14 on:
June 24, 2010, 04:20:30 PM »
So it worked... right?
Logged
Cless
Overlord
Administrator
Hero Member
Posts: 2,563
Re: The PSP Version.
«
Reply #15 on:
June 24, 2010, 04:42:02 PM »
It worked on the samples. I haven't tried it on any game files I've personally ripped, though. I still have to update my unpacker to support the PSP version.
Logged
Pages:
[
1
]
2
3
4
5
6
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General
=> Tales series
=> tri-Ace
-----------------------------
Phantasian Productions Projects
-----------------------------
=> Tales of Phantasia
===> News
=> Tales of Phantasia Narikiri Dungeon
=> Tales of Phantasia THE ANIMATION
=> Tales of Destiny Director's Cut (PS2)
=> Tales of Destiny 2 (PS2)
===> Community menu text editing board
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Powered by SMF 1.1.16
|
SMF © 2011, Simple Machines
Loading...