CardfightGamerDoes anyone know what file i have to edit or add to make my game with the hud i have update so then whenever i find a game, the game doesnt crash?
MainMenuOverride.res and GameMenu.res now require the custom buttons you add to be properly defined (copy and move an existing one from the default files instead of keeping old button code)
-----------------
Kraytchange the mat_antialias values in console from 0 to 1 and back again every time you make an edit
That is the trick, don't forget to have vgui_cache_res_files set to 0 as well, otherwise you're reloading files without seeing any changes, but that should be hud dev 101