YesNoOk
avatar

ultra combo announcer (Read 1386 times)

Started by kiLabee, October 06, 2018, 09:15:40 am
Share this topic:
ultra combo announcer
#1  October 06, 2018, 09:15:40 am
  • avatar
  • **

  • Online
so i want to have the announcer say something when the combo counter is past lets say 200 hits??
do i add this to my mugen itself??

i want it to shout out like how it does in KI


and how hard would it be to comple a YIPES announcer package?
Re: ultra combo announcer
#2  October 07, 2018, 10:31:56 am
  • ****
  • Still lurks regularly, but posts once a blue moon
    • Canada
To do this for a single character you could have your character play a specific sound when you detect that you've landed a 200+ hit combo.

Unfortunately to add this to all your characters, you'll need to apply this code to EVERY single character you have.

You could try writing the code in the common1.cns so that every character reads it, however you might run into a problem with characters that override the code in that file.  Of course, if you're doing this for a full game environment, you won't need to worry about that.

Try looking for the screenpacks: "Broken Mugen" and "Kamek's Screenpack".  They include a common1.cns file that does something similar to what you're looking for. (But still has the problem I mentioned)