Is there a way that a building definition can get called outside of Civ4BuildingInfos.xml?
Here is what I want to accomplish: there are over 40 building definitions in Civ4ArtDefines_Buildings.xml that are not called by any building in the BuildingInfos.xml file. I'd like to take them out completely, not even leaving them behind as commented-out (commented-out stuff still causes me some problems when I look at the mod code). These are all left over from buildings that used to be in the mod, but have since been removed. I think the bar has been set very high for new buildings and we aren't going to need any of these old definitions. If we do, we can always pull an old copy of the art definitions from the SVN. I am just concerned about a repeat of the problem we had when I took out the SIEGE_TOWER definition, because it was used in a very strange way for combat animations. I checked the entire mod, the sources file, and the BTS art definitions to see if these art definitions were used, and it doesn't seem like they are. I would like to know if I missed anything.
Here is what I want to accomplish: there are over 40 building definitions in Civ4ArtDefines_Buildings.xml that are not called by any building in the BuildingInfos.xml file. I'd like to take them out completely, not even leaving them behind as commented-out (commented-out stuff still causes me some problems when I look at the mod code). These are all left over from buildings that used to be in the mod, but have since been removed. I think the bar has been set very high for new buildings and we aren't going to need any of these old definitions. If we do, we can always pull an old copy of the art definitions from the SVN. I am just concerned about a repeat of the problem we had when I took out the SIEGE_TOWER definition, because it was used in a very strange way for combat animations. I checked the entire mod, the sources file, and the BTS art definitions to see if these art definitions were used, and it doesn't seem like they are. I would like to know if I missed anything.