Post: Is this a proper code for UAV+Aim Assist
10-05-2011, 07:21 AM #1
oNiiTrOx
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); i was wanting to know if this code will work binding dpad_down and dpad_up to activate UAV and aim assist, what im wanting is to have this set under buttons_default.cfg, so when i play default layout it will be tactical but i can have aim assist, and UAV binding UAV to DPAD_DOWN and Aim Assist to DPAD_UP, will this code work for that?

    bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+stance"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+melee"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr aimstealth"
bind DPAD_DOWN "vstr uav"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind BUTTON_BACK "togglescores"
set gpad_button_rstick_deflect_max 1
set gpad_button_lstick_deflect_max 1
//codes
toggle aimstealth "aim_automelee_range 255;aim_automelee_region_height 9990;aim_automelee_region_width 9990;aimSpreadScale 0;aim_slowdown_pitch_scale 0.4;aim_slowdown_yaw_scale 0.4;aim_slowdown_yaw_scale_ads 0.5;aim_slowdown_pitch_scale_ads 0.5;toggle aim_slowdown_region_height 2.85 0;toggle aim_slowdown_region_width 2.85 0;toggle aim_aimAssistRangeScale 1;toggle aim_autoaim_enabled 1 0;toggle aim_lockon_region_height 9980;toggle aim_lockon_region_width 9990;toggle aim_lockon_enabled 1;toggle aim_lockon_strength 9999 0.6;toggle aim_lockon_deflection 0.0005 0.05;toggle aim_lockon_debug 0;toggle aim_autoaim_lerp 999 40;toggle aim_autoaim_region_height 9980 120;toggle aim_autoaim_region_width 9990 160;toggle aim_autoAimRangeScale 2 1;toggle aim_input_graph_debug 0;toggle aim_input_graph_enabled 1;"
toggle uav "toggle scr_game_forceuav 1 0; toggle compass_show_enemies 1 0; toggle g_compassShowEnemies 1 0; toggle compassEnemyFootstepEnabled 1 0; toggle compassEnemyFootstepMaxZ 99999 100; toggle compassRadarUpdateTime 0.01 4; toggle compassFastRadarUpdateTime 2; toggle compassEnemyFootstepMinSpeed 0 140; toggle compassEnemyFootstepMaxRange 99999 500;"
(adsbygoogle = window.adsbygoogle || []).push({});
10-05-2011, 07:27 AM #2
Originally posted by oNiiTrOx View Post
i was wanting to know if this code will work binding dpad_down and dpad_up to activate UAV and aim assist, what im wanting is to have this set under buttons_default.cfg, so when i play default layout it will be tactical but i can have aim assist, and UAV binding UAV to DPAD_DOWN and Aim Assist to DPAD_UP, will this code work for that?

    bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+stance"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+melee"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr aimstealth"
bind DPAD_DOWN "vstr uav"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind BUTTON_BACK "togglescores"
set gpad_button_rstick_deflect_max 1
set gpad_button_lstick_deflect_max 1
//codes
toggle aimstealth "aim_automelee_range 255;aim_automelee_region_height 9990;aim_automelee_region_width 9990;aimSpreadScale 0;aim_slowdown_pitch_scale 0.4;aim_slowdown_yaw_scale 0.4;aim_slowdown_yaw_scale_ads 0.5;aim_slowdown_pitch_scale_ads 0.5;toggle aim_slowdown_region_height 2.85 0;toggle aim_slowdown_region_width 2.85 0;toggle aim_aimAssistRangeScale 1;toggle aim_autoaim_enabled 1 0;toggle aim_lockon_region_height 9980;toggle aim_lockon_region_width 9990;toggle aim_lockon_enabled 1;toggle aim_lockon_strength 9999 0.6;toggle aim_lockon_deflection 0.0005 0.05;toggle aim_lockon_debug 0;toggle aim_autoaim_lerp 999 40;toggle aim_autoaim_region_height 9980 120;toggle aim_autoaim_region_width 9990 160;toggle aim_autoAimRangeScale 2 1;toggle aim_input_graph_debug 0;toggle aim_input_graph_enabled 1;"
toggle uav "toggle scr_game_forceuav 1 0; toggle compass_show_enemies 1 0; toggle g_compassShowEnemies 1 0; toggle compassEnemyFootstepEnabled 1 0; toggle compassEnemyFootstepMaxZ 99999 100; toggle compassRadarUpdateTime 0.01 4; toggle compassFastRadarUpdateTime 2; toggle compassEnemyFootstepMinSpeed 0 140; toggle compassEnemyFootstepMaxRange 99999 500;"


Change this:

bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+stance"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+melee"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr aimstealth"
bind DPAD_DOWN "vstr uav"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind BUTTON_BACK "togglescores"

//codes
set aimstealth "aim_automelee_range 255;aim_automelee_region_height 9990;aim_automelee_region_width 9990;aimSpreadScale 0;aim_slowdown_pitch_scale 0.4;aim_slowdown_yaw_scale 0.4;aim_slowdown_yaw_scale_ads 0.5;aim_slowdown_pitch_scale_ads 0.5;toggle aim_slowdown_region_height 2.85 0;toggle aim_slowdown_region_width 2.85 0;toggle aim_aimAssistRangeScale 1;toggle aim_autoaim_enabled 1 0;toggle aim_lockon_region_height 9980;toggle aim_lockon_region_width 9990;toggle aim_lockon_enabled 1;toggle aim_lockon_strength 9999 0.6;toggle aim_lockon_deflection 0.0005 0.05;toggle aim_lockon_debug 0;toggle aim_autoaim_lerp 999 40;toggle aim_autoaim_region_height 9980 120;toggle aim_autoaim_region_width 9990 160;toggle aim_autoAimRangeScale 2 1;toggle aim_input_graph_debug 0;toggle aim_input_graph_enabled 1;"
set uav "toggle scr_game_forceuav 1 0; toggle compass_show_enemies 1 0; toggle g_compassShowEnemies 1 0; toggle compassEnemyFootstepEnabled 1 0; toggle compassEnemyFootstepMaxZ 99999 100; toggle compassRadarUpdateTime 0.01 4; toggle compassFastRadarUpdateTime 2; toggle compassEnemyFootstepMinSpeed 0 140; toggle compassEnemyFootstepMaxRange 99999 500;"



Basically you made a little error and user toggle instead of set for the //Codes section
10-05-2011, 08:18 AM #3
oNiiTrOx
Do a barrel roll!
Originally posted by iCreative View Post
Change this:

bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+stance"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+melee"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr aimstealth"
bind DPAD_DOWN "vstr uav"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind BUTTON_BACK "togglescores"

//codes
set aimstealth "aim_automelee_range 255;aim_automelee_region_height 9990;aim_automelee_region_width 9990;aimSpreadScale 0;aim_slowdown_pitch_scale 0.4;aim_slowdown_yaw_scale 0.4;aim_slowdown_yaw_scale_ads 0.5;aim_slowdown_pitch_scale_ads 0.5;toggle aim_slowdown_region_height 2.85 0;toggle aim_slowdown_region_width 2.85 0;toggle aim_aimAssistRangeScale 1;toggle aim_autoaim_enabled 1 0;toggle aim_lockon_region_height 9980;toggle aim_lockon_region_width 9990;toggle aim_lockon_enabled 1;toggle aim_lockon_strength 9999 0.6;toggle aim_lockon_deflection 0.0005 0.05;toggle aim_lockon_debug 0;toggle aim_autoaim_lerp 999 40;toggle aim_autoaim_region_height 9980 120;toggle aim_autoaim_region_width 9990 160;toggle aim_autoAimRangeScale 2 1;toggle aim_input_graph_debug 0;toggle aim_input_graph_enabled 1;"
set uav "toggle scr_game_forceuav 1 0; toggle compass_show_enemies 1 0; toggle g_compassShowEnemies 1 0; toggle compassEnemyFootstepEnabled 1 0; toggle compassEnemyFootstepMaxZ 99999 100; toggle compassRadarUpdateTime 0.01 4; toggle compassFastRadarUpdateTime 2; toggle compassEnemyFootstepMinSpeed 0 140; toggle compassEnemyFootstepMaxRange 99999 500;"



Basically you made a little error and user toggle instead of set for the //Codes section


am i still able to turn it on and off? thats why i put toggle

---------- Post added at 02:18 AM ---------- Previous post was at 01:44 AM ----------

Question has been answered can we close this please Smile
10-05-2011, 01:54 PM #4
Shadoh
Wobble Bass
Question answered.
Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo