Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //CS2 Config
- //Author: stormyark
- //autoexec.cfg
- echo "***************************************"
- echo "* Loading game\csgo\cfg\autoexec.cfg..."
- echo "***************************************"
- echo "* Author: stormy"
- echo "*"
- //-------------- 1. Steam launch options
- //Launch options: -novid -tickrate 128 -nojoy -processheap -forcenovsync -fullscreen -language colormod -heapsize 2097152 -dxlevel 70
- //-------------- 2. Video
- fps_max 160 //Limit fps
- fps_max_ui 100
- fps_max_tools 100
- r_fullscreen_gamma 2.6
- //-------------- 3. Audio
- snd_front_headphone_position "90" //adjusts the volume to resolution(16:9) default: 90
- snd_disable_radar_visualize
- //-------------- 4. Hud
- //0 = default, 1 = white, 2 = light blue, 3 = dark blue, 4 = purple, 5 = red, 6 = orange, 7 = yellow, 8 = light green, 9 = turquois, 10 = pink
- cl_hud_color "3" //HUD color(0-10)
- hud_scaling "0.95" //HUD scale
- cl_showloadout "1" //Show inventory permanently
- //-------------- 5. Radar
- cl_radar_always_centered 0 //Radar always centered
- cl_radar_scale 0.4 //Radar scale
- cl_hud_radar_scale 1.3
- sv_disable_radar 0 //0: regular radar; 1: always disabled; 2: disabled in warmup
- cl_radar_square_with_scoreboard 1 //Radar will toggle to square when the scoreboard is visible
- cl_radar_rotate 1
- //-------------- 6. Viewmodel (Forced + Personal preference)
- viewmodel_offset_x "2.5"
- viewmodel_offset_y "1.5"
- viewmodel_offset_z "-1.5"
- viewmodel_fov "68" //Highest viewmodel FOV (54 to 68)
- //-------------- 7. Network (settings are optimized for fastest connection)
- rate "786432" //Your download rate to the server (Max rate: 786432 Default: 196608)
- //cl_interp_ratio "2" //Sets the interpolation amount (Default: 2)
- //-------------- 9. Other
- //cl_parachute_autodeploy "1" //Automatically deploy parachute in Danger Zone (Default: 1)
- cl_join_advertise "2" //Allow friends to join your community servers via friends list (Rec: 2 Default: 0)
- spec_replay_autostart "0" //Disable auto kill cam
- gameinstructor_enable "0" //Disable game instructor
- cl_join_advertise "2"
- cl_allow_animated_avatars "false"
- cl_playerspray_auto_apply "true"
- con_enable "true"
- // -> noch inaktiv -> apply_crosshair_code CSGO-eKA3h-uyecO-z7FNF-iqCMB-M4syM
- //-------------- 10. Mouse
- bind "MOUSE1" "+attack" //Fire
- bind "MOUSE2" "+attack2" //Secondary fire
- bind "MOUSE4" "player_ping" //Playerping
- bind "MOUSE5" "+voicerecord" //Use mic
- bind "MWHEELUP" "" //Unbind MWHEELUP
- bind "MWHEELDOWN" "" //Unbind MWHEELDOWN
- zoom_sensitivity_ratio "0.818933027098955175" //Additional mouse sensitivity scale factor applied when FOV is zoomed in.
- //sensitivity "3.5" //Mouse sensitivity
- //DPI = 800 //Mouse dpi
- //-------------- 11. Keyboard
- //bind "c" "use weapon_knife; slot12; use weapon_flashbang"
- bind "v" "use weapon_knife; use weapon_hegrenade"
- bind "y" "use weapon_knife; use weapon_molotov; use weapon_incgrenade"
- bind "x" "use weapon_knife; use weapon_smokegrenade"
- bind "p" "say_team Need Weapon"
- bind "n" "noclip"
- bind "F11" "exec practice.cfg"
- //-------------- 11.1 Scripts + shortcuts for console commands
- alias "d" "disconnect"
- alias "q" "quit"
- alias "rs" "mp_restartgame 1"
- alias "vol" "volume"
- alias "sen" "sensitivity"
- alias "v1" "voice_modenable 1"
- alias "v0" "voice_modenable 0"
- alias "rs" "mp_restartgame 1"
- //-------------- 12. Buyscript
- //Pistols: "glock", "hkp2000", "tec9", "p250", "deagle", "elites", "fiveseven"
- //Shotguns: "nova", "sawedoff", "mag7", "xm1014"
- //SMGs: "mac10", "mp9", "bizon", "ump45", "mp7", "p90"
- //Rifles: "galilar", "ak47", "famas", "m4a1_silencer", "aug", "sg556", "ssg08", "awp", "g3sg1", "scar20"
- //Machine Guns: "m249", "negev"
- //Equipment: "vest", "vesthelm", "defuser", "taser"
- //Grenade: "flashbang", "hegrenade", "smokegrenade", "decoy", "molotov", "incgrenade"
- //PISTOLS - NUMPAD 1-3
- bind "KP_1" "buy deagle"
- bind "KP_2" "buy p250"
- bind "KP_3" "buy tec9; buy fiveseven"
- //SMGS - NUMPAD 4-6
- bind "KP_4" "buy mac10; buy mp9"
- bind "KP_5" "buy mp7"
- bind "KP_6" "buy p90"
- //RIFLES - NUMPAD 7-9
- bind "KP_7" "buy ak47; buy m4a1_silencer"
- bind "KP_8" "buy famas; buy galilar"
- bind "KP_9" "buy awp"
- //EQUIPMENT - NUMPAD 0, DEL, ENTER, PLUS, MINUS, MULTIPLY, SLASH
- bind "KP_0" "buy hegrenade"
- bind "KP_DEL" "buy defuser"
- bind "KP_ENTER" "buy vest"
- bind "KP_PLUS" "buy vesthelm"
- bind "KP_MINUS" "buy smokegrenade"
- bind "KP_MULTIPLY" "buy flashbang"
- bind "KP_DIVIDE" "buy molotov; buy incgrenade"
- //-------------- Final part
- host_writeconfig //Useful for forcing viewmodel settings
- echo "*"
- echo "* EOF autoexec.cfg"
- echo "* OK!"
- echo "***************************************"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement