mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2025-01-10 11:10:47 +00:00
218361b56a
- Weapon stabilisation will reduce erratic fire of the machine gun - If cheats enabled then pressing left thumbstick will "give all" - Correct crap orientation of machine gun model - Improved weapon scale
13 lines
350 B
C
13 lines
350 B
C
cvar_t *vr_snapturn_angle;
|
|
cvar_t *vr_reloadtimeoutms;
|
|
cvar_t *vr_positional_factor;
|
|
cvar_t *vr_walkdirection;
|
|
cvar_t *vr_weapon_pitchadjust;
|
|
cvar_t *vr_weapon_recoil;
|
|
cvar_t *vr_lasersight;
|
|
cvar_t *vr_control_scheme;
|
|
cvar_t *vr_enable_crouching;
|
|
cvar_t *vr_height_adjust;
|
|
cvar_t *vr_worldscale;
|
|
cvar_t *vr_weaponscale;
|
|
cvar_t *vr_weapon_stabilised;
|