Bummser headshot values
Shotgun Choke
Rearranged menu
This commit is contained in:
Grant Bagwell 2021-01-17 13:44:27 +01:00
parent 2b9f30d8e7
commit e9b518062d
4 changed files with 7 additions and 7 deletions

View file

@ -189,7 +189,7 @@ idCVar vr_autoSwitchControllers( "vr_autoSwitchControllers", "1", CVAR_BOOL | CV
idCVar vr_cinematics("vr_cinematics", "0", CVAR_INTEGER | CVAR_ARCHIVE, "Cinematic type. 0 = Immersive, 1 = Cropped, 2 = Projected");
idCVar vr_instantAccel( "vr_instantAccel", "1", CVAR_BOOL | CVAR_ARCHIVE, "Instant Movement Acceleration. 0 = Disabled 1 = Enabled" );
idCVar vr_shotgunChoke( "vr_shotgunChoke", "60", CVAR_FLOAT | CVAR_ARCHIVE, "% To choke shotgun. 0 = None, 100 = Full Choke\n" );
idCVar vr_shotgunChoke( "vr_shotgunChoke", "90", CVAR_FLOAT | CVAR_ARCHIVE, "% To choke shotgun. 0 = None, 100 = Full Choke\n" );
idCVar vr_headshotMultiplier( "vr_headshotMultiplier", "2.5", CVAR_FLOAT | CVAR_ARCHIVE, "Damage multiplier for headshots when using Fists,Pistol,Shotgun,Chaingun or Plasmagun.", 1, 5 );
idCVar vr_headshotMultiplierRecruit( "vr_headshotMultiplierRecruit", "2.0", CVAR_FLOAT | CVAR_ARCHIVE, "Recruit Level Damage multiplier for headshots when using Fists,Pistol,Shotgun,Chaingun or Plasmagun.", 1, 5 );
idCVar vr_headshotMultiplierNormal( "vr_headshotMultiplierNormal", "1.5", CVAR_FLOAT | CVAR_ARCHIVE, "Normal Level Damage multiplier for headshots when using Fists,Pistol,Shotgun,Chaingun or Plasmagun.", 1, 5 );

Binary file not shown.

View file

@ -206,11 +206,11 @@ seta vr_mustEmptyHands "0"
seta vr_gripMode "0"
seta vr_weaponCycleMode "0"
seta vr_headshotMultiplier "2.5"
seta vr_headshotMultiplierRecruit "2.0"
seta vr_headshotMultiplierRecruit "1.8"
seta vr_headshotMultiplierNormal "1.5"
seta vr_headshotMultiplierHard "1.25"
seta vr_headshotMultiplierNightmare "1.0"
seta vr_shotgunChoke "60"
seta vr_headshotMultiplierNightmare "1.1"
seta vr_shotgunChoke "90"
seta vr_instantAccel "1"
seta vr_cinematics "0"
seta vr_autoSwitchControllers "1"

View file

@ -206,11 +206,11 @@ seta vr_mustEmptyHands "0"
seta vr_gripMode "0"
seta vr_weaponCycleMode "0"
seta vr_headshotMultiplier "2.5"
seta vr_headshotMultiplierRecruit "2.0"
seta vr_headshotMultiplierRecruit "1.8"
seta vr_headshotMultiplierNormal "1.5"
seta vr_headshotMultiplierHard "1.25"
seta vr_headshotMultiplierNightmare "1.0"
seta vr_shotgunChoke "60"
seta vr_headshotMultiplierNightmare "1.1"
seta vr_shotgunChoke "90"
seta vr_instantAccel "1"
seta vr_cinematics "0"
seta vr_autoSwitchControllers "1"