[Suggestion] Sort Civilopedia content by Era.

raxo2222

Time Traveller
Joined
Jun 10, 2011
Messages
9,778
Location
Poland
We have a lot of eras.
It would be nice if stuff in civilopedia was grouped by eras.

So on top are things you discover in Prehistory, next group is Ancient era stuff and so on...
For now civilopedia is bit useless when you want to read stuff in specific eras.

Also I like how you let warfare and religion exist till end of time, 3D space and eleventy*-pi*i more dimensions :p
Basically Cosmic+ eras are Stellaris in future ;^)
Also for Stellaris Galactic era begins in 2200 year, when you start colonizing stars.
 
Last edited:
Not quite that simple as things may become available in one era and go obsolete three eras later or never. When should they be shown?
 
Not quite that simple as things may become available in one era and go obsolete three eras later or never. When should they be shown?
Well it could be configurable, for example 2 eras ahead of current one.
Or just show everything, but group lists by era.
 
We can figure out the era of everything already without needing a tag by just looking at it's required technologies and we can work out when it becomes obsolete in a similar fashion by looking at its upgrades/replacements and their required technologies. This means we can work out exactly which eras an improvement, unit or building is valid. It will take time to display but it is always better to avoid a documentation tag as a source since they will be forgotten about when things move around.

There is a known bug in the way the pedia does buildings as the moment that is causing a noticeable delay in processing anything with buildings, AIAndy pointed it out somewhere but I forget where.
 
Also this suggestion would work with worldbuilder - buttons would be sorted by era.
 
Hmm easy way would be to make civilopedia sort buildings/units/techs by production/research cost and secondary by name if there is more than one with same cost.
This way automatically you would have list of more advanced and costly entries, as you go down list.
Units/building types and techs are already in separate categories.
Of course this way sorting could be (automatically) activated by clicking on certian categories.

Are there any moderators to move this thread, and that one: https://forums.civfanatics.com/thre...-worldbuilder-for-creation-of-terrain.614379/ to main forum of this mod?
 
@Dancing Hoskuld
Is it possible to sort Buildings, Units and Technologies by their cost?
This way you will have newest buildings on bottom and oldest on top.
 
@Dancing Hoskuld
Is it possible to sort Buildings, Units and Technologies by their cost?
This way you will have newest buildings on bottom and oldest on top.
The current code can only sort by one thing and that thing is what appears in the index ie is the name. Basically it uses a one dimensional array of names and sorts them alphabetically. It then goes through that array (or list) and uses the name to get the details. Which is why you have to be careful not to have things with the same name eg building called "lighthouse" and terrain improvement called "lighthouse".

It is almost always possible to change a program to do what is wanted. Getting someone to do it is another matter.
 
Back
Top Bottom