Ericw-tools

From Valve Developer Community
Revision as of 11:34, 15 January 2024 by SirYodaJedi (talk | contribs) (Mention hidden MAP to OBJ function)
Jump to navigation Jump to search
English (en)Translate (Translate)

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 maps, the latest development versions also have full Quake II Quake II and experimental GoldSrc GoldSrc support.

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.
Tip.pngTip:ericw-tools can also create an OBJ from a MAP file with Wikipedia icon CSG applied, which cleans up geometry much like HLCSG or VBSP does, unlike most MAP to SMD converters. To use:
  1. Texture the MAP with textures from a WAD (either WAD2 or WAD3 will do) contained in the same folder as the MAP.
    (loose TGA, PNG, and JPG textures are also supported, but the setup and paths are slightly different.)
  2. Run qbsp.exe -objexport -nosubdivide -wadpath . <mapname>.map
  3. Import one of the resulting OBJ files into 3D editor of choice, using Z Up and X Forward.
  4. Convert the geometry into quads, then re-triangulate.
  5. Set up and assign appropriate materials to each face.
  6. Export using format and plugin of choice.

External links