Skip to content

An attempt to rewrite Hexen 2 engine for my purposes

Notifications You must be signed in to change notification settings

SMT50001/uhexen2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexen II: Hammer of Thyrion (uHexen2) - v1.5.4
----------------------------------------------


1. Installation

  1.1 Getting Started
  1.2 Software Requirements
  1.3 Running the Game
  1.4 Sound and Midi
  1.5 Networking/Multiplayer
  1.6 Game Saves and Configuration files
  1.7 Fullscreen/Windowed modes and mouse

2. Known Problems

  2.1 Sound Problems
  2.2 Lines on Screen
  2.3 Fluxbox

3. General Info

  3.1 Mods
  3.2 Game Console
  3.3 Hardware Acceleration
  3.4 Links
  3.5 Thanks

4. Appendix

----------------------------------------------------------------



1. INSTALLATION
---------------


1.1 Getting Started
-------------------

Hexen II source, and the Hammer of Thyrion source port, are free
but the game itself is not: You must have an original copy of the
game released by Raven Software and Activision. If you don't, then
download the demo version. The rest of this document assumes that
you own the retail version of the game.

Hexen II requires its game data to be updated to version 1.11 .
There are two ways to do this:

a. Using the installer:
   The installer will get the files from your original cdroms
   (the windows discs released by Raven and Activision back in
   1997), apply the latest patches, and install the binaries
   for you. The first option on the installer is mandatory and
   installs the original hexen2 game.

   The second option on the installer will allow you to install
   the Mission Pack "Portal of Praevus", should you have it.
   All you need to do is choosing the Praevus support check-box
   and readying your cdrom.

   Third option on the installer is HexenWorld Multiplayer
   support. No cdrom is necessary for this option.

   Here are the names of the binaries to be installed:

	hexen2	-  Hexen II (software rendering)
	glhexen2 - Hexen II (opengl rendering)
	h2ded	-  Hexen II Dedicated server
	hwcl	-  HexenWorld Client (software rendering)
	glhwcl	-  HexenWorld Client (opengl rendering)
	hwsv	-  HexenWorld Server
	hwmaster-  HexenWorld Master Server

b. Manual install/update of data files:
   Download the base binary tarball (e.g., hexen2-1.5.4.i586.tgz)
   and extract it. Copy the two files pak0.pak and pak1.pak from
   your cdrom into the "data1" directory in your own installation.
   The pak filenames should be lower-cased, if not already.
   To patch the pak files, type  ./h2patch  (this update program
   is included in the binary package).  The h2patch program will
   confirm the result and report its success by checking with the
   following md5sums:

   c9675191e75dd25a3b9ed81ee7e05eff  data1/pak0.pak
   c2ac5b0640773eed9ebe1cda2eca2ad0  data1/pak1.pak

   As an alternative, the game launcher has the integrated ability
   of patching those pak files. Just press the button and it'll be
   done.

   If you have the mission pack (Portal of Praevus), copy the file
   pak3.pak from your cdrom into the "portals" directory in your
   own installation. Run the command " chmod 644 portals/pak* "
   to fix its permissions. No additional patching is necessary
   for the mission pack. Here is the md5sum of pak3.pak, just in
   case:

   77ae298dd0dcd16ab12f4a68067ff2c3  portals/pak3.pak

   If you want to install HexenWorld, download the HexenWorld
   binary package (e.g., hexenworld-1.5.4.i586.tgz) and extract
   it in the same directory you extracted the base uhexen2 tarball.
   No additional patching is necessary for hexenworld.


1.2 Software Requirements
-------------------------

   SDL (min.: 1.2.4)	  : Simple DirectMedia Layer libraries.
			    1.2.7 and newer highly recommended.
			    If run on systems with SDL < 1.2.6,
			    anti-aliasing support will be auto-
			    matically disabled.

   To compile your own binaries, you'll need a standard unix build
   environment. See the file COMPILE for details.


1.3 Running the Game:
----------------------

There are two ways to start Hammer of Thyrion. The simplest is
the game launcher, which can be accessed from your start
menu or by typing "hexen2" on the command line. Choose your
options and press "Launch Hexen2".

If you don't have the launcher installed, or are more
comfortable with a command line, you can run the game from an X
terminal window.  "cd" into the installation directory and run
any of the game binaries mentioned above. The game starts in
windowed mode by default and without mission pack support. Use the
"-f" switch to start in fullscreen and "-portals" or "-h2mp"
to run Portals of Praevus.

Important command-line switches:

 -portals | -h2mp	Activate the mission pack support: Necessary for
			playing the Portal of Praevus mission pack.
 -f | -fullscreen	Run the game fullscreen (can also be set from the menu)
 -w | -window		Run the game windowed (can also be set from the menu)
 -g | -gllibrary <lib>	Override the OpenGL library to use
 -width   N		Select screen size (can also be set from the menu)
 -height  N		Optional, Must be used with -width (can also be set
			from the menu)
 -bpp  N		Color depth for GL fullscreen mode
 -conwidth  N		Enables a bigger hud display and readable fonts
			at high resolutions. Valid conwidth values are
			values equal or less than the screen width above:
			Smaller the number, bigger the text. 640 is the
			sanest. Can also be adjusted from the menu.
 -nomouse		Disables mouse usage in game
 -heapsize  N		Heapsize (memory to allocate, in KB)
 -fsaa N		Enable N sample anti-aliasing (N: 0,2,4) (can also be
			set from the menu)
 -sync | -vsync		Enable syncing with monitor refresh (GL, Nvidia)
 -lm_4			Set lightmap format to GL_RGBA, which is actually
			the default format. RGBA lightmaps are required for
			colored lights. Can also be set from the menu.
 -lm_1			Set lightmap format to GL_LUMINANCE. (this was the
			old format that hexen2 originally used and it is
			a little faster than RGBA lightmaps). Can also be
			set from the menu.
 -paltex		Enable 8 bit (palettized) textures: saves video
			memory on old low-memory 3D accelerators if the
			proper opengl extension is supported. (can also be
			set from the menu)
 -nomtex		Disable multitexture detection/usage
 -3dfxgamma		Special gamma support for old Voodoo1/2/Rush
 -sndoss		Use OSS for audio (default)
 -sndalsa		Use ALSA for audio
 -sndsdl		Use SDL for audio
 -sndbsd		Use sunaudio (default for for openbsd and netbsd)
 -ossdev		OSS Audio device to use (default: /dev/dsp)
 -alsadev		ALSA Audio device to use (default is "default")
 -sndspeed N		Sampling rate of sound playback (eg 22050,44100)
 -cddev			CD Audio device to use (default:
				/dev/cdrom for linux, /dev/acd0 for BSD)
				For windows, use a single drive letter, like:
				glh2 -cddev E
 -nocdaudio		Disable cdrom music
 -nomidi		Disable MIDI driver
 -s | -nosound		Run the game without sound
 -nolan			Disable networking (incompatible with -listen)
 -listen  N		Enable multiplayer with maximum N players
 -protocol N		Run the server using protocol version N, instead of
			the default. Valid values: 18 (old), 19 (default).
 -port <portnum>	Change the default port. Default is 26900 for hexen2,
			26950 for hexenworld server and 26900 for hexenworld
			master server.  hexenworld client always uses 26901.
 -localip <address>	For Hexen II only. Changes the ip address embedded
			in the response packets for serverinfo and connect
			requests to use the command line provided ip address.
			The server still binds to INADDR_ANY and it can see
			the broadcast requests.
 -ip <address>		Enables the server admins to bind to a specific IP
			address on a multi-homed host. Note that using this
			option will prevent the us from receiving broadcast
			packets, so the server discovery on the LAN will not
			work if the server is started this way.
 -bindip <address>	Same as the -ip option
 -noifscan		Hexen II only. Disable the local address detection
			through network interface scan.
 -developer		Enable developer mode early during initialization
 -condebug | -debuglog	Logs the console output.
 -devlog		Enable full logging even when not in developer mode
 -v | -version		Display the game version
 -h | -help		Display short help message

If you wish to brighten the display, simply use the game's menu
entry. In the unlikely case that it doesn't work for you, you can
use the "xgamma" utility: Here is the script I use for xgamma:

    cd /usr/local/games/hexen2
    xgamma -q -gamma 1.3;       # brighten the display
    ./glhexen2
    xgamma -q -gamma 1;         # restore old brightness

3dfx Voodoo1 and Voodoo2 users can employ the -3dfxgamma command line
switch to activate native 3dfx gamma controls (make sure that you enable
that option in the Makefile when compiling).


1.4 Sound and Midi
------------------

uHexen2 includes several choices of sound drivers for linux/unix users:
SDL, OSS and ALSA.  The engine tries them and uses the first one which
successfully initializes. You can make the engine to use only a specific
driver by command line arguments, too.

a. SDL sound code
-----------------
SDL audio isolates you from many compatibility issues and is usable on
most Linux distributions.  If you use command line, "-sndsdl" argument
tells the game engine to use SDL audio, but it isn't necessary because
SDL audio is the default.

  ./glhexen2 -sndsdl [other possible arguments]

If you want to force SDL to use a different driver backend than its
default setting, you can export SDL_AUDIODRIVER=drv where "drv" may be
alsa, dsp, pulse, esd or something similar depending on your own setup.
(Note that SDL_AUDIODRIVER=esd can be laggy in my own experience.)


b. OSS sound code
-----------------
The OSS (Open Sound System) code is compatible with most of the Linux
distributions and FreeBSD, but it is known not to work for a few people.
If you use the gtk launcher, select the OSS option from the sound menu.
If you use command line, the "-sndoss" argument tells the game engine to
use OSS:

  ./glhexen2 -sndoss -sndspeed 44100


c. ALSA sound code
------------------
The ALSA driver is for Linux and is based on the ALSA 1.0.x libraries.
If you use the gtk launcher, select the ALSA option from the sound menu.
If you use command line, then start the game with "-sndalsa" option:

  ./glhexen2 -sndalsa -sndspeed 44100

If ALSA gives you trouble, try using "plughw:0" or "hw:0,0" instead
of the default device. A lot of ALSA installations have a misconfigured
default device. Example:

  ./glhexen2 -sndalsa -alsadev plughw:0 -sndspeed 44100


d. BSD/SUN sound code
---------------------
The sunaudio driver can be used in combination with our experimental
OpenBSD and NetBSD support.  If you use the gtk launcher, select the
"SunAudio" option from the sound menu.  If you use command line, the
"-sndbsd" argument tells the game engine to use sunaudio.

If you can't get sound working, the "-nosound" option will disable
it. Send a bug report on the project page.


1.4.1 Midi support
------------------

On linux / unix, midi background music is implemented using timidity,
so, you will need GUS-compatible patch files and properly configured
timidity.cfg. For example, you can get a complete set of GUS patches
from http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz

The timidity.cfg file is searched under /etc, /etc/timidity,
/usr/share/timidity and /usr/local/lib/timidity, in this order.

Hammer of Thyrion supports ogg, mp3 and wav external music files to be
played instead of the original midi files, so you can enjoy the hexen2
music in better quality like they are from the hexen2 cdrom audio tracks.
Ogg playback requires libogg and libvorbis, mp3 playback requires libmad
or libmpg123 depending on your compile-time decision (see the Makefile).
See README.music for more information.


1.5 Networking / Multiplayer
----------------------------

Since version 1.4.2 (engine version 1.19), Hammer of Thyrion binaries
are fully compatible Raven's Windows Hexen II-1.11 binaries.  When run
as a client, it can connect to Raven-1.11 servers and play just fine.
It can playback the demos created with 1.11 version, as well.
On the other hand if a 1.11 client wants to connect to a uhexen2 server,
the server must be started with "-protocol 18" command line argument.
There is no network compatibility with Hexen II protocols older than 18.
Mission pack is, of course, fully network-compatible across platforms.
As for the other Hexen II ports, uHexen2 is compatible with them, too.


1.6 Game Saves and Configuration files
--------------------------------------

Your game saves and configuration files are stored in a folder
named  .hexen2 in your home folder:  ~/.hexen2

Saves/configs for Hexen2 are stored under ~/.hexen2/data1
For the Mission Pack, they are stored under ~/.hexen2/portals


1.7 Fullscreen/Windowed modes and mouse
---------------------------------------

While playing the game, you can switch between fullscreen and
windowed modes by pressing ALT + Enter combination. Alternatively,
you can use the relevant menu option. The last setting will be
saved to the config and will be remembered by the game.

You can also change the resolution from the menu system. Again,
the last setting will be saved to the config and will be remembered
by the game.

The menu option "Use Mouse" enables/disables mouse usage on the
fly. While in windowed mode, disabling the mouse ungrabs the mouse
pointer, so that you can easily use your desktop. You can also
ungrab/regrab the mouse pointer by pressing the  CTRL + G  key
combination whenever you want.

----------------------------------------------------------------



2. KNOWN PROBLEMS
-----------------


2.1 Sound Problems
------------------

First, we recommend using 44100 or 48000 as the sampling rate with
recent sound chipsets:  either use a command line argument like
-sndspeed 44100, or select from the game launcher menus. ALSA is the
driver of choice.

If you have problems making sound to work correctly, using the arts
sound server may help you:    artsd & ; artsdsp -m glhexen2 -sndoss
You may notice some lag in sound but if all fails this may be a good
enough workaround.

We have reports that some i8x0 sound chips not working correctly with
hexen2, and this is overcome either by using alsa driver of hexen2 at
48000 sampling rate, or by the arts workaround mentioned above.

The ALSA driver may complain about a non-power-of-two buffer size and
unsatisfactory sound may result.  The following was once reported for
an onboard VIA82xx audiocard:

	ALSA: Using device: default
	ALSA: 14867 bytes buffer with mmap interleaved access
	ALSA: WARNING: non-power of 2 buffer size. sound may be
	unsatisfactory. Recommend using either the plughw or hw
	devices or adjusting dmix to have a power of 2 buf size
	ALSA Audio initialized (16 bit, stereo, 44100 Hz)

You may resolve this by using a .asoundrc like the following,

	pcm.alsa_fixh2 {
		type dmix
		ipc_key 2048
		slave {
			pcm "hw:0"
			rate 48000
			period_time 0
			period_size 1024
			buffer_size 16384
			channels 4
		}
	}

and starting uhexen2 with:

	$ glhexen2 -sndalsa -alsadev alsa_fixh2 -sndspeed 48000

(Notice the -sndalsa -alsadev alsa_fixh2 parameters. Tested and
documented by Davide Cendron.)


2.2 Lines on Screen
-------------------

A common problem, especially with 3dfx cards, is flickering lines
across the screen caused by a GL tweak. To fix this, bring down
the console with the '~' key and enter 'gl_ztrick 0'.
With fresh installations of uhexen2-1.2.3 and later, this option is
disabled by default.


2.3 Fluxbox
-----------

Though it's a great window manager, older versions of fluxbox have
issues with some games in fullscreen mode. If this is the case,
hit "ALT + Enter" twice to switch into windowed mode and then back
into fullscreen mode.

----------------------------------------------------------------


3. GENERAL INFO
---------------


3.1 Mods
--------

Running a Hexen II mod is the same as running a Quake mod: You need
to specify its directory name after a -game argument on the command
line. For example, in order to run Fortress of Four Doors:

    ./glhexen2 -game fo4d

If you want to run some mod with mission pack support enabled, use
a command line with -portals argument included. For example:

    ./glhexen2 -portals -game somemod

Fortress of Four Doors is one of the few large mods for Hexen II. It
has a confusing level near the middle, but is otherwise great. Look
around the web for the file fo4d.zip or fo4d.tgz (also available on
our downloads page.)

Also, make sure to check out the botmatch mod "hcbots" available
at our project page.

And then, there is the somewhat incomplete Project Peanut: Developed
by Shanjaq, Project Peanut introduces RPG elements, such as a massive
array of spells, in a very interesting way. Its homepage is at:
http://www.geocities.ws/shanjaq/index.html


3.2 Game Console
----------------

Games based on the Quake engine have an in game console - toggled by
the '~' key or by the Shift-Escape key combination - from which
variables can be changed.  Some of these affect performance, others
enable features. A brief list follows but for more info see:
http://www.quakewiki.net/archives/console/commands/quake.html

variable	valid values
--------	------------

_snd_mixahead	0.1-0.9	: 0.1 = less latency,
			  0.9 = better performance

gl_multitexture	 0 or 1	: Disable/enable multitexturing on the fly.
			  0 is default. Faster performance if the
			  hardware supports it. Also adjustable from
			  the menu.

gl_texturemode		: GL_NEAREST	(Point sample, least quality)
			  GL_LINEAR	(Bilinear, no mipmaps)
			  GL_NEAREST_MIPMAP_NEAREST
			  GL_NEAREST_MIPMAP_LINEAR
			  GL_LINEAR_MIPMAP_NEAREST (Bilinear: default)
			  GL_LINEAR_MIPMAP_LINEAR (Trilinear: best, slower)
			  Also adjustable from the menu. Bilinear is
			  recommended. If you don't have an ancient
			  graphics card, you should have no trouble
			  running with the trilinear filtering.

gl_texturemode_anisotropy: 1 is the minimum value with no anisotropic
			  filtering.  Values >= 2 will take effect if
			  the hardware has support for it.

gl_texture_NPOT	 0 or 1	: Disable/enable non-power-of-two textures.  If the
			  hardware supports it, it would make a better job
			  with textures, most noticibly with the 2D elements.
			  0 is default.  Menu system can be used to change
			  the setting (OpenGL Features -> NPOT textures.)
			  NOTE: Some old graphic cards, such as R300 to R500
			  class ATI Radeons or NVIDIA GeForce FX, lie about
			  fully supporting this feature:  enabling this on
			  such hardware may result in an unplayable slowdown.

gl_constretch	0 or 1	: Disable/enable console background eye candy.

gl_ztrick	0 or 1	: 3% performance tweak (some cards unsupported)

gl_picmip	0, 1, 2	: 0 is default. 1 and 2 scale down the textures
			  (low quality), but the help screens and some
			  small fonts become unreadable and ugly. Keep
			  it as 0.

gl_playermip		: similar to gl_picmip, but for player skins.

snow_active	0 - 255	: 0 =  none,
			  1 =  normal
			  Amount designated by the map and higher acts as
			  a multiplier.


3.2.1 Software renderer options
-------------------------------

sbtrans		0, 1, 2	: HUD (status bar) transparency. 0: none (solid),
			  1: slightly transparent, 2: very transparent.
			  0 is default.

dmtrans		0, 1, 2	: Same as the sbtrans above, but used for the
			  small deathmatch overlay in multiplayer.

contrans	0, 1, 2	: Same as the sbtrans above, but used for the
			  console background transparency.


3.2.2 Other OpenGL options
-------------------------------

gl_coloredlight	 0, 1, 2: Static colored lights. 0 is the white light that
			  hexen2 traditionally uses. Mode 1 is colored
			  lighting. Mode 2 is experimental which combines
			  white and colored lighting (if available), and
			  sometimes can give better results then just
			  colored lighting, and is also slightly brighter.
			  0 is the default. Can also be adjusted from the
			  menu system. Changing this option requires the
			  level to be reloaded. Colored lighting requires
			  RGBA lightmaps which is also adjustable from the
			  menu system.

gl_colored_dynamic_lights 0 or 1:
			  Disable/enable colored dynamic lights. 0 is the
			  default. Also adjustable from the menu.

gl_extra_dynamic_lights   0 or 1:
			  Disable/enable extra dynamic lights. 0 is the
			  default. Also adjustable from the menu.

gl_purge_maptex	  0 or 1: Purge opengl textures upon map change. Textures
			  won't keep accumulating from map to map but the
			  levels will load slower. Default is 1. Adjustable
			  from the menu.


3.2.3 Nvidia tweaks
-------------------------------

These are only valid for supported hardware (Geforce and better)
with Nvidia's proprietary video drivers installed.

The -sync or -vsync command line switch forces GL redraws to sync
with the monitor refresh for a more stable image. This is equivalent
to setting the environment variable __GL_SYNC_TO_VBLANK to 1.

You can also override our -fsaa switch if you set Nvidia specific
environment variable __GL_FSAA_MODE to an appropriate value.  The
details for this can usually be found in Nvidia's readme file
(/usr/share/doc/NVIDIA_GLX-1.0/README).  Briefly: Geforce 1 and 2
use mode 3 or 4, others 1, 2, 4 or 5.



3.3 Hardware Acceleration
-------------------------

Setting up hardware OpenGL acceleration under Linux used to be
a big deal in the past. Modern distros do this automatically
now.

Nvidia's drivers for all of their modern video cards are not
open source, and because of this many distributions do not
include them. If your Nvidia card is running slowly, this is
probably the cause, you should visit Nvidia.com to download the
linux installer. In my experience these drivers are great, but
not all versions work 100% with all cards. If you have a
misbehaving Nvidia video card, try a different driver version.

Linux kernel 2.6.8 / Nvidia driver version 6111 /TnT card and
possibly other cards and kernels have issues with the GL game.
Upgrade to NVIDIA-Linux-x86-1.0-7167 to fix these problems.
If you don't want to change your nvidia driver and the game seems
to halt, try using the alt-enter key combination to switch to
windowed mode and redraw the screen. This behavior is the same
for glquake.

3dfx Voodoo1, Voodoo2 and Voodoo Rush are no longer hardware
accelerated under XFree-4.x and X.org releases.  You need Glide,
and Mesa compiled against Glide.  For some more detailed info,
consult the document README.3dfx.


3.4 Links
---------

    Hammer of Thyrion
	Home page		: http://uhexen2.sourceforge.net/
	Project page		: http://sourceforge.net/projects/uhexen2/
	Work-in-progress	: http://uhexen2.sourceforge.net/devel/
	SVN Repository		: http://uhexen2.svn.sourceforge.net/
	CVS Repository (old)	: http://uhexen2.cvs.sourceforge.net/uhexen2/
	MorphOS port		: http://www.binaryriot.org/users/kiero/
				  http://aminet.net/package/game/shoot/GLHexen2
	AmigaOS4 port		: http://os4depot.net/?function=showfile&file=game/roleplaying/uhexen2.lha
	AROS port		: http://wizard2k8.uw.hu/aros.html
				  http://aros-exec.org/modules/newbb/viewtopic.php?forum=4&topic_id=6903
	GP2X port		: http://www.gp32x.com/board/index.php?showtopic=40562
				  http://www.dcemu.co.uk/vbulletin/showthread.php?p=2148019592
				  http://wiki.gp2x.org/wiki/2xhexen2
	Pandora (GP2X) port	: http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,30,66
	PalmOS port		: http://www.metaviewsoft.de/

    Hammer of Thyrion packages / builds
	FreshPorts for FreeBSD	:
		main package	: http://www.freshports.org/games/uhexen2/
		extra package	: http://www.freshports.org/games/uhexen2-extras/
	Arch Linux packages	: http://aur.archlinux.org/packages.php?ID=12618
	Gentoo ebuilds		:
		the main ebuild	: http://bugs.gentoo.org/show_bug.cgi?id=105780
		for demo data	: http://bugs.gentoo.org/show_bug.cgi?id=139262
		for extra data	: http://bugs.gentoo.org/show_bug.cgi?id=139278
	Gentoo Sunrise overlay	: http://overlays.gentoo.org/proj/sunrise/browser/sunrise/games-fps
	Nokia N770/800/810 build: http://www.internettablettalk.com/forums/showthread.php?p=134552
	QNX builds		: http://sourceforge.net/projects/openqnx/files/

    Other Hexen II ports
	JLQuake, a Quake1/2/3 and H2/HW engine:
				  http://sourceforge.net/projects/vquake/
	FTE QW, a Q1/QW engine with H2 support:
				  http://www.fteqw.com/
	Hexen II PSP port	: http://jurajstyk.host.sk/
	Korax's UQE Hexen II	: http://www.korvinkorax.com/category/games/ultimate-quake-engine/

    Older, currently inactive Hexen II ports
	Hexen II Mac port	: http://macglquake.sourceforge.net/
	Hexen II Dreamcast	: http://dcquake.sourceforge.net/
	JSHexen II		: http://jurajstyk.host.sk/
	Pa3PyX's Hexen II	: http://pa3pyx.dnsalias.org/

    Other links:
	Official Hexen II FAQ	: http://www.raven-games.com/hex2faq/
	Hexen II resources at gamers.org:
				  http://www.gamers.org/pub/idgames2/hexen2/
				  http://www.gamers.org/pub/idgames2/planetquake/hexenworld/
	DarkRavager's Hexen II resources:
				  http://pages.citenet.net/users/danielm/hexen/hexen.html
	Hexen2-Linux Game Tome	: http://happypenguin.org/show?Hammer%20of%20Thyrion
	Hexen2-Linux Gamer Guide: http://linux.strangegamer.com/index.php?title=HeXen_II
	Linux Quake How-To	: http://tldp.org/HOWTO/Quake-HOWTO.html
	SDL homepage		: http://www.libsdl.org/
	ALSA homepage		: http://www.alsa-project.org/
	id Software		: http://www.idsoftware.com/
	Raven Software		: http://www.ravensoft.com/
	Raven games fan sites	: http://www.ravengames.com/
				  http://forums.ravengames.com/
				  http://www.raven-games.com/
				  http://www.raven-games.com/vintage/


3.5 Thanks
----------

Thanks to ID Software, Raven Games and Activision for a great game
and for supporting open source software, to Dan Olson and Clément
Bourdarias for the initial Linux port, and to sourceforge.net for
hosting us.  Many thanks to all of our contributors: see the AUTHORS
file for a complete list of them.


---------------------------------
APPENDIX  A.  Some Legacy Options
---------------------------------

If, while running around, the screen occasionally twitches up
and down, then you must disable lookspring by typing
"lookspring 0" in the game console, or by editing your
config.cfg file in $HOME/.hexen2/data1/config.cfg.

Lookspring, lookstrafe and keyboard look (+klook) are legacy
options for systems without a mouse which we actually didn't
kill for historical reasons. They are pretty much of no use
today, and we recommend disabling them if they are not already.

These options and key bindings are removed from the menu system
as of Hammer of Thyrion 1.3.0.  For reference, here are what
they are meant to do, as written in the old manuals:

  lookspring:	0 or 1. Returns your view immediately to straight
		ahead when you release the look up / down key.
		Otherwise, you must move forward for a step or
		two before your view snaps back.
  lookstrafe:	0 or 1. If you are using the look up / down key,
		then this option causes you to sidestep instead
		of turn when you try to move left or right.
  keyboard look: If +klook is bound to a key, press that key to
		use your movement keys to look up or down.
  mouse look:	If +mlook is bound to a key, press that key to
		allow your mouse to look up or down (by sliding
		it forward and back), and to remain looking up
		or down even if you move forward.

About

An attempt to rewrite Hexen 2 engine for my purposes

Resources

Stars

Watchers

Forks

Packages

No packages published