ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.68k stars 622 forks source link

[Half-Life: Opposing Force] Restricted mouselook #2728

Open Stevoisiak opened 5 years ago

Stevoisiak commented 5 years ago

In Half-Life: Opposing Force, the mouse look view is restricted to a small area. Moving the view too far in any direction causes the camera to snap back to center.

Steps to reproduce:

  1. Start a new game of Half-Life: Opposing Force.
  2. Try to move the camera in any direction with the mouse.

Video: https://www.youtube.com/watch?v=ccx1Ae5KWZc

Version:

Protocol version 48
Exe version 1.1.2.2/Stdio (valve)
Exe build: 15:17:55 Jul 24 2019 (8308)

System information: https://gist.github.com/Stevoisiak/c7067915977652e7c3246775739787eb

BlackShadow commented 5 years ago

Changing m_rawinput "1" fixes this. Windows Creators Update caused this issue. Broke some stuff with SDL2

Related to #1887