The Mugen Fighters Guild

Help => M.U.G.E.N Development Help => Tips, Tricks, Tutorials => Topic started by: Memo on July 30, 2013, 10:48:17 pm

Title: CvTW UT BAR tutorial
Post by: Memo on July 30, 2013, 10:48:17 pm
A couple members have asked me for help setting up UT attacks for CvTW style characters so i made this tutorial hope it helps!

Coding a UT attack is simple, the hard part is figuring what attacks we want to use!



[1]-First thing i do is copy and paste [ utbar.st ] file from one of CvTW's characters into my character's folder.

[2]-Then i add this line, [ st1= utbar.st ]  into the characters .def file.

[3]-Copy and paste this code into the chars State -3 section.
Spoiler, click to toggle visibilty

[4]-This code goes anywhere in the statedef of the UT attack.
Spoiler, click to toggle visibilty

[5]-This code goes in the UT attacks command.
Spoiler, click to toggle visibilty

[6]-You can change how many stocks your attack uses by changing these values, by default its set up for 2.

--triggerall = var(37) >= 2   <-----------THIS NUMBER

--[State 0, VarAdd]
type = VarAdd
trigger1 = time = 0
v = 37    ;fv =
value = -2  <-----------THIS NUMBER


Hope this helps! any questions just ask.