YesNoOk
avatar

How to move during pause or super pause (Read 4850 times)

Started by Boxuu, May 11, 2021, 11:04:35 am
Share this topic:
How to move during pause or super pause
#1  May 11, 2021, 11:04:35 am
  • *
  • The Magic Esper
  • I like boxes
    • New Zealand
Hello there. I have a problem.

The issue is that I want my character to move during his super attack. I tried using the pause and super pause state controllers but everything is paused. His explods, the screen shakes, everything.

I only want my opponent, the background and the time to be paused. Not my character performing his super.
Boop
Re: How to move during pause or super pause
#2  May 11, 2021, 12:33:14 pm
  • ***
  • 하나뿐인 한국인 대표
  • Ambassador of MugenRevival
    • South Korea
    • sites.google.com/view/kolossoni-mugen
Super/pausemovetime is what you're looking for.
Re: How to move during pause or super pause
#3  May 11, 2021, 12:44:46 pm
  • *
  • The Magic Esper
  • I like boxes
    • New Zealand
[State 220, SuperPause]
type = SuperPause
trigger1 = AnimElem = 4
time = 300
movetime = 1
pos = 9999, 9999
darken = 0
p2defmul = 0
unhittable = 1

I did this but it still freezes everything.
Boop
Re: How to move during pause or super pause
#4  May 11, 2021, 01:08:17 pm
  • ***
  • 하나뿐인 한국인 대표
  • Ambassador of MugenRevival
    • South Korea
    • sites.google.com/view/kolossoni-mugen
[State 220, SuperPause]
type = SuperPause
trigger1 = AnimElem = 4
time = 300
movetime = 1
pos = 9999, 9999
darken = 0
p2defmul = 0
unhittable = 1
superpausemovetime = 99999

You need this line in everything you want moving during a super pause.
Re: How to move during pause or super pause
#5  May 11, 2021, 01:31:41 pm
  • *
  • The Magic Esper
  • I like boxes
    • New Zealand
Boop
Re: How to move during pause or super pause
#6  May 11, 2021, 02:03:19 pm
  • avatar
  • *
    • Canada
Your movetime and time should match, as is you have time=300/movetime=2 so the character only moves for the first 2 frames of the pause and then freezes.
Re: How to move during pause or super pause
#7  May 11, 2021, 03:19:36 pm
  • *
  • The Magic Esper
  • I like boxes
    • New Zealand
Alright I matched it, but the my character is still frozen during his super.
Boop
Re: How to move during pause or super pause
#8  May 11, 2021, 03:36:43 pm
  • ***
  • 하나뿐인 한국인 대표
  • Ambassador of MugenRevival
    • South Korea
    • sites.google.com/view/kolossoni-mugen
Re: How to move during pause or super pause
#9  May 11, 2021, 05:35:10 pm
  • *
  • The Magic Esper
  • I like boxes
    • New Zealand
Oh, adding that " SuperMoveTime = 9999 " value to all my explods and helpers actually worked. Thanks a lot!
Boop
Re: How to move during pause or super pause
#10  May 11, 2021, 05:56:41 pm
  • ***
  • 하나뿐인 한국인 대표
  • Ambassador of MugenRevival
    • South Korea
    • sites.google.com/view/kolossoni-mugen
My pleasure :)