Custom map soundtracks

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Koolaid7g
Rebel Sergeant
Rebel Sergeant
Posts: 218
Joined: Wed Mar 01, 2006 4:14 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Custom map soundtracks

Post by Koolaid7g »

I'm looking into compiling some of the shipped in-game music tracks together into one sound file. For example, I'd be taking duel of the fates (from Darth Maul's files), the 'taking back theed' music (from a shipped level), another file from another shipped level, and so on and so forth. In the end I'd be taking individual tracks from a variety of places and putting them together for a total Ep. 1 Theed experience. I've located the sound track files (i think) under data-sound-worlds and looks like this:

SegmentList()
{
Segment("RepFel01_Act02_lp", 1.0, 0.0, 0.0);
Segment("RepFel01_Act01_lp", 1.0, 0.0, 0.0);
Segment("RepKam01_Amb01_lp", 1.0, 0.0, 0.0);
Segment("CISGen_ImmVict01_lp", 1.0, 0.0, 0.0);
Segment("CISGeo01_Act01_lp", 1.0, 0.0, 0.0);
Segment("RepUta01_Amb02_lp", 1.0, 0.0, 0.0);
Segment("RepThe01_Amb01_lp", 1.0, 0.0, 0.0);

My question is this: When I finally find said music tracks and insert them in the above locations, how do I get them into my custom level? Does anyone know which tracks go with which code, or what the 1.0 0.0, etc stand for?
darthpingu

RE: Custom map soundtracks

Post by darthpingu »

It's in the script.
What about copying the text from one file and insert it in another file, then take another file(snd ofcourse!), and insert in the same file?
How to do it? I think u could remove the end and the beginning(just rename and BU the file to txt) that matches in all of the files and paste the rest where the ending of the non-matching in the file is. Hard to explain, I've neither ever tried, just an idea.
Koolaid7g
Rebel Sergeant
Rebel Sergeant
Posts: 218
Joined: Wed Mar 01, 2006 4:14 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Post by Koolaid7g »

so where would i place the completed file once its done?
darthpingu

Post by darthpingu »

In one of the "soundtracks"
Post Reply