Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









Then, to add a minion (and other gears), you need to consider the "Character" part, and add your minion as follows:
<Character name="PlayerSorceress">
...
<Gear>
<Name>PlaceMinionCyclopsMageFire</Name> <!--Name of your minion-->
<UnlockType>Default</UnlockType> <!--Trap is already in your spellbook-->
</Gear>
...
</Character>
Analogously you have to edit the warmage file.
I hope it helped.
If you do this, you have to copy the following into the "Movement" part:
<Movement>
...
<SecondaryJumpStartAction>LevitateStart</SecondaryJumpStartAction>
<SecondaryJumpEndAction>LevitateEnd</SecondaryJumpEndAction>
</Movement>
else you cannot levitate.
Another problem with the editing of this file is the look of the skin. It is only possible to choose one skin, so I changed it to the alienskin. So search for the section "Visual" and replace one line:
<Visual>
<Model>art\avatar\Sorceress\SorcAlien.model</Model>
<!--formerly: "<Model>art\avatar\Sorceress\Sorceress.model</Model>"-->
...
</Visual>