Hi guys,
After the last update (8867) I cannot build Conficuan, Budist or Taoist temples and monastries in my cities where it was possible before the update (8866). On the other hand, Shamanism temple is possible to build. It is probably related to prerequisites that Confucion and Budist temples request but Shamanist temples not.
I have attached the saved game with this issue. In Cahokia, Taoism has already spreaded but there is no Taoist monastry or temple. I still cannot build taoist temple there. On the other hand, in Uxmal, building a Shamanist temple is possible.
After updating to current SVN I can´t build any temples, monasteries and cathedrals anymore. I guess this has to do with the new Group Wonders by Thunderbrd.
I have a lot of religions in this game and have already built a lot of religious buildings. When I now check the hover text in the Sevopedia it says something like "Group Wonder of Monastery II (0 Allowed)". Is this as intented? If it is, how can I turn it off?
Edit: glaucus.b was faster!
@Thunderbrd
There is a error in the XML reading code you need to add the -1 to fix those errors.
Code:
pXML->GetOptionalChildXmlValByName(&m_iMaxPlayerInstances, L"iMaxPlayerInstances", [B]-1[/B]);
Code:
if (getMaxPlayerInstances() == [B]-1[/B]) m_iMaxPlayerInstances = pClassInfo->getMaxPlayerInstances();