//Walk Script
=============
alias gehenan "+speed; alias gehen gehenaus"
alias gehenaus "-speed; alias gehen gehenan"
alias gehen "gehenan"
//Consolen Script
=================
alias "togglec" "toggle_down"
alias "toggle_down" "toggleconsole; alias togglec toggle_up"
alias "toggle_up" "cancelselect; alias togglec toggle_down"
bind "`" "togglec"
bind "~" "togglec"
WICHTIG!
falls ihr mehrkern cpus habt plx eintragen sonst no support!
CSS Launch Options
-threads 2 (4 statt 2 wenn ihr ne cpu mit 4 kernen habt)
multicore cfg befehle (ich hab ka was die alle bedeuten, copy&paste hat bei mir funktioniert und ich hab mehr fps )
mat_queue_mode 2
threadpool_affinity 2 (4 statt 2 wenn ihr ne cpu mit 4 kernen habt)
r_queued_ropes 1
r_queued_decals 1
r_queued_post_processing 1
cl_threaded_bone_setup 1
cl_threaded_client_leaf_system 1
r_threaded_particles 1
r_threaded_renderables 1
r_threaded_client_shadow_manager 0
ölf fps mehr und vom gefühl her kein ruckeln oder lags mehr
zudem scheinen die pg netsettingsfolgende zu sein
cl_cmdrate 66
cl_updaterate 66
rate 100000
wobei viele auch statt 66 mit 100 spielen. muss ich noch testen
alias "color" "color1"
alias "color1" "alias color color2; cl_crosshaircolor 1"
alias "color2" "alias color color3; cl_crosshaircolor 2"
alias "color3" "alias color color4; cl_crosshaircolor 3"
alias "color4" "alias color color5; cl_crosshaircolor 4"
alias "color5" "alias color color1; cl_crosshaircolor 5"
bind $taste$ "color"
werde demnächst noch ein paar ausgewählte rgb-farben hinzufügen.