@Vincent
1) GP Bar Icon
That is because, the list of GP is hard coded in the python.
To do it the general way, means to loop through ALL units, which unfortunately is waste of time.
2) That is what I asked
Does it appear in other mods or vanilla BTS or just your mod?
Anyway, the whole upgrade file is imported directly from Sevopedia so I never bother to read through since it works...
3) Because there is no way to check that someone is a master without looping through all players and check if that player is a vassal of him. Again waste of time.
4) Look for this. All the default values are there.
Code:def __init__ (self) :
1) Rgr. Tried to add Great Noble in the python, but mod crashed.
2) Yup, definately my mod. The unitupgradelines worked fine until I deleted a unit (the first unit which was an experimental Early barbaric Warrior). Now it shows python error too. Donno why it cannot calculate it right.
3) Roger. I guess the main thing is to see if they are vassals.
4) Found it. thanks
