Actions

Editing monsters: Difference between revisions

From MM6 Wiki

(Created page with "Recoloring Extract a sprite of the monster you want to recolor. One of the best tools to alter palettes is grafx2. You can get it here: http://grafx2.chez.com/index.php?stati...")
 
mNo edit summary
Line 27: Line 27:


[[File:MM6UpdatedGoblins.png]]
[[File:MM6UpdatedGoblins.png]]
[[Category:Modding]]

Revision as of 15:43, 6 April 2019

Recoloring

Extract a sprite of the monster you want to recolor. One of the best tools to alter palettes is grafx2. You can get it here: http://grafx2.chez.com/index.php?static3/downloads Load up the image and press "PAL" button, here you can alter the palette of an indexed image. When finished submit the changes and save the result as a .bmp file. You need to keep the first color unchanged.

Here is a simple color alteration of goblin's palette: https://www.youtube.com/watch?v=pSsYTj9kCHE

The result:

Now we need to figure out what palette the original sprite is assigned to. To do that load up Dsft.bin with MM8LevelEditor and find one of the sprites of the monster you are editing.

According to the image tier 1 Goblin is using palette #225, if you would scroll further there will be the other versions of the monster (2nd and 3rd tiers). Right now I will change only tier 1, so now we know that we need to replace palette #225 to alter that version's appearance.

Prior to replacing the palette file rename it as forwards: "PAL" + palette index. And remove the .BMP extension from the end of the filename. In that case the name should be "PAL225"

File:NewFilename.png

Now add the file to BITMAPS.LOD with MMArchive and check out the result!

File:MM6UpdatedGoblins.png