ffa
Account Details
SteamID64 76561198066579213
SteamID3 [U:1:106313485]
SteamID32 STEAM_0:1:53156742
Country United States
Signed Up December 6, 2012
Last Posted July 25, 2013 at 2:30 AM
Posts 9 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
#4 remove bullet tracers but still have viewmodels? in Q/A Help

Is this what you want???

alias viewmodeltoggle "viewmodelon"
alias viewmodelon "viewmodel_fov 101;r_drawviewmodel 1;alias viewmodeltoggle viewmodeloff"
alias viewmodeloff "viewmodel_fov 0;r_drawviewmodel 0;alias viewmodeltoggle viewmodelon"
bind "[key]" "viewmodeltoggle"

posted about 10 years ago
#8 Viewmodel Variability Script in Q/A Help

I know you can set viewmodels on/off for slots but not based on weapon. (i.e models on for original but not on the cowmangler).
Unless you have a different cfg.

posted about 10 years ago
#2 Viewmodel Variability Script in Q/A Help

As far as I know, you cannot change whether you can see viewmodels based on different weapons. However, you can use a viewmodel toggle.

Something along the lines of
bind "[key]" "incrementvar r_drawviewmodel 0 1 1"
in your config.

posted about 10 years ago
#5 CFG Help in TF2 General Discussion

put: bind mouse2 +attack2 on classes that say ubered when you press m2.
for your medic, make sure you bind mouse2 to whatever alias is your text bind.

posted about 10 years ago
#68 broeselhud 2.6 is out!!! in TF2 General Discussion
suikaJust noticed that the update 2.6 says 03/06/2013 on the website. You should fix it.

not every1 lives in the us.
gr8 hud btw

posted about 10 years ago
#3 Class change bind in Customization

shud wurk

alias classswitch "class1"
alias class1 "join_class pyro; alias classswitch class2"
alias class2 "join_class soldier; alias classswitch class1"
bind "[key]" "classswitch"

Alternatively, you can bind your keypad (if you have one and not in use for other binds) to different classes.

bind "KP_END" "join_class scout"
bind "KP_DOWNARROW" "join_class soldier"
bind "KP_PGDN" "join_class pyro"
bind "KP_LEFTARROW" "join_class demoman"
bind "KP_5" "join_class heavyweapons"
bind "KP_RIGHTARROW" "join_class engineer"
bind "KP_HOME" "join_class medic"
bind "KP_UPARROW" "join_class sniper"
bind "KP_PGUP" "join_class spy"

posted about 10 years ago
#185 Dear TF2 Community in TF2 General Discussion

mge for it

posted about 10 years ago
#10 scripting/alias help in Q/A Help

are you putting the script i posted in your autoexec or whatever and execing it in game??
if you are, then try binding it to a keyboard button and making sure it's not your mouse.
also make sure u dont have mouse5 rebounded anywhere in ur cfgs

posted about 10 years ago
#3 scripting/alias help in Q/A Help

alias +scope "sensitivity 1"
alias -scope "sensitivity 4"
bind mouse5 +scope

works 4 me

posted about 10 years ago