where is pub.fmod?

BlitzMax Forums/BlitzMax Beginners Area/where is pub.fmod?

markcw(Posted 2009) [#1]
Hi,

can anyone tell me what happened to pub.fmod, where did it go (why)?

Also, I saw there was a bah.fmod, where is that now (why was there another version)?


markcw(Posted 2009) [#2]
What do you use to play .xm files?


plash(Posted 2009) [#3]
I think MaxMod does that?
Did you check irrKlang or BASS?


markcw(Posted 2009) [#4]
Ok, thanks for the quick response.

That's confusing, REDi's maxmod and Brucey's maxmods, anyway so...

maxmod plays wav, ogg, mp3, mod and xm.

irrKlang plays .wav, .ogg, .mp3, .mod, .it, .s3d, .xm.

Brucey's FMOD and Bass modules appear to have been dropped.


Brucey(Posted 2009) [#5]
...appear to have been dropped

They have?

That's news to me!


jkrankie(Posted 2009) [#6]
you need to svn them from Bruceys google code page.

Cheers
Charlie


markcw(Posted 2009) [#7]
Well they're well hidden then.


Retimer(Posted 2009) [#8]
If you haven't already:

assuming blitzmax for you is in c:/, and you have a bah.mod folder in your blitzmax/mod folder :
cd c:/blitzmax/mod/bah.mod
svn checkout http://maxmods.googlecode.com/svn/trunk/fmod.mod/
svn checkout http://maxmods.googlecode.com/svn/trunk/fmodaudio.mod/


should give you what you want. Also, I would like to mention I was a pretty big fan of bruceys FMOD module, until touching his bass module, which I find more comfortable in using. If you're interested add these as well to command prompt:

svn checkout http://maxmods.googlecode.com/svn/trunk/bass.mod/
svn checkout http://maxmods.googlecode.com/svn/trunk/bass_fx.mod/


Cheers