Jump to content
  • 0

How to set sounds?


mkp

Question

13 answers to this question

Recommended Posts

  • 0

in mkp guys do it.

 

Yes, well they probably have a crap load of modifications to common1.cns, a ridiculously large common.snd, and a bunch of other crap.  "[x fullgame does this]" does not mean that you can just up and do whatever.  You basically have to ruin your game to do crap like that.

Link to comment
Share on other sites

  • 0

but i still dont know how they maked that.

 

Easy.

 

Just make every character stop the music when they die, have common.cns look for what stage you're on and play a sound file appropriate to that stage.  No big deal.  Only requires special edits to all of your stages, common.cns, common.snd, and probably every character for that matter.

 

My TMNT Bonus Stage does this sort of ending music, but that's because it's meant for a specific stage.

Link to comment
Share on other sites

  • 0

I don't know about winmugen, I only know of a Trigger in MUGEN1.0:

 

trigger1 = StageVar(info.author) = "Suika"

 

Something like this.......actually I copied and pasted from my mugen1.0\docs\trigger.html

 

Full usage:

 

StageVar(*,***)



Returns information about the stage. A limited number of parameters are supported.

Format:
StageVar(param_name) [oper] "string"
Arguments:

param_name

The name of the stage parameter to check. Valid values are:
info.name, info.displayname, info.authorname.

[oper]
=, != (other operators not valid)
"string" (string)
String to compare against. Must be in double quotes.

Return type:
boolean int (1 or 0)
Error conditions:
none
Details:

info.author: Compares the value of the "author" parameter in the [info] group. (boolean)
info.displayname: Compares the value of the "displayname" parameter in the [info] group. (boolean)
info.name: Compares the value of the "name" parameter in the [info] group. (boolean)

Versions:
1.0 and newer

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...