Jump to content

Recommended Posts

I figured out how to add idle animations of other characters to my character prefabs.

(ex. wendy

Asset("ANIM", "anim/player_idles_wendy.zip"), and inst.customidleanim = "idle_wendy" code)

BUT, I've faced a problem where it doesn't come out of the animation properly when they have props...

Here is my character's Wendy idle animation.

Honeycam2024-05-2316-01-59-ezgif.com-crop.gif.4ddbf58302154d5430c7acb2ae7615f5.gif

How can I solve this situation? I tried adding a wendy's idle flower folder but it didn't work...

Please help me. I'm really desperate. PLEASEEEEEE:wilson_cry:

On 5/24/2024 at 5:59 AM, IronHunter said:

In your common_postinit(inst) function add this line
    inst.AnimState:AddOverrideBuild("player_idles_wendy")

 

see wendy.lua file as an example

THANK YOU SO MUCH!!!!!!!

And... one more question...
I didn't find the corresponding line in Willow and Woodie's lua file and even if I modified and pasted the same line as Wendy, it doesn't work properly... Could you please teach me one more time? I'm so sorry...

Edited by SAYONARA_DAY

Woodie's and Willow's idles utilizes the hand equipment symbols. So unless you have an appropriate hand item equipped there is nothing to show.

Woodie's idle will work with any swap_object as it just uses the first symbol of the item.

But Willow's requires a special symbol which is only found on bernie's .build or modded items that mimic the symbol folder structure.

 

  • Like 1
On 5/27/2024 at 3:07 AM, IronHunter said:

Woodie's and Willow's idles utilizes the hand equipment symbols. So unless you have an appropriate hand item equipped there is nothing to show.

Woodie's idle will work with any swap_object as it just uses the first symbol of the item.

But Willow's requires a special symbol which is only found on bernie's .build or modded items that mimic the symbol folder structure.

 

Thank you for your kind answer!!! You are such an angel:wilson_cry::wilson_cry::wilson_cry:

You taught me, so I'll try to figure out what to do next step!

Thank you, again:wilson_love: Have a nice day!!

  • 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...