Page 1 of 1
Music.
Posted: Fri Sep 28, 2012 1:42 pm
by Haspen
So, it is awesome.
But browsing the soundtrack, there are few tracks that I'm unable to properly attach to sectors in the game.
When do 'Colonial', 'Wasteland', 'Void' and 'Debris' play?
FAKEEDIT: Actually just noticed 'Colonial' plays for Rebels. But what about others I mentioned? v:
Re: Music.
Posted: Fri Sep 28, 2012 1:57 pm
by Whale Cancer
You can find what you are looking for in sector_data.xml
Re: Music.
Posted: Fri Sep 28, 2012 2:30 pm
by Haspen
And that is where?
Re: Music.
Posted: Fri Sep 28, 2012 2:36 pm
by Whale Cancer
I assumed since you had access to the music you know how to unpack the .dat files. But I guess you bought the soundtrack?
Anyway, here it is:
Edit: Actually, I'm not sure it is appropriate to post the entire .xml file due to copyright, sorry.
Re: Music.
Posted: Fri Sep 28, 2012 2:37 pm
by Haspen
Whale Cancer wrote:I assumed since you had access to the music you know how to unpack the .dat files. But I guess you bought the soundtrack?
Anyway, here it is.
Yes, I got the soundtrack. Besides, didn't you want to post a link or something?
EDIT: Oh, you added the code after posting, okay xD So I now see there are few tracks for each sector. Oh well.
Whale Cancer wrote:Edit: Actually, I'm not sure it is appropriate to post the entire .xml file due to copyright, sorry.
Lulz. Posting game files is bad but making mods out of them isn't? xD
Oh well, I saw the contents for a while, question answered anyways. Thanks! :3
Re: Music.
Posted: Fri Sep 28, 2012 2:39 pm
by Mr. Mister
Colonial plays for Rebel and Pirate, Void for Pirate, Mantis and Uncharted Nebula, and Debris for Mantis, Slug and Crystal.
Re: Music.
Posted: Fri Sep 28, 2012 2:40 pm
by Whale Cancer
Here are the relevant parts!
Code: Select all
<nameList>
<name>Federation Space</name>
</nameList>
<trackList>
<track>civilian</track>
<track>cosmos</track>
<track>milkyway</track>
</trackList>
<nameList>
<name>Civilian Sector</name>
</nameList>
<trackList>
<track>civilian</track>
<track>cosmos</track>
<track>milkyway</track>
</trackList>
<nameList>
<name>Engi Controlled Sector</name>
</nameList>
<trackList>
<track>engi</track>
<track>cosmos</track>
<track>milkyway</track>
</trackList>
<nameList>
<name>Engi Homeworlds</name>
</nameList>
<trackList>
<track>engi</track>
<track>cosmos</track>
<track>milkyway</track>
</trackList>
<nameList>
<name>Pirate Controlled Sector</name>
</nameList>
<trackList>
<track>colonial</track>
<track>void</track>
</trackList>
<nameList>
<name>Rebel Controlled Sector</name>
</nameList>
<trackList>
<track>colonial</track>
<track>wasteland</track>
</trackList>
<nameList>
<name>Mantis Controlled Sector</text>
</nameList>
<trackList>
<track>mantis</track>
<track>debris</track>
<track>void</track>
</trackList>
<nameList>
<name>Mantis Homeworlds</text>
</nameList>
<trackList>
<track>mantis</track>
<track>debris</track>
<track>void</track>
</trackList>
<nameList>
<name>Uncharted Nebula</name>
</nameList>
<trackList>
<track>deepspace</track>
<track>void</track>
</trackList>
<nameList>
<name>Slug Home Nebula</name>
</nameList>
<trackList>
<track>debris</track>
<track>wasteland</track>
<track>deepspace</track>
</trackList>
<nameList>
<name>Slug Controlled Nebula</name>
</nameList>
<trackList>
<track>debris</track>
<track>wasteland</track>
<track>deepspace</track>
</trackList>
<nameList>
<name>Zoltan Controlled Sector</name>
</nameList>
<trackList>
<track>zoltan</track>
<track>cosmos</track>
</trackList>
<nameList>
<name>Zoltan Homeworlds</name>
</nameList>
<trackList>
<track>zoltan</track>
<track>cosmos</track>
</trackList>
<nameList>
<name>Rock Controlled Sector</name>
</nameList>
<trackList>
<track>rock</track>
<track>wasteland</track>
</trackList>
<nameList>
<name>Rock Homeworlds</name>
</nameList>
<trackList>
<track>rock</track>
<track>wasteland</track>
</trackList>
<nameList>
<name>Hidden Crystal Worlds</name>
</nameList>
<trackList>
<track>debris</track>
<track>wasteland</track>
<track>deepspace</track>
</trackList>
Re: Music.
Posted: Fri Sep 28, 2012 2:40 pm
by Whale Cancer
Haspen wrote:Whale Cancer wrote:I assumed since you had access to the music you know how to unpack the .dat files. But I guess you bought the soundtrack?
Anyway, here it is.
Yes, I got the soundtrack. Besides, didn't you want to post a link or something?
EDIT: Oh, you added the code after posting, okay xD So I now see there are few tracks for each sector. Oh well.
Whale Cancer wrote:Edit: Actually, I'm not sure it is appropriate to post the entire .xml file due to copyright, sorry.
Lulz. Posting game files is bad but making mods out of them isn't? xD
Oh well, I saw the contents for a while, question answered anyways. Thanks! :3
It is absolutely counter-intuitive, yes. Also: that is not how you use lulz, son.
Re: Music.
Posted: Fri Sep 28, 2012 2:41 pm
by Haspen
Yeah, got it all now.
Thanks again c:
Sorry, my mistake. Lulz, then.