Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Little help?
Unzip the zip file in that folder and copy all the music tracks (AND TEXT FILES) to the base game's music folder which is under common > stellaris > music.
Once you've done that you can use that music in the base game without the mod enabled so you can get achievements.
Create a mod - and this is actually pretty simple to do in the case of music
Step 1: Open the Stellaris Launcher, go to all installed mods, and click the upload mod button.
Step 2: Click the Create a Mod button, then give it a name, a directory (Which will be in Windows, in My documents, Paradox Interactive, then mods/whatever directory equivalent on other Operating Systems), then tag Sound. Click Create mod once done, then exit out of the next screens, since I'm sure you only want to personally use the playlist
Step 3: Navigate to the folder you just created.
Step 4: Once there, create a folder called "music" in the mod files..
Step 5: Create two files using notepad, one a .txt file and the other a .asset (In my case, since I named my directory "My_music_mod" I named the files here "My_music_mod.txt" and "My_music_mod.asset")
Step 6: In the .asset file, put this in (Quotation marks are part of the code, keep an eye on those):
music = {
name = "*SONG NAME HERE*"
file = "*File name of song here*.ogg"
volume = 0.80
}
Step 7: In the .txt file, put this in (Again, the marks)
song = {
name = "*SONG NAME HERE (Same as in Step 6)*"
}
Step 8: At this point, drag the song file (It has to be an .ogg file) into the music folder alongside the .txt and .asset files.
Step 9: Create a new playset with only this mod to test your work and make sure the song was added in.
Step 10: Profit.
So, anyways, I doubt you'll see this, but on the miniscule chance you still need that help, there it is.
You're welcome, man.
Sorry to necro, but does this break achievements?
For some things like music or a namelist? Yeah, making them is actually fairly simple, with the hardest part just putting together the lists. Making a namelist is slightly more complicated than a music mod (just slightly), since you have a lot of things that a namelist determines, such as planets, names of your leaders, fleet names, what you call your science vessels, your transport vessels, etc, but overall isn't that hard to do.
Now, you will be spending a lot of time just coming up with names, though. I should know, given the American namelist I made for my United States of Terra playthroughs.
Apologies for taking a while to notice this, firstly.
I did a quick test with my own music mod to see if it did, and it doesn't look like it breaks achievements (I never play with achievements myself, so this was something that required me to test, lol).