Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: jc4jc on February 10, 2009, 03:11:32 pm

Title: Music not playing wav or ogg
Post by: jc4jc on February 10, 2009, 03:11:32 pm
Hello,

I am trying to get new music into the music.tbl file for the the SG1ED mod and it won't play. I have OpenAL installed and am using the C09032008 build. The Following is the area in question within the music.tbl:

Code: [Select]
$Name: Brief3
$Filename: Briefing_3_-_Eod_-_1-1.ogg ; briefing music 3

$Name: Brief4
$Filename: FS2_Brief_04.wav ; briefing music 4

$Name: Brief5
$Filename: FS2_Brief_05.wav ; briefing music 5

$Name: Brief6
$Filename: FS2_Btl_A01.ogg ; briefing music 6

$Name: Brief7
$Filename: FS2_Cinema2.wav ; briefing music 7

$Name: Success
$Filename: FS2_DB_01.wav ; debriefing success music

$Name: Average
$Filename: FS2_DB_02.wav ; debriefing average music

$Name: Failure
$Filename: 023_Failed_Mission_2-1.ogg ; debriefing failure music

$Name: Aquitaine
$Filename: Earths_Defense_1-1.ogg ; Main menu music

$Name: Psampik
$Filename: Psampik.wav ; Vasudan menu music

$Name: Cinema
$Filename: Flight_of_the_302s_-_1-1.ogg ; credits music
#Menu Music End

as you can see most of teh original FS2 sound tracks are intacte and I have had no problems until today... I was using the C08302008 build until the problem started.  can anyone help please. The music files in question where converted by me from wav to ogg.
Title: Re: Music not playing wav or ogg
Post by: chief1983 on February 10, 2009, 03:41:09 pm
If this is still in the mod for FS2 stage, have you consider using a modular table?  I don't see anything wrong with what you have there anyway.
Title: Re: Music not playing wav or ogg
Post by: jc4jc on February 10, 2009, 09:12:22 pm
Thanks that helped out. I made a new tbm file and added the ogg files as the alternate music files and it worked thanks cheif1983
Title: Re: Music not playing wav or ogg
Post by: chief1983 on February 11, 2009, 10:40:10 am
So if you ever split it into a standalone from the FS2 core you can either bring the retail music.tbl and that tbm or worry about fixing it later.  Welcome.