• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(805099)

Private
2 Badges
Sep 11, 2013
22
0
  • Crusader Kings II
  • Europa Universalis IV
Hi,

as a fan of classical music, also baroque era -> Purcell and Dowland :) I have a lot of their music lossless. So my idea was to convert random stuff of them to ogg vorbis and dump it into EU4\Music - but is it that simple? Or will I have to create an entry for any new file in songs.txt? Well I think I could achieve this via some batch thing, but it needs further thoughts...

TIA
Michael
 

AndrewT

The Full Monty Python
Moderator
116 Badges
Jun 29, 2001
85.150
3.594
  • Leviathan: Warships
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Gettysburg
  • Hearts of Iron III
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Lead and Gold
  • Legio
  • Europa Universalis IV: Conquest of Paradise
  • The Kings Crusade
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Pirates of Black Cove
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Stellaris: Necroids
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Dungeonland
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
Sorry, it's not clear if you've tried this and are reporting a problem, or are just asking? If the latter, I don't know the answer - can you try it for me please? Certainly in EU3 and CK2 just putting the files in the right directory were enough, as long as they were in the identical music format to the supplied ones.
 

unmerged(805099)

Private
2 Badges
Sep 11, 2013
22
0
  • Crusader Kings II
  • Europa Universalis IV
No I didn't test, I asked prior to testing it by myself :)

OK, did a quick test. Converted like 100 tracks to Vorbis (Vorbis Lancer @ -q6), removed the old music and the text file from the music folder just to be sure it takes the new music and put my new files into it. And yes: it works, it played my music after I loaded a savegame. I think if I want to have specific music in specific situations I will need to fiddle with the music.txt file, but that's not important for me.
 

serivahn

First Lieutenant
87 Badges
Jun 19, 2013
297
343
  • Cities: Skylines - Snowfall
  • Sengoku
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Warlock: Master of the Arcane
  • Europa Universalis IV: Pre-order
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Jade Dragon
  • Cities: Skylines - Natural Disasters
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Rome Gold
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Victoria: Revolutions
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
  • March of the Eagles
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron IV: Colonel
  • Victoria 2
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Stellaris: Necroids
  • Hearts of Iron IV: Cadet
  • Cities: Skylines
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Conclave
  • Pillars of Eternity
I just run an mp3 player (e.g. Windows Media Player or Amazon Cloud Player) while running EU4.
The Empire : Total War and Napoleon : Total War OST's fit SO well with this game.
EU4 has GREAT music, but unfortunately it gets repetitive after a while.
 

unmerged(805099)

Private
2 Badges
Sep 11, 2013
22
0
  • Crusader Kings II
  • Europa Universalis IV
Yeah, I have set up a special foobar2000 instance for this, a minimal player and set up some global hotkeys in it. This way I can easily control the music.
Another possibility is setting up a user defined songs.txt.
How I did it:
1. (with Total Commander) Copy all file names to clipboard.
2. Paste it in Pspad.com editor.
3. This has a functionality where you can put strings before and after every line.

This was I created the songs.txt, which looks like this:

Code:
song = { name = "402. Act I - Scene 2.ogg" chance = { modifier = { factor = 1 } } }
song = { name = "My heart is inditing (Z.30) (Preston).ogg" chance = { modifier = { factor = 1 } } }
song = { name = "My heart is inditing. (verse anthem Z.30) (Herreweghe - CV).ogg" chance = { modifier = { factor = 1 } } }
song = { name = "206. Funeral Sentences. (funeral music for Queen Mary).ogg" chance = { modifier = { factor = 1 } } }
song = { name = "Te Deum & Jubilate in D (Z.232) - Te Deum Laudamus (Preston).ogg" chance = { modifier = { factor = 1 } } }

With equal probabilities there is of course no advantage over using a background player.

Is there some explanation somewhere about the commands in the song = {} configuration?

I love it to have Purcell and Dowland playing in the background, it just works so well. Also some Bach organ stuff.

TIA