The VG Resource
Help me ripping the battle sprites from UNDER NIGHT IN-BIRTH Exe:Late[st] - 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: Help me ripping the battle sprites from UNDER NIGHT IN-BIRTH Exe:Late[st] (/thread-34190.html)



Help me ripping the battle sprites from UNDER NIGHT IN-BIRTH Exe:Late[st] - Mysticus - 09-13-2018

I extract the .pac files using quickbms, but I'm stuck with the .cg files.
Any tools how to extract them?


RE: Help me ripping the battle sprites from UNDER NIGHT IN-BIRTH Exe:Late[st] - Raccoon Sam - 09-13-2018

i don't think this particular file contains anything interesting
scoured through it quickly with a hex editor and there are several strings like Lin000_00.dds, Lin000_01.dds but the other data in the file doesn't look like image data at all.
Are there any other files besides .cg?


RE: Help me ripping the battle sprites from UNDER NIGHT IN-BIRTH Exe:Late[st] - Raccoon Sam - 09-13-2018

.pal is a set of palettes, 32bpp pRGB (8888)
.cg and .LST probably file indexes (not graphics)
.HA6 is .... something? The header is "Hantei6DataFile" and googling that yields one result - this page: https://github.com/LegendaryBlueShirt/UnielViewer/blob/master/src/uniViewer/view/ViewerWindow.java

So, using LegendaryBlueShirt's tools you might get somewhere. I can't run them so sorry.


RE: Help me ripping the battle sprites from UNDER NIGHT IN-BIRTH Exe:Late[st] - Raccoon Sam - 09-13-2018

I dunno. There's a binary release here: https://github.com/LegendaryBlueShirt/UnielViewer/releases
Click on the UniViewer.jar link, then try running it on your computer. It didn't work for me, but it might work for you.
If that doesn't work, try googling for answers on how to run JAR files.


RE: Help me ripping the battle sprites from UNDER NIGHT IN-BIRTH Exe:Late[st] - Sonico415797 - 07-06-2023

(09-13-2018, 05:57 AM)Raccoon Sam Wrote: .pal is a set of palettes, 32bpp pRGB (8888)
.cg and .LST probably file indexes (not graphics)
.HA6 is .... something? The header is "Hantei6DataFile" and googling that yields one result - this page: https://github.com/LegendaryBlueShirt/UnielViewer/blob/master/src/uniViewer/view/ViewerWindow.java

So, using LegendaryBlueShirt's tools you might get somewhere. I can't run them so sorry.

incredibly late reply, just telling info

.pal has characters palettes in RGBA8888
.cg contains sprite data
.lst has index data for sprites
.ha6 has character scripts, frame data and hitbox data