Thanks for adding the low ammo flash :]
Account Details | |
---|---|
SteamID64 | 76561198040399924 |
SteamID3 | [U:1:80134196] |
SteamID32 | STEAM_0:0:40067098 |
Country | United States |
Signed Up | January 29, 2013 |
Last Posted | June 23, 2023 at 12:09 AM |
Posts | 1213 (0.3 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 1.1 |
Windows Sensitivity | 5 |
Raw Input | 1 |
DPI |
1800 |
Resolution |
1920x1080 |
Refresh Rate |
240hz |
Hardware Peripherals | |
---|---|
Mouse | Razer Deathadder |
Keyboard | Logitech G610 |
Mousepad | Steelseries Qck Heavy |
Headphones | Sennheiser 569 |
Monitor | ASUS VG259QM |
kwahlsterHow would you go about making the cl_showfps text larger?
Edit sourcescheme.res theres one floating around that makes your netgraph font smaller but for some reason it does make the cl_showfps text slightly larger you you might want to look into that.
vegurCan you make hud crosshairs with the default hud somehow?
Yes, you'd need to use gfcscape to find the default hud files and then install the font/crosshair like any other one.
djcToasterWhy are you even talking about this to make me in the center again. This is about tf2mix not me.
you're right. i'll help you stop making it about you.
thank you based djc
Found another neat looking one
FluxHUD
Screenshots: http://imgur.com/a/2lbZr
Download: https://github.com/fluxxy/fluxhud
Ah, didn't know about that.
I'll deff toss that in v8 for sure.
sherman_gluckcan you also add surfaceproperties.txt into the scripts folder?
what is this from?
SerotoneBasically passing on a question from a friend who asked me, is there a way to selectively toggle the hud crosshair on and off, most likely by having it on for the minimal hud and off on normal hud or vice versa? I'm almost certain it can be done but haven't managed to find a conclusive solution on google. He uses broeselhud 2.6 with some sort of wings crosshair that he only wants to have on for scout. Thanks.
Well you can use minmode to change crosshairs. For example you'd have something like this set up in your hudlayout.res file
So what he would need to do is have cl_hud_minmode 1 in his scout.cfg file so that when he joins scout it would swap to minmode and enable the konrwings. However on broeselhud minmode is used to change the scoreboards so he'd be stuck on 6v6 scoreboard unless he redid it. I currently have something like this set up in my broesel 2.5 where on all classes besides scout I have a circle around my crosshair and on scout it would have konrwings. I edited it so the scoreboard would stay on 12v12 regardless of minmode.
EDIT: you could also do it using achievement trackers and unless you want to have an animated crosshair achievementtracker stuff doesn't cause lag when switching it on/off.
I was working on trying to add low ammo animations on my HUD and could not figure it out. If you have time and are willing to work on it heres a download to the most recent version. I was also having trouble having HP change colors on buff/low. I currently have background animations setup but havn't looked much into changing the colors.
hm wish there was a easier way to do mainmenu/clientscheme updates. But I guess this is probably quicker than relaunching a full tf2 window each time.
Are you able to make it reload the game quickly for mainmenu/clientscheme changes?
fsXDBenroadsWould you be able to do this one for me?
http://puu.sh/3LQwY.png
I'll work on it tonight if I can get to it.
fsXDapacfsXD
also I can literally pump out transparent images in crosshair form in like 5 minutes lol
Can you makerakzbrbrbrRRP can you give me the .psd? because i'll color myself
i plan to do this, or rainbow
[IMG]http://i.imgur.com/5GODFNb.jpg[/IMG]
Can you make this xhair then? TYTYTY
You can make this without an image, I have the code for a similar one with different colors. But I'm working right now so i'll get it when I get home (9EST)
Following up:
Show Content[code] "GREENTOP"
{
"ControlName" "ImagePanel"
"fieldName" "Line1"
"xpos" "c0"
"ypos" "c-4"
"zpos" "95"
"wide" "1"
"tall" "4"
"visible" "1"
"enabled" "1"
"fillcolor" "0 255 0 255"
}
"CYANBOTTOM"
{
"ControlName" "ImagePanel"
"fieldName" "Line2"
"xpos" "c0"
"ypos" "c1"
"zpos" "95"
"wide" "1"
"tall" "4"
"visible" "1"
"enabled" "1"
"fillcolor" "0 255 0 255"
}
"LIGHTGREENLEFT"
{
"ControlName" "ImagePanel"
"xpos" "c-4"
"ypos" "c-0"
"zpos" "100"
"wide" "4"
"tall" "1"
"visible" "1"
"enabled" "1"
"fillcolor" "125 255 125 255"
}
"LIGHTGREENRIGHT"
{
"ControlName" "ImagePanel"
"xpos" "c1"
"ypos" "c-0"
"zpos" "100"
"wide" "4"
"tall" "1"
"visible" "1"
"enabled" "1"
"fillcolor" "125 255 125 255"
}
"VERTICALBLACKLEFT"
{
"ControlName" "ImagePanel"
"fieldName" "Line"
"xpos" "c-1"
"ypos" "c-4"
"zpos" "95"
"wide" "1"
"tall" "9"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 255"
}
"VERTICALBLACKRIGHT"
{
"ControlName" "ImagePanel"
"xpos" "c1"
"ypos" "c-4"
"zpos" "95"
"wide" "1"
"tall" "9"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 255"
}
"HORIZONTALBLACKTOP"
{
"ControlName" "ImagePanel"
"xpos" "c-4"
"ypos" "c-1"
"zpos" "95"
"wide" "9"
"tall" "1"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 255"
}
"HORIZONTALBLACKBOTTOM"
{
"ControlName" "ImagePanel"
"xpos" "c-4"
"ypos" "c1"
"zpos" "95"
"wide" "9"
"tall" "1"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 255"
}
"TOPEDGE"
{
"ControlName" "ImagePanel"
"fieldName" "Line"
"xpos" "c-1"
"ypos" "c-5"
"zpos" "99"
"wide" "3"
"tall" "1"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 255"
}
"LEFTEDGE"
{
"ControlName" "ImagePanel"
"fieldName" "Line"
"xpos" "c-5"
"ypos" "c-1"
"zpos" "99"
"wide" "1"
"tall" "3"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 255"
}
"RIGHTEDGE"
{
"ControlName" "ImagePanel"
"fieldName" "Line"
"xpos" "c5"
"ypos" "c-1"
"zpos" "99"
"wide" "1"
"tall" "3"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 255"
}
"BOTTOMEDGE"
{
"ControlName" "ImagePanel"
"fieldName" "Line"
"xpos" "c-1"
"ypos" "c5"
"zpos" "99"
"wide" "3"
"tall" "1"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 255"
{[/code]
Don't worry about it actually, was meant for a friend who didn't figure out that he already had hud xhairs untill I posted.
Would you be able to do this one for me?
v7 out!
Mostly minor changes
If you want the old cl_showfps/netgraph font back just delete sourcescheme.res in resouce.
EDIT: accidentally uploaded the hud with my xhair settings, it's been fixed by now but if you downloaded v7 right after I posted it you might need to remove my xhair settings from hudlayout.res or just redownload.