Updated menu for push
This commit is contained in:
parent
e45acd8805
commit
e80ed09ba6
@ -28,8 +28,8 @@ namespace hacks { namespace shared { namespace followbot {
|
|||||||
|
|
||||||
// User settings
|
// User settings
|
||||||
CatVar bot(CV_SWITCH, "fb_bot", "0", "Master Followbot Switch", "Set to 1 in followbots' configs");
|
CatVar bot(CV_SWITCH, "fb_bot", "0", "Master Followbot Switch", "Set to 1 in followbots' configs");
|
||||||
CatVar follow_distance(CV_FLOAT, "fb_distance", "175", "Followbot Follow Distance", "How close the bots should stay to the target");
|
CatVar follow_distance(CV_FLOAT, "fb_distance", "175", "Follow Distance", "How close the bots should stay to the target");
|
||||||
CatVar follow_activation(CV_FLOAT, "fb_activation", "175", "Followbot Activation Distance", "How close a player should be until the followbot will pick a target");
|
CatVar follow_activation(CV_FLOAT, "fb_activation", "175", "Activation Distance", "How close a player should be until the followbot will pick them as a target");
|
||||||
CatVar mimic_slot(CV_SWITCH, "fb_mimic_slot", "0", "Mimic selected weapon", "If enabled, this bot will select same weapon slot as the owner");
|
CatVar mimic_slot(CV_SWITCH, "fb_mimic_slot", "0", "Mimic selected weapon", "If enabled, this bot will select same weapon slot as the owner");
|
||||||
CatVar always_medigun(CV_SWITCH, "fb_always_medigun", "0", "Always use Medigun", "Medics will always use Medigun");
|
CatVar always_medigun(CV_SWITCH, "fb_always_medigun", "0", "Always use Medigun", "Medics will always use Medigun");
|
||||||
CatVar crumb_draw(CV_SWITCH, "fb_crumb_draw", "1", "Draw Crumbs", "Draws the path made for the followbot");
|
CatVar crumb_draw(CV_SWITCH, "fb_crumb_draw", "1", "Draw Crumbs", "Draws the path made for the followbot");
|
||||||
|
@ -16,14 +16,16 @@
|
|||||||
"type": "list",
|
"type": "list",
|
||||||
"name": "Ignore",
|
"name": "Ignore",
|
||||||
"list": [
|
"list": [
|
||||||
|
"aimbot_ignore_cloak",
|
||||||
|
"aimbot_ignore_deadringer",
|
||||||
|
"aimbot_ignore_vaccinator",
|
||||||
"ignore_taunting",
|
"ignore_taunting",
|
||||||
"aimbot_ignore_hoovy",
|
"aimbot_ignore_hoovy",
|
||||||
|
"aimbot_teammates",
|
||||||
"aimbot_buildings_sentry",
|
"aimbot_buildings_sentry",
|
||||||
"aimbot_buildings_other",
|
"aimbot_buildings_other",
|
||||||
"aimbot_stickys",
|
"aimbot_stickys"
|
||||||
"aimbot_teammates",
|
|
||||||
"aimbot_ignore_cloak",
|
|
||||||
"aimbot_ignore_vaccinator"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -110,11 +112,11 @@
|
|||||||
"name": "Auto Reflect",
|
"name": "Auto Reflect",
|
||||||
"list": [
|
"list": [
|
||||||
"reflect_enabled",
|
"reflect_enabled",
|
||||||
|
"reflect_key",
|
||||||
"reflect_legit",
|
"reflect_legit",
|
||||||
"reflect_only_idle",
|
"reflect_only_idle",
|
||||||
"reflect_stickybombs",
|
"reflect_stickybombs",
|
||||||
"reflect_dodgeball",
|
"reflect_dodgeball"
|
||||||
"reflect_key"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -138,6 +140,7 @@
|
|||||||
"trigger_maxrange",
|
"trigger_maxrange",
|
||||||
"trigger_charge",
|
"trigger_charge",
|
||||||
"trigger_hitboxmode",
|
"trigger_hitboxmode",
|
||||||
|
"trigger_accuracy",
|
||||||
"trigger_key_mode",
|
"trigger_key_mode",
|
||||||
"trigger_key"
|
"trigger_key"
|
||||||
]
|
]
|
||||||
@ -345,36 +348,23 @@
|
|||||||
"type": "list",
|
"type": "list",
|
||||||
"name": "Chat Settings",
|
"name": "Chat Settings",
|
||||||
"list": [
|
"list": [
|
||||||
|
"spam",
|
||||||
|
"killsay",
|
||||||
|
"uberspam",
|
||||||
|
"spam_file",
|
||||||
|
"killsay_file",
|
||||||
|
"spam_random",
|
||||||
"chat_newlines",
|
"chat_newlines",
|
||||||
"clean_chat",
|
"clean_chat",
|
||||||
"killsay",
|
"chat_crypto",
|
||||||
"killsay_file",
|
|
||||||
"spam",
|
|
||||||
"spam_random",
|
|
||||||
"spam_file",
|
|
||||||
"spam_teamname",
|
|
||||||
"uberspam",
|
|
||||||
"uberspam_build",
|
|
||||||
"uberspam_ready",
|
"uberspam_ready",
|
||||||
"uberspam_used",
|
"uberspam_used",
|
||||||
"uberspam_ended",
|
"uberspam_ended",
|
||||||
"uberspam_team",
|
"uberspam_team",
|
||||||
"uberspam_file"
|
"uberspam_build",
|
||||||
]
|
"uberspam_file",
|
||||||
},
|
"spam_voicecommand",
|
||||||
{
|
"spam_teamname"
|
||||||
"type": "list",
|
|
||||||
"name": "Follow Bot Settings",
|
|
||||||
"data": "ipc",
|
|
||||||
"list": [
|
|
||||||
"fb_bot",
|
|
||||||
"fb_auto_playerlist",
|
|
||||||
"fb_mimic_slot",
|
|
||||||
"fb_always_medigun",
|
|
||||||
"fb_autoclass",
|
|
||||||
"fb_follow_distance",
|
|
||||||
"ipc_server",
|
|
||||||
"fb_autoteam"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -392,6 +382,20 @@
|
|||||||
"ac_bhop_count"
|
"ac_bhop_count"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "list",
|
||||||
|
"name": "Followbot",
|
||||||
|
"list": [
|
||||||
|
"fb_bot",
|
||||||
|
"fb_distance",
|
||||||
|
"fb_activation",
|
||||||
|
"fb_roaming",
|
||||||
|
"fb_mimic_slot",
|
||||||
|
"fb_always_medigun",
|
||||||
|
"fb_sync_taunt",
|
||||||
|
"fb_crumb_draw"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"name": "Miscellaneous",
|
"name": "Miscellaneous",
|
||||||
@ -492,6 +496,7 @@
|
|||||||
"debug_info",
|
"debug_info",
|
||||||
"log",
|
"log",
|
||||||
"setupbones_time",
|
"setupbones_time",
|
||||||
|
"nolerp",
|
||||||
"skinchanger_debug",
|
"skinchanger_debug",
|
||||||
"software_cursor_mode",
|
"software_cursor_mode",
|
||||||
"experimental_cursor_fix",
|
"experimental_cursor_fix",
|
||||||
|
Reference in New Issue
Block a user