and created a "music.wpl" in the "warzone2100/music" folder
beginning with:
Code: Select all
menu/ut2004_ghosts_of_anubis.ogg
but warzone is not playing anything ?!
setting debug to "all" and browsing the debug-file shows:
Code: Select all
wz |000000000000: [PlayList_Read] Reading...[directory: .\] music/music.wpl
sound |000000000000: [PlayList_Read] Added song menu/ut2004_ghosts_of_anubis.ogg to playlist
Code: Select all
sound |000000000002: [cdAudio_PlayTrack] called(0)
sound |000000000002: [cdAudio_OpenTrack] called(music/menu.ogg)
sound |000000000002: [cdAudio_Stop] called, cdStream=00000000
wz |000000000002: [cdAudio_OpenTrack] Reading...[directory: (null)] music/menu.ogg
error |000000000002: [cdAudio_OpenTrack] Failed opening file [directory: (null)] music/menu.ogg, with error File not found
why trying to open "music/menu.ogg" ???
i can write anything to the music.wpl, it always says "playlist_read added song" with the text of the line in the playlist file
like here:
Code: Select all
wz |000000000000: [PlayList_Read] Reading...[directory: .\] music/music.wpl
sound |000000000000: [PlayList_Read] Added song this is a test-line in the music-playlist-file to playlist
where's my mistake ?!?
Edit:
Works ingame!
Problem only occurs when being in menu...
