Can't select production (Vox Populi)

weegee

Chieftain
Joined
Jan 6, 2025
Messages
6
When selecting production in my capital, none of the production options load in, and the buttons to assign citizens to tiles disappear, as if I didn't previously own the tiles.
Changing to another city, then selecting the capital back only "copies" the other city's cue and list.
Selecting auto-production "fixes" this by, allowing me to end the turn, but I am still unable to select my own production.
Any ideas? I am running tons of other mods along with VP...
The ones that add their own UI or use some form of UI: In-Game Editor, Dynamic Towns, Enlightenment Era, Historical Religions, InfoAddict, Music Changer and minor stuff like Highlight Antiquity Site, Highlight Destination, etc.
 
Try starting with no mods and then adding them one by one to see which is causing the issue.
 
I'm having a similar problem on the first turn. Through troubleshooting I found Improved City View (Vox Populi EUI) v20 was the problem.
 
Improved city view broke VP for me too on the latest patch; I couldn't select anything to build. It worked on the last patch I played on, though I don't remember what that was.
 
So, I checked out Improved City View to see what it was about and turns out I DO have this mod, but I can't disable it, because it came bundled with VP + EUI.
What now?
 
So, I checked out Improved City View to see what it was about and turns out I DO have this mod, but I can't disable it, because it came bundled with VP + EUI.
What now?

In the mod's CityView.lua file change line 2703 from:

Code:
local corporation = building.IsCorporation > 0

to:
Code:
local corporation = building.IsCorporation
 
In the mod's CityView.lua file change line 2703 from:

Code:
local corporation = building.IsCorporation > 0

to:
Code:
local corporation = building.IsCorporation
This worked thanks. If it didn't work for you try clearing the cache before you make any changes.
 
Back
Top Bottom