-
Posts
5,951 -
Joined
-
Last visited
Everything posted by PlasmoidThunder
-
Randomized BGM on Stage Issues?
PlasmoidThunder replied to LunarDash's question in [ MUGEN CODING Q&A ]
IKEMEN definitely allows you to define multiple music tracks per stage, yeah. -
Randomized BGM on Stage Issues?
PlasmoidThunder replied to LunarDash's question in [ MUGEN CODING Q&A ]
All sounds are muted between rounds and it is not possible to play audio from a specific point unless you split the audio up, but that would be ridiculous. For the second issue, be aware that if you've modified the global 5900 state and no character overwrites it, both characters will play a sound effect; alternatively, if this is a character's state 5900 you've modified, a mirror match will produce the same result. -
Welcome to MFFA! Introduce yourself here!
PlasmoidThunder replied to PlasmoidThunder's topic in [ INTRODUCTIONS ]
I understood you just fine, so your English can't be that bad Welcome to MFFA! -
Saucy. So that's all those links updated.
-
Stage Transitions, is it possible?
PlasmoidThunder replied to CozySquirtle's topic in [ MUGEN LOUNGE ]
You'd have to do it through the characters; it's not natively possible through the stage, as stages lack a way to detect what the current roundno is. -
CHARACTERS -Added Machamp by willg8686. Lol.
-
Don't bother with WinMUGEN, as it's outdated and buggy. It's realistically only used by a specific community to run legacy characters that break the engine. 1.0 is the latest stable release. Recommended if your hardware doesn't support 1.1, or if you like the lifebar portraits to display the character's current palette and/or don't want sound effects to be cut off when transitioning between menus. 1.1 is the latest official release, but is only a beta. Its stability varies between systems, but it's superior to 1.0 performance-wise if your hardware supports it and has a bunch of new features like camera zoom and 32-bit graphic support.
-
I think everything here with a red exclamation has something pertaining to vore, yes. It's unfortunate.
-
STAGES -Added Pikachu's Beach by CozySquirtle.
-
Pikachu's Beach (Pokemon Yellow) by CozySquirtle
PlasmoidThunder replied to CozySquirtle's topic in Reign Of Kreation
Set the Sun's mask to 1. -
That affects all of vo-jk's stuff, darn. He updates them frequently, so it was convenient having a hub for them all. I'll see what I can do. Maybe he has a new website.
-
Not everyone has the time to work for free. But past that, the project isn't organised at all and significant information has been omitted. For all the characters listed, how do you want them to play? What archetype will they fall into? What's the general balance of the game to know what damage values, hitboxes, or frame data to work off? You provided a template, but that only helps to serve as a base for making the character, not having it fit within the game's style. If your answer is "do whatever" or anything similar, then you seriously need to rethink this. Is there any part of this project that you'll personally be working on, or is all the work being passed on to other people?
-
CHARACTERS -Added both versions of Pichu by This Boy. Even though they're functionally identical.
-
The X position is in the middle but why not the Y position?
PlasmoidThunder replied to GTFoxN6Y's question in [ MUGEN CODING Q&A ]
0 on the Y axis is the floor. PosAdd adds to the current position by the amount(s) specified. A PosAdd with 0 for both its X and Y parameters does nothing. Why not simply make the effect an Explod? Explods are positioned relative to the screen, so you can set the Y pos value to gameheight*0.5 and give it a postype of back. -
The X position is in the middle but why not the Y position?
PlasmoidThunder replied to GTFoxN6Y's question in [ MUGEN CODING Q&A ]
You could've just bumped your old thread. -
Oh cool, thanks Cozy! I somehow missed your post, sorry. CHARACTERS -Added Kararita by c.r. -Added Chikorita by c.r. -Added Pikachu by Hi-Saturn Pikachu. -Added Tsareena by SansTheSkeleton.
-
Oh well. STAGES -Added Torre Prisma by Edwin0N.
-
im having trouble putting characters into mugen
PlasmoidThunder replied to TheUltimateLow's question in [ MUGEN CODING Q&A ]
Four ways: Rename the .def file to match the folder name. Rename the folder to match the .def filename. Add the character to the select.def in full. Normally you'd simply write their folder or .def filename because they'd be the same and MUGEN would know what to look for, but you can also write out the folder name followed by the .def filename (with extension); for example, if you had a character where their folder and .def filename were both kfm, you'd write kfm in the select.def, but if you had one where the folder name was kung_fu_man and the .def filename was kfm, you would write kung_fu_man/kfm.def in the select.def. Use VSelect, which does method 3 for you. -
To be more specific, the following changes were made: The first victory quotes against Hong Meiling and Lie Meiling were replaced: "Don't slack off. Unlike me, you have limited time." -> "Meling. Stop slacking off! Don't Make Me Kill You." "Goodbye, Meiling..." -> "Im sorry Meiling. I could not save you." Spell Cards and Last Words were made easier to activate: Spell Cards are now activated with only a single QCF or QCB, which overrides her QCF and QCB Specials when she has 1000+ Power, killing her stage control game. Last Words are now activated with DD instead of QCFx2 or QCBx2, though since the negative edge inputs haven't been changed, you can still activate them with the old motions that way. The bit about killing her stage control game is important since it's an integral part of the character's gameplay. Not being able to throw out knives when she has 1000+ Power without first wasting that Power cripples her.
-
Silly me for assuming things. Fixed. Fingers crossed, lol.
-
CHARACTERS -Added Symbiote Snivy by TheWonderSymbioteAndSpinToMUGEN. MISC. -Added PokeAwesome voice for Xedarts' Pikachu by Urrnge. -Added PokéPark/anime soundpack for YochiThMaster333's first Emolga by gabe2006. There's a Pikachu on MA I can't get that's attributed to "Hi-Saturn Pikachu". I tried looking elsewhere for it, but no such luck.
-
STAGES -Added Pokemon Gym by treckooxx.
-
CHARACTERS -Added Gardevoir by PikminPro64X.