f_blue
Account Details
SteamID64 76561197967113705
SteamID3 [U:1:6847977]
SteamID32 STEAM_0:1:3423988
Country Germany
Signed Up February 11, 2013
Last Posted August 20, 2021 at 2:59 AM
Posts 592 (0.1 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input 1
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 ⋅⋅ 31 32 33 34 35 36 37 ⋅⋅ 40
#11 broeselhud_blue in Customization

From ETF2L:

SelekI re-enabled the team colour border. The black outline of the health cross is off on the right side, how can I fix it? And how can I make it semi-transparent again?
http://steamcommunity.com/sharedfiles/filedetails/?id=190700173

I also tweaked the the 3D player model to make distinguishing the Medic
posted about 10 years ago
#49 broeselhud 2.7 is out!! in Customization
StaticVoidYou should've included more information in it IMO. I don't think people are going to click links willy nilly.

You're right, done.

posted about 10 years ago
#45 broeselhud 2.7 is out!! in Customization
StaticVoidIt appears that I'm not the only one trying to keep this HUD alive. Neat to see someone else in the community continuously working on the HUD. I've just been updating it in the steam discussion
http://steamcommunity.com/groups/broeselhud/discussions/0/864978110028777663/

Fellow broeselhud enthusiast! I didn't even consider the steam group, thanks for reminding me. I started a new discussion linking my tf.tv thread: http://steamcommunity.com/groups/broeselhud/discussions/0/684839199111177443/

posted about 10 years ago
#10 broeselhud_blue in Customization
Nizzacan i add you for a personal request concerning a hud modification?

No, sorry.

f_blue* Increased TargetDataLabel's font size by 1, made its font color cyan.

Had to change this back actually, the label got cut off a bit at higher resolutions. Sorry for the inconvenience. DL link is updated. You just need to replace targetid.res.

posted about 10 years ago
#5 broeselhud_blue in Customization
Bananasaurusscreenshots?

http://code.google.com/p/broeselhud/wiki/Screenshots
Plus the stuff I added/changed. It's all quite self-explanatory :)

Also, my "target group" is broeselhud enthusiasts: people who already know they like broeselhud but want an updated version without much hassle.

Edit: Added one screenshot to the main post now.

JackyLegsAny way to tell me how can I get the halloween spell thing to show only the spell without the book + team bg?

Team-colored background is removed in the version you can download here. To remove the spell book, go into resource/ui/hudspellselection.res and edit like this (move it off-screen):

"Spellbook"
{
"ControlName" "CTFImagePanel"
"fieldName" "Spellbook"
"xpos" "999"
"ypos" "999"
"zpos" "0"
"wide" "64"
"tall" "56"
"visible" "0"
"enabled" "0"
"image" "spellbook_book"
"scaleImage" "1"
}

JackyLegsAnother thing is if you can, tell me how can I get tf_hud_show_servertimelimit on my broesel and still have my team bg on normal counter, and have the tf_hud_show_servertimelimit counter below it, I remember you created one if I'm not mistaken, but I can't find it.

http://teamfortress.tv/forum/thread/11019

I prefer my version above the control points though, it's more central in my field of view and less work/repositioning of HUD elements.

posted about 10 years ago
#1 broeselhud_blue in Customization

Hey, I'm sure you've heard of broeselhud, a very popular custom TF2 HUD among competitive as well as public players. Unfortunately broesel hasn't really been maintaining his HUD. Since I'm a huge broeselhud enthusiast, I decided to do something about that and began developing broeselhud_blue. Starting in Fall 2013 I've been updating every little detail that I could find in a timely manner. Also I've improved the HUD by adding or changing certain features. I hope you enjoy it.

Please don't add me on Steam. Don't hesitate to post questions or feedback in this thread though. I check it frequently and basically always respond.

Special thanks to Benroads, Wiethoofd, and rays!

Current version: 4.15 (re-added custom main menu)

Installer: https://www.dropbox.com/s/f8ni431i404pa0o/broeselhud_blue_installer.exe

HUD: https://github.com/fblue/broeselhud_blue/archive/master.zip

Screenshots: http://imgur.com/a/EhZ2J

Steam Group: http://steamcommunity.com/groups/broeselhud_blue

FAQ: https://docs.google.com/document/d/1MeLHg-3hMaZyS0S7KhX5Nmnf_GU6D0LMm1Ts1_IREy4

GitHub: https://github.com/fblue/broeselhud_blue

posted about 10 years ago
#94 TF2 Update just hit in TF2 General Discussion
reddanyone know where the player's ammo for medic is in the hud files? the font/color is terrible with my hud.

http://teamfortress.tv/forum/thread/9251/2#post-217395

The ammo font is under "TargetDataLabel" in TargetID.res. As for the icon, you have to add this to your TargetID.res and edit xpos/ypos accordingly:

"AmmoIcon"
{
"ControlName" "ImagePanel"
"fieldName" "AmmoIcon"
"xpos" "41"
"ypos" "24"
"zpos" "12"
"wide" "8"
"tall" "8"
"visible" "0"
"enabled" "1"
"image" "../hud/leaderboard_class_heavy"
"scaleImage" "1"
}

posted about 10 years ago
#37 broeselhud 2.7 is out!! in Customization
mthsadthanks so much for this! is it possible to get the class icons correspond to each class or does it always have to be heavy?

Unfortunately, you can't make it class-dependent as far as I understand. It seems Valve was too lazy to make an extra icon, so they used the Heavy icon to represent ammo in general.

posted about 10 years ago
#34 broeselhud 2.7 is out!! in Customization

Please go to http://teamfortress.tv/forum/thread/13542 for an edited and updated version of broeselhud.

posted about 10 years ago
#38 TF2 Update just hit in TF2 General Discussion

HudSpellMenu
{
"fieldName" "HudSpellMenu"
"visible" "1"
"enabled" "1"
"wide" "640"
"tall" "480"
"zpos" "2"
"xpos" "130"
"ypos" "r61"

"TextFont" "Default"
"ItemFont" "Default"
"ItemFontPulsing" "Default"
}

Put this in hudlayout.res between HudMenu and HudCloseCaption to see your spells (taken from the default HUD file, might interfere with other elements of your HUD).

posted about 10 years ago
#84 quake live? in Off Topic
yukiFairly big necro post (sorry). Was wondering what config generator everyone uses(used?) here. I haven't played this game in a good couple of years, and all I've got lying around is rep's config which is wonky as hell.

Just stuff for picmip, forcemodel and all that jazz mostly. A tidy hud recommendation wouldn't go astray, either.

EDIT: I'm an idiot. It seems since I haven't deleted my appdata folder in 3 years, I still have my config. Though I'm still looking for any decent minimalist hud suggestions if anyone has one.

I like this HUD: http://qlhud.net/hud/Fq0018

As for config, this was really helpful to me: http://emsixteen.wordpress.com/2011/05/14/ (SEMI-COMPREHENSIVE

posted about 10 years ago
#5 lf scrim in TF2 General Discussion

http://webchat.quakenet.org/

Type in your nickname and go to the channel #tf.wars

Start looking for opponents. The search format is usually div X (your skill level according to ETF2L divisions), server on/off, time when you want to play.

posted about 10 years ago
#614 Show your HUD modifications! in Customization
mousiopecan someone help me ! on client scheme there
posted about 10 years ago
#612 Show your HUD modifications! in Customization
JackyLegsThanks to Benroads, this is the result after I took his advice:

Link to the one f_blue made:
http://puu.sh/4QYVM.res
It's set for broesel 2.7, might work with other huds.

Just fyi, I actually optimised this for the TFTrue !log command (see my post here http://teamfortress.tv/forum/thread/9251/1#post-191304) at my 1280x800 resolution, so it's a bit bigger than necessary if you use native resolution. Anyway, I'm glad somebody uses it and I hope it does its job :)

posted about 10 years ago
#48 depression in Off Topic

Just one thing I notice frequently: Please don't confuse sadness for clinical depression or the other way around. Sadness can make you really sad, depression consumes you and can generally not be overcome without professional help.

posted about 10 years ago
1 ⋅⋅ 31 32 33 34 35 36 37 ⋅⋅ 40