Difference between revisions of "A guide to your first map"

From Mod Wiki
(Batch update)
 
(Cleaned this article up although it's seeming a little redundant now.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__TOC__
+
This is a brief guide on the things to keep in mind when making your new map for Enemy Territory: QUAKE Wars.
  
This is a brief guide on the things to keep in mind when making your new map for Enemy Territory: Quake Wars.
+
'''After you've read this page, you should read the hands-on guide - [[A Simple First Map]]'''
 
 
'''After you've read this page, you should read the hands-on guide - [[Your First Map for ETQW]]'''
 
 
 
== Getting Started ==
 
  
 
== Recommended Software ==
 
== Recommended Software ==
 +
* A 3D modelling application - Used to export terrain models, or smaller buildings and mapobjects.
 +
* An image editing application - For creating masks, editing screenshots and any textures you may want for your map.
 +
* A text editor - For editing scripts, definitions, materials etc.
  
*Lightwave - Used in the terrain creation process to convert an obj to an lwo, so it works in ETQW. Or for making small models for your maps
 
*Maya - Used for making the terrain mesh and any other small misc models.
 
*Photoshop - For creating masks, and any textures you may want for your map.
 
* Textpad - Very handy text editing tool, used for editing scripts, defs etc.
 
  
 +
== Planning Your Layout ==
 +
It is a good idea to have a few pieces of paper handy, and a pen/pencil to help you plan the layout of your map. This will help you in advance so you know what you have to make, so you don't sit there making your map on the spot. You can also sketch ideas quickly for buildings or mapobject designs.
  
== Planning Out Your Layout ==
 
 
It is a good idea to have a few pieces of paper handy, and a pen/pencil to help you plan the layout of your map. This will help you in advance so you know what you have to make, so you don't sit there making your map on the spot.
 
  
 
=== Gathering References For Your Map ===
 
=== Gathering References For Your Map ===
 
 
It's a good idea when planning your map to find out where you want it to be located, so it's easy to find terrain/geology references for your terrain mesh, and other buildings that you may want to add.
 
It's a good idea when planning your map to find out where you want it to be located, so it's easy to find terrain/geology references for your terrain mesh, and other buildings that you may want to add.
  
Line 28: Line 21:
 
*'''http://www.google.com/'''
 
*'''http://www.google.com/'''
 
*'''http://www.splashdamage.com/forums/viewtopic.php?t=1710'''
 
*'''http://www.splashdamage.com/forums/viewtopic.php?t=1710'''
 +
  
 
== Terrain Editing ==
 
== Terrain Editing ==
Internally we used Maya to make our terrain meshes for ETQW. You could use one of the following free packages to do a similar job:
+
Internally we used Maya and Lightwave to make our terrain meshes for ETQW. You could use one of the following free packages to do a similar job:
  
 
*'''http://www.blender.org/'''
 
*'''http://www.blender.org/'''
Line 39: Line 33:
 
There are a few things to keep in mind with the creation of terrain for ETQW:
 
There are a few things to keep in mind with the creation of terrain for ETQW:
  
*A terrain mesh should be 32768 x 32768 units
+
* A terrain mesh should be a maximum of 32768 x 32768 units across.
*Has a subdivision equal to 256 x 256 units
+
* Try to keep it natural looking, with no sharp hard corners/edges.
*Try to keep it natural looking, with no sharp hard corners/edges
 
  
  
For generating a megatexture for your new terrain that you have created, please check through these articles:
+
For generating a MegaTexture for your new terrain that you have created, please check through these articles:
 +
 
 +
* '''[[Making a Terrain Model]]'''
 +
* '''[[Terrain Editor]]'''
  
* '''[[Megatexture mesh workflow (Oct 2006)]]'''
 
* '''[[MegaGen Overview]]'''
 
* '''[[Road Tool]]'''
 
* '''[[Stamp Tool]]'''
 
  
 
== Brush Work ==
 
== Brush Work ==
 
 
When creating your new geometry try and make sure you keep on the 8 unit grid (number 4 on the keyboard). This way, it'll keep your work nice and clean and make it easier to edit in the future when you need to add models, clip and so forth.
 
When creating your new geometry try and make sure you keep on the 8 unit grid (number 4 on the keyboard). This way, it'll keep your work nice and clean and make it easier to edit in the future when you need to add models, clip and so forth.
  
Line 59: Line 50:
 
When building your outside geometry try and keep the deployment grid in mind. Each deployment square is 256 x 256 units in size, this way when you go to edit your deployment grid it'll make it a lot easier.
 
When building your outside geometry try and keep the deployment grid in mind. Each deployment square is 256 x 256 units in size, this way when you go to edit your deployment grid it'll make it a lot easier.
  
== Get familiar with references ==
 
  
A [[References|reference]] is another map that you can place inside your main .world, for organisational purposes. They can be rotated as well, which makes things a lot easier if you want a particular building on an angle. You can use the same reference many times in the same map, which means that any bugs or changes you want to make to them only need to be made once.
+
== Get Familiar With References ==
 +
A [[References|reference]] is another map that you can place inside your main ''.world'', for organisational purposes. They can be rotated as well, which makes things a lot easier if you want a particular building on an angle. You can use the same reference many times in the same map, which means that any bugs or changes you want to make to them only need to be made once.
  
 
Keep the deployment grid in mind when placing references as well.
 
Keep the deployment grid in mind when placing references as well.
 +
  
 
== Using entities ==
 
== Using entities ==
 
 
By right clicking on the radiant grid, it will bring up a menu which will list a lot of objects, these are known as entities.
 
By right clicking on the radiant grid, it will bring up a menu which will list a lot of objects, these are known as entities.
  

Latest revision as of 12:36, 26 November 2007

This is a brief guide on the things to keep in mind when making your new map for Enemy Territory: QUAKE Wars.

After you've read this page, you should read the hands-on guide - A Simple First Map

Recommended Software

  • A 3D modelling application - Used to export terrain models, or smaller buildings and mapobjects.
  • An image editing application - For creating masks, editing screenshots and any textures you may want for your map.
  • A text editor - For editing scripts, definitions, materials etc.


Planning Your Layout

It is a good idea to have a few pieces of paper handy, and a pen/pencil to help you plan the layout of your map. This will help you in advance so you know what you have to make, so you don't sit there making your map on the spot. You can also sketch ideas quickly for buildings or mapobject designs.


Gathering References For Your Map

It's a good idea when planning your map to find out where you want it to be located, so it's easy to find terrain/geology references for your terrain mesh, and other buildings that you may want to add.

Try using these places for some good references:


Terrain Editing

Internally we used Maya and Lightwave to make our terrain meshes for ETQW. You could use one of the following free packages to do a similar job:

You should've found enough references in your search to know what you want to make.

There are a few things to keep in mind with the creation of terrain for ETQW:

  • A terrain mesh should be a maximum of 32768 x 32768 units across.
  • Try to keep it natural looking, with no sharp hard corners/edges.


For generating a MegaTexture for your new terrain that you have created, please check through these articles:


Brush Work

When creating your new geometry try and make sure you keep on the 8 unit grid (number 4 on the keyboard). This way, it'll keep your work nice and clean and make it easier to edit in the future when you need to add models, clip and so forth.

Always block your work out first to the level that you are happy with, then add details and texturing as you see fit. If you constantly keep changing the layout or design after you have detailed and textured your geometry you will have to keep changing your texturing and details, which does waste a lot of time.

When building your outside geometry try and keep the deployment grid in mind. Each deployment square is 256 x 256 units in size, this way when you go to edit your deployment grid it'll make it a lot easier.


Get Familiar With References

A reference is another map that you can place inside your main .world, for organisational purposes. They can be rotated as well, which makes things a lot easier if you want a particular building on an angle. You can use the same reference many times in the same map, which means that any bugs or changes you want to make to them only need to be made once.

Keep the deployment grid in mind when placing references as well.


Using entities

By right clicking on the radiant grid, it will bring up a menu which will list a lot of objects, these are known as entities.

Entities can all sorts of objects, ranging from player starts, vehicles, static models and so forth.

To be able to spawn in your map after it's been compiled, make sure to have an info_player_start point, this will designate the starting position when you load the map.

Essential entities that you will need to be able to run around in a map are: