-
Posts
5,918 -
Joined
-
Last visited
Everything posted by PlasmoidThunder
-
banned from mugen archive for no reasons
PlasmoidThunder replied to Master Shake's topic in [ MUGEN LOUNGE ]
Nobody here can do that. -
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.
-
CHARACTERS -Added Pikachu by This Boy. -Added Jigglypuff by This Boy.
-
Charge move spam control(for the AI & you)
PlasmoidThunder replied to Toasted Milque's topic in [ TUTORIAL LIBRARY ]
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. -
Welcome to MFFA! Introduce yourself here!
PlasmoidThunder replied to PlasmoidThunder's topic in [ INTRODUCTIONS ]
Whoa hey, welcome to MFFA! -
on making Character collection threads
PlasmoidThunder replied to Toasted Milque's question in [ MUGEN CODING HELP ]
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. -
That would be Gavolaiki and I've already added it.
-
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.
-
I'm aware.
-
CHARACTERS -Added Arcus Regime/Earthbreaker by Sekrion. -Added Terro by you know who. -Added Sandile by Flapjackfan2010. First two are cheapie Rampardos whatevers.
-
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.
-
Welcome to MFFA! Introduce yourself here!
PlasmoidThunder replied to PlasmoidThunder's topic in [ INTRODUCTIONS ]
Lol. -
Yeah vo-jk made his website private. No idea why.
-
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.
-
Welcome to MFFA! Introduce yourself here!
PlasmoidThunder replied to PlasmoidThunder's topic in [ INTRODUCTIONS ]
Welcome back. Always nice to see a familiar face. -
Ayy it's the OG bossman! Great to see you again. Yeah, IKEMEN GO is crazy cool, even coming from someone who's still using IKEMEN Plus for legacy reasons
-
Welcome to MFFA! Introduce yourself here!
PlasmoidThunder replied to PlasmoidThunder's topic in [ INTRODUCTIONS ]
We get a lot of those, lol. Welcome to MFFA! -
How can I make the lifebars disappear during introductions.
PlasmoidThunder replied to pamuowo's question in [ MUGEN CODING HELP ]
They almost certainly used an AssertSpecial sctrl with the nobardisplay flag during their intro. You can read more about it here: https://mugenguild.com/forum/topics/assertspecial-sctrls-169174.0.html -
Victory pose interrupted by buttons
PlasmoidThunder replied to Sergal's question in [ MUGEN CODING HELP ]
It's hardcoded that buttons skip the victory pose, overwriting roundnotover. -
on making Character collection threads
PlasmoidThunder replied to Toasted Milque's question in [ MUGEN CODING HELP ]
Usually collection threads only resort to rehost links if the original is dead, so having your own cloud storage isn't required. The only real prerequisites are ensuring the collection you're attempting to make doesn't already exist, that there's sufficient content to feature in the collection, and that you provide images so people know what they're downloading.