Bug with Germanic Tribe Axeman unit

Calgacos

Chieftain
Joined
Sep 16, 2009
Messages
9
Location
Greece
Hello there:)

Ok here is the problem...When i research masonry with Germanic Tribe i cannot train axeman unit. And because of this when i research iron working i cannot train even woodsman unit too.


I have this problem only with germanic tribe. Rest civs working well.


Here is a screenshot
 
You should have the same issue with Medes also :)

However you did a good catch :goodjob:
This bug is also present in the upcoming 0.91, thus I have to fix and pack it again ... :crazyeye:

In the meantime, if you are familiar with xml and you wish to fix it manually on your PC, you should edit
Beyond the Sword\Mods\TAM\Assets\XML\Civilizations\CIV4CivilizationInfos.xml
doing the following fix on <UnitClassType> tags:
-> for German (search for UNIT_WOODSMAN, then fix UNIT_BERSERK also)
Code:
				<Unit>
					<UnitClassType>UNITCLASS_SWORDSMAN</UnitClassType>
					<UnitType>UNIT_WOODSMAN</UnitType>
				</Unit>
				<Unit>
					<UnitClassType>UNITCLASS_INFANTRY</UnitClassType>
					<UnitType>UNIT_BERSERK</UnitType>
				</Unit>
-> for Medes (search for UNIT_WILD_AXEMAN)
Code:
				<Unit>
					<UnitClassType>UNITCLASS_SWORDSMAN</UnitClassType>
					<UnitType>UNIT_WILD_AXEMAN</UnitType>
				</Unit>
 
TNX A LOT :D

OK now its working xD
Hehe it was my first xml ..i had never worked on these files again haha xD

Fixed :)
 
You should have the same issue with Medes also :)

However you did a good catch :goodjob:
This bug is also present in the upcoming 0.91, thus I have to fix and pack it again ... :crazyeye:

In the meantime, if you are familiar with xml and you wish to fix it manually on your PC, you should edit
Beyond the Sword\Mods\TAM\Assets\XML\Civilizations\CIV4CivilizationInfos.xml
doing the following fix on <UnitClassType> tags:
-> for German (search for UNIT_WOODSMAN, then fix UNIT_BERSERK also)
Code:
				<Unit>
					<UnitClassType>UNITCLASS_SWORDSMAN</UnitClassType>
					<UnitType>UNIT_WOODSMAN</UnitType>
				</Unit>
				<Unit>
					<UnitClassType>UNITCLASS_INFANTRY</UnitClassType>
					<UnitType>UNIT_BERSERK</UnitType>
				</Unit>
-> for Medes (search for UNIT_WILD_AXEMAN)
Code:
				<Unit>
					<UnitClassType>UNITCLASS_SWORDSMAN</UnitClassType>
					<UnitType>UNIT_WILD_AXEMAN</UnitType>
				</Unit>

Ambrox,

following your instructions below/above, searched and found the indicated files, but they appear exactly as you have entered them here. What am I missing here?
 
Ambrox,

following your instructions below/above, searched and found the indicated files, but they appear exactly as you have entered them here. What am I missing here?

I've just send a PM to you ;)
 
Top Bottom