Unofficial Patch to Halflife for people that dont want to use steam
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
single player and multiplayer both work flawlessly (seemingly in this 60 seconds of testing at least)
sound is totally muted after switching to a different TTY after joining game. sound is fine, however, if havent joined/created multi/single player game yet. (have not tested task switching):
enable console by adding -console to hl.exe arguments and network games seem to work flawlessly in the 30 seconds tested.
CAVEATS: I connected to an actual computer running windows98 and half-life game of the same version on my local network (I presume it will work regardless of OS/emulator/etc), but I could only connect by using the console command `/connect 192.168.etc.etc`. lan games do not show up in lan game browser.
nothing else watested
What does not
it seems that most installations will work okay in single player, but in multiplayer the video will be just a black screen but still be able to hear gunshots and game sounds. in other installations this would also happen in single player (sometimes the black screen would be the last thing on the screen, such as the loading screen.)
if this happens, keep trying. a fresh wine 1.2.0 installation with halflife patched up to unofficial 1.1.1.2 works for me.
What was not tested
internet play.
playing through a whole level.
playing very long at all.
for this reason only, I am giving only a Gold rating.
did not test ricochet, team fortress, blue shift, opposing force, counter-strike, etc etc....
"Half-Life requires 16 bit color. Please change your desktop settings to HiColor."
This is the result of an invalid screen depth reported here:
08069948:Call gdi32.GetDeviceCaps(00000088,0000000c) ret=00412a24
^^^^^^^^ 0x0c == 12 == BITSPIXEL
08069948:Ret gdi32.GetDeviceCaps() retval=00000018 ret=00412a24
^^^^^^^^ 0x18 == 24 bpp
Most probably you're not running X11 at 16 bpp. Run "xdpyinfo" to check that.
Or maybe you have set "ScreenDepth" in the wine config file ?
(and of course to a setting that HL doesn't want, i.e. != 16 !)
And if you set ScreenDepth to 16, then it might still yell a "wine: Depth 16 not supported on this screen." at you.
This is probably because your 32 bpp screen is not capable of
multi-depth. You *need* to use a 16 bpp screen mode in this case,
I think.
FIXME: maybe problem hints should go into the LHL HOWTO instead...