The VG Resource
Fatal frame 5 - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html)
+---- Thread: Fatal frame 5 (/thread-31370.html)



Fatal frame 5 - tone - 07-17-2017

The models can already be extracted perfectly. The problem is the textures are swizzled like  supersmashbros wii utextures.  unfortunately, randomtalkingbush's Super Smash Bros. for Wii U - NUT to GTX does not work.

sample file .GMPK

http://www.mediafire.com/file/ypkard4a994blkp/H_YRI_B.7z

to extract g1m

Quote:endian big
for i
findloc start string "G1M_0036"
goto start
print "%start%"
savepos offset
getdstring null 0x8
get size long
get NAME filename
string name + ".g1m"
log name offset size

next i
to extract g1t

Quote:endian big
for i
findloc start string "G1TG0060"
goto start
print "%start%"
savepos offset
getdstring null 0x8
get size long
get NAME filename
string name + ".g1t"
log name offset size

next i