How can i create a character follow item like tails

Rika-chan

Member
Hey there,

I wanted to know if you could help me,

I don't know how to make separate object follow the player but only for 3 animation.

Can you help me, im stuck :(

Thanks.
 
Hey there,

I wanted to know if you could help me,

I don't know how to make separate object follow the player but only for 3 animation.

Can you help me, im stuck :(

Thanks.
I can't decide if you know lua or not, could you reply with something more specific??
 
idk why you want to do but if it's to get a specific character to follow you, just use the BuddyEX addon
 
You got to make a lua that uses the sprites inside the edited file, then you make a LUA that makes it so it follows the player or the character.
Tails' tails script is a thing, it might help (I don't know where it is, but I think it's on the defaults .pk3s)
 
actually thats easy:
use TAL0 sprites and in S_SKIN type followitem = MT_TAILSOVERLAY
its that easy just check player.dta from SRB2 folder
Post automatically merged:

Like this but instead of P_SKIN its S_SKIN
and not only 1 sprite you can use more for more angles
Post automatically merged:

if everything is right it can be like this(i used bumper as placeholder)
 

Attachments

  • изображение_2021-03-17_193402.png
    изображение_2021-03-17_193402.png
    21.2 KB · Views: 188
  • srb20392.gif
    srb20392.gif
    3.4 MB · Views: 184
Last edited:
actually thats easy:
use TAL0 sprites and in S_SKIN type followitem = MT_TAILSOVERLAY
its that easy just check player.dta from SRB2 folder
Post automatically merged:

Like this but instead of P_SKIN its S_SKIN
and not only 1 sprite you can use more for more angles
Post automatically merged:

if everything is right it can be like this(i used bumper as placeholder)
Thank you very much for this !
It always bring me another player behind me.
Now its fixed !
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top