Ok
"What is this mod?" you might think.
It's me, wanting to mod some musical flavour into the game. This is done simply by finding a track, and attaching it to a title
But so far, I have only one track. That's not a lot of flavour, is it?
This is where I need your help. All I need is a link to the song and what title you want it for.
"Hey the song "linkgoeshere" fits really well for the king/duke/count of wherever" is really all I need.
After I add a couple of songs, I'll put up a download link and keep it updated whenever I get something new
The following is mainly for people who want to know my stream of thought, but it's mainly useless
_____________________________________
During the demo I looked through the files, and was pleased when I saw that in the \music folder, there was placed a nifty little songs.txt.
In this file, there is a series of codes for songs, looking like this
This is just an example, using one of the many tracks from the awesome OST.
What I was thinking about, was making a mod that played national anthems corresponding to the country you're playing as.
Since I'm a hat when it comes to modding, I need some help but I'm guessing the code would be similar to
Now, as mentioned, I don't know much about modding, but as far as I can make out, the code says that if you're playing the king of Denmark or the duke of Apulia, you'll probably never hear swedishanthem.ogg, but if you hold the kingdom of Sweden, you'd hear this at the same rate as the rest of the soundtrack.
This is my first issue, and I really hope to get some response on this.
My second issue is, that I know absolutely (or, almost) nothing about any national anthems but the Danish, so I'd appreciate it if someone could help me with this (i.e. tossing a youtube link and saying x's national anthem during the period).
Bonus points if you could tell me if this kind of thing would get me lynched due to copyrights
"What is this mod?" you might think.
It's me, wanting to mod some musical flavour into the game. This is done simply by finding a track, and attaching it to a title
But so far, I have only one track. That's not a lot of flavour, is it?
This is where I need your help. All I need is a link to the song and what title you want it for.
"Hey the song "linkgoeshere" fits really well for the king/duke/count of wherever" is really all I need.
After I add a couple of songs, I'll put up a download link and keep it updated whenever I get something new
The following is mainly for people who want to know my stream of thought, but it's mainly useless
_____________________________________
During the demo I looked through the files, and was pleased when I saw that in the \music folder, there was placed a nifty little songs.txt.
In this file, there is a series of codes for songs, looking like this
Code:
song = {
name = "akingisdead.ogg"
chance = {
modifier = {
factor = 1
}
}
}
What I was thinking about, was making a mod that played national anthems corresponding to the country you're playing as.
Since I'm a hat when it comes to modding, I need some help but I'm guessing the code would be similar to
Code:
song = {
name = "swedishanthem.ogg"
chance = {
modifier = {
factor = 0
has_title k_sweden = 1
}
}
}
Now, as mentioned, I don't know much about modding, but as far as I can make out, the code says that if you're playing the king of Denmark or the duke of Apulia, you'll probably never hear swedishanthem.ogg, but if you hold the kingdom of Sweden, you'd hear this at the same rate as the rest of the soundtrack.
This is my first issue, and I really hope to get some response on this.
My second issue is, that I know absolutely (or, almost) nothing about any national anthems but the Danish, so I'd appreciate it if someone could help me with this (i.e. tossing a youtube link and saying x's national anthem during the period).
Bonus points if you could tell me if this kind of thing would get me lynched due to copyrights
Last edited: