Mouse movement doesn't feel quite right
When I move the mouse, it feels like there's some kind of smoothing being applied to it. I don't quite know how to describe it, but it doesn't feel as smooth and precise as GZDoom's mouse control.
Any possible solution?
Any possible solution?
Comments
When you have a game up and running, press Shift-Esc to bring up the Doomsday menu bar and go to ⚙ > Input. Disable the "Filter X Axis" and "Filter Y Axis" toggles to get rid of mouse motion averaging.
If you also open the "gauge" popup (next to "Reset to Defaults") that contains additional/advanced settings, you can disable the "Vanilla 35 Hz Input Rate". This will cause mouse events to be handled as soon as possible instead of on the next 35 Hz input tick. The feel of the controls will no longer match the original Doom, however.
The reason why this option exists is that the original Doom was capped at 35 FPS, so the behavior of input controls also had that frequency. Doomsday can run at unlimited frame rates, but to remain compatible with the original game, it interpolates between 35 Hz frames when refresh is quicker than that.
However, I've discovered a new problem. Some triggers in custom maps are broken. In Alien Vendetta map 7, I can't finish the level because the barrier that's supposed to move out of the way when all the enemies are killed stays in place even after everyone's dead. In Maps of Chaos (a remix of classic Doom maps), in E1M4 of Ultimate Doom, a switch that's supposed to lower a barrier at the start of the level doesn't work, so you're stuck unless you noclip past it.
I tried turning on the option to use exactly Doom's clipping code to no avail. I'm still stuck. I also looked through the list of available console commands and couldn't find anything that would help my predicament.
I can confirm that the barrier blocking the exit in Alien Vendetta MAP07 does not lower in Doomsday (tested with unstable build 2686), which it is supposed to after activating two switches found in the level. Judging by the visual and audio feedback the two switches operate, but apparently the related script for the barrier does not.
I also rechecked this level with GZDOOM v3.4.1, there the barrier is lowered after activating the two switches as it's supposed to.
Alien Vendetta can be acquired here.
A few things to add onto this.
The barrier is also stuck in GLBoom+; however, you can pass -complevel 2 as an argument when launching to enable 1.9 compatibility and the barrier will function as intended.
I also ran the level with Chocolate Doom. Barrier functions exactly as it should.
UPDATE:
Did some more testing. Running Maps of Chaos E1M4 on GLBoom+, the barrier at the start of the level functions so long as the program isn't running in 1.9 compatibility (i.e. you don't pass -complevel 2 as an argument).
Dday is currently in the very early stages of adding Boom support; it is possible that Dday inadvertently made a change to support Boom, but didn't add a compatibility option for vanilla mods that rely exactly on the vanilla behaviour.
This needs a closer look, to be sure.