• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
delig said:
I am playing as the otaamens and in 1451 Murad II dies and Memed II is his sucessor but it has him become availible in Terra incognita so he is useless to me anyways how do i fix this?
Do you have troops boarded on a fleet? If so, then he's most likely commanding that army.
 
[Moved to Bug Reports forum as this is not a Tech Support query]

Indeed. A new leader will usually appear with the largest group of troops you have; if that happens to be on a ship it will appear to be in TI.

This is perfectly normal and does not cause a problem of any sort.
 
Well Andrew, you could perhaps agree that the accompaning text is a failure. How many times have we had this question?

Imagine the accompaning text was true instead of false. I.e. that it did not claim he appeared in Terra incognita where in principle no army of a player can be (although one exception to this exists, but that is of only academical interest just now)

The accompaning text should be something more true and more easy to interpret. It appears quite simple to achieve. I will give an example of how to change the code. Today it may look like this

If province ID is blank then display "Leader X awaits your command in TI"
else display "Leader X awaits your command in PROVINCENAME"

Change that to

If province ID is blank then display ""Leader X awaits your command on board one of your fleets"
else display "Leader X awaits your command in PROVINCENAME"

Since the location of the fleet is known to the programmer as well, it is the ID of the Sea zone where the fleet presently are, and most Sea zones have a name you could even give that name in case it exists.

----

Indeed, now and then even experienced players get irritated by this message. Not because they do not understand the leader spawned on a fleet. But because it may take "long" time to find out on which fleet he is.