Site hosted by Angelfire.com: Build your free website today!
 

Customize a new party:
 
1 Start a new game and get the three NPCs from the village.
   
2 Use mm8trn.exe to edit stats/skills/spells/experience/level (easy to use).
Start mm8trn.exe from the MM directory while the game is running. Every change will at once take effect (changing exp.points doesn't work). Thereafter save the game.
   
3 Use mm8edit.exe to change pic/voice/name/exp.points (here you have access to all NPCs of the game, you can edit Simon Templar too).
   
4 (Litte more difficult, you have to change the character class byte manually) Open the savegame with a hexeditor (UltraEdit works fine).
Search for the first character name (ASCII search). From there go down (lot of 00, about 37 rows) till you get something like the following (three bytes together, location within the row may be different):

                        <------>
0004ec50h: 00 02 0D 0F 00 00 00 0F 00 00 00 0F 00 00 00 0F
0004ec60h: 00 00 00 0F 00 00 00 0F 00 00 00 0F 00 00 00 00

   =

0004ec50h: 00 [02] 0D 0F 00 00 00 0F 00 00 00 0F 00 00 00 0F
                        Class (here Cleric)
 

The first of the three is the class-byte. Change it to the one you want. (Next one is the pic. The following 7 are the stats).
Repeat for the other characters.


 
     00 = Necromancer 
01 = Lich
02 = Cleric
03 = Priest
04 = Knight
05 = Champion
06 = Troll
07 = War Troll
08 = Minotaur
09 = Minotaur Lord
0A = Dark Elf
0B = Patriarch
0C = Vampire
0D = Nosferatu
0E = Dragon
0F = Great Wyrm

 


 
      To get a working dragon it's necessary to give him additional to Dragon Class the Dragon Ability (manages the normal dragon attack too).

 
 
 

   back to Files