Kitty Corp Meow Mix Forums

Super Smash Bros. Brawl Hacking => Attacks and Animations => Topic started by: Untouch on August 15, 2009, 02:15:47 PM



Title: Adding "Projectiles" to attacks example
Post by: Untouch on August 15, 2009, 02:15:47 PM
http://www.mediafire.com/?eqm5gndjymt
http://www.youtube.com/watch?v=60Qe0yY9yCM


ONLY SUBACTION 48 and 49 WERE CHANGED.


Basically to add "projectiles" You need to manipulate graphics, hitboxes and timers.

It's really easy.

Both the graphics and the hitboxes will share the same position, you can change this with the offsets.
In my example ever 5 frames it creates a graphic and hitbox.

Both are at the same position, this makes it look like wario is using a fireball.

To make the projectile work like a fireball I added a terminate collision before each hitbox, this lets each "projectile" in the line do damage.

Enjoy.


Title: Re: Adding "Projectiles" to attacks example
Post by: sora899 on August 15, 2009, 02:29:45 PM
I love you :happy:


Title: Re: Adding "Projectiles" to attacks example
Post by: pawnch on August 29, 2009, 01:00:05 PM
YOU ARE GOD!


Title: Re: Adding "Projectiles" to attacks example
Post by: VILE on August 29, 2009, 07:31:50 PM
I was trying to simulate this but more efficeintly and stoppable when i wanted. I tried having the X offset as a variable.


Title: Re: Adding "Projectiles" to attacks example
Post by: ub3rPat on September 01, 2009, 02:15:22 PM
u dud exactly the same with my new neutral b for ganondorf but it doesn't work, the hitbox doesn't appear but the graphix do :S


Title: Re: Adding "Projectiles" to attacks example
Post by: Ice God64 on September 01, 2009, 02:58:06 PM
I already figured this out, I just never used it.


Title: Re: Adding "Projectiles" to attacks example
Post by: kyzon on September 02, 2009, 12:27:19 AM
Tomorrow after school (and after my lazy butt buys books and supplies lol)
is when i put this to use for my link


Title: Re: Adding "Projectiles" to attacks example
Post by: Untouch on September 02, 2009, 06:54:23 PM
I need to find out how to add variables.

I know how to change them though.


Title: Re: Adding "Projectiles" to attacks example
Post by: kyzon on September 02, 2009, 07:15:13 PM
is there anyway to rotate a gfx when using this? having to search for a bone that has this facing forward is a pain


Title: Re: Adding "Projectiles" to attacks example
Post by: LavaLatte [.Fade] on September 02, 2009, 07:51:30 PM
is there anyway to rotate a gfx when using this? having to search for a bone that has this facing forward is a pain

Isn't there an option to rotate on the graphic? Or does that do something else?


Title: Re: Adding "Projectiles" to attacks example
Post by: kyzon on September 02, 2009, 08:38:00 PM
hasnt done anything for me.
sword is still pointing in dumb directions


Title: Re: Adding "Projectiles" to attacks example
Post by: UMOP on September 02, 2009, 08:55:50 PM
I was trying to simulate this but more efficeintly and stoppable when i wanted. I tried having the X offset as a variable.

Has anyone else tried this? It works fine for the GFX, but when I try to use a variable as an offset for the hitboxes, it doesn't work.