-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support for non animation klei files #1
Comments
Can you point me to an example of where they are just using a build file and image file without an animation file for reference? |
What exactly would be the purpose of trying to convert this to scml if it isn't an animation? I'm not entirely sure I understand the request. |
To extract the sprites |
It's definitely possible to do that but I don't really see the point. You already have the png file. Why would you want to have a program split it up into individual sprites? |
I'm using them to practice making a website about the game. Other people might want them for other reasons, like wanting to edit the pngs individually. Your program already supports extracting them, what I'm suggesting is adding an option to just do that, make it skip the second step. |
Ok cool I understand. I'll add that in if I update this tool. I'm currently waiting to see if klei is going to provide modding support for custom assets (like they originally said they were going to) before I invest the time in that. |
You can do this already by just using a random anim file and renaming it hat_icons_anim.txt |
For when they use it for non-animated sprites/icons. The current program works if you pass in a file for it to try to use, but it would be nice to be able to not need to specify an animal if there is none.
The text was updated successfully, but these errors were encountered: