ZDoomGL V1.18b gl(0.06) [27/10/99]
----------------------------------

ZDoomGL is an OpenGL port of ZDoom.
ZDoom  (http://zdoom.notgod.com) is a Win32 port of Doom by Randy Heit (rheit@iastate.edu).
ZDoomGL compiles with Microsoft Visual C V5.0 compiler.
Minimal requirements are a Pentium & 32Mb of memory.
A 3D accelerated card is needed (OpenGL compatible).
It runs fine on a P200 with a voodoo1 3dfx card.

What's new in V0.06:
--------------------
- Bug in external camera mode fixed.
- Crash at the start of some ZDoom specific wads (securitron or ZDoom "demo.wad" for example) fixed.
- Coronas (with some display problems in the external camera mode):
	In the display menu: "Use coronas"
	In the console: "usecoronas" 0 = off / 1 = on
- MD2 support.
	In the display menu: "MD2 support"
	In the console: "g_bMD2" 0 = None / 1 = Normal / 2 = Interpolated
- Dynamic lighting.
	* Quality of dynamic lighting:
		In the display menu: "Dynamic lighting".
		In the console: "g_bDynLight" 0 = None / 1 = Vertices / 2 = Lightmap
	* Player emits light:
		In the display menu: "Player lighting".
		In the console: "g_bPlayerLight" 0 = Off / 1 = On
	* Monsters emits light:
		In the display menu: "Monster lighting".
		In the console: "g_bMonsterLight" 0 = Off / 1 = On
	* MD2 lighting quality:
		In the display menu: "MD2 lighting".
		In the console: "g_bMD2Light" 0 = None / 1 = positional / 2 = vertices
- Clipping quality
	In the display menu: "Clipping quality".
	In the console: "g_cClipQuality" with:
				0 : the fastest solution (lots of polygons missing)
				1 : the default solution (some polygons missing).
				2 : the slowest solution (no polygon missing).

ZDoomGL has been successfully tested on (with a decent framerate):
 P200     + voodoo1 (WinNT)                [V0.06]
 PII450   + S3 Savage 4 (Win98)            [V0.06] 
 PII266   + voodoo2 (Win95)                [V0.02]
 PII300   + G200                           [V0.02]

Important note:
---------------
You need to install ZDoom before runnig ZDoomGL.

Quick Start:
------------
Put ZDoomGL.exe in your doom directory (shareware V1.9, Doom V1.9 or Doom II V1.9).
3D PCI cards < 8Mb users: launch VOODOO1.BAT
3D PCI cards > 8Mb users: launch VOODOO2.BAT
AGP users: simply launch ZDoomGL.exe.
Please, note that all 3Dfx cards (except voodoo1) should use the VOODOO2.BAT file.
(3Dfx cards don't support AGP memory texturing).

MD2 support:
++++++++++++
Please read the MD2.TXT file.
Note that the md2.ini provided with ZDoomGL is for Edmundo Bordeu's MD2 pack. If you want to use YPOD models rename md2-YPOD.ini to md2.ini.

+++++++++++++++++++++++++++++++++++++++++++
New command line switches:
+++++++++++++++++++++++++++++++++++++++++++
-paltex:
		Paletted textures enabled.
-sprscale <scale> (0.5 default)
		Set sprite factor scale.
-sprmaxsurf <surf> (65536 default)
		Set sprite maximum surface.
-raster:
		Enable global raster.
-dspraster:
		Enable display raster.
-3dfx:
		Set max texture size to 256x256.
-width <width> & -height <height>:
		Set screen size (640x480 default).
-noeffects:
		Remove the lighting of the torchs.

+++++++++++++++++++++++++++++++++++++++++++
New console commands:
+++++++++++++++++++++++++++++++++++++++++++
usecoronas 1 : Display coronas on "light sources" (torches, etc.)
g_bMD2 0 : Display sprites monsters.
       1 : Display MD2 monsters instead of sprites.
	   2 : Display MD2 monsters instead of sprites (interpolated animations).
g_bDynLight 0 : No lighting.
            1 : Vertices lighting.
			2 : Lightmap lighting.
g_bMD2Light 0 : No lighting on MD2 objects.
            1 : Positional lighting.
			2 : Vertices lighting.
g_bMonsterLight 1 : monsters missiles generate light.
g_bPlayerLight 1 : player weapons generate light.
g_cClipQuality	0 : the fastest solution (lots of polygons missing)
				1 : the default solution (some polygons missing).
				2 : the slowest solution (no polygon missing).

Any comments, bug reports, etc. are welcome.

E-mail address: mryssen@club-internet.fr
Doom Page: http://www.doomworld.com/doomgl
Personal homepage: http://perso.club-internet.fr/mryssen

	Michal Ryssen.