echo "Init script loaded."

//Set console variables
console_position 5 100
console_color 255 255 0 0
console_displayactivity 1
console_fadedelay 3500

//Set game variables
game_forceambientlight 0
game_ambientlight 255 120 120 120
game_gamma 60
game_allowsetcursorpos 1

//Set general variables
showfps 0

//Load plugins
//Uncomment or add plugins you want to use
//load TParty
load BloodPace
//load WinampPlugin
keyboard_allowmmf 1

//Bind keys
//Bind syntax is "bind <key> <up> <command>
// ^ represents control- and ! is alt, eg !1 is alt-1
bind f11 game_forceambientlight
bind f12 showfps
bind sysrq screenshot bmp
bind ^v paste
echo "Toggle Lighting = F11"
echo "Toggle FPS = F12"
echo "Paste Clipboard = Ctrl-V"