YesNoOk
avatar

How to make combo in A groove (Read 469 times)

Started by demongorne, December 27, 2018, 06:29:16 pm
Share this topic:
How to make combo in A groove
#1  December 27, 2018, 06:29:16 pm
  • avatar
  • ***
    • demongorne.webs.com/
Hey there, I want to add combo's to my cv2 chars in A groove, does anyone could help me?
Re: How to make combo in A groove
#2  December 27, 2018, 10:01:03 pm
  • ****
  • CPU Purple Heart
    • USA
    • https://www.pixiv.net/en/users/8108265
 I'd recommend looking into pre-existing characters who possess the mechanic such as stuff from warusaki3 or Phantom.of.the.Server... presuming you refer to custom combos. You'll need to free up a variable or two, if not use a helper instead that keeps track of the mode's time length as well as when it's actually active so that you can flag normals and specials to be able to temporarily cancel any of each other or themselves, turn off all power meter gain and modify their damage scaling in that duration. It's a pretty complicated mechanic for inexperienced coders, so, if you haven't made it very far with your project, I would save that for very late when you pick up enough coding knowledge and skills down the line.