[PSV] IA/VT Colorful .gly

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
KOZ39
Posts: 2
Joined: Thu Jun 11, 2020 7:46 am

[PSV] IA/VT Colorful .gly

Post by KOZ39 »

Hi, can anyone analyze this file?
It's an extension called .gly, and it's a font binary, but I don't know the coordinate equation.

It consists of 14 bytes per character, and the byte order is Big Endian.

Code: Select all

2h Number of characters
8h ???
2h Unicode
12h ??? (It's probably an x, y, offset, but the value is too high.)

gly: https://www.mediafire.com/file/ap8gula31pblly0/iavt_gly.zip/file
elf: https://www.mediafire.com/file/hqmshqfrog7reqf/eboot.bin.elf/file

I'm sorry for my terrible English skills and thank you.
KOZ39
Posts: 2
Joined: Thu Jun 11, 2020 7:46 am

[PSV] IA/VT Colorful .gly

Post by KOZ39 »

Hello, can someone help me?
An extension named .gly, which is a binary file.

It consists of 14 bytes per character, and the byte order is Big Endian.

Code: Select all

2h Number of characters
8h ???

2h Unicode
2h x offset
2h y offset
8h ???

The x y offset is divided by 16, but I don't know if it's rounded or thrown away.
And I want to know about the remaining 8 bytes.

I'm looking forward to your help.
Thank you.

gly: https://www.mediafire.com/file/ap8gula3 ... y.zip/file
elf: https://www.mediafire.com/file/hqmshqfr ... n.elf/file