This article's documentation is for the "GoldSrc" engine. Click here for more information.
Quake1-16px.png
Quake2-16px.png

ericw-tools

From Valve Developer Community
Jump to: navigation, search
English (en)

Warning: Display title "ericw-tools" overrides earlier display title "Ericw-tools".

ericw-tools, also colloquially referred to as EricW's tools, is a set of compilers for Quake-style BSP maps. Originally developed for Quake Quake and Hexen II Hexen II maps, the latest alpha versions also have full Quake II Quake II and experimental GoldSrc GoldSrc support.

Icon-Important.pngImportant:
  • Ericw-tools uses Quake II-style lighting keys and entities, rather than Half-Life-style. All entities with the prefix light will be treated as light sources.
    • Use _sun to make a light a sunlight. To achieve proper outdoor lighting on MDLs, create a dummy light_environment with the _nostaticlight KV.
    • Use mangle to make a light a spotlight.
    • Use _surface to make a light a texlight
  • By default, ericw-tools does not shade smoothly between any faces. Enable _phong in worldspawn and set _phong_angle to 44 for smoothing that is similar to QRAD/HLRAD.
  • Ericw-tools does not calculate bounced lighting by default. Set _bounce to 8 in worldspawn (or use -bounce 8 in LIGHT's parameters) to match QRAD/HLRAD's defaults.
    • Each light bounce is expensive in ericw-tools, unlike QRAD/HLRAD/VRAD where extra bounces are almost free. Set bounce to 1 when doing fast compiles.

Trivia

  • The maps in the Kex Engine remasters of Quake Quake and Quake II Quake II were compiled using ericw-tools, and the finalization of Q2BSP support for ericw-tools was developed in-tandem with the development of the Quake II remaster.

External links