Found out some useful stuff if anyone is interested.
To get the
CdPath= no cd setting to work you need to instal the 1112fm patch, even if you're already using the GOTY edition that has it preinstalled. After patching setting the
CdPath= to show no drive letter allows you to play without the CD and works flawlessly.
Also, it's probably fairly obvious to some of you guys, but I twigged last night that you can actually do some worthwhile tweaks in Deusex.ini to get the visual quality up a bit. I know this might be redundant information for a lot of people but I'll include it here for the sake of completeness anyway.
First off you really should use the texture mod linked in my OP, not only does it have high res textures but it also includes an updated opengl dll that helps with the IQ.
You wan to load Deus Ex up the first time without making any changes to deusex.ini. If this is your first time running the game then you'll want to pick OpenGL as youer renderer, if it isn't your frist time then you need to open deusex.ini up first and find the
[Engine.Engine] line and do the following:
Code:
[Engine.Engine]
GameRenderDevice=[B]OpenGLDrv.OpenGLRenderDevice[/B]
After this you can start the game.
From the ingame menus set everything to the highest settings you can and then exit the game.
Now you want to open up deusex.ini and find the following bit:
Code:
[WinDrv.WindowsClient]
WindowedViewportX=640
WindowedViewportY=480
WindowedColorBits=32
FullscreenViewportX=[B]1680[/B]
FullscreenViewportY=[B]1050[/B]
It's pretty much self explanatory but the bolded bit is where you can set what resolution you want to use. I've set mine to 1680 x 1050 in here as you can't select that resolution ingame. In the same file you want to find the
[OpenGLDrv.OpenGLRenderDevice] section and add changes your settings to reflect the bolded bits:
Code:
[B]UseTrilinear=True[/B]
[B]MaxAnisotropy=16[/B]
SupportsLazyTextures=0
ZRangeHack=False
AAFilterHint=0
NoAATiles=False
[B]NumAASamples=16[/B]
[B]UseAA=True[/B]
The following bit I've nabbed from the widescreen gaming forum with regards to FOVs. You need to open
user.ini and find the
DesiredFOV= line. This should be set to 75.00000 by default, however you need to change this to reflect your aspect ratio. In my case I've set it to the following, for a 16:10 aspect ratio:
Here are some settings you can use for other aspect ratios:
16:9=91.3154482287
15:9=87.61661884
I think that about sums it up. Hope it's of use to someone!