Can anyone spot an error

Joined
Oct 29, 2014
Messages
836
Location
Novigrad
It always seemed strange to me that you had to build District Courthouse and Supreme Court in the same city so I tried fixing it. I think I did it right but when I load game and go to Pedia, the District Courthouse requirement is missing.
Spoiler Code :
upload_2021-11-26_8-4-45.png
 
Yes, second buildingtype and inumbuilding should be in separate <PrereqBuilding> tag
That is one for courthouse and other for district courthouse
Code:
<PrereqBuilding>
building
amount
</PrereqBuilding>
<PrereqBuilding>
building
amount
</PrereqBuilding>

You could look for other uses of PrereqAmountBuildings - ctrl+f to find in file.
 
I did, I copied it exactly from another source that worked perfectly, that is why I am so confused. I must have deleted a line with out realizing it or been blinded for a moment. Thanks.

Edit: Stupidly I also forgot to put the tabs in correctly.
 
Last edited:
Back
Top Bottom