Merge pull request #441 from TotallyNotElite/master
Disable backtrack by default and add UI setting
This commit is contained in:
commit
f7649dbe08
@ -521,6 +521,13 @@
|
|||||||
"antibackstab_silent"
|
"antibackstab_silent"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "list",
|
||||||
|
"name": "Backtrack",
|
||||||
|
"list": [
|
||||||
|
"backtrack"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"name": "Debug Settings",
|
"name": "Debug Settings",
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
namespace hacks {
|
namespace hacks {
|
||||||
namespace shared {
|
namespace shared {
|
||||||
namespace backtrack {
|
namespace backtrack {
|
||||||
CatVar enable(CV_SWITCH, "backtrack", "1", "Enable backtrack", "For legit play only as of right now.");
|
CatVar enable(CV_SWITCH, "backtrack", "0", "Enable backtrack", "For legit play only as of right now.");
|
||||||
BacktrackData headPositions[24][12];
|
BacktrackData headPositions[24][12];
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
@ -718,6 +718,10 @@ static const std::string list_tf2 = R"(
|
|||||||
"spyalert_interval"
|
"spyalert_interval"
|
||||||
"spyalert_warning"
|
"spyalert_warning"
|
||||||
]
|
]
|
||||||
|
"Backtrack" [
|
||||||
|
"Backtrack Menu"
|
||||||
|
"backtrack"
|
||||||
|
]
|
||||||
"Anti Cheat" [
|
"Anti Cheat" [
|
||||||
"Anti Cheat Menu"
|
"Anti Cheat Menu"
|
||||||
"ac_enabled"
|
"ac_enabled"
|
||||||
|
Reference in New Issue
Block a user