Author Topic: Me, again with another problem..  (Read 1513 times)

shshking

  • Guest
Me, again with another problem..
« on: 28 December 2007, 14:31:05 »
Hi,
I was searching through Glest:Evolution and i found the Pikeman Mod.
I unpacked everything to the right places according to the instructions, but I get this error when i try to play glest:



Can anyone help me??
« Last Edit: 1 January 1970, 00:00:00 by shshking »

Vixis

  • Guest
(No subject)
« Reply #1 on: 28 December 2007, 14:51:03 »
There are errors in /techs/magitech/magitech.xml file.

You can add
Code: [Select]
<armor-type name="chain_armor"/>line to this file in <armor-types> section.
something like this:
Code: [Select]
       <armor-types>
                <armor-type name="leather"/>
                <armor-type name="plate"/>
                <armor-type name="stone"/>
                <armor-type name="wood"/>
                <armor-type name="organic"/>
                <armor-type name="chain_armor"/>
        </armor-types>

There can be also some damage-multipliers for this armor type.
« Last Edit: 1 January 1970, 00:00:00 by Vixis »

shshking

  • Guest
(No subject)
« Reply #2 on: 29 December 2007, 15:17:45 »
Thanks!
You were right now i fixed it. :D
« Last Edit: 1 January 1970, 00:00:00 by shshking »

 

anything