Hard Light Productions Forums
Hosted Projects - FS2 Required => Inferno => Topic started by: T-Man on December 11, 2003, 02:36:06 pm
-
Hiya guys
I've been playing Inferno like mad. So cool :D:D:D:DI thought the music was cool, especially that soundtrack called "Hidden"
Now, does anyone remember the mission "Aftermath" from FS1, where you protected a convoy after the Lucifer wasted Tombagh.
Could the music track from that mission be put into Inferno?
By the way, i've got a collection of little tracks myself that i think would fit good with Inferno. I'll send them to you guys to see if ya like them :D.
See ya
-
You mean Worlds Apart? Track 4, as in the one with M4 nrml3, as in the Inferno mainhall music?
Yeah, that's nice.
-
No, that's a different track.
I'm talking about the mission where you first meet the PVD Pinnichle.
-
That IS where you first meet the PVD Pinnacle.
Sm2-01a, The Aftermath, Brad Johnson, briefing track BRIEF 4 (m8_nrml3), music track 4: Worlds Apart.
An event:
$Formula: ( when
( has-arrived-delay 0 "PVD Pinnacle" )
( send-message
""
"Normal"
"Pinnacle Arrival"
)
( validate-goal "Assist Pinnacle" )
)
+Name: Pinnacle Arrival 2
+Repeat Count: 1
+Interval: 1
It's the mission you're talking about, and track 4, Worlds Apart, is the music track. Check it out yourself, I've given you the mission name.
-
I'll look into it. Thanks Blaise! :D
-
This thread is very funny. :lol:
-
Originally posted by Goober5000
This thread is [l]very[/l] moderately [l]funny[/l] amusing ...in a rerun of the tom green show sort of way...
:yes:
-
Ideally I'd like to totally get rid of ALL FS2 music, except maybe the debriefing tracks, but it's unlikely. And there are very few things that 'fit' with the FS2 music style.
-
Adding music would push us well over the 100mb download size...
-
Originally posted by SadisticSid
Ideally I'd like to totally get rid of ALL FS2 music, except maybe the debriefing tracks, but it's unlikely. And there are very few things that 'fit' with the FS2 music style.
I think I STRONGLY disagree about the first part.
-
Originally posted by Woolie Wool
I think I STRONGLY disagree about the first part.
You think that then.
And yeah that's right Woo, part of why I said it was unlikely heh.
-
You guys do know about the Port's making available the FS1 music for download? Version 3.5.5 of the SCP allows the FS1 battle tracks to play correctly and boosts the music.tbl limits.
-
Yeah but that would be a pain as it requires an offsite download. Plus I'd have to make the music optional that way and I don't plan on any optional files in this version.
-
Just link to it. It's all coming from FilePlanet anyway.
But you've given me a rather interesting idea for a SCP feature to add after the code freeze is lifted. An +Alternate flag for the music tracks, so that if someone doesn't have a music file, a different one is loaded.
Would it be better to put such a flag in the music.tbl or in the mission file?
-
The mission file would be better, so that the designer can choose an alternate on a per mission basis. The alternate might not fit a specific mission if it is specified in the table.
-
Yeah, 'twas what I was thinking. Would be easier to code, too. ;)