YesNoOk
avatar

Another question for you all. (Read 1072 times)

Started by Kargan303, September 18, 2007, 12:14:35 am
Share this topic:
Another question for you all.
#1  September 18, 2007, 12:14:35 am
  • avatar
  • *
How do I change the number of rounds in a fight, I would like to set the round to about 12 or so
Thanks for all your help.
Kargan
Re: Another question for you all.
#2  September 18, 2007, 12:22:55 am
  • ****
  • Don't care if it's a sword or an egg, put it down!
    • www.youtube.com/profile?user=CandoraAuthes
In the fight.def (Or in another lifebar's fight.def, depending on what you're using) there should be a line that looks like this:
[Round]
match.wins = 2
start.waittime = 30

Should be self explanitory
The Answer to the Ultimate Question:

For rare M.U.G.E.N. characters, click here.
Re: Another question for you all.
#3  September 18, 2007, 12:41:28 am
  • avatar
  • *
Thanks Candora ;D

I have a few more questions for you if you don't mind
how to I record a match and how do I get mp3's,wav's,bmg's and midi's to play in the game?
Thanks for your help
Re: Another question for you all.
#4  September 18, 2007, 12:52:00 am
  • ****
  • Don't care if it's a sword or an egg, put it down!
    • www.youtube.com/profile?user=CandoraAuthes
Thanks Candora ;D

I have a few more questions for you if you don't mind
how to I record a match and how do I get mp3's,wav's,bmg's and midi's to play in the game?
Thanks for your help

Recording a match can be done in various ways.
I use SnagIt because it runs better on my Windows XP. I also disabled some things on my computer in general so that proccesses would run faster so both high-speed-eating MUGEN and SnagIt can run and record smoothly.
There was a post on Mugen Infantry by Aztec Soldier (The Admin, really) showing you how to do this and information on the speed MUGEN adds and such

As for playing music, MIDI's should work no matter what.
As for MP3's, plug-ins. The ones from here DO work: http://mugenguild.com/forumx/index.php?topic=40388.0
But you DO have to go into your mugen.cfg and scroll down to where it says:


  ;List Winamp-compatible plugins here.
  ;Specify the filename of the plugin and the list of file types to
  ;use the plugin for. One plugin per line.
  ;Example: plugin = plugins/my_plugin.dll, mp3, mp2, mpg
  ;
  ;If music is not looping with a particular plugin, you can try an
  ;optional first argument looptype=1 (seek to zero; may stutter)
  ;or looptype=2 (reload plugin; slow).
  ;Example: plugin = looptype=1, plugins/my_plugin.dll, mp3, mp2, mpg
plugin = looptype = 2, plugins/in_mp3.dll, mp3, mp2, mpg
plugin = looptype = 2, plugins/in_adx.dll, adx
plugin = plugins/in_vorbis.dll, ogg
plugin = looptype = 2, plugins/in_snes.dll, spc
plugin = looptype = 2, plugins/in_psf.dll, psf, minipsf, psf2, minipsf2
plugin = looptype = 2, plugins/in_qsf.dll, qsf, miniqsf
plugin = plugins/in_usf.dll, usf, miniusf

It may not have all the "plugin = looptype" and all that data in there, so you must go into YOUR mugen.cfg and copy&paste I suppose.
The Answer to the Ultimate Question:

For rare M.U.G.E.N. characters, click here.
Re: Another question for you all.
#5  September 18, 2007, 03:20:52 pm
  • ****
  • Don't care if it's a sword or an egg, put it down!
    • www.youtube.com/profile?user=CandoraAuthes
The Answer to the Ultimate Question:

For rare M.U.G.E.N. characters, click here.
Re: Another question for you all.
#6  September 19, 2007, 09:26:26 pm
  • avatar
  • *
Thanks Candoura for the link to the MI post, sorry I have not gotten back to you sooner been fooling around with EVE/mugen ;D