The VG Resource
Extracted images appear as tiled pieces - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html)
+---- Thread: Extracted images appear as tiled pieces (/thread-30692.html)



Extracted images appear as tiled pieces - AMAAAAAR - 02-24-2017

I'm trying to extract images from the game Oregairu for PS Vita. I've managed to unpack the cpk file, but this gave me a hundreds of numbered .bin files.

These .bin files were arranged so every even numbered file was a GXT file, which I converted to PNG, and every odd was an unknown file which I've not been able to identify because each hex header is different.

The problem is these PNG files are cut up into pieces and tiled, so they appear like this: http://imgur.com/a/fq0i9


Upon researching, I found something called LayoutChild on these forums, which needed a PNG and a LAY file, so I assumed the next numbered .bin file was the LAY file, but it created a new folder but didn't make the images.

Does anyone know how I can make the images normal?

Thanks, and here's a few of the files: https://drive.google.com/open?id=0B3vuJ-S_YuXqY3VkLV9GTGZpWWM


RE: Extracted images appear as tiled pieces - puggsoy - 02-24-2017

I've seen something very similar before. Will inspect them and see if I can do something.


RE: Extracted images appear as tiled pieces - AMAAAAAR - 02-25-2017

(02-24-2017, 10:10 PM)puggsoy Wrote: I've seen something very similar before. Will inspect them and see if I can do something.

Thanks, and good luck Big Grin


RE: Extracted images appear as tiled pieces - puggsoy - 02-26-2017

Still figuring it out, I think I've got an idea of how it works but it's very strange.

However, I started constructing one of the images by hand and noticed that it looks pretty weird. Take a look:

[Image: DHtHnW5.png]

There's lots of "jagged" distortion, especially noticeable around her hand and chin. This isn't because I've made mistakes, I either misunderstand how they need to be constructed, or there was a bug in the conversion process. I have a very strong suspicion that it is the latter.

How did you convert the GXT files? Also, would you be able to give me some of the unconverted files? I just want to see if I can do something about the image conversion.


RE: Extracted images appear as tiled pieces - AMAAAAAR - 02-26-2017

(02-26-2017, 09:36 AM)puggsoy Wrote: How did you convert the GXT files? Also, would you be able to give me some of the unconverted files? I just want to see if I can do something about the image conversion.

I used a program called GXTConvert: https://github.com/xdanieldzd/GXTConvert

Here's the unconverted files: https://drive.google.com/open?id=0BzzcZCwQwGz-cklGQ2NUalVLM00

Thanks for your help so far Smile