Adding custom heraldry to a shield tutorial

From Dragon Age Toolset Wiki
Jump to: navigation, search

This is a brief summary of how to add custom heraldry to a shield.

You will need Photoshop with the Nvidia DDS plug-in (or similar). See DDS for general advice on tools.

Heraldry demo1.jpg

Image

You'll need a custom image for the new heraldry.

If your artistic skills are limited, Free Heraldry Clipart is an open source of images. They're mostly line drawings, which you can colour in Photoshop, using the Paint Bucket tool. If you're looking for a particular emblem (a lion, for example), try the Google search

site:www.heraldicclipart.com/catalog lion

Texture

Now you need to make the DDS file.

Choosing a template

Unless you have a tool which can manipulate the alpha channel, it's best to start from an existing example.

Open the following file in the toolset:

C:\Program Files\Dragon Age\packages\core\data\textures.erf

Export some of the heraldry textures (prefixed h_) so that you can examine them using a tool which allows you to see the alpha channel.

Note that the alpha channel contains a mask which determines which part of the original shield texture is over-written by heraldry.

Each heraldry comes in three sizes, of which the largest texture has the _0 suffix. We'll work with the largest size here.

Choose one that is roughly the right shape - for example, h_primalora_0.dds is a good shape for a kite shield.

Open it in Photoshop (or something similar).

Resizing the mask (optional)

If you like, you can resize the mask (in Photoshop, Image > Resize > Image Size).

If you do that, you must crop the image (or resize the background) so that it remains exactly 512 x 512 pixels.

The illustration at the top of the page illustrates that the heraldry can almost fill a kite shield if the mask is enlarged. If you look carefully, you'll see that the standard mask shape doesn't quite match the contours of the shield. If you don't like this "crudely painted" look, use a smaller mask, stick with the standard mask, or obtain a tool which lets you edit the mask.

There seems to be a bug if the visible portion of the mask is too close to the lower edge. This results in an unwanted stripe of colour at the base of the shield. A mask which should theoretically fill the shield 100% also results in a stripe at the base.

Adding custom heraldry

Over-write the image with your custom heraldry. In Photoshop, use Paste Into (not Paste, which destroys the alpha channel mask!).

It doesn't matter if your custom image is slightly bigger than the original, but bear in mind that only the masked portion will be visible in DAO.

Save the file with a new name (e.g. h_new.dds) in DDS format in your module override folder with the following options : DXT5, mipmap 1/10, generate mip maps.

Validation

Check that your new DDS file is the same size as the original, with the correct alpha mask.

Check the mip maps. In Photoshop, this is done by opening the DDS file with the "load mipmaps" option - you should see 7 progressively smaller versions of the same image.

M2DA

Make an M2DA based on Heraldry.xls.

Unless you want to over-ride an existing Bioware heraldry, give your entry a new, unique ID number.

All that this table contains is a name for your heraldry (for use in the toolset), and the name of your DDS file.

Owing to a bug, your new ID numbers probably need to be in the range 0-255 - otherwise, your heraldry will work in the toolset, but not in game.

Shield

Make a new shield item in the toolset, then set the heraldry property from the drop-down box. Simple!

Troubleshooting

If you can't see your heraldry in the drop-down box, you may need to close and reopen the toolset, so that it loads your M2DA.

If you can't see your new logo on the 3D preview of the item, double-check that the DDS file is in exactly the right format (especially the alpha channel). Games are very picky about this!

If you can see your heraldry on the item in the toolset, but not when equipped on creatures (in the toolset, or in game), ensure that your M2DA ID is in the range 0-255.

If an unwanted stripe of colour appears at the base of the shield, try changing the mask so that there is significant clear space below the visible portion. It may not be possible to fill 100% of the shield's surface with heraldry, owing to this bug.

If your heraldry disappears at long distance in game, consider making three textures for each heraldry, similar to the official campaign. This might be more important if you're trying to overwrite an existing heraldry, rather than make a new one. The Heraldry 2DA appears to reference only the largest size - it's yet to be established whether the engine uses the smaller sizes under some conditions.