Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the front.anm on TH17 #108

Open
KimHsin opened this issue Jul 7, 2023 · 1 comment
Open

About the front.anm on TH17 #108

KimHsin opened this issue Jul 7, 2023 · 1 comment

Comments

@KimHsin
Copy link

KimHsin commented Jul 7, 2023

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

@DankRank
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants