YesNoOk
avatar

add004basic (Read 1485889 times)

Started by Shiyo Kakuge, June 18, 2014, 05:46:41 pm
Share this topic:
Re: add004basic
#501  April 23, 2016, 06:25:27 am
  • **
  • Dead Weight
  • Where'd all the motivation go?
    • Philippines
    • Skype - DerEthereal
I'm still wondering where in the world that training stage that used to be packaged with add004 went...
Re: add004basic
#502  April 23, 2016, 06:53:32 am
  • ****
  • Raging Fist
Yeah, whatever happened to that stage? It would have been a perfect design setup for any future stages....
Re: add004basic
#503  April 23, 2016, 08:30:04 am
  • *****
  • Super Mario Fighters 3 resurrected.
    • USA
    • doraemariby@yahoo.com
Is it possible to have the .bats needed for Add004 to open to other screenpacks? For now, it's just opening the new Mugen Match 2 screenpack. Am I doing something wrong, or is that just a limitation?
Last Edit: April 23, 2016, 02:46:49 pm by MR. IBZS II
Re: add004basic
#504  April 25, 2016, 08:36:58 pm
  • ****
  • Raging Fist
yes its possible to change SPs. just look in the settings for the motif for mm2 and change it out.
Re: add004basic
#505  April 26, 2016, 02:01:15 am
  • ***
    • Canada
Question, has anyone got Warusaki3's Jotaro and Dio working with Add004? Their assists are wonky, and every time they fall, their KO animation comes up. They're completely broken after the patch basically.
Re: add004basic
#506  April 26, 2016, 03:28:45 am
  • **
    • USA
    • Skype - Carlosman668
Does anyone know how to change the lifebars instead of the add004 ones, and can someone link me to the mvc3 lifebars?
Re: add004basic
#507  April 26, 2016, 03:30:49 am
  • **
    • USA
    • Skype - Carlosman668
KojiroBADNESS did u try deleting the sprites and sounds of the stuff you don't want? I don't know how to change the assist though but i know its possible.
Re: add004basic
#508  April 26, 2016, 03:59:36 am
  • *****
  • Super Mario Fighters 3 resurrected.
    • USA
    • doraemariby@yahoo.com
The current assist state is 1500, I believe. The same state as any normal Ryu's Hadouken. You can change it to another state, I think it's in the common1 of the bars...
Re: add004basic
#509  April 26, 2016, 06:42:57 am
  • ***
    • Canada
KojiroBADNESS did u try deleting the sprites and sounds of the stuff you don't want? I don't know how to change the assist though but i know its possible.

Well yeah, but I wanna know if someone has a different work around. Which reminds me fellas. If you can, how do you change the partner assist attack state?

Mugengirl2

Re: add004basic
#510  April 26, 2016, 01:23:09 pm
ive had a few buggy things happen with most of warusakis chars when patching with add004
Re: add004basic
#511  April 26, 2016, 09:30:21 pm
  • *****
  • Super Mario Fighters 3 resurrected.
    • USA
    • doraemariby@yahoo.com
Well, I found the thing some of you guys were looking for...


;==========================
; * Additions
;==========================
;==========================
; Init2 / Partner Assist-Stateno Registration ; パートナー支援ステート登録
; * override this statedef to regist partner-assist-stateno
;==========================
[statedef 195900]
type=s

;;>>@Config.Tag_Assist_StateNo>>
[state 0] ;[.00]
   type=varset
   trigger1=1
   sysvar(0)=1000 ;;<-def * set to 1000 (temp)

Change that last sysvar(o)= 1000 thing to whatever state you'd like. It's in the lifebars's common1.
Re: add004basic
#512  April 28, 2016, 05:02:36 pm
  • **
  • Dead Weight
  • Where'd all the motivation go?
    • Philippines
    • Skype - DerEthereal
Is it possible to change the assist attack per character without copying the common1?
Re: add004basic
#513  April 28, 2016, 06:51:55 pm
  • ****
  • Raging Fist
If I'm right there's a method of copying that code into the character coding yes? I forgot how to do it.
Re: add004basic
#514  April 28, 2016, 09:11:45 pm
  • *****
  • Super Mario Fighters 3 resurrected.
    • USA
    • doraemariby@yahoo.com
Is it possible to change the assist attack per character without copying the common1?

Now, this I REALLY want to know, too. State 1000 works really well as a tag in attack for more characters I have than it doesn't.
Re: add004basic
#515  April 29, 2016, 07:54:02 pm
  • ****
  • The other Indian
    • India
Is it just me or are the pages for his stages and add004 down? Getting diverted to the login page of onedrive.
Re: add004basic
#516  April 29, 2016, 08:12:04 pm
  • ***
  • BIG COCK SMALL ASSHOLE.
no man same here.
lel.
I think the only H-Character I ever got was that Black Raiya edit and she had a super that forced the foe to suck her cock while classical music played.
Re: add004basic
#517  April 30, 2016, 12:15:33 am
  • ****
  • Raging Fist
same said for my end as well. idk what's going on but I guess either it's a problem with onedrive or possibly Tatsu retiring...it happens.
Re: add004basic
#518  April 30, 2016, 09:26:18 am
  • ***
  • Some Party
    • USA
Re: add004basic
#519  April 30, 2016, 09:34:33 am
  • ****
  • The other Indian
    • India
same said for my end as well. idk what's going on but I guess either it's a problem with onedrive or possibly Tatsu retiring...it happens.

He's taken down both links. I'm hoping that there are updates coming but if he has retired, he gave us all something awesome.
Re: add004basic
#520  April 30, 2016, 03:04:06 pm
  • ***
    • Canada
If I'm right there's a method of copying that code into the character coding yes? I forgot how to do it.

I tried finding the same thing, but no luck. So I dug deep and came up with my own method that works like a charm so far. Just add this code under the characters state 1000 and change the value to the new special you want.

Code:
[State 1000, ChangeState]
type = ChangeState
trigger1 = prevstateno = 190195
value = 1500
ctrl = 0
ignorehitpause = 1
persistent = 1

Cheers!