Heretic2 FAQ Index | Heretic2 Full (Regular) view | FAQ Home
Heretic 2 FAQ
Last Updated on: 2000-09-16 01:42:54
This is where you will find useful information about Heretic 2. The following are answers to some frequently asked questions about this game. Please read these before e-mailing Loki Technical Support - Chances are your question is answered here too!
This FAQ is modelled on the Linux HOWTO documents for consistency and ease of navigation.
Otherwise you may follow these instructions:
mount
" command. If you are unsure how this works, please check the documentation for your Linux distribution. Generally, the format for mounting a CD-ROM under Linux is similar to:
mount -t iso9660 -r /dev/cdrom /mnt/cdrom
sh [Mounted CD-ROM Path]/setup.sh
". Be sure to replace the [Mounted CD-ROM Path] portion of this command with the correct path for the mounted CD-ROM. In the example above, the command would be:
sh /mnt/cdrom/setup.sh
$PATH
where a symbolic link for the binary should be set up. Make sure you have write permissions in both of these directories.heretic2
" from the console (you shouldn't have to enter the complete path). If you chose to install desktop icons, and you are running one of the desktops, you will be able to launch the game from the installed icons.Initializing VID module Initialize software renderer Setting mode x11 for device mouse Initialized 1024x768 16bit display Shutting down sound. Shutting down input handling Shutting down sound. Warning: currently only R5G6B5 mode supported Exiting Heretic II... recursive shutdownYou will either need to launch your X server at 16 bpp mode (which can be done from the command-line with a command such as '
startx -- -bpp 16
' for XFree86 3.3.x, or 'startx -- -depth 16
' for XFree86 4.0.x), or by changing the defaults in your X configuration.
However, you also have the option of running the game in 3D accelerated mode.
To do so, follow the instructions in the README.more
file on the Heretic 2 CD.
loki_update
1.0.10 or later.
This patch also includes localization support, so the game can be converted (through loki_update
) from any of the supported languages to any of the supported languages: English, French, German, Italian, or Spanish.
So, there is no need to download the expansion pack, it's already part of the game!
Make certain you are already in the Heretic 2 install directory before unpacking. The installer will not prompt you for this information.
heretic2 +set vid_ref glx +set gl_driver /path/to/your/preferred/libGL.so(specifying the correct path in place of the placeholder, of course)
README.more
on the Heretic 2 CD.
In short, you will need to have 3D drivers already configured for your setup (as described elsewhere in our OpenGL FAQs).
You will also need to know the location of the correct, accelerated libGL.so or equivalent.
The command-line to launch the game with OpenGL acceleration is:
heretic2 +set vid_ref glx +set gl_driver /path/to/your/preferred/libGL.so(specifying the correct path in place of the placeholder, of course)
You may also specify a video mode, by adding '+set vid_mode X
' to the end of the command-line, with X being a number from this table:
0 320 x 240 1 400 x 300 2 512 x 384 3 640 x 480 4 800 x 600 5 960 x 720 6 1024 x 768 7 1280 x 1024 8 1600 x 1200Not all 3D cards support all resolutions.
Please consult README.more
for more detail.
ENTER
key to select your option.
This is identical behavior to the Windows version of the game, and it is not expected to change.