Jump to content

How to extract pickaxe anim?


Recommended Posts

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 by chomil96
Link to comment
Share on other sites

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:

image.thumb.png.0a7dd6036c6fc20632ab6375a6922fd4.png

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...