Hmm well you'd first have to make any file you wanna use into a .bik file. Then it would probably be a matter of mimicing the structure of the game.
So for instance, in Bf1942, which is what i'll assume your working on here. In your map folder you'd probably need a folder system like this:
My_level/Mods/bf1942/music
Inside "Mods" you'd put a Init.con and add the line: Game.setLoadMusicFilename "music/mymusic.bik"
or it'd have to be a pathway
"../../My_level/mods/bf1942/music/mymusic.bik"
then save that Init.con in "Mods"
go to your levels init.con and add the line:
run Mods/Init
But thats the only way i could see it, I don't know if this is truly possible or not. I'd try it but im still bed ridden, im standing here typing.
|