https://clips.twitch.tv/teamfortresstv/GiftedElephantPeteZarollTie
Account Details | |
---|---|
SteamID64 | 76561198036286714 |
SteamID3 | [U:1:76020986] |
SteamID32 | STEAM_0:0:38010493 |
Country | Australia |
Signed Up | December 18, 2015 |
Last Posted | August 28, 2016 at 11:34 AM |
Posts | 12 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
Not game breaking or anything but really got me ticking lol
http://steamcommunity.com/sharedfiles/filedetails/?id=736711401
https://www.youtube.com/watch?v=_yF_IOHKbYw
https://www.youtube.com/watch?v=VElUGO7W0fc&ab_channel=teamfortress
https://www.youtube.com/watch?v=R_plMGc5o8w&ab_channel=teamfortress
https://www.youtube.com/watch?v=VxzwyBoaxXw&ab_channel=teamfortress
Tobalias preset0 "load_itempreset 0"
alias +key "bind f preset0"
Haven't tested it for this but this is the easiest way I know to get around quotations not working
edit: also I think you can leave out the + in +key
If you add a + it means you want there to be a line being executed at the start of the button press. But the game will then look for a -key to execute at the end of the press.
for example:
alias key "+attack" (this works fine because the game automatically adds the -attack at the end of the button press)
alias +key "+attack" (this will keep attacking because the game can't find a -key. you'd have to also make Alias -key "-attack")
quintoshTobalias key "+attack" (this works fine because the game automatically adds the -attack at the end of the button press)
no, it doesn't add the -attack, unless you meant to bind the key, not alias it
Thank you guys, your replies help me solve my problem! <3
alias +key "bind f load_itempreset 0"
The command above won't work because of how tf2 handles quotations.
So instead the solution would be to execute the bind in another file. E.G
bind1.cfg
alias +key "exec bind2"
bind2.cfg
bind f "load_itempreset 0"
Feels like such a sloppy way of handling it and was wondering if there was another way of doing it without having multiple files?
Thanks in advance!
EDIT: DAY 2 POST RELEASED! FIND HERE: http://www.teamfortress.com/meetyourmatch/war.php
So this leaked... https://steamcdn-a.akamaihd.net/steam/news/22675/mymday2.png
I'm sure a lot of you have noticed they're both blu.
So does this completely debunk it?
Not entirely, it seems to be more of a vote war style.
It even says in the background.
SOURCE TUTORIAL THINGY:
http://i.imgur.com/uLngCkc.jpg
Hit Enter and done.