All pastes #2101276 Raw Edit

Stuff

public text v1 · immutable
#2101276 ·published 2012-01-08 20:32 UTC
rendered paste body
echo " Loading player config stared...."

unbindall
 
// bhop
alias "dj" "+jump;wait;-jump;wait;special"
alias "+dj" "alias _special dj; dj"
alias "-dj" "alias _special"



// DJ Alias (unused :( )
alias "+dd" "+duck;wait;-duck;wait;+duck;" 
alias "-dd" "-duck" 







// Teamplay
//alias "_tdm_info" "say HP: %H | ARMOR: %A | LOCATION: %L | WEAPON: %W | //CLIPS: %Q | LJ: %P"

//alias "_tdm_info" "say H: %H | A: %A | L: %L | W: %W | Q: %Q | LJ: %P"

alias "_tdm_info" "say_team H: ^8%H^0 ^4|^0 A: ^8%A^0 ^4|^0 L: ^8%L^0 ^4|^0 W: ^8%W^0 ^4|^0 Q:^8 %Q ^0^4|^0 LJ: ^8%P^0"
alias "_all_info" "say '^8%H^0  hp and ^8%A^0 armor left, lol'"

bind "i" "_tdm_info"	
bind "n" "_all_info"
bind "m" "_my_contacts"


// Slots (for AMX and vote, etc)
bind "0" "slot10"
bind "1" "slot1; weapon_crowbar"
bind "2" "slot2; weapon_9mmhandgun"
bind "3" "slot3" 
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"





// Standard keys
bind "TAB" "+showscores"
bind "ESCAPE" "escape"

bind "a" "+moveleft"
bind "d" "+moveright"
bind "w" "+forward"
bind "s" "+back"

bind "y" "messagemode"

bind "`" "toggleconsole"
bind "~" "toggleconsole"



bind "SHIFT" "+duck"

//bind "MWHEELDOWN" "invnext"
//bind "MWHEELUP" "invprev"

//bind "MWHEELDOWN" "sizeup"
//bind "MWHEELUP" "sizedown"

alias "ddm" "+duck;wait;-duck"
alias "djm" "+jump;wait;-jump"
bind "MWHEELDOWN" "ddm"
bind "MWHEELUP" "djm"


bind "r" "+reload"
bind "q" "lastinv"
bind "e" "+use"

bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "PAUSE" "pause"
//bind "q" "fastsw"

bind "SPACE" "+dj"
bind "CTRL" "+dd"

// User specifig
bind "F1" "say :)"
bind "F2" "say LOL"
bind "F3" "say Good luck!"
bind "F4" "say Hi all!"


bind "F5" "say '^8Spectate mode on/off^0'; spectate"
bind "F6" "reconnect"
bind "F7" "kill"
bind "F8" "disconnect"

bind "F9" "amxmodmenu"
bind "F10" "snapshot"
//bind "F11" "quit"


bind "p" "exec userconfig.cfg"
bind "l" "exec music.cfg"

bind "ALT" "say_team Dropped weapon.; drop"

//bind "PAUSE" "agpause"
//bind "INSERT" "agstart"


//bind "h" "agmap crossfire"
//bind "j" "agmap echo"
//bind "k" "agmap endcamp"
//bind "l" "agmap rapidcore"
//bind ";" "agmap lost_village2"
//bind "'" "agmap last_call"



// Weapons
bind "c" "weapon_crossbow"
bind "f" "weapon_gauss"
bind "z" "weapon_satchel"
bind "x" "weapon_tripmine"
bind "v" "weapon_rpg"
bind "g" "weapon_egon"
bind "t" "weapon_357"


bind "CAPSLOCK" "weapon_crowbar"

bind "MOUSE4" "weapon_9mmAR"
bind "MOUSE5" "weapon_shotgun"

bind "]" "say ^8Yes!^0;wait;yes"
bind "[" "say ^1No!^0;wait;no"



//bind "=" "net_graph 1"
//net_graphpos "2"

cl_showfps "1"
cl_scores "6"




// Violence
violence_hblood "1"
violence_hgibs "0"
violence_ablood "1"
violence_agibs "0"

// 3D settings: Disable echo
room_off 1
room_type 0

// User data
name "Player"
model "gordon"
topcolor "65.680000"
bottomcolor "71.479996"





// Engine params
developer 1
fps_max 250
//default_fov 100
sv_voiceenable "0"
r_drawviewmodel "1"
r_decals "0"
mp_decals "0"

brightness "10"
gamma "10"
lightgamma "2.0" 
texgamma "2"


// Mouse
sensitivity "6.9" // yep, i'm crazy


echo " Loading player config .... [  OK  ]"