Stop saying online. Every time you guys say that, Cyanide almost has a heart attack and a fairy dies. I would like to see a tournament mode in the style of the SF alpha Series.
-I would like to see the select.def having additional customization options, like rival battles for instance. -Fix characters with detachable pieces(Like Vega(Claw))-Allow animated Portraits on the select screen-Replace simul with tag. Simul mode sucks-mostly full game friendly stuffOff the top of my head, might add more later
Lost_Avenger said, March 31, 2011, 01:57:12 am -Allow animated Portraits on the select screengood idea! gifs as portraits would be neat!
Lost_Avenger said, March 31, 2011, 01:57:12 am-I would like to see the select.def having additional customization options, like rival battles for instance.Or having customizable bosses for certain characters, like Gouki for Ryu. That way, you don't have to change your final boss every time.
Shamrock said, March 31, 2011, 01:13:13 amStop saying online. Every time you guys say that, Cyanide almost has a heat attack and a fairy dies. ...Online mode...Um better options for fightLike Tag, vertical lifebar options as well.Oh and different fight! sounds. Having to mix the "Come On stand up" with "GO FOR IT MAN!" is just tedious if i want to get the whole SFA3 lifebar experience
DNZRX768 said, March 31, 2011, 03:51:38 amNO ONLINE MODE!Lets start with something basic.Like tag team capabilities.good idea
I would like, in +2 character fights (turns) have a screen to change the order of your characters instead of just showing the portraits.Also, in the same way, optional sprites for turns mode, so you can see your partners waiting for their turn, like in pre 99 KOF.
multiple required sprites - useful for transforming characters that currently change back to their normal form during custom states for no reason.Oh and a proper poison damage sctrl, so we dont have to rely on the Reversaldef glitch.
Now that's an idea. Granted, I'd never be able to use it myself, but I'd still like to see it while I play.
— Support for player type helpers, OR, normal type helpers being able to access negative states [ PLEASE, do NOT say ""use -1 with keyctrl enabled"", it's USELESS for what I and many other authors do. ]— Sound system progress, .SND's should not EVER crash the fucking engine, the formatting of .WAV's and .MP3's shouldn't matter AT ALL, .MP3's should ALWAYS play, and I'd like my projects and favored projects to be able to utilize sound manipulation [ which is currently IMPOSSIBLE on 1.0 ].— RootVarSet/Add would be awesome [ it beats using 2 or more ParentVarSets/Adds ( pointless ) ]— ParentVarRangeSet— RootVarRangeSet— PaletteName as a trigger would be awesome for assigning features strictly to particular palettes only, especially if there are many palettes [ I'm nearing 100 for my not so broadcasted 15 month old piece of work ]Example of that - trans=ifelse(palettename="additive",add,sub) trans=ifelse(palettename="subtractive",sub,add)— Ownpal and AngleDraw for Sctrl Projectile— Helpers being able to spawn Sctrl Projectile— Possibly a ""ModifyProjectile"" featureSorry if I sound rash.
i would like to be able to make certain stages or screenpacks with out losing any color in my images also in the actual mugen they should put loading screens in so that we dont have to put a actual loading image or animation in front of the select screen or vs screen like a real game thats all i really want
RicePigeon said, March 31, 2011, 08:01:58 pmOh and a proper poison damage sctrlIt would be nice to be able to use a player-id where a target-id is used or have a sctrl that assigns and returns a target-id based on a player-id.
QuoteOwnpal and AngleDraw for Sctrl ProjectileOwnpal is in place at least. I can say that from the last beta.Elecbyte want to deprecate projectile and put in place something more flexible. Don't know how or when that's happening.QuoteHelpers being able to spawn Sctrl ProjectileAssuming that means helpers spawn them and actually have ownership rather than it being owned by the root? I'm currently using this to subvert rootvarset, it's kinda useful, rootvarset would have been nicer though.