thtk
thtk copied to clipboard
About the front.anm on TH17
After modifying and packaging front.anm in th17.dat, the game will crash when I meet Stage1 boss.
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)