Created
May 21, 2016 19:29
-
-
Save freedmo/46288f1e724b17846e99a439859cfc66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
viewmodel_offset_x 2.5; | |
viewmodel_offset_y -2; | |
viewmodel_offset_z -2; | |
viewmodel_fov 54; | |
cl_bobcycle "0.98"; | |
cl_bob_lower_amt "5"; | |
cl_bobamt_vert "0.1"; | |
cl_bobamt_lat "0.12; | |
developer "1"; | |
con_filter_text "Damage Given"^; | |
con_filter_text_out "Player:"^; | |
rcon_password ichbinderzerstoerer | |
bind "f3" "volume_toggle"; | |
alias "volume_toggle" "chat_11"; | |
alias "chat_11" "volume 1; echo |~Volume_100%~|; alias volume_toggle chat_00"; | |
alias "chat_00" "volume 0.10; echo |~Volume_10%~|; alias volume_toggle chat_11"; | |
bind "f4" "voice_chat"; | |
alias "voice_chat" "chat_1"; | |
alias "chat_1" "voice_enable 1; echo |~Voice_On~|; alias voice_chat chat_0"; | |
alias "chat_0" "voice_enable 0; echo |~Voice_Off~|; alias voice_chat chat_1"; | |
con_filter_text_out "Volume_"; | |
con_filter_text_out "Voice_"; | |
con_filter_text_out "Player:"; | |
con_filter_text ""; | |
clear; | |
echo loaded; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment