Jump to content
  • 0

Select screen noise


rockocalypse

Question

Which file is used to generate the noise made when scrolling through a select screen and pressing select on a character? What's it generally called I guess is what Im asking. my configurations pretty messy so its hard to seperate things out sometimes

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

On your main system.def look for the name of the file  

ex:

snd = system.snd

 

after that and open the .snd file through Fighter Factory 

scroll down in your system.def to 

[select Info]

; Now below that you be able to locate them but just incase, they all end with .snd.

EX =

p1.cursor.move.snd = 100,0
p1.cursor.done.snd = 100,1

p1.random.move.snd = 100,0

 p2.cursor.move.snd = 100,0

p2.cursor.done.snd = 100,1
p2.random.move.snd = 100,0
random.move.snd.cancel = 0
stage.move.snd = 100,0
stage.done.snd = 100,1
cancel.snd = 100,2
Link to comment
Share on other sites

  • 0

Thank you. That's solved all my problems. Or, my only single problem regarding this. :P

 

 

 

Not on topic really, But I enjoy your Gif avatar. It rivals the one with the girl texting and sticking her tongue out (dont remember the username of the one who has it). I tend to watch it go through multiple loops because the animation is so catching.

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...