52%, charging
Account Details | |
---|---|
SteamID64 | 76561198109013944 |
SteamID3 | [U:1:148748216] |
SteamID32 | STEAM_0:0:74374108 |
Country | Canada |
Signed Up | March 19, 2015 |
Last Posted | February 6, 2018 at 7:54 PM |
Posts | 974 (0.3 per day) |
Game Settings | |
---|---|
In-game Sensitivity | .9 |
Windows Sensitivity | 6/11 |
Raw Input | 1 |
DPI |
1600 |
Resolution |
1920x1080 |
Refresh Rate |
60hz |
Hardware Peripherals | |
---|---|
Mouse | g302 |
Keyboard | corsair k65 |
Mousepad | qck+ |
Headphones | g430 |
Monitor | asus vs247h (2) |
no there isnt but the closest thing is maually recording a demo (which is the same thing but prec is automatic).
i found a simple script that can make recording demos as easy as pressing a button:
Brimstonebind "r" "demo"
alias "demo" "record_demo"
alias "record_demo" "record;echo RECORDING"
alias "stop_demo" "stop;echo STOPPING"
bind "alt" "+toggleState"
alias "+toggleState" "alias demo stop_demo"
alias "-toggleState" "alias demo record_demo"
Pressing r starts the demo, alt+r ends it. This is just if you want '1' key to do all that, tbh just bind two keys to start and stop.
You can rebind keys to w/e.
I haven't had the chance to test this, but I'm confident that it works.
Bookmarks appear to be a p-rec only thing though :(
Maverick_OGhttps://www.youtube.com/watch?v=GxOXODfzbek&feature=youtu.be
thats not a frag movie
it would actually be awesome to see star_'s old hud updated. always really liked it
https://www.dropbox.com/sh/7incf4dglfaymlo/AABDQpBokk9G7sNwfMM-A9bKa?dl=0
screenshots are in like every video?
no it's not. its often looked down on and made fun of but most of the top players do it but it takes the fun out of the game imo.
also http://www.teamfortress.tv/32432/clash-royale
hey, welcome to tf.tv, hope you enjoy your stay!
e: nvm you're a retard
yes this is very fucking weird but whatever u can game with is what u should use
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
use this next time ^
i am going to an over-night camp for one week and the theme for the whole week in "one in a minion".
a fucking week.
phoroforaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
you fucked up
maybe your frames are dropping since there is so much going on at once?
rhKShounicomni's is a lot more reliable so you can use that to cross reference if you like http://huds.tf/forum/showthread.php?tid=159
huds.tf times out for me. Any chance someone can post what they know to update huds for mm (other than in OP)?
Cheers
Valve dropped another update upon us that changes more HUD elements and adds new ones. It's a fantastic time to be a HUD developer and even a HUD user.
That was sarcasm.
New Files:
resource/ui/hudmatchstatus.res
resource/ui/hudroundcounter.res
resource/ui/hudteamstatus.res
Modified Files:
resource/clientscheme.res
resource/ui/hudobjectivekothtimepanel.res
resource/ui/hudobjectivestatus.res
resource/ui/hudobjectivetimepanel.res
resource/ui/lobbypanel.res
resource/ui/mainmenuoverride.res
scripts/hudanimations_tf.txt
scripts/hudlayout.res
Changes to Round Timers
Round Timers have been heavily changed in this update, and as a result, will not show up unless you update your files. resource/ui/hudobjectivestatus.res has been basically wiped as a file (which makes me wonder why it exists anymore), and has been replaced by resource/ui/hudmatchstatus.res.
It's not all bad, however. You can actually copy the entire "ObjectiveStatusTimePanel" element inside resource/ui/hudobjectivestatus.res and replace the element with the same name inside resource/ui/hudmatchstatus.res. However, you may have to adjust the timer accordingly to the new Matchmaking UI.
Changes to scripts/hudanimations_tf.txt
If you're not using the hudanimations_manifest.txt method for HUD Animations yet, you'll need to update your scripts/hudanimations_tf.txt file to include the following:
Code:
event ActiveTimerHighlight
{
Animate TimePanelValue FgColor TanLight Linear 0.1 0.1
Animate TimePanelValue FgColor "142 134 115 255" Linear 0.3 0.1
Animate TimePanelValue FgColor TanLight Linear 0.5 0.1
Animate TimePanelValue FgColor "142 134 115 255" Linear 0.7 0.1
Animate TimePanelValue FgColor TanLight Linear 0.9 0.1
Animate TimePanelValue FgColor "142 134 115 255" Linear 1.1 0.1
Animate TimePanelValue FgColor TanLight Linear 1.3 0.3
}
event ActiveTimerDim
{
// Slow fade out
Animate TimePanelValue FgColor "142 134 115 255" Linear 0.0 0.4
}
//===========================================
event OvertimeLabelPulseRed
{
Animate OvertimeLabel FgColor TanLight Linear 0.0 0.3
Animate OvertimeLabel FgColor RedSolid Linear 0.3 0.3
RunEvent OvertimeLabelPulseRed 0.6
}
event SuddenDeathLabelPulseRed
{
Animate SuddenDeathLabel FgColor TanLight Linear 0.0 0.3
Animate SuddenDeathLabel FgColor RedSolid Linear 0.3 0.3
RunEvent SuddenDeathLabelPulseRed 0.2
}
Just place it beneath event ActiveTimerBGPulse in your file. Doing this allows the latest animations for King of the Hill and Sudden Death to work correctly.
Changes to scripts/hudlayout.res
hudlayout.res was updated once again (as always with larger updates, it seems). The element "HudCompetitive" and it's values have been replaced entirely with the following:
Code:
HudMatchStatus
{
"fieldName" "HudMatchStatus"
"visible" "1"
"enabled" "1"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "f0"
"tall" "f0"
}
HudTeamStatus
{
"fieldName" "HudTeamStatus"
"visible" "1"
"enabled" "1"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "f0"
"tall" "f0"
}
So just delete "HudCompetitive" and replace it with that. Simple enough.
To briefly finish off this post, changes to resource/clientscheme.res only include borders. You may want to include those unless you want missing borders/images in your HUD.
resource/ui/hudobjectivekothtimepanel.res was also updated, but it appears you can completely avoid updating it with the latest values and it still works just as it should. You may need to adjust timer positioning to coincide with the Matchmaking UI, but that is purely aesthetic.
resource/ui/lobbypanel.res was updated to include a penalty timer, as well as rename a few values relating to Low Priority players.
http://i.imgur.com/nbdvRvM.png
is this an april fools day prank from spotify?