Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
And the game is 18 years old and running on a 20 year old engine, there is no 1920x1080 option
1920x1080 is a 16:9 ratio
The game runs in either 5:4 or 4:3 ratio's
So on a widescreen monitor, unless you want a stretched image you play in a window
There are patches you can download which force the game to mimic 16:9 but they all sacrifice quality, most simply zoom in and show you less of the world while you are playing. Others force the game to render outside the central image which creates artifacts, clipping issues or missing game elements since the world was not designed to be viewed this way
You can google and find them, there are none I can recommend, but they do exist
This is what ini may looks like:
Code:
Include Setup\Locale.zip
//DrawDll Render3DFX.dll
DrawDll RenderOpenGL.dll
//DrawDll RenderOpenGL.dll
SoundDll Sound.dll
ScriptDll GSC.dll
LocaleDLL Locale.dll
Resolution 1920x1080
ColorDepth 32
Anisotropy 2
AntiAlias
DisableLight
ShadowDetail 2
TextureResolution 0
DisableDXT
DisablePAL
Window
StartUpperPos 0,0
NOTE:
--> OpenGL is used as Direct3D causes possible audio issues, random game crashes and it makes the game run extremely fast for some players (you'll experience coil whine because of the high FPS).
--> Resolution 1920x1080 - 1920 and 1080 can be changed to whatever resolution values you desire.
--> Windowed mode is turned on as widescreen resolutions do not work without it. The game will still open and play like it's in fullscreen though (you won't see any borders or your system tray).
--> StartUpperPos 0,0 helps multi-monitor users in preventing a "camera shake" bug, as well as ensuring that the game does not appear on only one screen or in the corner of their screen.
If you experience extremely fast mouse movement:
right-click the "Hitman.exe" file (shortcut found in the game's main folder) and select Properties. Then click on the Compatibility tab and tick the "Disable desktop composition" box. After that, click the "Apply" button. This fix was posted on various threads and should hopefully work.