UnrealKaraulov / newbspguy

Goldsrc map viewer/editor without decompiling. Also can view .MDL models.
The Unlicense
59 stars 11 forks source link

Broken controls since "Tried to fix ANGLES in GOTO" build #85

Closed GusTheForkliftOperator closed 6 months ago

GusTheForkliftOperator commented 6 months ago
  1. Cannot select anything with the mouse.
  2. Movement doesn't follow camera direction
  3. A and D buttons move the camera down and up respectively instead of left and right.
UnrealKaraulov commented 6 months ago

@GusTheForkliftOperator, yes WASD can't works if camera "roll" value changed. I just lock ROLL camera value now.

Fixed in latest build https://github.com/UnrealKaraulov/newbspguy/releases/tag/NightBuild_2023.12.10_12-13 ?

GusTheForkliftOperator commented 6 months ago

@UnrealKaraulov Yes, controls work normally now. Axes on new brush entities are fixed too.