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.