Hsinchu
Prince
I have a problen with the City List management screen. Every time I sort by <Hammers>, I edit the city build queue and then it reverts to the original sort again.
I would like to go through each city in Hammer order and what I need to do is this.
1) Sort via Hammers
2) Edit City
3) Sort via Hammers
4) Edit next city
5) sort via hammers
...
and so on.
When you have up to hundred cities it can be a real pain to work through. I would like to have the sort order remain on hammers, until I have completed editting all the cities in the list.
Problema: The city order is determined by join date and the array in which city information is stored is linear, that is, it goes one way. The City List management screen is not a display of this array but a call on the information, therefore, when it is sorted, it is purely for the list's sake; it doesn't change the in-game data structure. In order to hop from city to city in the fashion you described would be difficult given that its not already built into the game.
I'm not sure what you mean: However, I do remember that if I press escape from any city screen, it takes me back to the city list, which I remember remaining in its previously sorted state, at least for culture or happy icons (The ways in which I sort). Are you using a mod?
Then again, I could be entirely mistaken. It shouldn't be too hard, though, for the city information to sit there and wait for you while you enter the city screen, unless the city sort has to go back to the original order in order to enter the city screen... In which case my first statement is mistaken and the cities really ARE being resorted when you sort the list... and I have wasted a post because I am confused now... Sorry in advance. XD