i'm wondering that's only me who had XML problems when starting a game. maybe because i'm using the latest svn with the game data from it (rev90).
that's one of four error messages i received:
Couldn't process event: Error loading Faction Types: techs/magitech
Error loading units: techs/magitech/factions/norsemen
Error loading UnitType: techs/magitech/factions/norsemen/units/archer/archer.xml
Attack Type not found: arrow
Segmentation fault (core dumped)
btw, segfault is not the best abort, could be better.
i've changed "techs/magitech/magitech.xml" in the following way:
<attack-types>
...
<attack-type name="arrow"/>
<attack-type name="magic"/>
<attack-type name="sword"/>
</attack-types>
<armor-types>
...
<armor-type name="plate"/>
</armor-types>
after adding these lines i was able to play. i don't know about the multipliers.
and the faction is really looking great, great units and buildings. really cool.
as mentioned before, mass spearmen is the winner tactic. this guy is really a bit too strong.