YesNoOk
avatar

CvTW UT BAR tutorial (Read 8403 times)

Started by Memo, July 30, 2013, 10:48:17 pm
Share this topic:
CvTW UT BAR tutorial
New #1  July 30, 2013, 10:48:17 pm
  • *****
  • Estoy siempre listo para un desafĂ­o.
    • Puerto Rico
    • im41784@yahoo.com
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.
Last Edit: July 30, 2013, 11:07:05 pm by MEMo_fng