Jump to content

GTFoxN6Y

Member
  • Posts

    305
  • Joined

  • Last visited

Posts posted by GTFoxN6Y

  1. I was trying to make a hyper combo ready helper go in the middle, but when the player jumps up, the background STILL on the ground and not in the middle completely:


    Like this:

    ezgif-2-0f7c5e70508f.gif

     

    I tried this code:
    [State 0, PosAdd]
    type = PosAdd
    trigger1 = 1
    x = 0
    y = 0
    ;ignorehitpause = 1

    but that`s don`t work. Can you show me how to put the Y position in the middle just like the X position is in the middle?

  2. On 6/11/2020 at 8:23 AM, mulambo said:

    Have you checked the controller instructions in sctrls file from mugen/docs ?

    probably there's some parameters you're missing.

    PosSet and PosAdd, as far as I can remember, make the character move or be positioned in a specific part of the stage.

     

    KFM is a good char to start, but I suggest you to use and adapt (this means to study it, by looking at the controller from sctrls doc file) the code from  another char that uses more complex stuff, like a SFA or MVC character.

     

    First of all enable debug in mugen.cfg.

    Then go to practice mode with a char that uses hyper bg.

    Press ctrl+D to enable debug messages, make the char do the hyper bg move.

    Check STATENO and that's the state you should look for in the char's cns to see how the creator of the char managed to make it look right.

     

    btw, I thought I have responded to this but my comment wasn't posted or is it deleted?

    I just deleted the old one and remade the new one so you can understand better.

×
×
  • Create New...