Jump to content

Recommended Posts

So basically I want to make the "pick" animation go faster on a character I'm making. I am still pretty new to custom characters, and I couldn't find anything in the prefabs folder, so sorry if it is common knowledge. I want to make picking plants (grass, twigs, berries) take less time. I found some old forum posts from 2014, but they only appear to work in solo Don't Starve.

23 minutes ago, Ratituee said:

So basically I want to make the "pick" animation go faster on a character I'm making. I am still pretty new to custom characters, and I couldn't find anything in the prefabs folder, so sorry if it is common knowledge. I want to make picking plants (grass, twigs, berries) take less time. I found some old forum posts from 2014, but they only appear to work in solo Don't Starve.

Put it in common_postinit and try again :)

Spoiler

        inst:AddTag("fastpicker")
        inst:AddTag("fastpick")

 

56 minutes ago, Haruhi Kawaii said:

Put it in common_postinit and try again :)

  Hide contents

        inst:AddTag("fastpicker")
        inst:AddTag("fastpick")

 

Thanks for the quick reply, but I actually meant I wanted it to be faster, not instantaneous. Thankfully, I did a little digging and used inst:AddTag("quagmire_fasthands"), which uses a character ability from The Gorge to pick things faster.

Edited by Ratituee
typo
  • Like 1

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
×
  • Create New...