Jump to content

PlasmoidThunder

Global Moderator
  • Posts

    5,925
  • Joined

  • Last visited

Everything posted by PlasmoidThunder

  1. Also, willg's Sandshrew is on MA but it's over 10 MB so I can't get it. Any help would be appreciated!
  2. CHARACTERS -Added unknown28 by kagenui. -Added Grovyle by willg8686. -Added Solrock by Mighty Stymie. -Added Luvdisc by Mighty Stymie.
  3. Heya. A belated welcome to MFFA!
  4. There's a move that looks and sounds like Bayleef is humping the opponent. I could be completely wrong on the implication, but I'd rather err on the side of caution.
  5. CHARACTERS -Added Pikachu by This Boy. -Added Jigglypuff by This Boy.
  6. The sensible thing to do is adjust the charge buffer so that it increments whenever the character could feasibly be holding that direction and resets/decrements when they couldn't be. Of course that requires the character to have a proper charge buffer in the first place, but they really should anyway since MUGEN's default charge handler is completely broken. [State -2, Back Charge Increment] type = VarAdd trigger1 = command = "holdback" trigger2 = !(stateno = 0 && ctrl && time > 0) && !(stateno = 40 && prevstateno = 0) && !(stateno = 100 && time <= 1) && AILevel > 0 trigger3 = !(stateno = 20 && command = "holdfwd") && !(stateno = 40 && sysvar(1) >= 0) && AILevel > 0 var(47) = 1 ignorehitpause = 1 [State -2, Back Charge Reset] type = VarSet trigger1 = command != "holdback" && AILevel <= 0 trigger2 = ((stateno = 0 && ctrl && time > 0) || (stateno = 40 && prevstateno = 0) || (stateno = 100 && time <= 1)) && AILevel > 0 trigger3 = ((stateno = 20 && command = "holdfwd") || (stateno = 40 && sysvar(1) >= 0)) && AILevel > 0 trigger4 = stateno = 1100 && var(47)>42 && AILevel > 0 var(47) = 0 ignorehitpause = 1 As seen here, the back charge buffer will not increment for the A.I. if: The character is idle and has ctrl. They're about to jump from idle. They've just initiated a forward dash. They're walking forward. They're about to jump forward. It also resets under those circumstances, as well as when they've successfully activated the move associated with the back charge. Naturally this form of buffer sets another variable once it has reached a certain value; other types may instead decrement the buffer under the same circumstances.
  7. Assuming the dummy character is KFM, he doesn't have one by default, but he does have a section for it above state -3; simply add [Statedef -2] to that section.
  8. Put a LifeSet with a value of 0 in the dummy character's state -2 with any trigger that makes sense (such as life > 0). This kills the character.
  9. You can specify a different set of orders between single and team arcade, so have the single bosses be an order that doesn't show up in team and vice versa; sure this means you'll need to have two entries for the boss(es) in select.def, but that's just the way it is.
  10. I don't believe that's possible in the traditional sense. You could code everything into the characters, but I'm willing to bet you're not wanting to do that I suppose the easiest thing to do is have a dummy character that KOs itself and pair the boss up with it.
  11. The creator's OneDrive. It's the file called D-Rugal.
  12. Yeah if the only available link is on a blacklisted website then that's when alt links are fine. Not sure what's spooky about the ToS of such sites when basically everyone in this community has an account on one and it hasn't impacted anything, but also I've never known a MUGEN site to require one; heck, most sites don't even hide downloads for unregistered users (I know IMT is an exception), so you should be able to get the original link without any real trouble.
  13. That would be Gavolaiki and I've already added it.
  14. Cool. CHARACTERS -Added Luciper by vo-jk. -Updated Jirachi by vo-jk. First time I've seen a character silently crash MUGEN with a sprite, so that's something.
  15. I'm aware.
  16. CHARACTERS -Added Arcus Regime/Earthbreaker by Sekrion. -Added Terro by you know who. -Added Sandile by Flapjackfan2010. First two are cheapie Rampardos whatevers.
  17. It's available from the link luckyers posted, as it includes the necessary password. Would like to point out that Jirachi erroneously links to the download for Victini. CHARACTERS -Added Nidoking by WG8686 with his frame 100 jab. -Added Gavolaiki by vo-jk. -Added Jackinaisy by YochiThMaster333. -Fixed links to vo-jk's characters where applicable.
  18. Yeah vo-jk made his website private. No idea why.
  19. Hi, and thanks for reaching out. Unfortunately, I have historically never removed anything from this collection; it is after all intended to be a comprehensive collection (with exceptions) of Pokémon content and it would be against its goal to erase content as if it never existed. Put it this way: there's a really shitty character I made once still in this collection, and as much as I hate its existence, I won't remove it. We've got a few OCs in here, so sure. I'll add it when I do.
×
×
  • Create New...