Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

DMZ: North Korea

From PCGamingWiki, the wiki about fixing PC games
DMZ: North Korea
DMZ: North Korea cover
Developers
Jarhead Games
Publishers
Vivendi Games
Engines
Unreal Engine 2
Release dates
Windows 2006
Taxonomy
Monetization One-time game purchase
Microtransactions None
Modes Singleplayer
Pacing Real-time
Perspectives Third-person
Controls Direct control
Genres Action, TPS
Art styles Realistic
Themes Asia, Contemporary
DMZ: North Korea on MobyGames

DMZ: North Korea is a singleplayer third-person action and TPS game.

Availability

Source DRM Notes Keys OS
Retail
DRM-free
Windows

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\System\*ini[Note 1]
DMZNorthKorea.ini contains general settings.
User.ini contains camera FOV, mouse, keyboard/controller bindings and other settings.

Save game data location

System Location
Windows <path-to-game>\Saves\[Note 1]

Video

Video Settings
Video Settings

Widescreen resolution

Edit ini file[1]
  1. Launch the game at least once then close it.
  2. Open DMZNorthKorea.ini.
  3. Go to the [WinDrv.WindowsClient] section.
  4. Set FullscreenViewportX and FullscreenViewportY to the desired resolution.

Notes

Vert-: Image is cropped on widescreen resolutions, increase FOV to compensate, see Field of view (FOV).
Menus and HUD are stretched.

Field of view (FOV)

Edit ini file[2]
  1. Launch the game at least once then close it.
  2. Open User.ini.
  3. Change the following lines to the desired value:
DesiredFOV=90.000000
DefaultFOV=90.000000

Notes

To maintain identical vertical FOV to the 4:3 FOV at 16:9 resolutions, use 106. At 21:9 resolutions, use 121.
Cutscene FOV is increased as well.
Game could start to randomly reset those values. If so, edit those values in <path-to-game>\System\DefUser.ini too.

Windowed

Edit ini file[3]
  1. Launch the game at least once then close it.
  2. Open DMZNorthKorea.ini.
  3. Find the section [WinDrv.WindowsClient].
  4. In that section, find an entry WindowedViewportX= and set its value to your desired window width.
  5. In that section, find an entry WindowedViewportY= and set its value to your desired window height.
  6. Set StartupFullscreen= to False to start the game in windowed mode.

Anisotropic filtering (AF)

Edit ini file[4]
  1. Launch the game at least once then close it.
  2. Open DMZNorthKorea.ini.
  3. Change the line LevelOfAnisotropy=1 to any value desired (between 1 and 16).

Vertical sync (Vsync)

Edit ini file[5]
  1. Launch the game at least once then close it.
  2. Open DMZNorthKorea.ini.
  3. Change the line UseVSync=False to UseVSync=True.

Input

Control Settings
Control Settings

Keyboard and mouse State Notes
Remapping
Mouse acceleration
Acceleration is off by default. To turn it on, see Mouse acceleration.
Mouse sensitivity
Minimum of 1 and max of 25. For higher than 25 or lower than 1, see Mouse sensitivity.
Mouse input in menus
Mouse Y-axis inversion
Controller
Controller support
Set UseJoystick=True in DMZNorthKorea.ini under [WinDrv.WindowsClient].
Full controller support
Controller remapping
Edit in User.ini.
Controller sensitivity
Edit in User.ini.
Controller Y-axis inversion
Edit in User.ini.
Controller types
XInput-compatible controllers
PlayStation controllers
Generic/other controllers
Additional information
Controller hotplugging
Haptic feedback
Digital movement supported
Simultaneous controller+KB/M

Mouse acceleration

Edit ini file[6]
  1. Launch the game at least once then close it.
  2. Open User.ini.
  3. Change the line MouseAccelThreshold=0 to the desired value.

Notes

[Engine.PlayerInput] entries are created upon inverting mouse y-axis or adjusting sensitivity.

Mouse sensitivity

Edit ini file[7]
  1. Open User.ini.
  2. Change the line MouseSensitivity= to the desired value.

Notes

[Engine.PlayerInput] entries are created upon inverting mouse y-axis or adjusting sensitivity.

Jerky/Uneven mouse movement

Edit ini files[8]
  1. Launch the game at least once then close it.
  2. Open User.ini.
  3. Go to the following lines and change 2.0 to 0.1:
  4. MouseX=Count bXAxis | Axis aMouseX Speed=2.0
    
    MouseY=Count bYAxis | Axis aMouseY Speed=2.0
  5. Change the line MouseSmoothingMode= to 1 and MouseSamplingTime= to:
    • 0.008 for 125Hz polling rate
    • 0.004 for 250Hz polling rate
    • 0.002 for 500Hz polling rate
    • 0.001 for 1000Hz polling rate
  6. Change the line MouseSensitivity= to 50 in User.ini (more or less, if needed to adjust).
  7. Open DMZNorthKorea.ini.
  8. Change ReduceMouseLag= to False.

Notes

Opening the control settings in-game to adjust mouse sensitivity will reset the value to 10 or below, making aiming way too slow.

Audio

Audio Settings
Audio Settings

Audio feature State Notes
Separate volume controls
Music, SFX and Voice sliders.
Surround sound
Up to 7.0 output with DirectSound3D restoration software or OpenAL. See Surround sound.
Subtitles
Closed captions
Mute on focus lost
EAX support
EAX 3.0.
Royalty free audio

Surround sound

By default, the game outputs to stereo on modern versions of Windows. This forces the game to use the system's OpenAL device as output and restore surround sound.
Forcing the game to use the system's OpenAL device may lead to audio dropouts, missing and substituted audio samples.
Restore surround sound[9]
  1. Launch the game at least once then close it.
  2. Open DMZNorthKorea.ini.
  3. Set Use3DSound=True and UseDefaultDriver=False, and save.

Localizations

Language UI Audio Sub Notes
English

Issues fixed

Poor performance on the DX8 renderer on Windows 8/8.1/10/11

Use the Direct3D 9 renderer
  1. Open DMZNorthKorea.ini.
  2. Change the line RenderDevice=D3DDrv.D3DRenderDevice to RenderDevice=D3D9Drv.D3D9RenderDevice.
Use dgVoodoo2.
Use crosire's d3d8to9 wrapper
  1. Download d3d8.dll from here.
  2. Place it in <path-to-game>\System.

Run the game at the screen's refresh rate

Default refresh rate is 60 Hz. This does not limit FPS, but may set your monitor's refresh rate to it, which may result in screen tearing on a 120 Hz or 144 Hz monitor.
Set fullscreen refresh rate[10]
  1. Launch the game at least once then close it.
  2. Open DMZNorthKorea.ini.
  3. Find the line DesiredRefreshRate=60.
  4. Change the value to your monitor's refresh rate. For example, 120 or 144.

Notes

Modifying any video options will undo the custom refresh rate.

Other information

API

Technical specs Supported Notes
Direct3D 8.1, 9.0c
OpenGL
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Audio OpenAL

System requirements

Windows
Minimum Recommended
Operating system (OS) 2000, XP
Processor (CPU) Pentium 4 1.8 GHz
AMD Athlon 1.8 GHz
System memory (RAM) 256 MB
Hard disk drive (HDD) 800 MB
Video card (GPU) Nvidia GeForce 3 Ti 200
ATI Radeon 8500
64 MB of VRAM
DirectX 8.1 compatible
Sound (audio device) Windows-compatible
Other 4x CD-ROM reader


Notes

  1. 1.0 1.1 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).

References

  1. Verified by User:AlphaYellow on 2023-12-10
  2. Verified by User:AlphaYellow on 2023-12-10
  3. Verified by User:AlphaYellow on 2023-12-10
  4. Verified by User:AlphaYellow on 2023-12-10
  5. Verified by User:AlphaYellow on 2023-12-10
  6. Verified by User:AlphaYellow on 2023-12-10
  7. Verified by User:AlphaYellow on 2023-12-10
  8. Verified by User:AlphaYellow on 2023-12-10
  9. Verified by User:AlphaYellow on 2023-12-10
  10. Verified by User:AlphaYellow on 2023-12-10