Hi, I'm trying to add a song to the game.
I have the ogg file and i wrote this:
I have the ogg file and i wrote this:
song = {
name = "alleluia_roman_chant.ogg"
song_name = "Alleluia"
chance = {
factor = 2
modifier = {
factor = 0
NOT = { religion_group = christian }
}
}
volume = 0.45
}
But it just doesn't play in game. suggestions?name = "alleluia_roman_chant.ogg"
song_name = "Alleluia"
chance = {
factor = 2
modifier = {
factor = 0
NOT = { religion_group = christian }
}
}
volume = 0.45
}