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:
Music.
-
Whale Cancer
- Posts: 272
- Joined: Fri Sep 21, 2012 3:28 pm
Re: Music.
You can find what you are looking for in sector_data.xml
Contribute to help save the Whales from their various diseases! *DELAYED* Should release the skeleton with the main quests attached by the end of the week (By NOV 9)! *DELAYED* Don't listen to my dates! Things always seem to come up!
-
Haspen
- Posts: 23
- Joined: Thu Sep 27, 2012 5:21 pm
Re: Music.
And that is where?
FTL graphics are pixelated/messy?
Find the game's settings.ini file and add 'swapTexture=1' there. Said file should be in [steam directory]/steamapps/common/ftl
Hope that helps! C:
Find the game's settings.ini file and add 'swapTexture=1' there. Said file should be in [steam directory]/steamapps/common/ftl
Hope that helps! C:
-
Whale Cancer
- Posts: 272
- Joined: Fri Sep 21, 2012 3:28 pm
Re: Music.
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.
Anyway, here it is:
Edit: Actually, I'm not sure it is appropriate to post the entire .xml file due to copyright, sorry.
Last edited by Whale Cancer on Fri Sep 28, 2012 2:37 pm, edited 1 time in total.
Contribute to help save the Whales from their various diseases! *DELAYED* Should release the skeleton with the main quests attached by the end of the week (By NOV 9)! *DELAYED* Don't listen to my dates! Things always seem to come up!
-
Haspen
- Posts: 23
- Joined: Thu Sep 27, 2012 5:21 pm
Re: Music.
Yes, I got the soundtrack. Besides, didn't you want to post a link or something?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.
EDIT: Oh, you added the code after posting, okay xD So I now see there are few tracks for each sector. Oh well.
Lulz. Posting game files is bad but making mods out of them isn't? xDWhale Cancer wrote:Edit: Actually, I'm not sure it is appropriate to post the entire .xml file due to copyright, sorry.
Oh well, I saw the contents for a while, question answered anyways. Thanks! :3
Last edited by Haspen on Fri Sep 28, 2012 2:40 pm, edited 1 time in total.
FTL graphics are pixelated/messy?
Find the game's settings.ini file and add 'swapTexture=1' there. Said file should be in [steam directory]/steamapps/common/ftl
Hope that helps! C:
Find the game's settings.ini file and add 'swapTexture=1' there. Said file should be in [steam directory]/steamapps/common/ftl
Hope that helps! C:
-
Mr. Mister
- Posts: 495
- Joined: Sun Sep 23, 2012 8:51 am
Re: Music.
Colonial plays for Rebel and Pirate, Void for Pirate, Mantis and Uncharted Nebula, and Debris for Mantis, Slug and Crystal.
-
Whale Cancer
- Posts: 272
- Joined: Fri Sep 21, 2012 3:28 pm
Re: Music.
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>
Contribute to help save the Whales from their various diseases! *DELAYED* Should release the skeleton with the main quests attached by the end of the week (By NOV 9)! *DELAYED* Don't listen to my dates! Things always seem to come up!
-
Whale Cancer
- Posts: 272
- Joined: Fri Sep 21, 2012 3:28 pm
Re: Music.
It is absolutely counter-intuitive, yes. Also: that is not how you use lulz, son.Haspen wrote:Yes, I got the soundtrack. Besides, didn't you want to post a link or something?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.
EDIT: Oh, you added the code after posting, okay xD So I now see there are few tracks for each sector. Oh well.
Lulz. Posting game files is bad but making mods out of them isn't? xDWhale Cancer wrote:Edit: Actually, I'm not sure it is appropriate to post the entire .xml file due to copyright, sorry.
Oh well, I saw the contents for a while, question answered anyways. Thanks! :3
Contribute to help save the Whales from their various diseases! *DELAYED* Should release the skeleton with the main quests attached by the end of the week (By NOV 9)! *DELAYED* Don't listen to my dates! Things always seem to come up!
-
Haspen
- Posts: 23
- Joined: Thu Sep 27, 2012 5:21 pm
Re: Music.
Yeah, got it all now.
Thanks again c:
Sorry, my mistake. Lulz, then.
Thanks again c:
Sorry, my mistake. Lulz, then.
FTL graphics are pixelated/messy?
Find the game's settings.ini file and add 'swapTexture=1' there. Said file should be in [steam directory]/steamapps/common/ftl
Hope that helps! C:
Find the game's settings.ini file and add 'swapTexture=1' there. Said file should be in [steam directory]/steamapps/common/ftl
Hope that helps! C: