YesNoOk
avatar

Playing .ogg files in Mugen 1.0? (Read 1572 times)

Started by vgma2, December 23, 2010, 11:21:31 pm
Share this topic:
Playing .ogg files in Mugen 1.0?
#1  December 23, 2010, 11:21:31 pm
  • ****
  • English fluency I am swear!
    • Canada
Cause I don't understand the 1.0's new mugen.cfg

So how do I get mugen1.0 to play .ogg files?
Quote
And "Reality" is unveiled.
What did it want . . .
What did it see . . .
What did it hear . . .
What did it think . . .
What did it do . . .
Re: Playing .ogg files in Mugen 1.0?
#2  December 23, 2010, 11:45:57 pm
  • ***
  • Life is Life... WTF!!
    • www.mugenimperiolatino.com/index.php
mugen should play the ogg files. i try with 1.0 RC8 and works. Check your patch or disable the 

bgm.loopstart =
bgm.loopend =


eg

;title.bgm.loopstart =
;title.bgm.loopend =

see ya, comment if that works.
[

Nice userbars no? :P Make click & Download something nice for your Mugen!!!
________________________________
Re: Playing .ogg files in Mugen 1.0?
#3  December 23, 2010, 11:47:15 pm
  • *
  • Are you man enough to fight with me?
Mine worked with no hassle at all, but that was with stage themes. Dunno if the Versus, select screens etc work with it that easily.
Re: Playing .ogg files in Mugen 1.0?
#4  December 24, 2010, 03:40:10 am
  • ***
  • Life is Life... WTF!!
    • www.mugenimperiolatino.com/index.php
i use ogg to screenpack, mp3 to stages and ever works  :sugoi:
[

Nice userbars no? :P Make click & Download something nice for your Mugen!!!
________________________________
Re: Playing .ogg files in Mugen 1.0?
#5  December 25, 2010, 05:11:38 am
  • ****
  • English fluency I am swear!
    • Canada
sorry but it's not working?

here is the .ogg part of my mugen.cfg:

Quote
  ;Plugin (add-on): vorbisplug
  ;Plays Ogg Vorbis files using the libvorbisfile library. Supports loop
  ;  points and ReplayGain volume adjustment. Does not support files with
  ;  more than 2 audio channels.
  ;Optional parameters:
  ;  rva = <mode>
  ;    Specifies ReplayGain volume adjustment. Valid values are:
  ;      off   (default; disables ReplayGain)
  ;      track
  ;      album
  ;  volume = <vol>
  ;    Overall volume adjustment, in percent. This is a linear scale factor
  ;    that multiplies the output amplitude. Do not specify a value over
  ;    100.0 unless you know what you are doing.
  ;  extensions = <extensionlist>
  ;    Specifies file extensions to recognize as MP3. This is a comma-
  ;    separated list with no whitespace. For instance,
  ;      extensions = ogg,vorbis,vorb
  ;    would register the .ogg, .vorbis, and .vorb file extensions with this
  ;    plugin. Defaults to "ogg,vorbis" if omitted.
plugin = vorbisplug, plugins/vorbisplug.dll
rva = track
extensions =
volume = 100.0

And here is the .ogg part of my system.def:


Quote
;Music to play at title screen.
title.bgm = sound\title.ogg
;title.bgm.volume = 100    ;volume scaling factor in percent. 100 is default
title.bgm.loop = 1               ;Set to 0 to prevent looping
;title.bgm.loopstart =
;title.bgm.loopend =

So anyone know what I need to do?
Quote
And "Reality" is unveiled.
What did it want . . .
What did it see . . .
What did it hear . . .
What did it think . . .
What did it do . . .
Re: Playing .ogg files in Mugen 1.0?
#6  December 25, 2010, 08:14:05 am
  • ***
  • Life is Life... WTF!!
    • www.mugenimperiolatino.com/index.php
title.bgm = sound\title.ogg

to

title.bgm = sound/title.ogg
[

Nice userbars no? :P Make click & Download something nice for your Mugen!!!
________________________________
Re: Playing .ogg files in Mugen 1.0?
#7  December 25, 2010, 05:07:04 pm
  • *
  • Are you man enough to fight with me?
Ha, it's not the ogg! You put a space between title.bgm and =, it should work after that.
Re: Playing .ogg files in Mugen 1.0?
#8  December 31, 2010, 10:23:54 am
  • ****
  • English fluency I am swear!
    • Canada
....... It's........not...........working.....>.<

title.bgm = sound\title.ogg

to

title.bgm = sound/title.ogg

I didn't work, besides the other music paths for mp3 work fine when I use \ instead of /

Ha, it's not the ogg! You put a space between title.bgm and =, it should work after that.

I'm not quite sure what you mean. You mean like delete the space?
If it is delete the space, it didn't work, all the other system music paths have spaces and they work fine.
Quote
And "Reality" is unveiled.
What did it want . . .
What did it see . . .
What did it hear . . .
What did it think . . .
What did it do . . .
Re: Playing .ogg files in Mugen 1.0?
#9  December 31, 2010, 11:09:32 am
  • ***
  • Life is Life... WTF!!
    • www.mugenimperiolatino.com/index.php
Dude the correct format is

Sound/Music.ogg

and you have to delete all space... or add a "_" in your file.

My Music.ogg

Sound/My Music.ogg

mugen reads "Sound/My" -> Bug

you could put the name in quotes if you don't want to change filename

eg.

"Sound/My Music.ogg"

but i repeat again, check if your ogg file is with correct format... i mean convert it with a good quality | Download "Total Audio Converter" -> Open your file don't care the format, choose convert to OGG and set that with this value

OGG:
SampleRate: 44100 Hz
Channels: Stereo
Quality: Medium (5,000 -> That is an optional concept, i you select the Max Q' you 'll be increasing the filesize)

use "/" after folder name

don't use spaces or add quotes to fix the name bug.

if you still having troubles with your ogg file please sent to me and i try to check why that doesn't work with your mugen.

bye!
[

Nice userbars no? :P Make click & Download something nice for your Mugen!!!
________________________________

2OS

Re: Playing .ogg files in Mugen 1.0?
#10  January 01, 2011, 09:39:18 am
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
check if your ogg file is with correct format... i mean convert it with a good quality | Download "Total Audio Converter" -> Open your file don't care the format, choose convert to OGG and set that with this value

OGG:
SampleRate: 44100 Hz
Channels: Stereo
Quality: Medium (5,000 -> That is an optional concept, i you select the Max Q' you 'll be increasing the filesize)
HAVING to do this for every track / bit of sound is retardedly tedious, discouraging, and ridiculous

Especially considering you DON'T HAVE to for WinMugen


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Re: Playing .ogg files in Mugen 1.0?
#11  January 01, 2011, 01:13:50 pm
  • ***
  • Life is Life... WTF!!
    • www.mugenimperiolatino.com/index.php
<<retardedly tedious, discouraging, and ridiculous? >>

seriously? using total audio converter that  takes seconds to convert each file, and you can convert all files with one clic.
_______

So if the sound file quality doesn't is, and the path is correct, i don't have other idea :S.
[

Nice userbars no? :P Make click & Download something nice for your Mugen!!!
________________________________