YesNoOk
avatar

MVC tag code problem with mugen 1.1 8/6/2013 (Read 5524 times)

Started by alexlexus, August 17, 2013, 06:49:47 pm
Share this topic:
MVC tag code problem with mugen 1.1 8/6/2013
#1  August 17, 2013, 06:49:47 pm
  • ****
  • son of sparda
    • nmowner.webs.com/
sup MC its been a long time since i have shared some intel in the mugen world and i wanted to share some findings.

if any of you remember ryowin2 and i combined efforts to make the first real tag mvc style coding a few years ago.
during that time i added some extra features to it and finally coming up with the final build.

the code sadly wasnt working with the new mugen 1.1 stage zoom:
so after playing around it was a simple fix by changin the tagin elem to trans:

the code:
[State -3, 35] ; previne travamento (p3)
type = TagIn (change this to trans and then save)
triggerall = numpartner!=0
trigger1 = partner, ctrl
trigger1 = partner, anim = 0
trigger1 = partner, stateno = 4000
trigger2 = partner, stateno = 3000
trigger2 = partner, anim = 0
trigger2 = partner, ctrl
stateno = (stateno)
partnerstateno = 1000 + 2000 * (partner, stateno = 4000)
ctrl=1


the end result is this :
http://www.youtube.com/watch?v=imQROr2xbWI


this was the code from back in the day:
http://www.youtube.com/watch?v=baZfsYoRwfI


if you are still able to use it. let me know your findings.

      Posted: August 17, 2013, 09:27:57 pm
something was wrong with the end result video: so here is the new one

nMo new generation of mugen exposure
Last Edit: August 19, 2013, 05:18:38 am by alexlexus
Re: MVC tag code problem with mugen 1.1 8/6/2013
#2  August 18, 2013, 08:29:21 am
  • ***
    • UK
    • www.facebook.com/capcomvssnk3mugen/
Here`s another video i did of the tag team working in mugen 1.1 by changing the type = tagin to type = trans and it works

Re: MVC tag code problem with mugen 1.1 8/6/2013
#3  August 18, 2013, 07:35:06 pm
  • ****
  • son of sparda
    • nmowner.webs.com/
is that my code with ryouwin2? looks different but kool. i like your mugen. can you do a full on 2on2 battle?
how did you make youtube work in here?
nMo new generation of mugen exposure
Re: MVC tag code problem with mugen 1.1 8/6/2013
#4  August 18, 2013, 07:42:42 pm
  • *****
  • Estoy siempre listo para un desafĂ­o.
    • Puerto Rico
    • im41784@yahoo.com
is that my code with ryouwin2? looks different but kool. i like your mugen. can you do a full on 2on2 battle?
how did you make youtube work in here?

[You tube] whatever is after v= on the url goes here [/you tube]
No spaces
Re: MVC tag code problem with mugen 1.1 8/6/2013
#5  August 19, 2013, 05:19:13 am
  • ****
  • son of sparda
    • nmowner.webs.com/
thanks i made the adjustment. anyone else make the tag code work?
nMo new generation of mugen exposure
Re: MVC tag code problem with mugen 1.1 8/6/2013
#6  August 19, 2013, 02:36:45 pm
  • ***
    • UK
    • www.facebook.com/capcomvssnk3mugen/
is that my code with ryouwin2? looks different but kool. i like your mugen. can you do a full on 2on2 battle?
how did you make youtube work in here?


http://mugenguild.com/forum/topics/uno-tag-system-ver-2-5-now-working-ver-3-0-144106.0.html

The only thing with this Uno Tag System is that it uses var(51) which most characters use so it causes the characters to not work properly

here`s a 2on2 battle



Still need to fix some parts of the code for Marco`s animation when he leaves the screen.



Re: MVC tag code problem with mugen 1.1 8/6/2013
#7  August 19, 2013, 03:35:12 pm
  • ****
  • son of sparda
    • nmowner.webs.com/
what is the main differenace with uno's code and the code ryouwin2 and i worked on? this looks interesting.
nMo new generation of mugen exposure