I'm sure someone has the files and will be willing to link to a download, but until then I would suggest http://huds.tf/broeselhudblue/
Account Details | |
---|---|
SteamID64 | 76561198116087893 |
SteamID3 | [U:1:155822165] |
SteamID32 | STEAM_0:1:77911082 |
Country | United States |
Signed Up | August 13, 2014 |
Last Posted | March 1, 2015 at 9:51 AM |
Posts | 12 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 4.20 |
Windows Sensitivity | 6/11 |
Raw Input | 1 |
DPI |
1600 |
Resolution |
1920x1080 |
Refresh Rate |
60hz |
Hardware Peripherals | |
---|---|
Mouse | Zowie FK2 |
Keyboard | Corsair K65 |
Mousepad | Steelseries Qck+ |
Headphones | Sennheiser HD 558 |
Monitor | Samsung S22C300 |
dashnerkenkakudashnerhttp://www.speedtest.net/result/4145774194.png
You get what you pay for I guess
Just out of curiosity, what do you pay?
A little over $100 a month
Huh. Thanks!
dashnerhttp://www.speedtest.net/result/4145774194.png
You get what you pay for I guess
Just out of curiosity, what do you pay?
MegaMarblerThis is because there is a cooldown between sending messages in the in-game chat. You'll need a wait in there. This worked for me:
bind "f8" "message1"
alias "message1" "say_team message1; wait 150; say_team message2"
E: sevennn's should also work just in case the server has the wait command disabled.
Thanks! This works. I was using wait 100 before, so i'm going to assume the cooldown time is 150 frames.
Changed that too, still does not work.
Thanks for pointing that out, but even when I remove it, the script does not fully execute.
Hello everyone! I wrote something similar to this:
bind "f8" "message1; message2"
alias "message1" "say_team message1"
alias "message2" "say_team message2"
And whenever I press the key it's bound to it in-game, it will only execute message1. Thanks in advance for any help!
EDIT: Removed extra quotation mark on line 2 of the script after "message1" and correct some spelling.
Thank you! Changing "wide" to "200" and "tall" to "201" only puts it about two pixels to the left. The guide was very useful, and thanks again for the answer!
I recently moved OmpCrosshairCircle from OMPhud to notoHUD. Everything went very smoothly until I enabled another hud crosshair(xHairCircle, which is perfectly centered for 16:9, which I use)to see if they lined up. As you can probably guess, it didn't, and I would like to know how to get it centered.
If this helps at all, this is what I have in hudlayout.res:
"OmpCrosshairCircle"
{
"controlName" "CExLabel"
"fieldName" "OmpCrosshairCircle"
"font" "Crosshairs40"
"fgcolor" "32 32 32 255"
"labelText" "9"
"xpos" "c-100"
"ypos" "c-96"
"wide" "201"
"tall" "200"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
}