abroz
Account Details
SteamID64 76561199229217748
SteamID3 [U:1:1268952020]
SteamID32 STEAM_0:0:634476010
Country United States
Signed Up December 31, 2023
Last Posted December 31, 2023 at 8:07 AM
Posts 1 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
#6945 HUD editing: short questions, quick answers in Customization

how do i change position of my killfeed for it to be lower? my killfeed overlaps player panel at the top. The problem is i tried changing one ypos at a time then tried changing two of these yposes and then typed in console hud_reloadscheme yet nothing changed. heres the code:

HudDeathNotice
{
"fieldName" "HudDeathNotice"
"visible" "1"
"enabled" "1"
"xpos" "r640" [$WIN32]
"ypos" "18" [$WIN32]
"xpos" "r672" [$X360]
"ypos" "35" [$X360]
"wide" "628"
"tall" "468"

"MaxDeathNotices" "4"
"IconScale" "0.35"
"LineHeight" "16"
"LineSpacing" "4"
"CornerRadius" "3"
"RightJustify" "1" // If 1, draw notices from the right

"TextFont" "Default"

"TeamBlue" "HUDBlueTeamSolid"
"TeamRed" "HUDRedTeamSolid"
"IconColor" "HudWhite"
"LocalPlayerColor" "HUDBlack"

"BaseBackgroundColor" "46 43 42 220" [$WIN32]
"LocalBackgroundColor" "245 229 196 200" [$WIN32]
"BaseBackgroundColor" "32 32 32 255" [$X360]
"LocalBackgroundColor" "0 0 0 255" [$X360]
}
also how to make queue for casual panel move to the right? it overlaps with my party panel

posted 4 months ago