Creating a simple terrain
From Mod Wiki
Lets add a simple, flat terrain so we have something to drive and run around on. It is possible to export geometry from within editworld as a model format, making it editable in a 3d package if you wish.
Setting up the megatexture
For now we will use the area22 megatexture assets for the etqwmap. Copy the following file and rename it to etqwmap_*.
- megatextures/area22_lit.mega
Adding a simple terrain mesh
- Duplicate the floor brush and adjust its size to a 32768 unit square.
- Convert the brush to a patch and by using the primitives inspector, change its subdivisions to 32 by 32.
- Using the texture editor, adjust the bounds so it matches the megatexture preview image 1 to 1. You may need to click the y-axis flip
- Using the surfaces inspector apply the material megatextures/etqwmap.
- Adjust the height of the patch in the side or front viewport so it sits at 0, then export the mesh to models/terrain/yourmapname.obj.
- Now that we have saved our model. Lets import it as an ETQW terrain. In the terrain inspector right click and add new tree. Pick your terrain model. You should see it appear at 0,0,0. The terrain can be hidden by using the fourth button in the terrain toolbar and the wireframe can be toggled with the first button.
Although this terrain doesn’t represent the final polycount or appearance of a regular terrain it is fine for now. Creating a regular terrain mesh is covered in this tutorial.