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
WindowedViewportX=1366
WindowedViewportY=768
FullscreenViewportX=1366
FullscreenViewportY=768
MenuViewportX=1024
MenuViewportY=768
Brightness=0.500000
Contrast=0.500000
Gamma=1.000000
UseJoystick=False
CaptureMouse=True
StartupFullscreen=True
ScreenFlashes=True
NoLighting=False
MinDesiredFrameRate=10.000000
Decals=True
Projectors=True
NoDynamicLights=False
TextureDetailWorld=High
TextureDetailSkin=High
TextureDetailLightmap=High
TextureDetailTerrain=High
TextureDetailWeapon=High
TextureMinLOD=0
TextureMaxLOD=12
MouseXMultiplier=1.000000
MouseYMultiplier=1.000000
ForceOneCore=False
UseXboxJoystick=False
FullscreenWindowed=True
NoFractalAnim=False
Should be something like "ReduceMouseLag=True" and set it to "False"
LockRect failed: D3DERR_DEVICELOST
History: UD3DRenderDevice::ReadPixels <- UD3DRenderDevice::Present <- UGameEngine::Draw <- UGameEngine::Draw <- UWindowsViewport::Repaint <- UWindowsClient::Tick <- ClientTick <- UGameEngine::Tick <- UpdateWorld <- MainLoop
Edit your local Postal2.ini file with Notepad or a text editor, look for this section:
[Engine.Engine]
RenderDevice=D3DDrv.D3DRenderDevice
;RenderDevice=Engine.NullRenderDevice
;RenderDevice=OpenGLDrv.OpenGLRenderDevice
Change it so that there's a semicolon in front of the D3DDrv line, and none in front of the OpenGLDrv line:
[Engine.Engine]
;RenderDevice=D3DDrv.D3DRenderDevice
;RenderDevice=Engine.NullRenderDevice
RenderDevice=OpenGLDrv.OpenGLRenderDevice
Go to the Postal2 folder (default ../steam/steamapps/common/postal2complete) and open the folger called system. There should be a postal2.exe. right-click and go to the last option (idk what it is called in English, sry :/) a small window opens up and click on the tap called Compatibility. There, you check the first box and select Windows XP Service Pack 3. Run this .exe as Administrator. You bypass the launcher this way and it runs perfectly fine, at least for me.