@REM Optimizations for running GLHexenII with 640X480X16BPP @REM The following lines are optimizations for 3Dfx VooDoo1. @REM Remove these lines if you are not using 3Dfx: SET SST_SCREENREFRESH=60 SET SST_GRXCLK=54 SET FX_GLIDE_SWAPINTERVAL=0 SET FX_GLIDE_NO_SPLASH=1 SET SST_FASTMEM=1 SET SST_FASTPCIRD=1 SET SST_SWAP_EN_WAIT_ON_VSYNC=0 SET SST_GAMMA=2.1 SET SST_VIDEO_24BPP=1 @REM @REM How GL Works (from ): @REM The executable relies on the OpenGL library created @REM by 3Dfx to support their Voodoo graphics cards. If @REM you have a non-Voodoo graphics board that fully @REM supports OpenGL, you can try removing the file @REM Opengl32.dll from the Hexen II: Mission Pack @REM directory. This will force the program to use @REM the GL library installed with your card's drivers. @REM However, there are no guarantees that this will work. @REM @REM @REM Here is the optimized command line for HEXEN II: @REM glh2.exe -width 640 -height 480 -bpp 16 -heapsize 32000 -nojoy -noipx -zone 1024 @REM @REM For the Mission Pack, use this command line instead of the one above @REM (move the @REM to the line above): @REM @REM glh2mp.exe -width 640 -height 480 -bpp 16 -heapsize 32000 -nojoy -noipx -zone 1024 @REM @REM Here are additional command line options to consider: @rem -window +_windowed_mouse 1 -nocdaudio @REM @REM Also, try increasing the display resolution by making the following substitution: @rem -width 1024 -height 768 -bpp 32 @REM @REM Copy this file into your Hexen2 directory. @REM You should create a shortcut for this file in your Startup\Programs\Hexen2 menu, @REM or on your desktop.