andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
530 stars 49 forks source link

[Feature request] Extend +/- to increase/decrease FOV #193

Open barneycarroll opened 1 year ago

barneycarroll commented 1 year ago

The feature of extending +/- one step beyond 'no HUD' to remove the weapon view model is fantastic. The same principle could be extended for the purposes of photography mode to make further + inputs increment the FOV at intervals of 10 degrees; - would iterate back down until the the configured FOV (and then reinstate weapon view model, then extend HUD, shrink view, as per normal).

pokeshark commented 1 year ago

also add a stepping point to remove the crosshair please.

pokeshark commented 6 months ago

also add a stepping point to remove the crosshair please.

I did a quick hack for myself in gl_screen.c (line: 1045), by changing the condition value from 130 to 120

if (!crosshair.value || scr_viewsize.value >= 120)
        return;