Skip to content

Quake 2 map compiler tools with v220 map support, automatic phong, enhancements, and fixes.

License

Notifications You must be signed in to change notification settings

QuakeTools/q2tools-220

 
 

Repository files navigation

q2tools-220

Q2 compiler tools featuring ability to bsp v220 map format, automatic phong and soft spotlights, and other enhancements. Includes qbsp3, qvis3, qrad3, and qdata.

Forked from compiler tools supporting the v220 map format by XaeroX and DarkEssence distributed with the J.A.C.K. level editor.

Enhancements:

BSP

  • Split microbrushes (GDD tools)
  • Fix for scaled textures using an origin brush. (DWH)
  • Fix for rotation using origin brush (MaxEd)
  • Fix microbrush deformation (Jitspoe)
  • Caulk brushes similar to Q3 mapping (kmbsp3)
  • Texinfo overflow check (MaxEd)
  • Set chop size for surface lights (qbism - idea from JDolan)

radiosity

  • Use any existing TGA replacement textures for radiosity (AA tools)
  • Spotlight center to surface point attenuation (AA tools)
  • Radiosity texture checking (GDD tools)
  • Face extents (quemap)
  • Edge lighting fix (qbism)
  • Automatic phong smoothing (vluzacn VHLT)
  • Add face for vertext normal (vluzacn VHLT)
  • File path determination asumptions (Alien Arena tools):
    • moddir is parent of whatever directory contains the .map/.bsp
    • gamedir is parent of moddir
    • qdir is parent of gamedir

qdata

  • LWO support (KDT)

Instructions:

qbsp3

  • v220 support- for Trenchbroom, duplicate or modify the Q2 gametype and change the format to valve and add "mapversion" "220" to worldspawn. JACK does this automatically when saving to v220. Note that JACK saves a hybrid map format that includes texture flags whereas standard v220 format does not. I added JACK load/save to a fork of Trenchbroom for testing.
  • -choplight sets the chop size for surface lights. Lower settings may improve quality of large surface lights, especially when chop is high. Try "-chop 512 -choplight 32" as an example.
  • -noorigfix disables 'origin fix'.

qvis3

  • works the same as always

qrad3

  • -smooth sets the angle (in degrees) for autophong. Default is 44, so it will phong a 9-sided or more prism, but not 8-sided. Set to zero to disable.
  • -maxmapdata sets lightng memory limit. Original is 0x200000 and it can be set up to 0x800000 (8388608). Requires an engine that supports the higher limit.
  • -saturation applies to light reflected from surfaces. Values < 1.0 desaturate. Values >1.0 oversaturate.
  • Any tga replacement textures found will be used for radiosity.
  • -basedir sets the base directory. Use this if modding other than baseq2. Defaults to baseq2.

qdata

  • help for this tool is scarce, but it runs a script file to convert assets to Q2 data types. This example creates the colormap:

    $load base/pics/pal.pcx

    $colormap colormap

Build from source:

Linux- Makefiles for 32-bit and 64-bit builds of Linux and Windows are included. Assuming a 64-bit build environment, packages lib32z1 and lib32z1-dev are needed to build 32-bit.

Cross-compile- Required packages: mingw-w64, mingw-w64-i686-dev, gcc-multilib. Pre-compiled Windows dependency libraries are included in /mgw-sdk (borrowed from Q2PRO SDK), or download and build them from scratch.

Windows- Visual Studio sln is included. VS compiler fixes (MaxEd)

About

Quake 2 map compiler tools with v220 map support, automatic phong, enhancements, and fixes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.7%
  • Other 1.3%