To make DX run in a window constantly, try this:
1: Open DeusEx.Ini.
2: Find "[WinDrv.WindowsClient]" in it.
3: Change the settings in WindowedViewPort to about the size of your desktop. A good size for a 1024x768 window would be:
- Code: Select all
WindowedViewportX=1024
WindowedViewportY=734
WindowedColorBits=32
4: Finally, set "StartupFullscreen=True" to "StartUpFullScreen=False".
That should force DX to start in a window, and be about your desktop size.
(If this doesn't work, just change the StartupFullScreen bit back to true.)