Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added note re grayscale format not supported in some circumstances

...

NWN supports 32bit TGA files with alpha. They must be powers of 2, such as 32x32 or 128x1024. They can be uncompressed or compressed with RLE compression (using Bottom Left, not sure about Top Left). GIMP for instance can output compressed RLE which is up to half the size for some icons/textures.

Note that in some contexts, NWN does not appear to support grayscale TGA's; this has been tested in PBR maps (roughness, height, specular) loaded via MTR on creature and tile models. If affected by this issue you can simply convert the TGA to RGB format and it should work.

Image DimensionsUncompressed TGA File SizeNotes
32x324KBGame's default (now awful) icon size (eg; feats, spells). For new content use x2 (64x64) or x4 (128x128) due to UI scaling now being a thing.
64x6416KB
128x12864KB
256x256256KB

Maximum limit of certain shiny water effects. Retaining TGA for this might be advisable to improve quality slightly. But DDS works fine.

512x5121MB
1024x10244MB
2048x204812MB

...