Hi
I was just wondering if anyone knows how to load OpenAL sound files from a .zip archive. I already know how to use .zip archives in Irrlicht with device->getFileSystem()->addZipFileArchive("somezipfile.zip") but unfortunately this only works for files used by Irrlicht such as 3d models, textures, shaders, etc but not sounds. So does anyone know what I can do if I want to store all the files used by my game inside a zip/pk3 file?
Load sound files from .zip
-
- Posts: 18
- Joined: Sat Oct 03, 2009 7:14 am
- Location: Brisbane, Australia
- Contact:
Load sound files from .zip
Last edited by gingerheadman on Sat Jan 02, 2010 12:51 pm, edited 1 time in total.
My website - Miscreant Software
-
- Posts: 18
- Joined: Sat Oct 03, 2009 7:14 am
- Location: Brisbane, Australia
- Contact:
Thanks for that . I'm trying to work out how to do that right now and I'll post again if I can get it to work.
My website - Miscreant Software