Skip to content

Counter-Strike 1.6 Accuracy Fix Plugin for MetaMod and ReGameDLL_CS

License

Notifications You must be signed in to change notification settings

SmileYzn/AccuracyFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter-Strike 1.6 Accuracy Fix

Counter-Strike 1.6 Accuracy Fix Plugin for MetaMod and ReGameDLL_CS

GitHub Issues GitHub Workflow Status

About Plugin

This works with TraceLine function from Half-Life Engine, and make the default CS aim better.

For example, if you aim at head, that update the traceline position from attacker to head of victim player.

ReHLDS / ReGameDLL_CS

This metamod plugin runs on latest action build of ReHLDS / ReGameDLL_CS versions!

To download latest ReHLDS: Lastest Action (Master Builds) of ReHLDS here
To download latest ReGameDLL_CS: Lastest Action (Master Builds) of ReHLDS here


Settings and variables

Click to open
// Fix traceline while player is jumping
//
// 0 Player must be on ground to traceline (FL_ONGROUND)
// 1 Fix is apply for all conditions
//
// Default "0"
//
af_jump_fix "0"

// Aim distance check for all weapons
// If is set, it will replace all weapon variables
// 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_distance_all 		"-1.0"

// Aim distance check of each weapon
// The default distance check aim is 8192.0
//
// Default "8192.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"


// Accuracy of all weapons
// If is set, it will replace all weapon variables
// 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_accuracy_all 		"-1.0"

// Accuracy of each weapon
// The default distance to fix trace line is 9999.0
//
// Default "9999.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_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"

About

Counter-Strike 1.6 Accuracy Fix Plugin for MetaMod and ReGameDLL_CS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages