地狱的花 said, June 29, 2010, 12:11:01 pmwill he have these taunts?http://www.youtube.com/watch?v=tBmff63rIXQMan, you come right out of a comic book.
Fourth of July UpdateArc Fliegan, coding-wise, is pretty much done (aside from damage/power-add tweaking). But a new problem has just come to my attention that I just noticed.Perhaps it's my method of coding, but I'm unable to get a second spark to appear if the first hit of a multi-hitting attack connects. It's probably related to "trigger1 = movehit" (in case anyone didn't know already, the sparks are currently explods) but I can't think of anything else to replace it. Which brings me to the grim reality that I might have to axe the hi-res effects. Granted, they'll still look better than what ROTD has, but they will be low-res.Of course if anyone knows of a way to rectify the problem, I'm all ears.
Instead of just using "movehit", create multiple triggers like this:Code: trigger1=animelem=X&&movehittrigger2=animelem=Y&&movehitObviously, animelem=X and Y should be replaced with the numbers of the frames that have red clsn. Instead of "movehit", "target,movetype=H" might work better. But, someone might have a better suggestion.
Yeah, for my Batman, who uses the same type of system, I used several explods, each triggered by animelem && movehit.However, just something you may want to test : put two Jones face to face, and make them perform the same move so they hit at the same time. Do both hitsparks appear, or none of them appears ? My Batman has this problem for now, and I may have to switch to POTS' style of coding just because of this.
Still having problems with those. Thus, with much much heaviness in my heart, I've decided to make them low-res.IMO doesn't look like *that* much of a difference.
... or maybe it's called "Gaudy Punch," what do I know?In case you're wondering why the damage is so low, my testing in ROTD shows that every hit only removes 1 point of health from the 96-point lifebar. So roughly 10 damage per hit. Might break the rules here, but I dunno.Also for those of you who love tallying things up, here's progress thus far:COMPLETED:- All Basics- All Command Moves- 3/4 of his Specials (Arc Fliegan, Retro Knuckle, and Gaudy Punch)WHAT'S LEFT:- His last Special (Funky Impact which behaves a lot like a Fast Kung Fu Palm with guard breaking and super armor)- His "two" supers (Or technically the same super with two different levels of power)- An original super (most likely Rufus' "Spectacle Romance" at the moment, although with editing, "Space Opera Symphony" might be feasible).- First Impact.- Not really important, but five more palettes lolSpoiler, click to toggle visibiltyOn a sidenote, this is the fastest I've ever made a character
imo it would be better if he had the rotd super as LVL 1 and the original one as lvl 2. but hey, its up to you
Please consider a third super for him, maybe a lv3 only. I really think this character deserve more juice, he is so f amazing!
Spuddyman95 said, July 06, 2010, 02:36:42 pmAre you giving him 1.0 coding patch for him when WINMUGEN version is released?He'll have some compatibility features with 1.0 (read: winquotes), but other than that, he's built for and compatible with Winmugen.lolmechy the mistakes man said, July 06, 2010, 02:42:38 pmimo it would be better if he had the rotd super as LVL 1 and the original one as lvl 2. but hey, its up to youNo the ROTD Super has two levels of strength, just like the new super would also have two levels of strength.Garuda said, July 06, 2010, 06:39:38 pmPlease consider a third super for him, maybe a lv3 only. I really think this character deserve more juice, he is so f amazing!MAYBE
Started coding the level one version of Groove Master. Trying to decide on a new Super BG to go with the updated hitsparks.Also you can blame Iced for my current signature, which may/may not end up in the finished product in some form.
Your project is coming alone really well, keep going strong and yeah I'm looking forward to playing Mr.Jones.
Looks nice so far. Just one question. Do you still have the palette template for him. Might as well make custom palettes for him now rather than waiting until he's releases. Unless you want the palettes I make...
As you all know, I'm a TF2 fan, so when the Engineer Update came out, I slowed down on updating Jones to get some TF2 time in. But I'm back on track, at least until the next big thing distracts me.Groove Master AND Enter the Groove Master are now completed. A bit concerned on how to do the CLSN for the latter since in the original game, he could hit people WITH THE BACK OF HIS AFRO. Right now they're taking that into consideration, but I might redo them later. Also concerned with the damage values since right now, even though it's accurate to ROTD, Groove Master does just 20 points more damage (MUGEN-wise) than a Strong Retro Knuckle.So yeah, now with those out of the way, I can get to the hard stuff: Namely First Impact (the auto-combo thing), Funky Impact (the special move).Spoiler, click to toggle visibiltyAlso the throw but that's only because I hate coding throws in general.
Koldskool said, July 05, 2010, 05:20:10 pmInstead of just using "movehit", create multiple triggers like this:Code: trigger1=animelem=X&&movehittrigger2=animelem=Y&&movehitObviously, animelem=X and Y should be replaced with the numbers of the frames that have red clsn. Instead of "movehit", "target,movetype=H" might work better. But, someone might have a better suggestion.Another option could be setting an ID to each one of the multi-hits, and them use it in the triggers. I don't know if it could improve your code because I didn't test yet.I tried many ways, andTriggerall = MovehitTrigger1 = Animelem = xis a good option during fight, but is glitchy. If a super has 25 hits and you manage to kill the opponent at, let's say, 8-9th hit, the opponent fly towards the screen and hitsparks apeear even though the opponent isn't being hit, until your special move ends