![]() |
Q | uake3:Arena Shader Editor |
C | ontents | |
B | ackground | |
Textures in Quake3:Arena are no longer a simple texture combined with a lightmap, but
are fully scripted entities which can be used to control practically every option
OpenGL exposes when it comes to texture positioning, transformation, blending and whatnot.
To facilitate the creation and editing of such scripts, this tool will parse a script
and present it as a Windows GUI which is easier to understand and navigate than the
bare C-like text files.
The current version supports :
|
S | creenshots | |
04/02/2000 (43Kb) Small shot showing the cascade preview option : this clearly shows the 3 layers a bouncepad is made off. At the right are the navigation buttons, and the |<| and |>| buttons to move the current layer around (closer/deeper).
03/02/2000 (165Kb)
28/01/2000 (190Kb) { map TEXTURES/SFX/METALBRIDGE06_BOUNCE.JPG rgbGen identity tcGen base } { map TEXTURES/SFX/BOUNCEPAD01B_LAYER1.JPG blendfunc add rgbGen wave sin 0.5 0.5 0 1.5 tcGen base } { clampmap TEXTURES/SFX/JUMPPADSMALL.JPG blendfunc add rgbGen wave square 0.5 0.5 0.25 1.5 tcMod stretch sin 1.2 0.8 0 1.5 tcGen base }which is pretty close to the document version, except for the missing lightmap (wasn't added) and the redundant tcGen's. With a little touch up (such as adding a shader name etc) this could go into the level editor. |
C | hanges | |
16/02/2000 (Release 0.3)
10/02/2000
09/02/2000
08/02/2000
07/02/2000
06/02/2000 (Release 0.2)
05/02/2000
04/02/2000
03/02/2000
02/02/2000
01/02/2000 (Release 0.1)
29/01/2000
28/01/2000
|
R | eleases | |
Since this program, and the tech behind it, is of use to the company I work for,
Larian Studios, they agreed to pay me to work on this, while
at the same time allowing me to release this tool for free on the net. If you agree that this
is pretty damn cool, be sure to visit the site :)
This program is freeware : you can distribute and copy it at will as long as you do so at no charge, except for charges to cover the carrying media. The software may be repacked as part of a package as long as the original ZIP file is included unmodified. If you happen to use this tool for production work, credit would be cool ;)
Q3ASE.zip ??? bytes
Version 0.2 Beta, 06/02/2000
Sites :
|
C | redits | |
|
H | owTo | |
This is not the page for documentation, I actually even don't intend to write any ;)
But here's a quickstart :
|