Author Topic: Table fix for Darkside  (Read 2614 times)

0 Members and 1 Guest are viewing this topic.

Offline Yarn

  • Moderator
  • 210
Table fix for Darkside
In Darkside (the soundtrack from Silent Threat), if the allied arrival cue "plays" during the battle music, the music stops for the rest of the mission. This happens because the entry for this cue is "none.wav," and this causes the music to stop if it is called. A fixed version of this soundtrack is provided below. (The 11th line is the one that was changed.)

Code: [Select]
;;FSO 3.6.0;; #SoundTrack Start
;;FSO 3.6.0;; $Soundtrack Name: FS1-10: Darkside
;;FSO 3.6.9;; +Cycle: FS1
;;FSO 3.6.8;; +Allied Arrival Overlay: NO
;;FSO 3.6.0;; $Name: m10_NRML1.wav 39.8 52920 ; Normal 1
;;FSO 3.6.0;; $Name: m10_AARV1.wav 3.8 44100 ; Allied Arrival during Normal
;;FSO 3.6.0;; $Name: m10_EARV1.wav 1.8 44100 ; Enemy Arrival during Normal
;;FSO 3.6.0;; $Name: m10_BTTL1.wav 15.8 66150 ; Battle 1
;;FSO 3.6.0;; $Name: m10_BTTL2.wav 11.8 66150 ; Battle 2
;;FSO 3.6.0;; $Name: m10_BTTL3.wav 9.8 66150 ; Battle 3
;;FSO 3.6.0;; $Name: m10_AARV1.wav 3.8 44100 ; Allied Arrival during Battle
;;FSO 3.6.0;; $Name: m10_EARV2.wav 3.8 44100 ; Enemy Arrival during Battle
;;FSO 3.6.0;; $Name: m2_VICT1.wav 1.8 52920 ; Victory 1 ( goal completed )
;;FSO 3.6.0;; $Name: m2_VICT2.wav 26.8 52920 ; Victory 2 ( all enemies dead, goals completed )
;;FSO 3.6.0;; $Name: none.wav 1.8 36150 ; Goal Failed
;;FSO 3.6.0;; $Name: m1_DEAD.wav 19.8 35800 ; Player dies
;;FSO 3.6.0;; $Name: none.wav 00.0 00000 ; Normal 2
;;FSO 3.6.0;; $Name: none.wav 00.0 00000 ; Normal 3
;;FSO 3.6.0;; #SoundTrack End

In case you're wondering, this problem was also in the original Silent Threat.
"Your fighter is running out of oil.  Please check under the hood and add more if necessary"
--strings.tbl, entry 177

"Freespace is very tired.  It is shutting down to get some rest."
--strings.tbl, entry 178

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Table fix for Darkside
Interesting!  I had wondered what the cause of this was.  Well done!

 

Offline mjn.mixael

  • Cutscene Master
  • 212
  • Chopped liver
    • Steam
    • Twitter
Re: Table fix for Darkside
Neato. Goober, you should commit this before we forget about it.
Cutscene Upgrade Project - Mainhall Remakes - Between the Ashes
Youtube Channel - P3D Model Box
Between the Ashes is looking for committed testers, PM me for details.
Freespace Upgrade Project See what's happening.

  

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Table fix for Darkside
I've bookmarked it and will commit it ASAP.