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
EDIT: BTW, when I alt tab out to check my recorded video, and go back into the game, it causes postal 2 to crash. Maybe I've got an outdated version of obs? Though it usually updates by itself, coming with warnings saying it requires to update and if you want to let it or not. So maybe postal 2 is outdated?
"Game capture works only with programs that use DirectX 9/10/11 and OpenGL. Postal 2 appears to use DirectX 8.1, so that isn't going to get captured properly. You'd need to run the game in a window and use window capture, or use a program like Dxtory to capture it and then add Dxtory's DirectShow output to OBS as a video capture source."
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
EDIT: I'll give them a try, thanks again!