ZimmyDelete GameMenu.res in the resource folder, and MainMenuOveride.res in the resource/ui folder in Iscariote.
Then copy those two files from zimhud into your Iscariote folders.
Then, in your Clientscheme.res, add this into your fonts section:
"ZimFont11"
{
"1"
{
"name" "Roboto Regular"
"tall" "11"
"additive" "0"
"antialias" "1"
}
}
And after that, paste this into the bottom of the clientscheme to define the font (change the "9" to a number that is not being used):
"9"
{
"font" "resource/Roboto-Regular.ttf"
"name" "Roboto Regular"
}
Edit: You don't have to do this if you dont want the font. If you don't do any of that it will use a font already defined within Iscariote. Thats only if you want the Roboto font.
thanks for the help, never thought I'd get a reply from he hud creator himself, ahah, how can I make sure I'm using the whole zimhud menu? including the background and all that