[Vote] (6-63) Show Global Mutual Exclusiveness In The UI

Include in VP?


  • Total voters
    52
  • Poll closed .
Status
Not open for further replies.

adan_eslavo

Archmage of all Pixels
Supporter
Joined
Apr 23, 2017
Messages
3,640
Location
Łódź, Poland
Currently using the table Building_ClassNeededNowhere which in simple words works like Global Mutual Exclusiveness for World Wonders is not supported in the UI.

Proposal: Add UI information about globally mutally exclusive buildings defined in the Building_ClassNeededNowhere table like it is done for the regular Mutual Exclusiveness in the Buildings table with column MutuallyExclusiveGroup. Table is currently used by American WWs from VP.

Code:
INSERT INTO Building_ClassNeededNowhere
            (BuildingType,                BuildingClassType)
VALUES      ...
            ('BUILDING_NABAWI',            'BUILDINGCLASS_EL_GHRIBA'),
            ('BUILDING_NABAWI',            'BUILDINGCLASS_HAGIA_SOPHIA'),
            ('BUILDING_NABAWI',            'BUILDINGCLASS_BOROBUDUR'),
            ('BUILDING_NABAWI',            'BUILDINGCLASS_KARLSTEJN'),
            ('BUILDING_NABAWI',            'BUILDINGCLASS_ST_PETERS'),
            ('BUILDING_NABAWI',            'BUILDINGCLASS_MEENAKSHI'),
            ...

Current view:
1697560851689.png


Normal (local) mutually exclusiveness between Well and Watermill for the comparison:
2023-10-17_20h15_33.png



UI Changes
 
Last edited by a moderator:
When you have mutually exclusive buildings they are shown red in the UI for the player to see that if he builds one, he will have the rest blocked. With the mentioned table all mutually exclusive buildings (wonders) are hidden, so player can start both, but when first one is finished the other will disappear, and the player may wonder why.

I will do a comparison screenshot.
 
"Required Buildings: Well" with "Well" written in red color means "This building and Well are mutually exclusive"? That's not the most intuitive way to display that information...
 
Last edited:
"Required Buildings: Well" with "Well" written in red color means "This building and Well are mutually exclusive"? That's not the most intuitive way to display that information...
In this case, Red means "not". So you must not have a Well.

I think this is actually a feature request. I would rather not see these kinds of threads added to Congress as a means to bypass the GitHub queue.
 
I think this is actually a feature request. I would rather not see these kinds of threads added to Congress as a means to bypass the GitHub queue.
This technically qualifies under the rules because of the American World Wonders.
 
I can sponsor it.
 
Last edited:
I don't feel like the color coding is player friendly, especially inaccessible for newer players who would most benefit from this information. I would support the change if excluded buildings had their own line below required buildings.
 
Status
Not open for further replies.
Back
Top Bottom