1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Players: can look up and down 90 degrees

This commit is contained in:
Jbleezy
2023-03-12 03:24:22 -07:00
parent 8ec2060470
commit c2e3a4964f
2 changed files with 5 additions and 0 deletions

View File

@ -298,6 +298,10 @@ set_dvars()
setDvar( "player_backSpeedScale", 1 );
// can't set to exactly 90 or else looking completely up or down will cause the player to move in the opposite direction
setDvar( "player_view_pitch_up", 89.9999 );
setDvar( "player_view_pitch_down", 89.9999 );
setDvar( "dtp_post_move_pause", 0 );
setDvar( "dtp_startup_delay", 100 );
setDvar( "dtp_exhaustion_window", 100 );