collapse

Author Topic: Coding Announcer Sounds  (Read 550 times)

0 Members and 1 Guest are viewing this topic.

Offline Reza

  • MVCR
  • MUGEN Content Architect
  • *****
  • Posts: 230
  • Last Login:January 02, 2011, 12:25:35 AM
  • I Come To Suck Your Blood
    • Reza's Mugen Stuff
    • Email
Coding Announcer Sounds
« on: October 09, 2007, 04:57:56 PM »
Can someone tell me or paste a code to make specific Announcers sounds work like:
- Air Combo
- Danger

These are the one's I'm have problems with, they keep on repeating itself over and over and theres no loop in my coding also sometimes it repeats so fast that it sounds like AAA(Air Combo) or DDD(Danger) for some weird reason and even when the opponent is already dead. ??? :) :P

The Announcer sounds that I got working are:
- "Character Name" example Cyclops or Ken
- Wins
- Perfect
- Tech Hit

Hope this helps you so you can help me. ;D




My Website: Untitled Document

Offline Trasgo7

  • IMT Content Architect
  • *
  • Posts: 126
  • Country: United States us
  • Last Login:August 28, 2021, 12:34:23 PM
  • It's all a dream...
Re: Coding Announcer Sounds
« Reply #1 on: October 09, 2007, 11:19:55 PM »
When you code in a sound:

State ?, SND
type = playsnd
trigger1 = time = 0
value = ?
channel = 1

You'll notice that you have the option of playing the sound on different channels.  This is because if you play more than one sound at the same time on the same channel, one sound gets cut off...  To remedy this, people use multiple channels.

HOWEVER, if you want to make announcers stutter (like in Killer Instinct... C-c-c-c-c-combo breaker!), you can tell the code to play the sound multiple times on the same channel.  this SHOULD result in the announcer stuttering:

State ?, SND
type = playsnd
trigger1 = time = 0
trigger2 = time = 2
trigger3 = time = 4
trigger4 = time = 6
trigger5 = time = 8
value = ?
channel = 1

Your problem sounds like you may have the sound linked to something that repeats, like maybe the animelem.  Double-check your triggers to see if your sounds are linked to something that may repeat itself.
« Last Edit: October 09, 2007, 11:22:19 PM by Trasgo7 »

Offline Reza

  • MVCR
  • MUGEN Content Architect
  • *****
  • Posts: 230
  • Last Login:January 02, 2011, 12:25:35 AM
  • I Come To Suck Your Blood
    • Reza's Mugen Stuff
    • Email
Re: Coding Announcer Sounds
« Reply #2 on: October 10, 2007, 05:17:20 PM »
When you code in a sound:

State ?, SND
type = playsnd
trigger1 = time = 0
value = ?
channel = 1

You'll notice that you have the option of playing the sound on different channels.  This is because if you play more than one sound at the same time on the same channel, one sound gets cut off...  To remedy this, people use multiple channels.

HOWEVER, if you want to make announcers stutter (like in Killer Instinct... C-c-c-c-c-combo breaker!), you can tell the code to play the sound multiple times on the same channel.  this SHOULD result in the announcer stuttering:

State ?, SND
type = playsnd
trigger1 = time = 0
trigger2 = time = 2
trigger3 = time = 4
trigger4 = time = 6
trigger5 = time = 8
value = ?
channel = 1

Your problem sounds like you may have the sound linked to something that repeats, like maybe the animelem.  Double-check your triggers to see if your sounds are linked to something that may repeat itself.

Hey it worked... :o thanks alot man this really help me out, you were so in dept with the details...lol. :)


My Website: Untitled Document

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

Justice League Seattle Stage by Vegaz by LightFlare
[September 23, 2024, 12:14:06 PM]


Ancient Gears Stage 1.1 & 1.0 by MatreroG
[September 20, 2024, 11:59:18 AM]


Classic VS : Balrog by ELECTRO
[September 17, 2024, 04:48:07 PM]


Justice League Metropolis Stage by Vegaz by LightFlare
[September 16, 2024, 11:57:49 AM]


Ultimate Mai Shiranui (FF2 & FF3) by nickfurry
[September 15, 2024, 02:27:53 AM]


thunderstrike eric masterson by Blagoy
[September 12, 2024, 02:41:33 PM]


Justice League Gotham Stage by Vegaz by LightFlare
[September 11, 2024, 09:41:42 AM]


Lasombra's IKEMEN Go Interactive Stages' WIP Topic and Releases by Lasombra Demon
[September 07, 2024, 03:06:46 AM]


MatreroG's Stages W.I.P. Concepts by MatreroG
[September 06, 2024, 01:27:09 PM]


Justice League Flash Stage by Vegaz by LightFlare
[September 03, 2024, 10:30:40 AM]

* IMT Calendar

September 2024
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 [24] 25 26 27 28
29 30

SimplePortal 2.3.5 © 2008-2012, SimplePortal