![]() |
|
Trying to make a HUD - Printable Version +- HUDS.TF (https://huds.tf/forum) +-- Forum: HUD General (https://huds.tf/forum/forumdisplay.php?fid=1) +--- Forum: HUD Help & Development (https://huds.tf/forum/forumdisplay.php?fid=4) +--- Thread: Trying to make a HUD (/showthread.php?tid=287) |
Trying to make a HUD - leanin off the activis - 12-07-2016 I'm trying to learn how to make a new hud using raysfiyah's hud from scratch tutorials, I extracted the base tf2 hud files using gcf scape and put the resource and scripts folder into "tf\custom\dalahud" and whenever I change something and do hud_reloadscheme it remains the same as before as if the game doesn't load the folder, something else that might be helpful in finding out what's wrong is after I type hud_reloadscheme I get an error in the console saying "failed to load resource/UI/HudItemEffectMeter_Action.res" screenshot of my folder - http://puu.sh/pYvRw/020261f980.jpg RE: Trying to make a HUD - omnibombulator - 12-07-2016 I believe you need to set vgui_cache_res_files to 0 in the console to do any HUD editing from now on. RE: Trying to make a HUD - leanin off the activis - 12-07-2016 (12-07-2016, 07:09 AM)omnibombulator Wrote: I believe you need to set vgui_cache_res_files to 0 in the console to do any HUD editing from now on. I actually managed to fix it by making a info.vdf file I took and edited from ahud in an attempt to fix it when I couldn't find anything on google http://puu.sh/pYS8t/9a94c6ab92.png hope this can help someone else in the future since I saw a few other people with my problem, thanks for the answer though. Cheers |