god bless
Account Details | |
---|---|
SteamID64 | 76561198015024475 |
SteamID3 | [U:1:54758747] |
SteamID32 | STEAM_0:1:27379373 |
Country | United States |
Signed Up | October 14, 2012 |
Last Posted | June 8, 2019 at 11:20 AM |
Posts | 167 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 2.05 |
Windows Sensitivity | 6/11 |
Raw Input | 1 |
DPI |
800 |
Resolution |
1920x1080 |
Refresh Rate |
60hz |
Hardware Peripherals | |
---|---|
Mouse | Logitech G203 |
Keyboard | - |
Mousepad | SteelSeries QcK mass |
Headphones | Superlux HD681 EVO / MEElectronics SP51 |
Monitor | - |
Oh shit, I used to go to Ignite back in high school.
I'd go.
EDIT: Kuma's is nearby, plus a bunch of other places a few blocks east on Damen.
kRI have a question! How do i make this disappear?
Search for TFCharacterImage in MainMenuOverride.res and change both the xpos and ypos to 9999 to move it off screen. Setting enabled and visible to 0 alone doesn't work, I think.
Depending on the HUD you are using, you can probably just change the font name in increments of two (e.g., FontName54 -> FontName 56 under PlayerStatusHealthValue in HudPlayerHealth.res). If that isn't the case, you can do what Tresh says OR add a new font definition with your desired font size (i.e., tall value) in the clientscheme.
"enabled" needs to be 1
Wait what the fuck... Burger King delivers?
jazzysteppHi guys I'm using a bxhud edit that I found in this thread. I play at a low resolution and the server time is way off to the side and I don't know where to go in my hud files to move it. Could someone help me? screenshot
ServerTimeLimitLabel in HudObjectiveTimePanel.res
http://i.imgur.com/8NXbaXP.png
It knows I'm lonely and hungry
For those buttons you highlighted in the picture, yes, plus pretty much every other button in game. I haven't run into any problem yet after changing it as described. I'm assuming changing it back to the default values so they're rounded should work.
Dunno if you found it by now, but I'll post anyways in case you, or anyone else, is looking for a solution.
I ran into a similar problem: instead of wanting rounded corners, I wanted unrounded corners for the buttons on a HUD I'm working on (exactly like the ones in your picture).
I found out it has to do with ButtonBorder, ButtonKeyFocusBorder, and ButtonDepressedBorder in clientscheme.res. The default rounded buttons look like this:
"inset" "0 0 0 0"
"backgroundtype" "2"
and for rectangular buttons, they look like this:
"color" "Blank"
"offset" "0 0"
There's probably more to it, but that works for me, and I don't want to spend more time on this than I already have.
collycatI tried editing this but when I tried it would cut off at a certain point, do you know if theres a way around it?
HudMannVsMachineStatus.res. CurrencyStatusPanel for currency and InWorldCurrencyPanel for remaining.