buildings sorting
Moderator: moderators
buildings sorting
buildings in the production menu are sorted by the name and then by the number, but i think it would be better to have them sorted by area
I believe right now it's by building, then by region. (Although I could be wrong, since I seem to always build the same type of building in the same place anyway.)
For example:[/u[
Germany ... Factory
Germany ... Factory
Turkey ...... Factory
Germany ... Mine
Turkey ...... Mine
Germany ... Power Plant
Mali ........... Power Plant
How is that order not good? What order would you prefer? I like it very much this way. (And of course you can always just get a specific building via the filter on the left.)
For example:[/u[
Germany ... Factory
Germany ... Factory
Turkey ...... Factory
Germany ... Mine
Turkey ...... Mine
Germany ... Power Plant
Mali ........... Power Plant
How is that order not good? What order would you prefer? I like it very much this way. (And of course you can always just get a specific building via the filter on the left.)
Oh! OK, I see. Yeah I could see the appeal in that.
Of course we can make this happen ourselves just by being more selective in where we expand. I try to keep mine clustered up by size already but I do occaisionally (for whatever reason) end up putting one size 40 in the middle of a group of 20s, and it can throw me off.
Of course we can make this happen ourselves just by being more selective in where we expand. I try to keep mine clustered up by size already but I do occaisionally (for whatever reason) end up putting one size 40 in the middle of a group of 20s, and it can throw me off.
I'm all in favor of additional ways to sort out buildings as long as they are OPTIONAL. I like the default method, and have my production specifically tailored to make use of the default method. Additional ways to sort, like we have in the market, would be fantastic.
At the top of my wishlist is to be able to sort by time remaining on the current orders.
At the top of my wishlist is to be able to sort by time remaining on the current orders.
No, I am really sorry, but this certainly won't happen.
The reason for this is the database of this game.
There you have got the building IDs and this is the only thing of the building you can't change (as your User-ID, too).
And the database is sorted by ID... ^^
The only thing you could do to avoid a different order with buildings of different sizes is to expand your buildings in that way that every building has the same size.
The reason for this is the database of this game.
There you have got the building IDs and this is the only thing of the building you can't change (as your User-ID, too).

And the database is sorted by ID... ^^
The only thing you could do to avoid a different order with buildings of different sizes is to expand your buildings in that way that every building has the same size.

SELECT [relevant columns]GoldenEye wrote:No, I am really sorry, but this certainly won't happen.
The reason for this is the database of this game.
There you have got the building IDs and this is the only thing of the building you can't change (as your User-ID, too).
And the database is sorted by ID... ^^
FROM [Building Table]
WHERE [Buildings belong to player]
ORDER BY [Size] DESC