This is for Source of Annihilation.
The crosshair changer thats shown here could be used a universal command changer for each weapon, I can try and describe it as it goes on. is the code itself, This goes into your solderi.cfg file. This goes into your autoexec.cfg file.
Download these two(crosshair3 defaultcross) configs, and put them in the directory X:\X\Steam\steamapps\X\team fortress 2\tf\cfg. Do not change the name of these files, just change the content if you want to.
What this script dose is change the crosshair from however last weapon you used, so its a really good script, notice I use mousewheelup for changing weapons alongside slot 1-3 binded to 1,2,3 (default keyboard bindings) i use mousewheeldown for jumping. Also, i haven’t been arsed to delete all the +/- reloads to the configs, so you might have to add -reload or cl_autoreload 0 in cfg’s for clip based weapons
REMEMBER: add this into every other cfg that dosen’t use the crosshair changer
Back to the universal command changer
alias “weapon1″ “cl_autoreload 1; sensitivity 1.4; exec defaultcross.cfg; slot1; alias nextweap select21; alias prevweap select31; alias select1 weapon1; alias select2 select21; alias select3 select31;”
this means
alias “weapon1″ “command 1; command 2; command 3; slot1; alias nextweap select21; alias prevweap select31; alias select1 weapon1; alias select2 select21; alias select3 select31;”
So if you want other commands to the same weapon that changes when you change weapons, thats easy done by just adding another ; command 4; command 5 ect.
You can use this script for changing crosshair color, sensitivity, r_viewmodel , viewmodel_fov, or whatever other command you want, the sky is the limit.