// lines beginning with an '//' are ignored
// you can use them to comment things
// List of available commands:
// set <name> <value> - sets a variable to the given value
// load <config> - loads another config file
// alias <name> <commands> - creates an alias for a line of commands
// key <num> <command> - attaches a command to a key
// togglemenu - opens / closes the menu
// closemenu - closes the menu instantly
// navleft - navigates menu left
// navright - navigates menu right
// navup - navigates menu up
// navdown - navigates menu down
// disableall - sets all variables to 0
// List of available key names:
// A - Z
// 0 - 9
// F1 - F12
// INS, DEL, POS, END, PGND, PGNU
// NUM0 - NUM9
// NUM
// NUMENTER
// NUMPLUS
// NUMMINUS
// NUMDIVIDE
// NUMMULTIPLY
// NUMCOMMA
// MOUSE1 - MOUSE5
// LEFTARROW, UPARROW, RIGHTARROW, DOWNARROW
// COMMA, DOT, LINE
// ESC, BACKSPACE, ENTER, SHIFT, CTRL, SPACE, TAB, CAPSLOCK, ALT
// aliases
alias reload "load standard.ini"
alias togglepanic "closemenu; disableall; key DEL reload"
alias toggleradar enableradar
alias enableradar "set rad_Active 1; alias toggleradar disableradar"
alias disableradar "set rad_Active 0; alias toggleradar enableradar"
// key events
key INS togglemenu
key DEL togglepanic
key END reload
key LEFTARROW navleft
key UPARROW navup
key RIGHTARROW navright
key DOWNARROW navdown
key END toggleradar
// settings
set aim_Active 1
set aim_Deathmatch 0
set aim_Aimkey 0
set aim_Aimthrough 0
set aim_Autoshoot 1
set aim_NoSpread 1
set aim_NoRecoil 0
set aim_Silent 0
set aim_Smooth 0
set aim_Smoothtype 1
set aim_Aimspot 11
set aim_Prediction 4
set aim_DrawAimspot 1
set aim_FOV 0
set aim_DrawFOV 0
set aim_MinDistance 0
set aim_DrawMinDistance 0
set aim_NoTwitching 1
set esp_Style 1
set esp_Soundtime 700
set esp_Visible 2
set esp_Size 5
set esp_Width 1
set esp_Transparency 70
set wh_DrawPlayer 1
set wh_DrawWeapon 1
set wh_ColorPlayer 1
set wh_ColorWeapon 1
set wh_GlowGrenade 1
set rad_Active 0
set rad_Soundtime 2500
set rad_x 10
set rad_y 10
set rad_w 250
set rad_h 250
set rem_RemoveSmoke 0
set rem_RemoveFlash 0
set rem_DrawMessage 0