chomil96 Posted July 1, 2021 Share Posted July 1, 2021 (edited) i want to extract pickaxe motions to Gifs. so i used krane with swap_pickaxe.zip(atlas-0.tex, build.bin) and player_actions_pickaxe.zip(anim.bin) but there's no pickaxe animation in spriter what can i do?... Edited July 1, 2021 by chomil96 Link to comment https://forums.kleientertainment.com/forums/topic/131446-how-to-extract-pickaxe-anim/ Share on other sites More sharing options...
Garamonde Posted July 1, 2021 Share Posted July 1, 2021 Alright, after doing some digging in the game's scripts, I didn't figure out the problem but I did discover something. In databundles/scripts/prefabs/pickaxe.lua, I found this code at the top: local assets = { Asset("ANIM", "anim/pickaxe.zip"), Asset("ANIM", "anim/goldenpickaxe.zip"), Asset("ANIM", "anim/swap_pickaxe.zip"), Asset("ANIM", "anim/swap_goldenpickaxe.zip"), Asset("ANIM", "anim/floating_items.zip"), } ...Which indicates that that the .anim file that is supposed to correspond with the swap_[tool] tex and build is actually under floating_items.zip. I was able to extract the pickaxe sprites cleanly and in proper animation order, but it still doesn't show up in Spriter: This is baffling to say the least... Maybe someone more experienced can figure out what's wrong, going off of this information? Link to comment https://forums.kleientertainment.com/forums/topic/131446-how-to-extract-pickaxe-anim/#findComment-1475317 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now