------- Input Initialization -------
Initializing DirectInput...
Couldn't set DI coop level
Falling back to Win32 mouse support...
------- Input Initialization Complete ------- 49
You are now setup for easy mode.
----- Client Initialization -----
Called FadeSound with: 0.000000
----- Initializing Renderer ----
----- R_Init -----
Initializing OpenGL subsystem
...initializing QGL
...calling LoadLibrary( 'C:\WINDOWS\System32\opengl32.dll' ): succeeded
...setting mode 9: 1600 1200 FS
...using colorsbits of 32
...calling CDS: ok
...registered window class
...created window@0,0 (1600x1200)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 32, 24, 0 )
...35 PFDs found
...GLW_ChoosePFD failed
...failed to find an appropriate PIXELFORMAT
...restoring display settings
...WARNING: could not set the given mode (9)
...setting mode 9: 1600 1200 FS
...using colorsbits of 16
...calling CDS: ok
...created window@0,0 (1600x1200)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 16, 16, 0 )
...35 PFDs found
...GLW_ChoosePFD failed
...failed to find an appropriate PIXELFORMAT
...restoring display settings
...WARNING: could not set the given mode (3)
...shutting down QGL
...unloading OpenGL DLL
...assuming '3dfxvgl' is a standalone driver
...initializing QGL
...WARNING: missing Glide installation, assuming no 3Dfx available
...shutting down QGL
GLW_StartOpenGL() - could not load OpenGL subsystem[/code:63d2b]
One last thought. This wont stop it from working, but it will make it look proper on your TV once you get it working.
TV (non-widescreen models) has an aspect ratio of 3:4. That is to say your TV is 3 units HIGH and 4 units WIDE. To have the game properly centered on screen you MUST ALSO have your monitor's resolution set to a resolution that is 3:4 ex: 640x480 800x600 1600x1200 If you don't do this it will still work on TV no problem but your crosshair will be off center on the screen and you'll have the top/bottom and/or sides of the picture chopped off.
Now that I re-read your post and see your from the UK I might be wrong about the aspect ration since North America uses NTSC and UK uses PAL.
Try it anyway.