strategyonly
Feb 04, 2007, 03:09 PM
I have a problem , i have an archery range in the game and it works fine, then i put in another CIV, and have another building for that CIV that is different looking archery range, but named it the same see BuildInfo:
<BuildingInfo>
<BuildingClass>BUILDINGCLASS_ARCHERY_RANGE</BuildingClass>
<Type>BUILDING_ARCHERY_RANGE_THE_OTHERS</Type>
<SpecialBuildingType>NONE</SpecialBuildingType>
<Description>Ginger Archery Range</Description>
<Civilopedia>TXT_KEY_BUILDING_ARCHERY_RANGE_PEDIA</Civilopedia>
<Strategy>TXT_KEY_BUILDING_ARCHERY_RANGE_STRATEGY</Strategy>
<Advisor>ADVISOR_MILITARY</Advisor>
<ArtDefineTag>ART_DEF_BUILDING_GINGER_RANGE</ArtDefineTag>
it works in the game no art problems even shows up as a UU, problem is :
i have units in the game that require an Archery Range before it can be build (which works great in the other civs) but when the Archery Range_The_Others is in the game , i CAN'T build the archery units, its says it needs an Archery Range to build???? but in the town listing its there?
CivInfo:
<Building>
<BuildingClassType>BUILDINGCLASS_ARCHERY_RANGE</BuildingClassType>
<BuildingType>BUILDING_ARCHERY_RANGE_THE_OTHERS</BuildingType>
</Building>
<BuildingInfo>
<BuildingClass>BUILDINGCLASS_ARCHERY_RANGE</BuildingClass>
<Type>BUILDING_ARCHERY_RANGE_THE_OTHERS</Type>
<SpecialBuildingType>NONE</SpecialBuildingType>
<Description>Ginger Archery Range</Description>
<Civilopedia>TXT_KEY_BUILDING_ARCHERY_RANGE_PEDIA</Civilopedia>
<Strategy>TXT_KEY_BUILDING_ARCHERY_RANGE_STRATEGY</Strategy>
<Advisor>ADVISOR_MILITARY</Advisor>
<ArtDefineTag>ART_DEF_BUILDING_GINGER_RANGE</ArtDefineTag>
it works in the game no art problems even shows up as a UU, problem is :
i have units in the game that require an Archery Range before it can be build (which works great in the other civs) but when the Archery Range_The_Others is in the game , i CAN'T build the archery units, its says it needs an Archery Range to build???? but in the town listing its there?
CivInfo:
<Building>
<BuildingClassType>BUILDINGCLASS_ARCHERY_RANGE</BuildingClassType>
<BuildingType>BUILDING_ARCHERY_RANGE_THE_OTHERS</BuildingType>
</Building>