I do not want to hijack BD's thread so please direct game support related stuff to the thread I have made for this game:
https://bitcointalksearch.org/topic/blakecoin-based-counter-strike-16-server-594741The command to bind keys is:
bind "key" "action"
So:
bind "b" "say_team /guns"
And/Or:
bind "F10" "say /bounty"
The server does lag for a second, but it is very rare. I have looked into it and it seems to be network related and out of my control. The bigger problem I have is with my internet connection. While playing I leave a window open and pinging google.com. I notice that when I lag in game, my latency to google also shoots up. This means it is my internet connection, not the game server.
Mek I noticed your latency was around 160. This is very high and would make playing difficult. If there is enough demand I will launch more servers in other locations, one of which would be better suited to your geographical location.
It is possible to vastly improve performance via various client side settings. Inside my steamapps/common/half-life/cstrike directory I have created a file named userconfig.cfg. That file is automatically executed when the game client is run.
gl_vsync "0" //allows for higher then the default fps
fps_max "98.5" //sets your fps in game
cl_updaterate "100" //sets the command rate in game
//BEGIN CODE
echo "rate settings on F8 and keywords: dslow,vslow,slow,norm,norm2;fast,vfast,lfast,and rates"
unbind "F8"
alias "dslow" "rate 15000;cl_updaterate 15;cl_cmdrate 15; bind F8 vslow;echo 15000-15-15-256K Symmetrical"
alias "vslow" "rate 20000;cl_updaterate 20;cl_cmdrate 20; bind F8 slow;echo 20000-20-20-512K Symmetrical"
alias "slow" "rate 30000;cl_updaterate 30;cl_cmdrate 30; bind F8 norm;echo 30000-30-30-1MB Symmetrical"
alias "norm" "rate 40000;cl_updaterate 40;cl_cmdrate 40; bind F8 norm2;echo 40000-40-40-2MB Symmetrical"
alias "norm2" "rate 50000;cl_updaterate 50;cl_cmdrate 50; bind F8 fast;echo 50000-50-50-5MB Symmetrical"
alias "fast" "rate 60000;cl_updaterate 60;cl_cmdrate 60; bind F8 vfast;echo 60000-60-60-5+MB Symmetrical"
alias "vfast" "rate 98000;cl_updaterate 98;cl_cmdrate 98; bind F8 lfast;echo 98000-98-98-10MB down 5MBup or better"
alias "lfast" "rate 100000;cl_updaterate 101;cl_cmdrate 101; bind F8 dslow;echo 100000-100-100-Best with no packet loss"
bind "F8" "dslow"
rate 20000
cl_updaterate 20
cl_cmdrate 20
echo Rates set to 20000-20-20-512K Symmetrical
This sets my rates to 20000-20-20-512K Symmetrical, and also binds the F8 key. Everytime I press F8 a new set of rates are applied, allowing me to test the different values and see which results in the best performance.
New thread for this game:
https://bitcointalksearch.org/topic/blakecoin-based-counter-strike-16-server-594741