pauljinyong
Chieftain
- Joined
- Jul 12, 2019
- Messages
- 33
I was trying to enable Multiple Specialty districts (same type) in cities. The codes were simple:
<Update>
<Where DistrictType="DISTRICT_CAMPUS"/> <Set OnePerCity="false"/>
</Update>
<Update>
<Where DistrictType="DISTRICT_COMMERCIAL_HUB"/> <Set OnePerCity="false"/>
</Update>
<Update>
<Where DistrictType="DISTRICT_INDUSTRIAL_ZONE"/> <Set OnePerCity="false"/>
</Update>
<Update>
<Where DistrictType="DISTRICT_THEATER"/> <Set OnePerCity="false"/>
</Update>
<Update>
<Where DistrictType="DISTRICT_HOLY_SITE"/> <Set OnePerCity="false"/>
</Update>
But I got following problems after I did so:
1. No yields indication when you are choosing which tile to place the district.
2. No citizen slots in other districts with the same type, except the first one, which has buildings in it.
Can anyone help me out? I don't expect citizen slots but I do need the yield indication to make this new feature more friendly.
<Update>
<Where DistrictType="DISTRICT_CAMPUS"/> <Set OnePerCity="false"/>
</Update>
<Update>
<Where DistrictType="DISTRICT_COMMERCIAL_HUB"/> <Set OnePerCity="false"/>
</Update>
<Update>
<Where DistrictType="DISTRICT_INDUSTRIAL_ZONE"/> <Set OnePerCity="false"/>
</Update>
<Update>
<Where DistrictType="DISTRICT_THEATER"/> <Set OnePerCity="false"/>
</Update>
<Update>
<Where DistrictType="DISTRICT_HOLY_SITE"/> <Set OnePerCity="false"/>
</Update>
But I got following problems after I did so:
1. No yields indication when you are choosing which tile to place the district.
2. No citizen slots in other districts with the same type, except the first one, which has buildings in it.
Can anyone help me out? I don't expect citizen slots but I do need the yield indication to make this new feature more friendly.