YesNoOk
avatar

Washizuka (Main File Fixed) (Read 3628 times)

Started by Dr. H, June 19, 2008, 11:31:56 pm
Share this topic:
Washizuka (Main File Fixed)
#1  June 19, 2008, 11:31:56 pm
  • ***
  • Master of Vicodin
Last Edit: June 20, 2008, 06:48:48 am by Don Corleone
Re: Washizuka
#2  June 19, 2008, 11:48:33 pm
  • ****
  • Dark Templar
 Page is down  :-\
I'm Just Bored To Tears
Same Old Shit Just Different Day & Year . . .
http://mugenguild.com/forumx/index.php?topic=81512.0
Re: Washizuka
#3  June 19, 2008, 11:53:23 pm
  • ******
Fix the link. DarkRaven : try http://randomselect.piiym.net/ instead.
"Hold direction" moves require to release the direction held before inputing the next ? (like, release b before tapping f) it's not really intuitive for those using a keyboard, and it doesn't bring much to those using a stick/pad.
Both supers have a superspark on his feet.
If I struggled to the end of my determination, to the end of my way of life with my followers, if the result is ruin, then this ruin is inevitable. Grieve. Shed tears. But you cannot regret.
Re: Washizuka
#4  June 19, 2008, 11:55:52 pm
  • avatar
  • ***
Eh, you can't really blame him making it a charge command character when Washizuka himself is a charge command character.  He's just tougher to use.
"With ignorance and arrogance, success is assured."
~Mark Twain
Sig by TempesT
Re: Washizuka
#5  June 19, 2008, 11:59:57 pm
  • ***
  • Masturbating to a dial tone
    • spaces.msn.com/couttsgallery/
Nobody's complaining about him being a charge character, just the nature of the motion. Compare b ,f , slash to b, f+slash. Kinda like, Hom's Remy from GMs page. His flash kick motion drives me crazy sometimes and his cmd isnt conventional.
Look at my painting gallery. do it. its the globe under the avatar.
Re: Washizuka
#6  June 20, 2008, 12:01:46 am
  • ******
Yes, I'm not talking about him being a charge character but about how it was coded.
On a keyboard, for a charge command, you hold the direction, then just press the other direction and hit the attack button - without necessarily releasing the first direction.
The command here is coded so that you need to release the first direction before tapping the second. It's not natural on a keyboard.
If I struggled to the end of my determination, to the end of my way of life with my followers, if the result is ruin, then this ruin is inevitable. Grieve. Shed tears. But you cannot regret.
Re: Washizuka
#7  June 20, 2008, 12:46:24 am
  • *****
  • DAT SAX
That's what I do. ???

I never keep holding the back button before I press the forward button. Maybe it's just the way my keyboard works, but I always release back. I didn't even know that you didn't need to release it. Maybe that's why. :P

                  ~*The Last Quincy*~         ~Sig by [TempesT]
My MUGEN shit:
MvC2 Tron Bonne, MvC Kim Kaphwan, Barns (Destruction Desire),
and Burai Yamamoto (Arranged)
Re: Washizuka
#8  June 20, 2008, 12:51:59 am
  • ***
  • Master of Vicodin
Link fixed.

"Hold direction" moves require to release the direction held before inputing the next ? (like, release b before tapping f) it's not really intuitive for those using a keyboard, and it doesn't bring much to those using a stick/pad.

Not really how I think it should be, but ok, will change.

Both supers have a superspark on his feet.

Hm? Where ???




Re: Washizuka
#9  June 20, 2008, 01:03:05 am
  • ****
  • King of Sona
probably stage glitch then
try to replicate it on a different one
Spoiler, click to toggle visibilty

Quote
Lord Canti Says:
i was playing FFVII and I accidently named Red XIII Cyanide D:

card sagas wars is gonna own put this in your signature if you agree

old avy http://i36.tinypic.com/scgkmh.png
oversized signature! please read the rules
Last Edit: June 20, 2008, 02:22:44 am by [E]-PEN15
Re: Washizuka
#10  June 20, 2008, 01:41:59 am
  • ***
  • Master of Vicodin
Yeah, tried in both default stages and worked just fine. This plus superspark code looks ok.

Also, did what Baiken told. There's no available command for this feature, right?
Re: Washizuka
#11  June 20, 2008, 02:02:33 am
  • ******
Tried on different stages against different enemies, and

In state 3500 which is that of the LDM, I already see

[State 0, Explod]
type = Explod
trigger1 = time = 1
anim = f7500
pos = -5,-60

This is playing anim 7500 from fightfx. Then f7501. So if someone has an anim there in his screenpack...

... I can't find it in the other supers, and for some reason this anim isn't numbered 7500 in my fightfx (which is the default one) so I must have missed something else... But at any rate, I double-checked and it happened in various stages and against different enemies by different authors.
If I struggled to the end of my determination, to the end of my way of life with my followers, if the result is ruin, then this ruin is inevitable. Grieve. Shed tears. But you cannot regret.
Last Edit: June 20, 2008, 02:08:54 am by Baiken
Washizuka (Patch Added)
#12  June 20, 2008, 02:18:28 am
  • ***
  • Master of Vicodin
You are right, and I also forgot the anim=-1 for superpause sctrl. Both fixed, thank you.

Oh, and first post edited.
Last Edit: June 20, 2008, 02:31:53 am by Don Corleone
Re: Washizuka (Main File fixed)
#13  June 20, 2008, 06:47:35 am
  • ***
  • Master of Vicodin
Posting again, just to say that the main file is fixed, patch no longer needed.
Hope that covers all the most critical problems. :)

Edit: Ok, I screwed once again. :P
Level 1 hyper, strong version: Still displays an extra hyperspark (in case you're using the default fightfx).
To fix that, just add a "anim = -1" (no quotes) under movetime parameter, at superpause sctrl, state 3010.
Or just change the entire superpause for this one:

[State 0, SuperPause]
type = SuperPause
trigger1 = time = 0
time = 28
darken = 1
p2defmul = 1
poweradd = -1000
movetime = 28
anim = -1

...or just be cool and download some other fightfx whose anim 30 is unexistent. :P
Will fix the main file once I have more things to fix, or in this weekend.
Last Edit: June 20, 2008, 09:12:23 am by Don Corleone
Re: Washizuka (Main File Fixed)
#14  June 20, 2008, 11:26:03 am
  • **
there is no running sound

^^

Re: Washizuka (Main File Fixed)
#15  June 22, 2008, 05:07:07 pm
  • avatar
  • ****
at last a better conversion of ngbc washizuka for mugen 8) btw Don Corleone, how is your SNk vs Capcom 2 project going on: http://mugenguild.com/forumx/index.php?topic=53149.0 is it discontinue or in progress? I have not heard of it again as I am looking forward to it  ;)
Re: Washizuka (Main File Fixed)
#16  June 23, 2008, 05:25:07 am
  • ***
  • Master of Vicodin
Thank you.
SVC2 is progressing nicely by the name of Neogeo Vs Capcom.
Washizuka and all characters that I'll release in near future (being Shen Woo probably the next) are going to be in it.

BTW, no more bugs? Time to annoy KFM then. ;P