You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether using mouselook to deliberately aim at something vertically – or relying on autoaim alone – the vertical aiming can only go so far.
Meaning, the player has to physically reposition themselves in order to hit their intended target.
This is especially noticeable when trying to hit something that's (very) close to the player.
This is very easy to test: Start DOOM – E1M1 on UV difficulty.
Go directly to the left, as usual, shooting the enemies at the top first – but leave the soldiers at the bottom.
After you've picked up the armor at the top of the stairs, as well as the dropped shotguns from the enemies – try to hit the shotgun zombie soldiers below, from up there.
It's nearly – if not completely – impossible.
The text was updated successfully, but these errors were encountered:
Most software-rendered source ports limit vertical aiming to 35 degrees upwards and 55 degrees downwards. Hardware-accelerated ports (or polygon-based software renderers) don't have to do this as they use polygons for rendering, instead of the original raycasting approach.
You can test this in Crispy Doom, PrBoom+'s software mode and the like.
Whether using mouselook to deliberately aim at something vertically – or relying on autoaim alone – the vertical aiming can only go so far.
Meaning, the player has to physically reposition themselves in order to hit their intended target.
This is especially noticeable when trying to hit something that's (very) close to the player.
This is very easy to test: Start DOOM – E1M1 on UV difficulty.
Go directly to the left, as usual, shooting the enemies at the top first – but leave the soldiers at the bottom.
After you've picked up the armor at the top of the stairs, as well as the dropped shotguns from the enemies – try to hit the shotgun zombie soldiers below, from up there.
It's nearly – if not completely – impossible.
The text was updated successfully, but these errors were encountered: