06-13-2016, 03:09 AM
(01-13-2016, 12:17 AM)puggsoy Wrote: What a perfect opportunity to showcase GFXtract
Code:# Halfbrick Studios .tex
#
# Written by puggsoy
# GFXtract Script (https://github.com/puggsoy/GFXtract/releases)
goto 4
get WIDTH short
get HEIGHT short
get DUMMY long
setformat 32 BGRA
read IMG WIDTH HEIGHT
savepng IMG
Copy this into a text file, change the extension to .gsl and use it in GFXtract. Hopefully it should be fairly straightforward.
It's working with SuperTVGRFan18496 .tex
But not working with my halfbrick .tex => https://www.dropbox.com/sh/r108zesxd2hs4...ejaga?dl=0
Please help!