thtk icon indicating copy to clipboard operation
thtk copied to clipboard

About the front.anm on TH17

Open KimHsin opened this issue 2 years ago • 1 comments

After modifying and packaging front.anm in th17.dat, the game will crash when I meet Stage1 boss.

KimHsin avatar Jul 07 '23 14:07 KimHsin

Did you use the latest version? It works for me. For reference, here are the commands I used.

cp th17.dat th17.dat.bak
mkdir dat
cd dat
thdat -x17 ../th17.dat
cd ..
mkdir anm
cd anm
thanm -l17 ../dat/front.anm >front.txt
thanm -x17 ../dat/front.anm
convert front/front00.png -alpha off -fill black +opaque black tmp.png
mv tmp.png front/front00.png
thanm -c17 ../dat/front.anm front.txt
cd ../dat
thdat -c17 ../th17.dat *

(the convert command replaces front/front00.png with a completely black image) image

DankRank avatar Sep 17 '23 00:09 DankRank