I've been trying to change the songs that play in game.
In the folder C:\Program Files (x86)\Steam\steamapps\common\Crusader Kings II\music I have 2 .ogg files(as a test, when it works I will add more) and one .txt file. These files are:
adayinthelife.ogg
allmyloving.ogg
beatles.txt
The .txt file looks like this:
song = {
name = "adayinthelife.ogg"
song_name = "A Day in the Life"
chance = {
factor = 1
}
volume = 0.48
}
song = {
name = "allmyloving.ogg"
song_name = "All my Loving"
chance = {
factor = 1
}
volume = 0.48
}
(I've moved all the other files that were in that folder elsewhere)
I've played the .ogg files on a .ogg player, and they sound fine, and I've converted them to the recommended Hz through Audacity.
The problem is that when I launch the game, no music plays and achievements are disabled because it says that steam is inactive even though its not. I tried to write a mod using some tutorials I found, but when I launched it no songs played, and the game broke(black shields, says steam is inactive etc...).
Can anyone help me find the issue?
In the folder C:\Program Files (x86)\Steam\steamapps\common\Crusader Kings II\music I have 2 .ogg files(as a test, when it works I will add more) and one .txt file. These files are:
adayinthelife.ogg
allmyloving.ogg
beatles.txt
The .txt file looks like this:
song = {
name = "adayinthelife.ogg"
song_name = "A Day in the Life"
chance = {
factor = 1
}
volume = 0.48
}
song = {
name = "allmyloving.ogg"
song_name = "All my Loving"
chance = {
factor = 1
}
volume = 0.48
}
(I've moved all the other files that were in that folder elsewhere)
I've played the .ogg files on a .ogg player, and they sound fine, and I've converted them to the recommended Hz through Audacity.
The problem is that when I launch the game, no music plays and achievements are disabled because it says that steam is inactive even though its not. I tried to write a mod using some tutorials I found, but when I launched it no songs played, and the game broke(black shields, says steam is inactive etc...).
Can anyone help me find the issue?