Hi !
I'm currently making another IIDX simulator with Java and jMonkeyEngine (I don't know if that's speak to somebody :p).
Currently I've made the BME player that will play the background music or the whole song and I think that a program that only play a BME may interest some people even if it already exists this kind of program. And to make it better I need some opinions and bug reports about it.
So, if you want to use it or helping me to improve it, you can download it
here.
The only requirement to get it working is to have Java installed (normally you can use it on windows, linux and mac but I haven't tried yet).
To use it :
- Unzip it
- Open a prompt in the unzipped folder
- Type
Code:
qqnbmeplayer "your bme's path"
- Or if you're not on windows
Code:
java -Djava.library.path=lib/lwjgl/native/linux or macosx -jar qqnbmeplayer.jar "you're bme's path"
Then it load the song and play it. The numbers that appears at regular intervals are seconds (it helps for finding bugs)
If you get an error message containing "JavaHeapSpace", your bme contains many many files and need more memory so use the command :
Code:
java -Xmx128M -Djava.library.path=lib/lwjgl/native/win32,linux or macosx -jar qqnbmeplayer.jar "you're bme's path"
I hope it will be useful.
Mr_Qqn
PS: If you're interested by reading the progress of my IIDX simulator, I have a blog :
Simulateur IIDX (Fr) which is for the moment only in french. But if some people are interested I can make an english version.