Time to poke the TF2Pickup devs to bring back class based elo balanced pickups :thinking:
Account Details | |
---|---|
SteamID64 | 76561197990121837 |
SteamID3 | [U:1:29856109] |
SteamID32 | STEAM_0:1:14928054 |
Country | Netherlands |
Signed Up | June 22, 2013 |
Last Posted | November 12, 2024 at 8:56 PM |
Posts | 972 (0.2 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 4 |
Windows Sensitivity | 5 |
Raw Input | 1 |
DPI |
3200 |
Resolution |
2560*1080 |
Refresh Rate |
60 |
Hardware Peripherals | |
---|---|
Mouse | Roccat Kone XTD |
Keyboard | Ducky Shine 2 (Yellow) + Brown Cherry Switches |
Mousepad | Roccat Taito |
Headphones | Roccat Kave |
Monitor | Dell U2711 |
Kingorcocvery good casting and production
just 1 tiny improvement I would love to see is if they can add a little meter for the banners like at Copenhagen lan
Not possible with current ingame hud features. The Copenhagen Games LAN is not an ingame hud, it's a web-based one, so we have loads more freedom with what things to display.
zeFrostyanyone know how to get rid of the marked for death sign?
Put away that Escape Plan :D
Possibly need to update your HudPlayerHealth.res instead to have all the status icons in there they added for mannpower and with Meet Your Match
DocFlameHow do I add the healing stat for my scoreboard (just that one, using hypnotise hud)?
ty
// Excerpt from the Default ScoreBoard.res file
"LocalPlayerStatsPanel"
{
"HealingLabel"
{
"ControlName" "CExLabel"
"fieldName" "HealingLabel"
"font" "ScoreboardVerySmall"
"labelText" "#TF_ScoreBoard_HealingLabel"
"textAlignment" "east"
"xpos" "326"
"ypos" "30"
"zpos" "3"
"wide" "95"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
}
"Healing"
{
"ControlName" "CExLabel"
"fieldName" "Healing"
"font" "ScoreboardVerySmall"
"labelText" "%healing%"
"textAlignment" "west"
"xpos" "425"
"ypos" "30"
"zpos" "3"
"wide" "35"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
}
}
phoxhow to change engi bulid status like this?
If you know which hud it is it's the: hud_obj_ files in resource/ui
LuigiIgnore this I managed to resolve my issues and the only one left remainig (Phlog & gasspasser overlap is a bug within the default hud) I cant do anything about. Thanks anyways.
HudItemEffectMeter_Pyro is the phlog and the default HudItemEffectMeter is the Gas Passer
nuzeDoes anyone know if you can edit the class avatars in the match hud to be other images? Perhaps the class icons?
You can, but there is a high chance they won't work in sv_pure servers. You can move the VTFs to materials\vgui\replay\thumbnails and keep the VMTs in the original materials\vgui\class_portraits folder pointing to the VTF image files in the replay folder.
snowiis there an easy way to modify the size of damage numbers?
ui/HudDamageAccount.res modify the delta_item_font(_big_) values to the required size.
With the update from April 18th the Copenhagen Games medals have been added to the game, we'll try to distribute them asap and will keep you posted when we have started handing them out.
AiTratHey, so the ammo numbers on the default HUD are cutoff slightly at the top. This is also a problem when on min mode. Fix?
Depends on your resolution I suppose
TETEBI enabled pulse damage on thincircle (which i made transparent) but as soon as it pulses it turns solid white again, anyone has any guess where else i need to change the transparency for it to work?
Change the color(s) in the event DamagedPlayer animation.
jnuhow do i make damage numbers without the "-"sign like yight's hud
custom font where the '-' glyph has been removed/set to 0 width as JB explained
HonsterIs there a console command that can close the new item screen? I notice sometimes its unclickable in my hud and I have to quit to fix it. Escape key doesnt work when it happens either.
"closeShortKey"
{
"ControlName" "CExButton"
"visible" "1"
"xpos" "r0"
"labelText" "&E"
"command" "vguicancel"
}
Also, is the map stamp upsell window broken even in the default hud?
Valve changed something to the 'econ/ConfirmDialog.res' to be dynamic height, screwing up this panel in the process.
CollaideI don't know if the issue is on my end but I cannot log into the site, tried it on different browsers so idk. Anyone got a solution?
This probably has to do with the change from last week where Steam now forces all urls to be https, including the one returning from the OpenID signin.
To be able to run this file from anywhere on your PC and have it autodetect the TF2 folder you could modify it with the following:
:: Find TF2 install location in the registry
REM https://stackoverflow.com/questions/39940343/how-to-find-the-directory-of-an-executable-using-a-batch-file
(for /f "usebackq tokens=1,2,*" %%a in (`reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 440" /v InstallLocation`) do set TF2x86=%%c)>nul 2>&1
(for /f "usebackq tokens=1,2,*" %%a in (`reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 440" /v InstallLocation`) do set TF2x64=%%c)>nul 2>&1
set TF2Path=%TF2x64%%TF2x86%
set "tf2_custom=%TF2Path%\tf\custom"
set "tf2_maps=%TF2Path%\tf\maps"
set "tf2_custom_maps=%TF2Path%\tf\download\maps"
You could also modify the echo to be >> and point it to an already existing map config file so it simply appends the ds_prefix line to the file.
Making the script even smarter if you have it in the file with existing map configs you could use findstr to check if the .cfg already contains the ds_prefix and if not to append it to it.
Some of the teespring merch campaigns have been extended with a week. If there are ones listed which haven't been extended but you'd like to order, shoot me a DM on Discord @Wiethoofd#7251
Proceeds of sales go to the talent that showed up at LAN and casted matches.
Check the products out here: http://teespring.com/stores/cgtf2
sibbyis it possible to change the valve comp hud thing at the top or is it just stuck there?
would be nice to have on the side smaller or sideways even instead of always mashing tab
it's hudmatchstatus.res and you can disable it by setting tf_use_match_hud 0
Massive shoutouts to Esport United for organizing TF2 at Copenhagen Games 2018 & providing staff crew tickets!
Shoutout to Mia & Lasse for accommodation and midnight burgers & tarteletter in the production house
Shoutout to everyone who ate the stroopwafels & dropjes * I brought
Shoutout to everyone who showed up for this LAN making all the time and effort I put in worth it <3
Shoutout to all the cool people from KritzKast, TFTV, TeamSource.TF, ESU, and other orgs I got to work with
Shoutout to all the Dutch gamers I got to meet (again), tot de volgende!
Shoutout to kodeeey for hooking me up with a proper mic, interface & boom-arm (which was used by production)
Shoutout to everyone who bought LAN merch to help support the casters and observers that attended LAN
My final shoutout goes out to all the LAN dodgers, you missed an amazing event!
Tried subscribing to the map in the workshop yet?