Single Player bugs and crashes v37 plus (SVN) - After the 24th of December 2016

couple of errors i see:

1.
Traceback (most recent call last):
File "BugEventManager", line 363, in _handleDefaultEvent
File "PlatyPingWonders", line 312, in onTechAcquired
NameError: global name 'b_nazca' is not defined
Fixed
2. When i use the "assassinate btn (pic1) it does nothing now, it just goes to "choose ur target (pic2)??
Are you certain that there are any great people settled in that city? If there are no great people to assassinate then the "choose your target" list would probably be empty.
I've never used the assassinate great people function myself, so I'm not sure how it's supposed to work in its entirety.
 
Last edited:
2. When i use the "assassinate btn (pic1) it does nothing now, it just goes to "choose ur target (pic2)??
I may have found a cause for this to be happening. Once my next commit goes up, take another look please.
 
Most of the Yoruba buildings have always required you have Yoruba as your state religion. The only change has been to require it for the building that allows the building of missionaries also.

Personally I think this is a mistake because it means no one will convert to the religion because they wont have it in all their cities and will take a production hit in each city until they can spread it to that city. However that is the original design.

Sorry to reply on an old thread. I am playing with the latest version of C2C (38.1) and found out about this, I wasn't aware that Yoruba was configured in this way.

If I wanted to change the XML/configuration files to allow for the building of Yoruba monastery/temple/cathedral without having Yoruba as state religion, so to put it back on par with the others, where should I be looking for?

Thank you.
 
Sorry to reply on an old thread. I am playing with the latest version of C2C (38.1) and found out about this, I wasn't aware that Yoruba was configured in this way.

If I wanted to change the XML/configuration files to allow for the building of Yoruba monastery/temple/cathedral without having Yoruba as state religion, so to put it back on par with the others, where should I be looking for?

Thank you.
I can't recall exactly what the xml tag is that makes for this prereq but I agree that it's very frustrating about Yoruba. Yoruba files are located in Modules/Custom_Religions/Yoruba. I don't know that it's necessarily a bad thing that many religions operate this way. Ultimately, it makes some things more balanced but at the same time it also makes Yoruba, Ngaiism, and to a somewhat lesser extent, Mesopotamianism, and maybe others I'm not thinking of off the cuff, a lot less worthwhile to go after as a religion and only valuable if you have no other religions available. Which is kinda sad because those are really neat religions too.
 
I can't recall exactly what the xml tag is that makes for this prereq but I agree that it's very frustrating about Yoruba. Yoruba files are located in Modules/Custom_Religions/Yoruba. I don't know that it's necessarily a bad thing that many religions operate this way. Ultimately, it makes some things more balanced but at the same time it also makes Yoruba, Ngaiism, and to a somewhat lesser extent, Mesopotamianism, and maybe others I'm not thinking of off the cuff, a lot less worthwhile to go after as a religion and only valuable if you have no other religions available. Which is kinda sad because those are really neat religions too.

I think I found it in Yoruba\Yoruba_CIV4BuildingInfos.xml,

<ReligionType>RELIGION_YORUBA</ReligionType>
<StateReligion>RELIGION_YORUBA</StateReligion>
<bStateReligion>1</bStateReligion>
<PrereqReligion>RELIGION_YORUBA</PrereqReligion>

Just as an example, Mormon\Mormon_CIV4BuildingInfos.xml shows:

<ReligionType>RELIGION_MORMON</ReligionType>
<StateReligion>NONE</StateReligion>
<bStateReligion>0</bStateReligion>
<PrereqReligion>RELIGION_MORMON</PrereqReligion>

So I guess I would have to change StateReligion and bStateReligion, would you confirm?

Thank you for your help.
 
I think I found it in Yoruba\Yoruba_CIV4BuildingInfos.xml,



Just as an example, Mormon\Mormon_CIV4BuildingInfos.xml shows:



So I guess I would have to change StateReligion and bStateReligion, would you confirm?

Thank you for your help.
I believe you're right.
 
I can't recall exactly what the xml tag is that makes for this prereq but I agree that it's very frustrating about Yoruba. Yoruba files are located in Modules/Custom_Religions/Yoruba. I don't know that it's necessarily a bad thing that many religions operate this way. Ultimately, it makes some things more balanced but at the same time it also makes Yoruba, Ngaiism, and to a somewhat lesser extent, Mesopotamianism, and maybe others I'm not thinking of off the cuff, a lot less worthwhile to go after as a religion and only valuable if you have no other religions available. Which is kinda sad because those are really neat religions too.
I have that "fix" ready to go to the SVN when I can.
 
Back
Top Bottom