Actions

Making Might and Magic maps with Trenchbroom: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
Line 9: Line 9:
<br />
<br />


===Setting up the editor===
==Setting up the editor==




Line 23: Line 23:
''More information on how to make a custom texture pack can be found on the [[Talk:Making Might and Magic maps with Trenchbroom|Discussion]] page.''
''More information on how to make a custom texture pack can be found on the [[Talk:Making Might and Magic maps with Trenchbroom|Discussion]] page.''


====Trenchbroom configuration====
===Trenchbroom configuration===
By default it seems that BMP image support in Trenchbroom is not enabled. That can be solved by creating a custom game configuration file.
By default it seems that BMP image support in Trenchbroom is not enabled. That can be solved by creating a custom game configuration file.


Line 87: Line 87:


[[File:Mm6 trenchbroom object ready 2.png|frameless|1899x1899px]]
[[File:Mm6 trenchbroom object ready 2.png|frameless|1899x1899px]]
===Making a map / object===




===Export to MMEditor===
===Export to MMEditor===


Once the object is finished export the model by using '''File -> Export -> Wavefront OBJ ...'''
Once the object is finished export the model by using '''File -> Export -> Wavefront OBJ ...'''. That will export the entire map regardless of what is selected.


Doing that will create 2 files: .OBJ and .MTL
Doing that will create 2 files: .OBJ and .MTL
Line 100: Line 97:
<br />
<br />


====Importing the model====
==Making outdoor maps==
 
==Making indoor maps==
 
 
==Setting up MMEditor==


[https://github.com/GrayFace/MMExtension MMEditor] is used for editing maps in the game. Follow the steps for installation of MMEditor, afterwards run the game once to generate the required files and directories.       
[https://github.com/GrayFace/MMExtension MMEditor] is used for editing maps in the game. Follow the steps for installation of MMEditor, afterwards run the game once to generate the required files and directories.       
Line 109: Line 110:


needs to be placed at the '''/Scripts/General''' directory.
needs to be placed at the '''/Scripts/General''' directory.


Once the game is loaded press '''alt + F1''' and open any internal map.
Once the game is loaded press '''alt + F1''' and open any internal map.


===Importing objects (outdoor)===
To import the model click on the '''Import''' button'''.'''
To import the model click on the '''Import''' button'''.'''


Line 119: Line 120:


If the model was created not far from the center of coordinates in Trenchbroom it will be placed somewhere around 0,0,0 coordinates in the game, which is the center of the map. The newly imported object should be there.
If the model was created not far from the center of coordinates in Trenchbroom it will be placed somewhere around 0,0,0 coordinates in the game, which is the center of the map. The newly imported object should be there.


[[File:Mm6 trenchbroom mmeditor import.png|frameless|740x740px]]
[[File:Mm6 trenchbroom mmeditor import.png|frameless|740x740px]]


====Moving the object====
====Moving the object====
Line 152: Line 150:


[[File:Mm6 trenchbroom ingame.png|frameless|641x641px]]
[[File:Mm6 trenchbroom ingame.png|frameless|641x641px]]
===Importing object (indoor)===


==Sample maps==
==Sample maps==

Revision as of 12:54, 12 July 2020

Making maps for Might and Magic is a little bit tricky since it requires usage of some 3D software like Blender or 3Ds Max. To make it easier map editor can be used. MMEditor is used to edit Might and Magic maps. It can import 3D models in OBJ format. That means that any program that can export such models can be used for making objects or even entire maps for the games.


Trenchbroom is a map editor for Quake-based games.


Setting up the editor

There are pre-made texture collections for Trenchbroom:

Select one of depending on the game. Then extract it somewhere.

More information on how to make a custom texture pack can be found on the Discussion page.

Trenchbroom configuration

By default it seems that BMP image support in Trenchbroom is not enabled. That can be solved by creating a custom game configuration file.

Trenchbroom game config

To add this configuration: extract the ZIP file into the Trenchbroom/Games directory. If the configuration files worked then the new entry will be visible when creating a new map:



Now Trenchbroom needs a path where the textures are stored. To set it, press the Open preferences... button. And set the path for Might and Magic to the folder that contains the textures directory.






After the path to textures is set Trenchbroom will be able to load all the texture collections within the directory.


The textures will be added once at least one texture collection is imported. Open the Face tab and in the Texture Collections section double click on any available texture collection. Once the texture collection is loaded the textures should be visible in the Texture Browser.


From now on the process is very similar to making a custom map for Quake, so the general tutorials for Trenchbroom apply.

Mapping limitations

Might and Magic engine has its own limitations that are not present in Quake engine.


  • The textures can not be rotated
  • The textures can not be flipped
  • The textures can not be scaled


None of that will be applied after the model is exported and will lead to inconsistent results between the editor and the game.


To get the most consistent results untick Texture Lock and UV lock in the Edit menu:





Hiding faces using the _Invisible_ texture

When building with boxes (brushes) there are usually a lot of faces (segments) which are not necessary for the shape. The ones that are inside the object, or the ones that overlap. Generally these are the elements of the model that will not or should not be visible during gameplay. To remove them, they need to be marked with the texture named _Invisible_. With Might and Magic outdoor engine if two model faces overlap each other they will blink / flicker and such.


Hiding colliding faces is only really necessary for the outdoor maps since those are the only areas that will have any issues rendering that. Indoor maps are rendered in a different way and will not have that issue.


Hiding faces is a nice way to make invisible walls and movement helpers (like ramps for example). The texture is already included in the pre-made texture pack, it is in the texture collection named mmeditor.


The texture itself can be anything, the only rule is that it has to be named exactly like that. The texture can be made in any image editor and then loaded within any texture collection.


Export to MMEditor

Once the object is finished export the model by using File -> Export -> Wavefront OBJ .... That will export the entire map regardless of what is selected.

Doing that will create 2 files: .OBJ and .MTL


Making outdoor maps

Making indoor maps

Setting up MMEditor

MMEditor is used for editing maps in the game. Follow the steps for installation of MMEditor, afterwards run the game once to generate the required files and directories.


For MMEditor to correctly process the model the following script: mtl.lua

needs to be placed at the /Scripts/General directory.

Once the game is loaded press alt + F1 and open any internal map.

Importing objects (outdoor)

To import the model click on the Import button.

Select Cancel when asked to delete models, that will keep the rest of the map intact.

If the model was created not far from the center of coordinates in Trenchbroom it will be placed somewhere around 0,0,0 coordinates in the game, which is the center of the map. The newly imported object should be there.

Moving the object

Many building in the game are considered to be a single object by the engine. Those had many shapes merged in one using 3D software. In Trenchbroom objects are built using brushes and usually there are many brushes that constitute one object. When Trenchbroom exports a model it keeps the shapes separate. That means that the object can not be selected all at once.

To move imported object:

  1. Click on any face on the model
  2. Press the Model button
  3. Hold the Left Shift key and select the other parts



Now there are 2 options:

  • Use arrow keys + Page Up / Down to move the object around
  • Move the party to the destination and press the Move To Party button

! Note that the Land function will not help to align the object to the ground since it will align every segment individually and not the entire group.

The result:


Importing object (indoor)

Sample maps

Minecraft

minecraft.bitmaps.lod - LOD with map textures

map.dat - MMEditor project file

Minecraft.map - Trenchbroom map file

Texture collection for Trenchbroom used to make this map can be found in the section above.