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.

Difference between revisions of "World War II Combat: Road to Berlin"

From PCGamingWiki, the wiki about fixing PC games
Line 117: Line 117:
  
 
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
{{Fixbox|description=Edit User.ini|ref=<ref>{{Refcheck|user=AlphaYellow|date=2023-06-05}}</ref>|fix=
+
{{Fixbox|description=Edit ini files|ref=<ref>{{Refcheck|user=AlphaYellow|date=2023-06-05}}</ref>|fix=
 
# Launch the game at least once then close it.
 
# Launch the game at least once then close it.
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Go to the [[#Game data|configuration file(s) location]].
Line 252: Line 252:
 
'''Notes'''
 
'''Notes'''
 
{{ii}} [Engine.PlayerInput] entries are created upon inverting mouse y-axis or adjusting sensitivity.
 
{{ii}} [Engine.PlayerInput] entries are created upon inverting mouse y-axis or adjusting sensitivity.
 +
}}
 +
 +
===Jerky/Uneven mouse movement===
 +
{{Fixbox|description=Edit ini files|ref=<ref>{{Refcheck|user=AlphaYellow|date=2023-06-05}}</ref>|fix=
 +
# Launch the game at least once then close it.
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{file|User.ini}} and {{file|{{P|uid}}.ini}} (Username is inside {{folder|Profiles}} folder).
 +
# Go to the following lines and change <code>6</code> to <code>0.1</code>:
 +
# <pre>MouseX=Count bXAxis | Axis aMouseX Speed=6</pre>_<pre>MouseY=Count bYAxis | Axis aMouseY Speed=6</pre>
 +
# Change the line <code>MouseSmoothingMode=</code> to {{code|1}} and <code>MouseSamplingTime=</code> to:
 +
#* {{code|0.008}} for 125Hz polling rate
 +
#* {{code|0.002}} for 500Hz polling rate
 +
#* {{code|0.001}} for 1000Hz polling rate
 +
# Change the line <code>MouseSensitivity=</code> to <code>50</code> in User.ini (more or less, if needed to adjust).
 +
 +
'''Notes'''
 +
{{ii}} Opening the control settings in-game to adjust mouse sensitivity will reset the value to 10 or below, making aiming way too slow.
 
}}
 
}}
  
Line 344: Line 361:
 
'''Notes'''
 
'''Notes'''
 
{{ii}} Modifying any video options will undo the custom refresh rate.
 
{{ii}} Modifying any video options will undo the custom refresh rate.
}}
 
 
===Jerky/Uneven mouse movement===
 
{{Fixbox|description=Edit ini files|ref=<ref>{{Refcheck|user=AlphaYellow|date=2023-06-05}}</ref>|fix=
 
# Launch the game at least once then close it.
 
# Go to the [[#Game data|configuration file(s) location]].
 
# Open {{file|User.ini}} and {{file|{{P|uid}}.ini}} (Username is inside {{folder|Profiles}} folder).
 
# Go to the following lines and change <code>6</code> to <code>0.1</code>:
 
# <pre>MouseX=Count bXAxis | Axis aMouseX Speed=6</pre>_<pre>MouseY=Count bYAxis | Axis aMouseY Speed=6</pre>
 
# Change the line <code>MouseSmoothingMode=</code> to {{code|1}} and <code>MouseSamplingTime=</code> to:
 
#* {{code|0.008}} for 125Hz polling rate
 
#* {{code|0.002}} for 500Hz polling rate
 
#* {{code|0.001}} for 1000Hz polling rate
 
# Change the line <code>MouseSensitivity=</code> to <code>50</code> in User.ini (more or less, if needed to adjust).
 
 
'''Notes'''
 
{{ii}} Opening the control settings in-game to adjust mouse sensitivity will reset the value to 10 or below, making aiming way too slow.
 
 
}}
 
}}
  

Revision as of 00:32, 7 June 2023

World War II Combat: Road to Berlin
World War II Combat: Road to Berlin cover
Developers
Direct Action Games
Publishers
Groove Games
Poland City Interactive
Russia 1C Company
Engines
Unreal Engine 2
Release dates
Windows January 24, 2006
Taxonomy
Monetization One-time game purchase
Modes Singleplayer, Multiplayer
Pacing Real-time
Perspectives First-person
Controls Direct control
Genres Action, FPS, Shooter
Art styles Realistic
Themes Europe, Historical, World War II
Series World War II (Groove Games series), Battlestrike
World War II Combat: Road to Berlin on MobyGames
World War II Combat: Road to Berlin on Wikipedia
World War II (Groove Games series)
World War II: Sniper - Call to Victory 2004
World War II Combat: Road to Berlin 2006
World War II Combat: Iwo Jima 2006

Warnings

GameSpy online services have been shut down (see Network for solutions).

World War II Combat: Road to Berlin is a singleplayer and multiplayer first-person action, FPS and shooter game in the World War II (Groove Games series) and Battlestrike series.

Key points

Suffers from poor performance on Windows 8/8.1/10/11, due to their bad DirectDraw emulation. See Issues fixed.
Retrofitted by City Interactive as Battlestrike: Secret Weapons (in Europe) and Rajd na Berlin: Tajna Broń III Rzeszy (in Poland).

Availability

Source DRM Notes Keys OS
Retail
Disc check (requires the CD/DVD in the drive to play)
Simple disc check.
Windows
This game is not available digitally.

Game data

Configuration file(s) location

System Location
Windows %APPDATA%\Groove Games\Berlin\*.ini
Berlin.ini contains general settings.
User.ini contains camera FOV, mouse, keyboard/controller bindings and other settings.

Save game data location

System Location
Windows %APPDATA%\Groove Games\Berlin\Profiles\<user-id>.ini

Video

Video Settings.
Video Settings.

Widescreen resolution

Edit ini file[1]
  1. Launch the game at least once then close it.
  2. Go to the configuration file(s) location.
  3. Open Berlin.ini.
  4. Go to the [WinDrv.WindowsClient] section.
  5. Set FullscreenViewportX and FullscreenViewportY to the desired resolution.

Notes

Some menu elements become cropped.
Lower vertical FOV at wider aspect ratios (Vert-). Increase FOV to compensate, see Field of view (FOV).

Field of view (FOV)

Edit ini files[2]
  1. Launch the game at least once then close it.
  2. Go to the configuration file(s) location.
  3. Open User.ini and <user-id>.ini (Username is inside Profiles folder).
  4. Define FoV in following lines:
DesiredFOV=85.000000
DefaultFOV=85.000000

Notes

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

Windowed

Edit ini file[3]
  1. Launch the game at least once then close it.
  2. Go to the configuration file(s) location.
  3. Open Berlin.ini.
  4. Find the section [WinDrv.WindowsClient].
  5. In that section, find an entry WindowedViewportX= and set its value to your desired window width.
  6. In that section, find an entry WindowedViewportY= and set its value to your desired window height.
  7. 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. Go to the configuration file(s) location.
  3. Open Berlin.ini
  4. Change the line LevelOfAnisotropy=1 to any value desired (between 1 and 16).
Use dgVoodoo2.[5]

Vertical sync (Vsync)

Edit ini file[6]
  1. Launch the game at least once then close it.
  2. Go to the configuration file(s) location.
  3. Open Berlin.ini.
  4. Change the line UseVSync=False to UseVSync=True.
Use dgVoodoo2.[7]

Input

Control Settings (1)
Control Settings (1)
Control Settings (2)
Control Settings (2)

Keyboard and mouse State Notes
Remapping
Mouse acceleration
Enabled by default, see Mouse acceleration to disable it.
Mouse sensitivity
Max of 10. For higher, see Mouse sensitivity.
Mouse input in menus
Mouse Y-axis inversion
Controller
Controller support
Set UseJoystick=True in Berlin.ini under [WinDrv.WindowsClient]. See config location.
Full controller support
Controller remapping
Edit in User.ini.
Controller sensitivity
Edit in User.ini.
Controller Y-axis inversion
Edit bindings 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 files[8]
  1. Launch the game at least once then close it.
  2. Go to the configuration file(s) location.
  3. Open User.ini and <user-id>.ini (Username is inside Profiles folder).
  4. Change the line MouseAccelThreshold= to 0.

Notes

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

Mouse sensitivity

Edit ini files[9]
  1. Calculate your sensitivity for UT2004 on mouse-sensitivity.com.
  2. Go to the configuration file(s) location.
  3. Open User.ini and <user-id>.ini (Username is inside Profiles folder).
  4. 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[10]
  1. Launch the game at least once then close it.
  2. Go to the configuration file(s) location.
  3. Open User.ini and <user-id>.ini (Username is inside Profiles folder).
  4. Go to the following lines and change 6 to 0.1:
  5. MouseX=Count bXAxis | Axis aMouseX Speed=6
    _
    MouseY=Count bYAxis | Axis aMouseY Speed=6
  6. Change the line MouseSmoothingMode= to 1 and MouseSamplingTime= to:
    • 0.008 for 125Hz polling rate
    • 0.002 for 500Hz polling rate
    • 0.001 for 1000Hz polling rate
  7. Change the line MouseSensitivity= to 50 in User.ini (more or less, if needed to adjust).

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, Effects.
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.
Royalty free audio

Surround sound

By default the game ouput to stereo on modern versions of Windows. This will force the game to use the system OpenAL device as ouput and restore surround sound.
Forcing the game to use system OpenAL device may lead to audio dropouts, missing and substituted audio samples.
Restore surround sound[11]
  1. Launch the game at least once then close it.
  2. Go to the configuration file(s) location.
  3. Open Berlin.ini.
  4. Set Use3DSound=True and UseDefaultDriver=False, and save.

Localizations

Language UI Audio Sub Notes
English

Network

Multiplayer types

Type Native Players Notes
Local play
LAN play
16
Online play
16 GameSpy services have been shut down;[12] see GameSpy for workarounds.

Connection types

Type Native Notes
Dedicated
Self-hosting
Direct IP

Issues fixed

Poor performance on Windows 8/8.1/10/11

Install dgVoodoo2.

Run the game at screen refresh rate

Maximum selectable refresh rate is 60 Hz. This does not limit FPS, but may set your monitor's refresh rate to 100 Hz, which may result in screen tearing on a 120 Hz or 144 Hz monitor.
Edit ini file[13]
  1. Launch the game at least once then close it.
  2. Go to the configuration file(s) location.
  3. Open Berlin.ini.
  4. Find the line DesiredRefreshRate=60.
  5. Change the value to set 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
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Audio OpenAL
Multiplayer GameSpy

System requirements

Windows
Minimum
Operating system (OS)
Processor (CPU)
System memory (RAM)
Hard disk drive (HDD)


References

  1. Verified by User:AlphaYellow on 2023-06-05
  2. Verified by User:AlphaYellow on 2023-06-05
  3. Verified by User:AlphaYellow on 2023-06-05
  4. Verified by User:AlphaYellow on 2023-06-05
  5. Verified by User:AlphaYellow on 2023-06-05
  6. Verified by User:AlphaYellow on 2023-06-05
  7. Verified by User:AlphaYellow on 2023-06-05
  8. Verified by User:AlphaYellow on 2023-06-05
  9. Verified by User:AlphaYellow on 2023-06-05
  10. Verified by User:AlphaYellow on 2023-06-05
  11. Verified by User:AlphaYellow on 2023-06-06
  12. Pricing | GameSpy Technology
  13. Verified by User:AlphaYellow on 2023-06-05