YesNoOk
avatar

Tomoe Mami by Geros Rapidfire Attack? (Read 383 times)

Started by Hihoshi, January 16, 2013, 02:25:33 pm
Share this topic:
Tomoe Mami by Geros Rapidfire Attack?
#1  January 16, 2013, 02:25:33 pm
  • ***
If anyone has watched PMMM they would know that in episode 3 and 1, Mami spawns multiple rifle from her hat and then fires them one by one at her enemies.  I have watched Geros' Tomoe Mami perform the same attack in AI mode, and know how to spawn the rifles, but have no idea how to make her use them.



This is the attack I am referring to, I have spawned her rifles using down, down, soul gem button, but have no idea how to use them, I am fed up with trying to perform the attack now, and am looking for some guidance.
First I was like: -_-
Then I was like: FUUUUUUU
Re: Tomoe Mami by Geros Rapidfire Attack?
#2  January 16, 2013, 02:29:47 pm
  • ******
    • USA

  • Online
Next time you watch her fight, turn off the lifebars (ctrl+L) and turn on the debug (ctrl+D) and when she does this move, pause the game and look at the state number.  Then look through her CMD file until you find something that reads "value = (state number here)" and look at its command.  Then scroll up to the top of the CMD and find the command.
Re: Tomoe Mami by Geros Rapidfire Attack?
#3  January 16, 2013, 02:45:53 pm
  • ***

[State -1,—‚ꌂ‚¿]
type = ChangeState
value = 2601
triggerall = var(59) <= 0
triggerall = command = "holdfwd_s"
triggerall = command != "holddown"
triggerall = var(10) = 0
triggerall = helper(8503),rootdist X = [-50,50]
triggerall = helper(8503),pos Y = 0
trigger1 = statetype = S
trigger1 = ctrl
trigger2 = (stateno = [200,225]) || (stateno = [400,430])
trigger2 = movecontact
trigger3 = stateno = 1400 && MoveContact
trigger4 = stateno = 1301 && MoveContact
trigger5 = stateno = 1422 && MoveContact
trigger6 = stateno = 1310 && MoveContact

This is what her CMD file says about the move, I don't understand what "S" is, does this mean hold forward while pressing whatever and then hold down?
First I was like: -_-
Then I was like: FUUUUUUU
Re: Tomoe Mami by Geros Rapidfire Attack?
#4  January 16, 2013, 02:49:22 pm
  • ******
    • USA

  • Online
S is start.  Holddown can mean hold the button down, not actually holding the down button, like Megaman's buster and Vergil's round trip in Marvel vs Capcom.
Re: Tomoe Mami by Geros Rapidfire Attack?
#5  January 16, 2013, 02:50:02 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
"S" means "start button". So this means press forward (and do not press down, meaning not diagonal down-forward) and start.
You also have to be close to the rifles to use them (I guess the rifles are the helper(8503) in the code).

Edit : beaten by MC2
Re: Tomoe Mami by Geros Rapidfire Attack?
#6  January 16, 2013, 02:52:33 pm
  • ***
[Command]
name = "holdfwd_s"
command = /$F,s
time = 1

I still don't understand
First I was like: -_-
Then I was like: FUUUUUUU
Re: Tomoe Mami by Geros Rapidfire Attack?
New #7  January 16, 2013, 03:00:45 pm
  • ***
    • USA
    • Skype - cappuchinose
    • tier-1.us/
Forward then start but im not sure why time = 1, makes it difficult for you to perform the move
Last Edit: January 16, 2013, 03:11:52 pm by -Genesis-
Re: Tomoe Mami by Geros Rapidfire Attack?
#8  January 16, 2013, 03:04:37 pm
  • ***
Thanks for the help, it is actually very easy, I just would never have thought of using the start button for an attack.  once you spawn the rifles, you stand close and press forward and start together.  She will grab rifles and perform a rapid fire shootout.
First I was like: -_-
Then I was like: FUUUUUUU