Jump to content

Recommended Posts

On 1/20/2026 at 6:17 AM, Wilson-brb said:

my gf wants to make a flute item that makes all bunnys follow her for some time like the beefalo horn, and bunnymen become her allie just like the one man band, how can i make this ? 

I don’t think that’s difficult. Do you already have the anim, or are you adding a new feature to the game’s flute?

On 1/31/2026 at 4:19 AM, Haruhi Kawaii said:

I don’t think that’s difficult. Do you already have the anim, or are you adding a new feature to the game’s flute?

she wants to use the same anim but a different sprite, that is possible right?, also basically do what i said a new panflute type of item that when played it makes the bunnymen become followers (like the one man band) and the regular bunnys follow her  for a while (like the beefalo horn)

4 hours ago, Wilson-brb said:

she wants to use the same anim but a different sprite, that is possible right?, also basically do what i said a new panflute type of item that when played it makes the bunnymen become followers (like the one man band) and the regular bunnys follow her  for a while (like the beefalo horn)

yes all dst animation can swap symbols(sprites)

14 hours ago, Wilson-brb said:

she wants to use the same anim but a different sprite, that is possible right?, also basically do what i said a new panflute type of item that when played it makes the bunnymen become followers (like the one man band) and the regular bunnys follow her  for a while (like the beefalo horn)

You can use this template. It’s not perfect yet and doesn’t have a crafting recipe. Try spawning "panflute_mod" — you’ll need to add a name, add an icon, and redraw it if you want.

Panflute.zip

  • Like 1
On 2/3/2026 at 1:10 PM, Haruhi Kawaii said:

You can use this template. It’s not perfect yet and doesn’t have a crafting recipe. Try spawning "panflute_mod" — you’ll need to add a name, add an icon, and redraw it if you want.

Panflute.zip 136.46 kB · 1 download

ty it helped  A LOT, everthing is working except the panflute animation that is played is the old one , and not the new one she set up, any way to fix that ? if not, the animation that plays it doenst have the new sprite just the old pan flute sprite .

12 hours ago, Wilson-brb said:

ty it helped  A LOT, everthing is working except the panflute animation that is played is the old one , and not the new one she set up, any way to fix that ? if not, the animation that plays it doenst have the new sprite just the old pan flute sprite .

Are you planning to change the animation while playing the flute, or just the art of the flute itself?
If it’s the playing animation, that’s quite complicated. But if you only want to change the flute’s art, then install Don’t Starve Mod Tools, open the folder exported > pan_flute > pan_flute01, draw over the two PNG files there, then check the pan_flute_mod.scml file with Spriter. After that, restart the game and it will automatically compile.

  • Like 1
On 2/5/2026 at 12:53 PM, Haruhi Kawaii said:

Are you planning to change the animation while playing the flute, or just the art of the flute itself?
If it’s the playing animation, that’s quite complicated. But if you only want to change the flute’s art, then install Don’t Starve Mod Tools, open the folder exported > pan_flute > pan_flute01, draw over the two PNG files there, then check the pan_flute_mod.scml file with Spriter. After that, restart the game and it will automatically compile.

oh no its the sprite of the flute itself IN the animation , like a skin

11 minutes ago, Wilson-brb said:

oh no its the sprite of the flute itself IN the animation , like a skin

to be exact when playing the panflute the animation uses the normal sprite instead of the new one, so just the sprite of the panflute in the playing animation 

8 hours ago, Wilson-brb said:

oh no its the sprite of the flute itself IN the animation , like a skin

to be exact when playing the panflute the animation uses the normal sprite instead of the new one, so just the sprite of the panflute in the playing animation 

I didn’t check carefully — I’m really sorry about that. I thought it was simple, but in reality it’s different. Try this code again.

Panflute.zip

  • Like 1
On 2/20/2026 at 3:28 AM, Haruhi Kawaii said:

I didn’t check carefully — I’m really sorry about that. I thought it was simple, but in reality it’s different. Try this code again.

Panflute.zip 120.46 kB · 1 download

REALLY THANK YOU  it worked , thank you so much, if you want to stop its okay , i just wanted to ask the last question that if you know how to put personalized sound 

  • Health 1
11 hours ago, Wilson-brb said:

REALLY THANK YOU  it worked , thank you so much, if you want to stop its okay , i just wanted to ask the last question that if you know how to put personalized sound 

Add this code right below the line:
inst.AnimState...

inst.sg.statemem.sound = "dontstarve/common/horn_beefalo"

Refer to the instructions on how to add sound here.

 

  • Like 1
On 2/23/2026 at 11:01 AM, Haruhi Kawaii said:

Add this code right below the line:
inst.AnimState...

inst.sg.statemem.sound = "dontstarve/common/horn_beefalo"

Refer to the instructions on how to add sound here.

 

Thank you thank you , everthing worked out perfectly you were a huge help, she is very grateful  thank you so much!

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