• 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.

jamhaw

Lt. General
21 Badges
Feb 16, 2008
1.653
63
  • Darkest Hour
  • 500k Club
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Penumbra - Black Plague
  • Majesty 2
  • Heir to the Throne
  • Hearts of Iron III
  • For The Glory
  • Divine Wind
  • Europa Universalis III Complete
  • Diplomacy
  • Deus Vult
  • Hearts of Iron Anthology
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Supreme Ruler 2020
  • Victoria 2
  • 200k Club
  • Mount & Blade: Warband
I am curious as to how you make the music work the way it works in this mod. I am interested in doing something simialer with another mod and I would like to know how to do it.
 
So is it some sort of World in Flames secret then?
 
Apologies if I was not clear. I found it difficult to phrase this question for some reason. How did you get the music to work as it (did?) in this mod? With the event early in the game where you could choose to listen to axis music or Soviet music etc.? Or am I confusing this with another mod?
 
Ahhh okay. Here is the event :


event = {
id = 61022
random = no
style = 0

trigger = {
ai = no
}

date = { year = 1936 month = january day = 6 }
offset = 1
deathdate = { year = 1958 month = april day = 30 }

name = "61022name"
desc = "61022desc"
picture = "Music"

action_a = {
name = "61022acta"
command = { }
command = { type = songs which = Axe.txt }
}
action_b = {
name = "61022actb"
command = { }
command = { type = songs which = Allied.txt }
}
action_c = {
name = "61022actc"
command = { }
command = { type = songs which = Soviet.txt }
}
action_d = {
name = "61022actf"
command = { type = trigger which = 61023 }
}
}

.Txt files are playlists in Music folder just like war.txt or peace.txt.