... Quake2 Config ScriptS

... Buraya kendi config' lerimizden bilmeyenlere yararlı olabilecek bazı alias uygulamaları koyduk. Copy - paste yaparak config içine koyun ve kaydedin !... Sayılarını arttıracağım !...

 

Roket Jump Script

// Rocket Jump Quake 2 Alias - Custom Version

alias +rj "rj1;rj2"

alias rj1 "set cl_pitchspeed- $cl_pitchspeed;cl_pitchspeed 100000;wait;+lookdown;wait;-lookdown;set cl_pitchspeed $cl_pitchspeed-"

alias rj2 "set hand- $hand;hand 2;+moveup;+attack;echo Rocket Jump"

alias -rj "-attack;-moveup;set hand $hand-;centerview"

bind q +rj

 

...Yukarıdaki script' i confige koyarsanız tek tuşla roket jump yapabilirsiniz !... Ben q tuşuna ayarladım, kendize göre değiştirebilirsiniz !...

 

Sniper Zoom Script

// Sniper Zoom for Mouse

alias +snipe "norm_set;snipe_set"

alias -snipe "re_set" alias snipe_set "hand 2;fov 45;sensitivity 2.5"

alias norm_set "set _hand $hand;set _fov $fov;set _sens $sensitivity"

alias re_set "set hand $_hand;set fov $_fov;set sensitivity $_sens"

bind ctrl "+snipe"

 

... Bu da sniper zoom, tek tuşla zoom in ve out özelliği var. Mouse için özel yazılmış, zoom da mouse' un sensitivty' si düşüyor, böylece vurmak daha kolay hale geliyor, kendinize göre ayarlayın. Normalde sensitivity 2.5 arttırıp, azaltmak elinizde !... Bunu da ctrl ' ye ayarladım.