I am trying to make sure that the modules that should be OK to turn off are turning off OK but I am getting a strange error when I turn off the Bear_Rider mod in Alt_Timelines/Megafauna. Note BeastMaster mod is on.
Code:
Assert Failed
File: CvGlobals.cpp
Line: 5239
SVN-Rev: 7515
Expression: stricmp(szType, "NONE")==0 || strcmp(szType, "")==0
Message: info type 'BUILDING_ANIMAL_TAMER_BEARS' not found, Current XML file is: modules\MrAzure\Celebration\Festivals\Festivals_CIV4BuildingInfos.xml
----------------------------------------------------------
There is no reference to BUILDING_ANIMAL_TAMER_BEARS in modules\MrAzure\Celebration\Festivals\Festivals_CIV4BuildingInfos.xml at all.

It only exists inside the Beast Master mod.
i am doing some more testing.
edit if I turn bear_rider back on the error goes away so something is wrong somewhere since the place that BUILDING_ANIMAL_TAMER_BEARS is not in Bear_Rider! IE the error message makes no sense.
EDIT 2 If I only turn off the Alt_Timeline/Big_Cats module I get a similar error message as above but for the big cat trainer. However the big cat trainer is not mentioned in the folder I turned off nor in the folder or file mentioned in the error message.
Found it The tamer building has a dependency based on the equivalent totem which is in the module I am turning off!
There is still something wrong with the error message which needs to be fixed. I a assuming it is that the building class has been defined but no building has been.
Meanwhile I will figure out some other way to link the buildings.
edit 3 actually this looks like it may be a problem. You can put and dependencies on the Building Infos file which can turn off the building completely but it does not look like you can in the Building Class file. This means that WoC may be broken in C2C as it allowed a Building Class without a Building Info but C2C does not.