Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //FRANZJ CONFIG 2018
- //TABLE OF CONTENTS
- //MOUSE
- //KEYBOARD
- //VIEWMODEL
- //CROSSHAIR
- //HUD
- //ALIASES
- //SOUND
- //VOICE
- //OPTIMIZATION
- //GRAPHICS
- //ETC
- //CHAT BINDS
- ///////////////////////////////////////////
- ///////////////////////////////////////////
- ///////////////////////////////////////////
- unbindall
- //MOUSE
- sensitivity "2"
- bind "MOUSE1" "+attack"
- bind "MOUSE2" "+attack2"
- bind mwheeldown "+jump"
- bind mwheelup "+jump"
- m_rawinput "1"
- m_mousespeed "0"
- m_customaccel "0"
- bind "mouse4" "+voicerecord"
- //KEYBOARD
- //DIRECTIONAL
- bind "w" "+forward"
- bind "s" "+back"
- bind "a" "+moveleft"
- bind "d" "+moveright"
- bind "ctrl" "+duck"
- bind "shift" "+walk"
- //INTERACT/SELECT
- bind "r" "+reload"
- bind "e" "+use"
- bind "g" "drop"
- bind "q" "lastinv"
- bind "1" "slot1"
- bind "2" "slot2"
- bind "3" "slot3"
- bind "4" "slot4"
- bind "5" "slot5"
- //CHAT
- bind "y" "chat"
- //VIEWMODEL
- viewmodel_offset_x 2
- viewmodel_offset_y -2
- viewmodel_offset_z -2
- viewmodel_fov 68
- cl_righthand 1
- cl_bobcycle 0
- cl_bobamt_vert 0
- cl_bob_lower_amt 0
- cl_bobamt_lat 0
- //CROSSHAIR
- cl_crosshairalpha "255"
- cl_crosshaircolor_r "0"
- cl_crosshaircolor_g "250"
- cl_crosshaircolor_b "10"
- cl_crosshairdot "0"
- cl_crosshairgap ".1"
- cl_crosshair_t "0"
- cl_crosshairsize "2"
- cl_crosshairstyle "4"
- cl_crosshairusealpha "1"
- cl_crosshairthickness ".2"
- cl_crosshair_drawoutline "0"
- cl_crosshair_outlinethickness "0"
- cl_crosshairgap_useweaponvalue "0"
- cl_crosshair_sniper_width "1"
- //HUD
- cl_use_opens_buy_menu 0
- cl_showloadout 1
- sv_steamgroup 1
- //ALIASES
- alias dm "ignorerad; ignoremsg; voice_enable 0"
- alias dc "disconnect"
- bind "tab" "+_scoregraph"
- alias "+_scoregraph" "+showscores; net_graphheight 0;"
- alias "-_scoregraph" "-showscores; net_graphheight 2000;"
- alias "+jumpthrow" "+jump;drop;-attack"
- alias "-jumpthrow" "-jump"
- bind "c" "+jumpthrow"
- //SOUND
- //VOICE
- voice_enable "1"
- volume "1"
- voice_scale "1"
- cl_mute_enemy_team = 0
- mm_dedicated_search_maxping 350
- //BUY
- bind "l" "buy vest; buy vesthelm;buy decoy; buy deagle; buy awp"
- bind "k" "buy vest; buy vesthelm;buy decoy; buy deagle; buy ak47"
- host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment