-
Posts
5,930 -
Joined
-
Last visited
Posts posted by PlasmoidThunder
-
-
CHARACTERS
- Added C.Falcon by Nexus.
-
CHARACTERS
- Added Captain Falcon by HCL.
-
This is a temporary measure to see if it eases the timeout errors, it's not permanent. The site has been dealing with some 10000+ guests/bots accessing the site simultaneously.
- TurboBorot12 and JaaShooUhh
-
1
-
1
-
The forum is temporarily restricted to registered users to see if it eases the timeout issues.
-
YouTube videos aren't valid download links. Don't force people to watch a video just to download something.
I've fixed your post this time, but I expect you to do this properly from now on.
-
Because it's a standing state, as defined by the statetype and physics. You can either make a separate state where the statetype/physics are A (rather than S) or set the statetype/physics of the existing state to U, which preserves the current values.
See also: The CNS format
-
Make sure this ChangeState is placed above the one for light punch. MUGEN reads code from top to bottom, so you want the ChangeStates for more complicated commands above the simpler ones.
-
I suggest reading the documentation at the top of Kung Fu Man's .cmd file.
-
Has to be individual frames.
-
-
Same again but for the Peashy palette I made for Rice's Cirno. Only took me several years to remember it.
-
CHARACTERS
-
Added the following by YochiThMaster333:
- Pikachu
- Litten
-
Added the following by YochiThMaster333:
-
7 hours ago, GreatFunk said:
Why tho?
Pretty much all the links were dead anyway and it's not like I've been adding new ones even when they're posted here. No point in me sitting on the fence about it.
I'm sure someone will make a new repository if people want them that badly.
-
On 3/23/2025 at 12:48 AM, Cavery210 said:
- Muk, Clodsire and Politoed by Tweenies_1998 - https://sites.google.com/view/tweenies1998smugen/characters/edited-characters
I've now removed all vore characters like I said I would, which includes the half-arsed vore removal edits and any of Alosson/Black Kyurem's characters that featured certain Yoshi edits.
CHARACTERS
- Added Mew? by Monaka.
- Added Gatigorasu (Tyrantrum) by sametikuwa.
-
Added September by
Earth, Wind & FireTweenies_1998. - Fixed link to MetalGuy's Pikachu.
-
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.
-
Added
-
That should be all the characters added. Too many to list.
On 10/9/2024 at 10:33 PM, snowy997 said:Awesome Pikachu by Urrnge
This is already in the collection under [ Misc. ].
-
You already have this thread, don't make any others requesting the same thing.
-
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.
-
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.
-
-
https://kohaku.trinitymugen.net/type-mugen-1-0/add-ons.html
They're not clean rips and it only uses two of them, though.
-
Firstly, don't post the same topic in multiple places.
Secondly, the error refers to a code/memory exploit that only works in WinMUGEN.
-
Moved to offtopic because this isn't MUGEN. It might help if you provided context.
How to make stage music start after the characters' intro animations in round 1? (like in older melty blood games)
in [ MUGEN CODING HELP ]
Posted
You'd put AssertSpecial nomusic in their intro states.