MaxPerPlayer not working right?

ComradeNoot

Chieftain
Joined
Feb 6, 2022
Messages
12
So, I'm trying to make a mod that allows you to build 3 Government Plazas instead of 1. However if I change it to MaxPerPlayer="3" it does not work. It shows the plaza in the list of districts you can build after you build the first, but it is greyed out saying no valid position to build. If I delete the code entirely, then you can build them in every city, which obviously is a issue considering its buildings are all unique. Is this bugged, or is that 1 not a integer but a boolean true/false choice?

Edit: I used SQLite studio to actually look at the districts table and it's expecting a REAL data type. As far as I can tell, it is the ONLY thing in the entire game that calls for a REAL value instead of an integer. I can't help but think this is a bug.
 
Last edited:
Top Bottom