You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
After modifying and packaging front.anm in th17.dat, the game will crash when I meet Stage1 boss.
The text was updated successfully, but these errors were encountered: