LTCHIPS / rottexpr

A Rise Of The Triad Source Port with additional gameplay options and more...
GNU General Public License v2.0
97 stars 27 forks source link

Vertical look snap speed way too fast #40

Open emileb opened 3 years ago

emileb commented 3 years ago

The vertical look snap speed is WAY too fast IMO.

This mean when your at the top of a bounce, or go up stairs, or snap to enemies it will just instantly snap the view up or down which is jarring

The original ROTT smoothly (but quickly) moves the view up/down.

I changes this constant to (it could actually go a bit lower I think) :

define SNAPBACKSPEED 2*15

https://github.com/LTCHIPS/rottexpr/blob/abb641229351d84fdea729a622b359c3eb43d5ce/src/_rt_play.h#L34

I presume this is actually linked to game tics, possible framerate, so better fix may to be take frame duration into account.