Jump to content

PlasmoidThunder

Global Moderator
  • Posts

    5,915
  • Joined

  • Last visited

About PlasmoidThunder

  • Birthday 08/29/1996

Basic Info

Mugen Site Usernames

  • Mugen Fighters Guild
    PlasmoidThunder
  • Mugen Database
    PlasmoidThunder
  • Mugen Multiverse
    Tee
  • Infinite Fighting Forum
    Hee
  • Trinity Mugen
    Heh
  • Atlas Productions
    Hoo
  • Scal's Forum
    Hah

Offsite Usernames

  • Discord
    PlasmoidThunder
  • YouTube
    PlasmoidThunder
  • Steam
    PlasmoidThunder
  • Facebook
    Lol
  • Instagram
    Lol
  • Twitter
    Lol
  • TikTok
    Lol

Recent Profile Visitors

55,641 profile views

PlasmoidThunder's Achievements

  1. Set a var's value to the desired duration when you activate the buff and have it decrement until it reaches 0, which then turns off the buff.
  2. That should be all the characters added. Too many to list. This is already in the collection under [ Misc. ].
  3. You already have this thread, don't make any others requesting the same thing.
  4. Most characters don't, given the feature was added in 1.0 and people were still using old A.I. methods after the fact, hence I said to hope they do. They'll use AILevel if they do or var (usually 59) if they don't. There's many ways to code an A.I. with varying levels of complexity, so there's seldom ever a one-size-fits-all approach to it. Some split the A.I. stuff into its own set of ChangeStates while others append the A.I. logic to the human ChangeStates. Very basic ones typically check p2(body)dist x to throw out moves at specific distances in conjunction with random to limit how often it does this.
  5. You can either hope the A.I. adjusts itself with the difficulty setting (or has its own) and lower it, or understand how the A.I. was programmed so you can tweak it.
  6. It's valid, but I doubt it's correct. 01 is the same as 1. 01 = p2life = 1 && movecontact will return either 0 or 1. In short, the value can only be interpreted as the following: 1 = 0 && 0 (returns 0) 1 = 1 && 0 (returns 0) 1 = 0 && !0 (returns 0) 1 = 1 && !0 (returns 1)
  7. https://kohaku.trinitymugen.net/type-mugen-1-0/add-ons.html They're not clean rips and it only uses two of them, though.
  8. Firstly, don't post the same topic in multiple places. Secondly, the error refers to a code/memory exploit that only works in WinMUGEN.
  9. Moved to offtopic because this isn't MUGEN. It might help if you provided context.
  10. You don't have to pull a sob story every time you're called out on something either, it's really not that big a deal unless you keep doing it. Now then, let's avoid further disruption to this thread.
  11. Please don't pretend to be a moderator. This is his thread, he's allowed to post videos like this.
  12. I imagine most if not all the OD links are down, which is going to be a hassle to fix.
  13. I believe so. Depends on whether movehit resets immediately when you get hit, or at the very least before -2 is processed on the following frame.
  14. On trade, the character is no longer in the attack state, so none of that code will execute.
×
×
  • Create New...