HG2 FAQ Index | HG2 Full (Regular) view | FAQ Home
Heavy Gear 2 FAQ
Last Updated on: 2000-09-16 01:43:06
This is where you will find useful information about Heavy Gear 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.
|
||
Linux kernel version 2.2.X Pentium 233 with 3D accelerator card 64 mb RAM required (128 MB recommended) CD-ROM driver |
Video card capable of 640x480 resolution XFree86 version 3.3.5 or newer at 16bpp OSS compatible sound card Hard disk drive with at least 450 mb of space |
libttf.so
is part of FreeType. You can download the project's files from http://www.freetype.org/.
1.3 is a good version, you do not need the (currently in heavy development) 2.x.libesd.so
is part of EsounD. You can download the project's files from http://www.tux.org/~ricdude/EsounD.html.
You do not have to have the esd
service running to play the game, but the library does need to be present in order to run the game.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.libGL.so
, you may choose one here.hg2
" 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./usr/local/games
(or wherever you choose to install the game).libttf.so
is part of FreeType. You can download the project's files from http://freetype.sourceforge.net/.
1.3 is a good version, you do not need the (currently in heavy development) 2.x.libesd.so
is part of EsounD. You can download the project's files from http://www.tux.org/~ricdude/EsounD.html.
You do not have to have the esd
service running to play the game, but the library does need to be present in order to run the game.loki_update
(http://updates.lokigames.com/).1.0a:
hg2 -o /path/to/your/preferred/libGL.so(specifying the correct path in place of the placeholder, of course)
hg2 -g
Note that not all OpenGL drivers correctly support fog. If it looks noticably incorrect, please try
hg2 -xinstead. That will provide you with the "vertex-fogging" hack, which simulates the in-game fog reasonably well.
Xvideo
extension as being available.
If the SDL
library provided with HG2 (or one located elsewhere on your system) attempts to use this extension, you may see the error listed, above.
To disable the use of the Xvideo
extension, try launching HG2 with:
export SDL_VIDEO_YUV_HWACCEL=0 hg2
This has been resolved with the new 0.9-6 (and 0.9-767) drivers (and did not occur with the 0.9-4 drivers). So, if you are experiencing this problem, please upgrade to the latest version of the drivers.
If the new drivers do not correct the situation, you can turn of Detail Textures
in the video settings in the game.
This typically fixes any remaining issues on nVidia cards.
In a small number of cases, this does not fix the crash.
If this is the case, try switching to the twm
window manager to see if it is a window manager conflict.