From some time ago i had some questions which i didnt manage to find answers for, and since i believe there are plenty of smarter people out there, i decided to seek help.
1º question: what is the actual diference from "income" to "tax" ? Tested out and both have the same effect: they both change the base tax of the province in question. Is this 100% correct or did i miss something ? Because it looks wierd to have 2 diferent fields doing the same stuff.
------------------------
2º question: I noticed these fields in a file called leader.txt on the leader folder. Is this some leftover from EU1, or does it actually work? If so, what are the effects?
------------------------
3º question: if i wish to add a custom picture to a certain nation when we are allowed to pick what country we want to play at the start, i know i have to do something like this:
(where XXX is any possible country tag)
But, the point of the question is: can we add pictures for countries that are not currently displayed? If we can, how to do it?
------------------------
4º question: Not properly a question, but currently i have been messing with with the province.csv file. The deal is, it takes quite a lot of time to check which field i have to change to have the desired effects. Is there any other way to do such apart from doing it the old fashioned way with notepad?
------------------------
And i believe thats it... for now.
Thanks in advance for any possible advise.
Code:
province = {
id = x
[B] income = y
tax = z[/B]
}
1º question: what is the actual diference from "income" to "tax" ? Tested out and both have the same effect: they both change the base tax of the province in question. Is this 100% correct or did i miss something ? Because it looks wierd to have 2 diferent fields doing the same stuff.
------------------------
Code:
leader = {
... lots of other fields here that do not matter now ...
[B] negotiation = 0
fidelity = 90[/B]
}
2º question: I noticed these fields in a file called leader.txt on the leader folder. Is this some leftover from EU1, or does it actually work? If so, what are the effects?
------------------------
3º question: if i wish to add a custom picture to a certain nation when we are allowed to pick what country we want to play at the start, i know i have to do something like this:
Code:
XXX = {
...
[B] picture = "scenarios\data\blehbleh_data.bmp" [/B]
...
}
(where XXX is any possible country tag)
But, the point of the question is: can we add pictures for countries that are not currently displayed? If we can, how to do it?
------------------------
4º question: Not properly a question, but currently i have been messing with with the province.csv file. The deal is, it takes quite a lot of time to check which field i have to change to have the desired effects. Is there any other way to do such apart from doing it the old fashioned way with notepad?
------------------------
And i believe thats it... for now.
Thanks in advance for any possible advise.