How do I fix start locations in scenarios?
Posted: Fri Mar 16, 2007 10:23 am
I´m currently building a scenario and want a certain city to be the only possible start location. I hooked "start location" at that city and saved it. XML file says:
for that city and
for all the others.
but in spite of everything the start location is put randomly every time i play the scenario. though i play without AI opponents.
how can i make sure that there´s only the start location i chose?
must I choose a minimum number of start location? like four maybe? so that every potential player has his own start location?
Code: Select all
<bIsStartLocation>true</bIsStartLocation>
Code: Select all
<bIsStartLocation>false</bIsStartLocation>
but in spite of everything the start location is put randomly every time i play the scenario. though i play without AI opponents.
how can i make sure that there´s only the start location i chose?
must I choose a minimum number of start location? like four maybe? so that every potential player has his own start location?