Jump to content

PlasmoidThunder

Global Moderator
  • Posts

    5,886
  • Joined

  • Last visited

Everything posted by PlasmoidThunder

  1. Might want to make it public. Access is denied currently.
  2. https://mugen.fandom.com/wiki/Poison_(effect)
  3. That's likely your problem then. The DirectX renderer cannot display RGBA graphics, so you'll need to switch over to OpenGL; this can be done via mugen.cfg.
  4. Oh, my mistake. I made a typo in the thread name. Sorry for any confusion that caused. The point of interest is the Pikaman on the right, which is using the new default palette I made.
  5. Now now, I know what you're thinking. "Oh, that fucknugget Plasmoid is releasing a joke character on April Fools again." But no, I'm not releasing a joke character today. I've decided to subvert that just this once. Anyone who knows me knows Pikaman is one of my all-time favourite MUGEN characters, so I couldn't joke around with this one. I really hope you enjoy this one! Download PlasmoidThunder's Scrapheap
  6. Dr. Robonik's Mean Bean Machine is now available to play in M.U.G.E.N itself! Kirby's Avalanche is best played against a human player, as the A.I. won't know what to do. Bit tricky in these current times, but hey. Playing Dr. Mario in simul mode has Puyo Puyo's teammate show up on the opponent's side. Download Gudine's Chamber
  7. Also, willg's Sandshrew is on MA but it's over 10 MB so I can't get it. Any help would be appreciated!
  8. CHARACTERS -Added unknown28 by kagenui. -Added Grovyle by willg8686. -Added Solrock by Mighty Stymie. -Added Luvdisc by Mighty Stymie.
  9. 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.
  10. CHARACTERS -Added Pikachu by This Boy. -Added Jigglypuff by This Boy.
  11. 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.
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. That would be Gavolaiki and I've already added it.
×
×
  • Create New...