YesNoOk
avatar

Help with Projectile Distance? (Read 10933 times)

Started by Killerking75, September 23, 2017, 04:43:59 am
Share this topic:
Help with Projectile Distance?
#1  September 23, 2017, 04:43:59 am
  • **
  • I like Ai's
Take a look at the image link for the problem:

https://imgur.com/ZEtnsM5

how can I get the blast to fill the entire screen? I don't see a pos x in the helper.st so I have no idea what I can do...
Re: Help with Projectile Distance?
#2  September 23, 2017, 07:39:34 am
  • ****
  • The other Indian
    • India
Re: Help with Projectile Distance?
#3  September 23, 2017, 08:48:10 am
  • **
  • I like Ai's
Man, Should have looked through the forums more...Thanks Dhalsim, you ol' wise one.

Edit: Wait no...now the beam only does damage when the opponent is mid-screen. What can I modify to have the full beam inflict damage?

     Posted: September 23, 2017, 10:22:19 am
https://imgur.com/YVFetEy

Anatsuken's tutorial doesn't give any further insight on this.
Last Edit: September 23, 2017, 10:22:19 am by Killerking75
Re: Help with Projectile Distance?
#4  September 23, 2017, 03:48:42 pm
  • ****
  • The other Indian
    • India
Anatsuken's tutorial doesn't give any further insight on this.

Load up the anim file in fighter factory and extend the red hit box sufficiently. Which evil ryu is this by the way? Im guessing vyn's. If it's his then the hitbox method wont work and you'll have to use the time loop method.
Last Edit: September 23, 2017, 03:52:43 pm by YugaCurry
Re: Help with Projectile Distance?
#5  September 23, 2017, 03:54:17 pm
  • ****
  • Pixels are atom's of resolution,Low-res or Hi-res
    • Turkey
    • metekervan26@gmail.com
Re: Help with Projectile Distance?
#6  September 24, 2017, 02:32:40 am
  • **
  • I like Ai's
It's Ryu by 1.8.7 which is an edit of POTS' original work.

I took your advice and figured out how to mess with the CLSN's (only extending them) and It works perfectly! Thanks guys, and I hope this could help others in the future.

https://imgur.com/51uqcx7

edit:
      Posted: September 24, 2017, 04:00:41 am
Now there's a new problem with the sparks, I suppose the mugenversion being at 1.1 misaligns the falldown spark, is there a fix...man it honestly feels as if there's one problem after another.

https://imgur.com/sMdatzW
Last Edit: September 24, 2017, 04:01:07 am by Killerking75
Re: Help with Projectile Distance?
New #7  September 24, 2017, 08:08:11 pm
  • ****
  • The other Indian
    • India
There is a fix but you're gonna have to read up mugen 1.1 docs some more. This is a result of pos=P1 being depreciated in mugen 1.1. Space = Stage would be the new parameter. Look up mugen docs under explods
Last Edit: September 25, 2017, 03:22:37 pm by YugaCurry
Re: Help with Projectile Distance?
#8  September 25, 2017, 12:37:47 am
  • **
  • I like Ai's
Gotcha! Thanks again Dhalsim!