What does it it take to move this over? I've tried xpos, x_offset, and xpos_override on loadout_preset_panel in classloadoutpanel.res but nothing worked.
What does it it take to move this over? I've tried xpos, x_offset, and xpos_override on loadout_preset_panel in classloadoutpanel.res but nothing worked.
How do I edit the passtime intro panel and its contents?
EDIT: it's notify_passtime_howto.res in the notifications folder
[spoiler][img]https://i.imgur.com/q9EBARS.png[/img][/spoiler]
EDIT: it's notify_passtime_howto.res in the notifications folder
HudPassTimeBallStatus/HudPassTimePassNotify and the various other 'HudPassTime...' res files.
If you are on a local server: sv_cheats 1; vgui_drawtree 1 and tick 'Highlight Selected' and find the hud elements by expanding the tree with vgui items/elements
If you are on a local server: [i]sv_cheats 1; vgui_drawtree 1[/i] and tick 'Highlight Selected' and find the hud elements by expanding the tree with vgui items/elements
how to fix hypnotize's fixed broesel's main menu (currently showing default main menu)
WiethoofdHudPassTimeBallStatus/HudPassTimePassNotify and the various other 'HudPassTime...' res files.
If you are on a local server: sv_cheats 1; vgui_drawtree 1 and tick 'Highlight Selected' and find the hud elements by expanding the tree with vgui items/elements
The panel disappears before I can find out what it's called, using those methods.
If you are on a local server: [i]sv_cheats 1; vgui_drawtree 1[/i] and tick 'Highlight Selected' and find the hud elements by expanding the tree with vgui items/elements[/quote]
The panel disappears before I can find out what it's called, using those methods.
bLaWiethoofdHudPassTimeBallStatus/HudPassTimePassNotify and the various other 'HudPassTime...' res files.The panel disappears before I can find out what it's called, using those methods.
If you are on a local server: sv_cheats 1; vgui_drawtree 1 and tick 'Highlight Selected' and find the hud elements by expanding the tree with vgui items/elements
just copy the contents of the panel into something that always shows like hudplayerhealth so you can see what you're editing
If you are on a local server: [i]sv_cheats 1; vgui_drawtree 1[/i] and tick 'Highlight Selected' and find the hud elements by expanding the tree with vgui items/elements[/quote]
The panel disappears before I can find out what it's called, using those methods.[/quote]
just copy the contents of the panel into something that always shows like hudplayerhealth so you can see what you're editing
aurahThe panel disappears before I can find out what it's called, using those methods.
just copy the contents of the panel into something that always shows like hudplayerhealth so you can see what you're editing[/quote]
sv_pausable 1
Pause your game when the message shows up, you're already on a local server editing, pause it!
just copy the contents of the panel into something that always shows like hudplayerhealth so you can see what you're editing[/quote]
[code]sv_pausable 1[/code]
Pause your game when the message shows up, you're already on a local server editing, pause it!
I'm using ahud and I want to make the server time left show in between the health and the ammo, how do I do so
How do I edit the "View entire backpack" button in the crafting pages?
edit: i figured it out, it's "ShowBackpack" in itemselectionpanel.res
edit: i figured it out, it's "ShowBackpack" in itemselectionpanel.res
What is the res file called that allows me to edit this part of the hud?
https://imgur.com/a/lAu4R
https://imgur.com/a/lAu4R
vooshoosWhat is the res file called that allows me to edit this part of the hud?
https://imgur.com/a/lAu4R
hudmatchstatus.res
https://imgur.com/a/lAu4R[/quote]
hudmatchstatus.res
Does anyone know how to make the hud's backpack panels bigger like this?
How would I go onto adding that arrow in the killstreak feed in the players spectator view? There's the player's name and just the killstreak number below it. I'd like to add that arrow as well. I looked into HUDKillstreakNotice, but it seems there's no standalone "arrow" snippet.
Does anyone know how to make the hud's backpack panels bigger like this? I need to figure out how and what files and values to edit.
Quick question, what file controls the countdown number and background that appears before a casual match starts?
How do you remove the red line on the MvM scoreboard?
https://imgur.com/a/bgSzF (If you don't know what I'm talking about)
https://imgur.com/a/bgSzF (If you don't know what I'm talking about)
I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR
https://imgur.com/n2JZODR
sAvenQuick question, what file controls the countdown number and background that appears before a casual match starts?
HudTournament.res > CountdownBG, CountdownLabel, CountdownLabelShadow
While the countdown that appears with the closing doors is inside HudMatchStatus.res > CountdownLabel, CountdownLabelShadow
MagmaDudeHow do you remove the red line on the MvM scoreboard?
https://imgur.com/a/bgSzF (If you don't know what I'm talking about)
Scoreboard.res > HorizontalLine and set it to if_mvm "visible" "0" or "wide" "0" w/e
solly6I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.
HudTournament.res > CountdownBG, CountdownLabel, CountdownLabelShadow
While the countdown that appears with the closing doors is inside HudMatchStatus.res > CountdownLabel, CountdownLabelShadow
[quote=MagmaDude]How do you remove the red line on the MvM scoreboard?
https://imgur.com/a/bgSzF (If you don't know what I'm talking about)[/quote]
Scoreboard.res > HorizontalLine and set it to if_mvm "visible" "0" or "wide" "0" w/e
[quote=solly6]I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR[/quote]
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.
When I change the y pos value for ammo, then ammo will be clipped in some places because limited space. How can I show the ammo again and move it into a higher location?
When I increase "tall" then it just returns the value to it's original position so its not working.
When I increase "tall" then it just returns the value to it's original position so its not working.
Hypnotizesolly6I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.
It still doesn't work for some reason.
Screenshots:
[quote=solly6]I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR[/quote]
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.[/quote]
It still doesn't work for some reason.
[b]Screenshots:[/b]
[url=https://imgur.com/mjtF9GS]Screenshot 1[/url]
[url=https://imgur.com/RwjIXBp]Screenshot 2[/url]
[url=https://imgur.com/WcmHL3z]Screenshot 3[/url]
[url=https://imgur.com/bK02Gzr]Screenshot 4[/url]
How do you change the location of the text that tells me when ive gotten a health pack or arrow. Like the huddamageaccount.res but opposite
d4nnyHow do you change the location of the text that tells me when ive gotten a health pack or arrow. Like the huddamageaccount.res but opposite
You can move it using HudLayout > CHealthAccountPanel and if you want to change the font of it etc use HudHealthAccount!
solly6Hypnotizesolly6I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.
It still doesn't work for some reason.
Screenshots:
Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Well you can't just import the file from wiet hud or it will be broken like that. You needto import the backpackpanel file plus the other base files (which are inside the default hud files folder and alternatives folder)
And even then is not gonna look exactly the same but it should at least work.
jnuWhen I change the y pos value for ammo, then ammo will be clipped in some places because limited space. How can I show the ammo again and move it into a higher location?
When I increase "tall" then it just returns the value to it's original position so its not working.
Sounds like you are trying to move the ammos from HudAmmoWeapons.res to me. Try to move them from Hudlayout > HudAmmoWeapons that way you can move the whole panel at once and it should never disappear unless you set the xpos or ypos to a really high value.
You can move it using HudLayout > CHealthAccountPanel and if you want to change the font of it etc use HudHealthAccount!
[quote=solly6][quote=Hypnotize]
[quote=solly6]I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR[/quote]
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.[/quote]
It still doesn't work for some reason.
[b]Screenshots:[/b]
[url=https://imgur.com/mjtF9GS]Screenshot 1[/url]
[url=https://imgur.com/RwjIXBp]Screenshot 2[/url]
[url=https://imgur.com/WcmHL3z]Screenshot 3[/url]
[url=https://imgur.com/bK02Gzr]Screenshot 4[/url][/quote]
Well you can't just import the file from wiet hud or it will be broken like that. You needto import the backpackpanel file plus the other base files (which are inside the default hud files folder and alternatives folder)
And even then is not gonna look exactly the same but it should at least work.
[quote=jnu]When I change the y pos value for ammo, then ammo will be clipped in some places because limited space. How can I show the ammo again and move it into a higher location?
When I increase "tall" then it just returns the value to it's original position so its not working.[/quote]
Sounds like you are trying to move the ammos from HudAmmoWeapons.res to me. Try to move them from Hudlayout > HudAmmoWeapons that way you can move the whole panel at once and it should never disappear unless you set the xpos or ypos to a really high value.
solly6It still doesn't work for some reason.
Screenshots: 1, 2,
3, 4
If you copy the WietHUD files, make sure to have the default_hudfiles original BackpackPanel.res file there as well, otherwise you can apply the changes made to the default backpack .res file and end up with a single file to maintain.
-------------
d4nnyHow do you change the location of the text that tells me when ive gotten a health pack or arrow. Like the huddamageaccount.res but opposite
Isn't that HudHealthAccount.res
It still doesn't work for some reason.
[b]Screenshots:[/b] [url=https://imgur.com/mjtF9GS]1[/url], [url=https://imgur.com/RwjIXBp]2[/url],
[url=https://imgur.com/WcmHL3z]3[/url], [url=https://imgur.com/bK02Gzr]4[/url][/quote]
If you copy the WietHUD files, make sure to have the [i]default_hudfiles[/i] original BackpackPanel.res file there as well, otherwise you can apply the changes made to the default backpack .res file and end up with a single file to maintain.
-------------
[quote=d4nny]How do you change the location of the text that tells me when ive gotten a health pack or arrow. Like the huddamageaccount.res but opposite[/quote]
Isn't that [i]HudHealthAccount.res[/i]
How can i make these icons and the killfeed icons be actually white?
https://i.imgur.com/FKqMOtt.jpg
I once saw it was possible by using the mod_textures file by I don't actually know how, Is it possible to change them from the file or I need to edit the d_images (?) vtf?
[img]
https://i.imgur.com/FKqMOtt.jpg
[/img]
I once saw it was possible by using the mod_textures file by I don't actually know how, Is it possible to change them from the file or I need to edit the d_images (?) vtf?
Try "iconColor" "255 255 255 255" for the Icon_Sentry_#
The icons used for those are obj_status_sentrygun_#, you can try to make them in to an imagepanel instead of CIconPanel and use an image and drawcolor to change the color of the icons if the suggestion from the first line does not work.
The icons used for those are [i]obj_status_sentrygun_#[/i], you can try to make them in to an imagepanel instead of CIconPanel and use an image and drawcolor to change the color of the icons if the suggestion from the first line does not work.
I'm trying to use an updated version of BXHud (credit goes to Hypnotize) however fog's BasicCross doesnt work even with what I believe to be the right line of code(?) and the damage numbers dont add up into one greater number on the UI next to health. https://i.imgur.com/4yOqDDc.jpg
Also when I use the concheror my hud damage number counts up with the healing number, so when I gain 1-4 hp it tracks damage as if it was damage dealt to an enemy on my hud.
https://i.imgur.com/j0WLePR.jpg
https://i.imgur.com/85fjVCT.jpg
If anyone has a solution to these then that would be great.
https://www.dropbox.com/s/1jdua1hs9iq0012/BX%20Hud.rar?dl=0 These are the files im using right now with my desired colors/minor changes.
I've used huds "out of the box" for so long that I'm out of my depth.
Also when I use the concheror my hud damage number counts up with the healing number, so when I gain 1-4 hp it tracks damage as if it was damage dealt to an enemy on my hud.
https://i.imgur.com/j0WLePR.jpg
https://i.imgur.com/85fjVCT.jpg
If anyone has a solution to these then that would be great.
https://www.dropbox.com/s/1jdua1hs9iq0012/BX%20Hud.rar?dl=0 These are the files im using right now with my desired colors/minor changes.
I've used huds "out of the box" for so long that I'm out of my depth.
HypnotizesAvenQuick question, what file controls the countdown number and background that appears before a casual match starts?
HudTournament.res > CountdownBG, CountdownLabel, CountdownLabelShadow
While the countdown that appears with the closing doors is inside HudMatchStatus.res > CountdownLabel, CountdownLabelShadow
MagmaDudeHow do you remove the red line on the MvM scoreboard?
https://imgur.com/a/bgSzF (If you don't know what I'm talking about)
Scoreboard.res > HorizontalLine and set it to if_mvm "visible" "0" or "wide" "0" w/e
solly6I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.
Thanks mate!
HudTournament.res > CountdownBG, CountdownLabel, CountdownLabelShadow
While the countdown that appears with the closing doors is inside HudMatchStatus.res > CountdownLabel, CountdownLabelShadow
[quote=MagmaDude]How do you remove the red line on the MvM scoreboard?
https://imgur.com/a/bgSzF (If you don't know what I'm talking about)[/quote]
Scoreboard.res > HorizontalLine and set it to if_mvm "visible" "0" or "wide" "0" w/e
[quote=solly6]I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR[/quote]
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.[/quote]
Thanks mate!
Hypnotized4nnyHow do you change the location of the text that tells me when ive gotten a health pack or arrow. Like the huddamageaccount.res but opposite
You can move it using HudLayout > CHealthAccountPanel and if you want to change the font of it etc use HudHealthAccount!
solly6Hypnotizesolly6I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.
It still doesn't work for some reason.
Screenshots:
Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Well you can't just import the file from wiet hud or it will be broken like that. You needto import the backpackpanel file plus the other base files (which are inside the default hud files folder and alternatives folder)
And even then is not gonna look exactly the same but it should at least work.
jnuWhen I change the y pos value for ammo, then ammo will be clipped in some places because limited space. How can I show the ammo again and move it into a higher location?
When I increase "tall" then it just returns the value to it's original position so its not working.
Sounds like you are trying to move the ammos from HudAmmoWeapons.res to me. Try to move them from Hudlayout > HudAmmoWeapons that way you can move the whole panel at once and it should never disappear unless you set the xpos or ypos to a really high value.
I'll try that. Thanks in advance :)
You can move it using HudLayout > CHealthAccountPanel and if you want to change the font of it etc use HudHealthAccount!
[quote=solly6][quote=Hypnotize]
[quote=solly6]I'm very sorry for asking this repeatedly but what file should I edit to make the backpack look like this?
https://imgur.com/n2JZODR[/quote]
reosurce/ui/econ/BackpackPanel.res and you need to increase the size of the "modelpanels_kv" (wide and tall) and then adjust the xpos and ypos of the whole panel with "item_backpack_offcenter_x" and "item_ypos" if I'm not wrong.
I mean you can just take the values from wiethud as well.[/quote]
It still doesn't work for some reason.
[b]Screenshots:[/b]
[url=https://imgur.com/mjtF9GS]Screenshot 1[/url]
[url=https://imgur.com/RwjIXBp]Screenshot 2[/url]
[url=https://imgur.com/WcmHL3z]Screenshot 3[/url]
[url=https://imgur.com/bK02Gzr]Screenshot 4[/url][/quote]
Well you can't just import the file from wiet hud or it will be broken like that. You needto import the backpackpanel file plus the other base files (which are inside the default hud files folder and alternatives folder)
And even then is not gonna look exactly the same but it should at least work.
[quote=jnu]When I change the y pos value for ammo, then ammo will be clipped in some places because limited space. How can I show the ammo again and move it into a higher location?
When I increase "tall" then it just returns the value to it's original position so its not working.[/quote]
Sounds like you are trying to move the ammos from HudAmmoWeapons.res to me. Try to move them from Hudlayout > HudAmmoWeapons that way you can move the whole panel at once and it should never disappear unless you set the xpos or ypos to a really high value.[/quote]
I'll try that. Thanks in advance :)
hey how do i change the location of round timer and setup and all that stuff
Wiethoofdsolly6It still doesn't work for some reason.If you copy the WietHUD files, make sure to have the default_hudfiles original BackpackPanel.res file there as well, otherwise you can apply the changes made to the default backpack .res file and end up with a single file to maintain.
Screenshots: 1, 2,
3, 4
Like this?
EDIT: Still doesn't work. https://imgur.com/N0IAb6M
It still doesn't work for some reason.
[b]Screenshots:[/b] [url=https://imgur.com/mjtF9GS]1[/url], [url=https://imgur.com/RwjIXBp]2[/url],
[url=https://imgur.com/WcmHL3z]3[/url], [url=https://imgur.com/bK02Gzr]4[/url][/quote]
If you copy the WietHUD files, make sure to have the [i]default_hudfiles[/i] original BackpackPanel.res file there as well, otherwise you can apply the changes made to the default backpack .res file and end up with a single file to maintain.
[/quote]
Like [url=https://imgur.com/kD8QGed]this?[/url]
EDIT: Still doesn't work. https://imgur.com/N0IAb6M