Skip to content

Commit

Permalink
Update accuracyfix.cfg
Browse files Browse the repository at this point in the history
Updated accuracyfix.cfg
  • Loading branch information
SmileYzn authored Aug 16, 2024
1 parent 1e10044 commit 8956bf3
Showing 1 changed file with 68 additions and 99 deletions.
167 changes: 68 additions & 99 deletions cstrike/addons/accuracyfix/accuracyfix.cfg
Original file line number Diff line number Diff line change
@@ -1,120 +1,89 @@
// Accuracy of all weapons
// If is set, it will replace all weapon variables
// The default distance to fix trace line is 4096.0
// Set to -1.0 to disable and use individual weapon values
// Fix traceline while player is jumping
//
// Default "-1.0"
// 0 Player must be on ground to traceline (FL_ONGROUND)
// 1 Fix is apply for all conditions
//
af_accuracy_all "-1.0"

// Accuracy of each weapon
// The default distance to fix trace line is 4096.0
//
// Default "4096.0"
// Default "0"
//
af_accuracy_weapon_ak47 "4096.0"
af_accuracy_weapon_aug "4096.0"
af_accuracy_weapon_awp "4096.0"
af_accuracy_weapon_deagle "4096.0"
af_accuracy_weapon_elite "4096.0"
af_accuracy_weapon_famas "4096.0"
af_accuracy_weapon_fiveseven "4096.0"
af_accuracy_weapon_g3sg1 "4096.0"
af_accuracy_weapon_galil "4096.0"
af_accuracy_weapon_glock "4096.0"
af_accuracy_weapon_glock18 "4096.0"
af_accuracy_weapon_m249 "4096.0"
af_accuracy_weapon_m3 "1024.0"
af_accuracy_weapon_m4a1 "4096.0"
af_accuracy_weapon_mac10 "4096.0"
af_accuracy_weapon_mp5navy "4096.0"
af_accuracy_weapon_p228 "4096.0"
af_accuracy_weapon_p90 "4096.0"
af_accuracy_weapon_scout "4096.0"
af_accuracy_weapon_sg550 "4096.0"
af_accuracy_weapon_sg552 "4096.0"
af_accuracy_weapon_tmp "4096.0"
af_accuracy_weapon_ump45 "4096.0"
af_accuracy_weapon_usp "4096.0"
af_accuracy_weapon_xm1014 "1024.0"
af_jump_fix "0"

// Recoil of all weapons
// Aim distance check for all weapons
// If is set, it will replace all weapon variables
// The default recoil of an weapon is 1.0
// The default aim distance check of an weapon is 8192.0
// Set to -1.0 to disable and use individual weapon values
//
// Default "-1.0"
//
af_recoil_all "-1.0"
af_distance_all "-1.0"

// Recoil control of each weapon
// The default value to control recoil need to be lesss than 1.0
// Set to -1.0 to disable and use default weapon value
// Aim distance check of each weapon
// The default distance check aim is 8192.0
//
// Default "1.0"
// Default "8192.0"
//
af_recoil_weapon_ak47 "1.0"
af_recoil_weapon_aug "1.0"
af_recoil_weapon_awp "1.0"
af_recoil_weapon_deagle "1.0"
af_recoil_weapon_elite "1.0"
af_recoil_weapon_famas "1.0"
af_recoil_weapon_fiveseven "1.0"
af_recoil_weapon_g3sg1 "1.0"
af_recoil_weapon_galil "1.0"
af_recoil_weapon_glock "1.0"
af_recoil_weapon_glock18 "1.0"
af_recoil_weapon_m249 "1.0"
af_recoil_weapon_m3 "1.0"
af_recoil_weapon_m4a1 "1.0"
af_recoil_weapon_mac10 "1.0"
af_recoil_weapon_mp5navy "1.0"
af_recoil_weapon_p228 "1.0"
af_recoil_weapon_p90 "1.0"
af_recoil_weapon_scout "1.0"
af_recoil_weapon_sg550 "1.0"
af_recoil_weapon_sg552 "1.0"
af_recoil_weapon_tmp "1.0"
af_recoil_weapon_ump45 "1.0"
af_recoil_weapon_usp "1.0"
af_recoil_weapon_xm1014 "1.0"
af_distance_weapon_ak47 "8192.0"
af_distance_weapon_aug "8192.0"
af_distance_weapon_awp "8192.0"
af_distance_weapon_deagle "8192.0"
af_distance_weapon_elite "8192.0"
af_distance_weapon_famas "8192.0"
af_distance_weapon_fiveseven "8192.0"
af_distance_weapon_g3sg1 "8192.0"
af_distance_weapon_galil "8192.0"
af_distance_weapon_glock "8192.0"
af_distance_weapon_glock18 "8192.0"
af_distance_weapon_m249 "8192.0"
af_distance_weapon_m3 "1024.0"
af_distance_weapon_m4a1 "8192.0"
af_distance_weapon_mac10 "8192.0"
af_distance_weapon_mp5navy "8192.0"
af_distance_weapon_p228 "8192.0"
af_distance_weapon_p90 "8192.0"
af_distance_weapon_scout "8192.0"
af_distance_weapon_sg550 "8192.0"
af_distance_weapon_sg552 "8192.0"
af_distance_weapon_tmp "8192.0"
af_distance_weapon_ump45 "8192.0"
af_distance_weapon_usp "8192.0"
af_distance_weapon_xm1014 "1024.0"

// Aim distance check for all weapons

// Accuracy of all weapons
// If is set, it will replace all weapon variables
// The default aim distance check of an weapon is 4096.0
// The default distance to fix trace line is 8192.0
// Set to -1.0 to disable and use individual weapon values
//
// Default "-1.0"
//
af_distance_all "-1.0"
af_accuracy_all "-1.0"

// Aim distance check of each weapon
// The default distance check aim is 4096.0
// Accuracy of each weapon
// The default distance to fix trace line is 9999.0
//
// Default "4096.0"
// Default "9999.0"
//
af_distance_weapon_ak47 "4096.0"
af_distance_weapon_aug "4096.0"
af_distance_weapon_awp "4096.0"
af_distance_weapon_deagle "4096.0"
af_distance_weapon_elite "4096.0"
af_distance_weapon_famas "4096.0"
af_distance_weapon_fiveseven "4096.0"
af_distance_weapon_g3sg1 "4096.0"
af_distance_weapon_galil "4096.0"
af_distance_weapon_glock "4096.0"
af_distance_weapon_glock18 "4096.0"
af_distance_weapon_m249 "4096.0"
af_distance_weapon_m3 "1024.0"
af_distance_weapon_m4a1 "4096.0"
af_distance_weapon_mac10 "4096.0"
af_distance_weapon_mp5navy "4096.0"
af_distance_weapon_p228 "4096.0"
af_distance_weapon_p90 "4096.0"
af_distance_weapon_scout "4096.0"
af_distance_weapon_sg550 "4096.0"
af_distance_weapon_sg552 "4096.0"
af_distance_weapon_tmp "4096.0"
af_distance_weapon_ump45 "4096.0"
af_distance_weapon_usp "4096.0"
af_distance_weapon_xm1014 "1024.0"
af_accuracy_weapon_ak47 "9999.0"
af_accuracy_weapon_aug "9999.0"
af_accuracy_weapon_awp "9999.0"
af_accuracy_weapon_deagle "9999.0"
af_accuracy_weapon_elite "9999.0"
af_accuracy_weapon_famas "9999.0"
af_accuracy_weapon_fiveseven "9999.0"
af_accuracy_weapon_g3sg1 "9999.0"af_jump_fix
af_accuracy_weapon_galil "9999.0"
af_accuracy_weapon_glock "9999.0"
af_accuracy_weapon_glock18 "9999.0"
af_accuracy_weapon_m249 "9999.0"
af_accuracy_weapon_m3 "9999.0"
af_accuracy_weapon_m4a1 "9999.0"
af_accuracy_weapon_mac10 "9999.0"
af_accuracy_weapon_mp5navy "9999.0"
af_accuracy_weapon_p228 "9999.0"
af_accuracy_weapon_p90 "9999.0"
af_accuracy_weapon_scout "9999.0"
af_accuracy_weapon_sg550 "9999.0"
af_accuracy_weapon_sg552 "9999.0"
af_accuracy_weapon_tmp "9999.0"
af_accuracy_weapon_ump45 "9999.0"
af_accuracy_weapon_usp "9999.0"
af_accuracy_weapon_xm1014 "9999.0"

0 comments on commit 8956bf3

Please sign in to comment.