Important information: this site is currently scheduled to go offline indefinitely by end of the year.

SL01 Encryption? (Golden Time: Vivid Memories)

Read or post about compression. And decompression. Or ask questions how to decompress your files.
Post Reply
ElyosOfTheAbyss
ultra-n00b
Posts: 6
Joined: Sun Jan 24, 2016 11:42 am

SL01 Encryption? (Golden Time: Vivid Memories)

Post by ElyosOfTheAbyss »

I decided to rip Golden Time: Vivid Memories sprites but when I tried to convert the .gtx they didn't work. I opened them in a hex editor and they all start with SL01 and it looks like its a type of encryption rather than a container.

Here are some sample files: https://drive.google.com/open?id=0ByT2b ... Uw0YVF6M3M

Would there be any way to decrypt them?
happydance
beginner
Posts: 28
Joined: Thu Apr 17, 2014 3:11 pm
Has thanked: 1 time
Been thanked: 3 times

Re: SL01 Encryption? (Golden Time: Vivid Memories)

Post by happydance »

it's not an encryption it's just a lzo1x compression

just made this simple script and worked for the files you've uploaded but don't know if it will work for the rest of the files :).

Code: Select all

comtype lzo1x
goto 0x4
get SIZE long
get ZSIZE long
get NAME FILENAME
string NAME p= "extracted/%s" NAME
clog NAME 0xc ZSIZE SIZE
ElyosOfTheAbyss
ultra-n00b
Posts: 6
Joined: Sun Jan 24, 2016 11:42 am

Re: SL01 Encryption? (Golden Time: Vivid Memories)

Post by ElyosOfTheAbyss »

Thank's that works.
Yeah I meant to say compression not encryption. I was really tired when I wrote that.
happydance
beginner
Posts: 28
Joined: Thu Apr 17, 2014 3:11 pm
Has thanked: 1 time
Been thanked: 3 times

Re: SL01 Encryption? (Golden Time: Vivid Memories)

Post by happydance »

ElyosOfTheAbyss wrote:Thank's that works.
Yeah I meant to say compression not encryption. I was really tired when I wrote that.
no problemo, btw how are you ripping the image from the gxt? by scarlet or gxt convert?
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: SL01 Encryption? (Golden Time: Vivid Memories)

Post by Acewell »

Noesis also has native support to open those decompressed gxt textures :D
happydance
beginner
Posts: 28
Joined: Thu Apr 17, 2014 3:11 pm
Has thanked: 1 time
Been thanked: 3 times

Re: SL01 Encryption? (Golden Time: Vivid Memories)

Post by happydance »

AceWell wrote:Noesis also has native support to open those decompressed gxt textures :D
it seems neosis cant handle some of those vita gxt, but scarlet/gxt convert can extract some but a few can't still be exported.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: SL01 Encryption? (Golden Time: Vivid Memories)

Post by Acewell »

according to MrAdults it should be able to handle all of them and you should
upload any that won't work so he might update his plugin if he feels up to it,
but i was mainly referring to the samples provided in this thread when i posted. :)
ElyosOfTheAbyss
ultra-n00b
Posts: 6
Joined: Sun Jan 24, 2016 11:42 am

Re: SL01 Encryption? (Golden Time: Vivid Memories)

Post by ElyosOfTheAbyss »

happydance wrote:
ElyosOfTheAbyss wrote:Thank's that works.
Yeah I meant to say compression not encryption. I was really tired when I wrote that.
no problemo, btw how are you ripping the image from the gxt? by scarlet or gxt convert?
I'm using scarlet since the normal GXTConverter seems to give me a jumbled up mess when I convert it to png. Though I'm about to try the .gtx noesis plugin.
Post Reply