Upvote Upvoted 1 Downvote Downvoted
Custom HUD crossing.
posted in Q/A Help
1
#1
0 Frags +

ok I've just got around switching my TF2 HUD and I found out 2 that I really enjoy:

http://www.mediafire.com/download/2xpg4qrd37s72hj/HUDASIscariote_beta_v.1.3_.7z HUDASIscariote
and
https://code.google.com/p/zimhud

but I like each of them for different reasons and I would like to know how I could get zimhud main menu and all the rest from the HudasIscariote hud.

Thanks in advance folks

ok I've just got around switching my TF2 HUD and I found out 2 that I really enjoy:

http://www.mediafire.com/download/2xpg4qrd37s72hj/HUDASIscariote_beta_v.1.3_.7z HUDASIscariote
and
https://code.google.com/p/zimhud

but I like each of them for different reasons and I would like to know how I could get zimhud main menu and all the rest from the HudasIscariote hud.

Thanks in advance folks
2
#2
2 Frags +

Delete 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.

Delete 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.
3
#3
0 Frags +

From zimhud, find MainMenuOverride.res (/resource/ui/) and GameMenu.res (/resource/) and copy those into your HUD install folder.

From zimhud, find MainMenuOverride.res (/resource/ui/) and GameMenu.res (/resource/) and copy those into your HUD install folder.
4
#4
1 Frags +

sorry for doubleposting :/

sorry for doubleposting :/
5
#5
1 Frags +
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

[quote=Zimmy]Delete 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.[/quote]

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
6
#6
0 Frags +

Yep, if you copy over the GameMenu.res and the MainMenuOveride.res it will look the same as it does in zim hud.

Yep, if you copy over the GameMenu.res and the MainMenuOveride.res it will look the same as it does in zim hud.
7
#7
0 Frags +
ZimmyYep, if you copy over the GameMenu.res and the MainMenuOveride.res it will look the same as it does in zim hud.

I did that at first, but I'm not getting that black bar below the main menu as I did when I had only zimhud.

[quote=Zimmy]Yep, if you copy over the GameMenu.res and the MainMenuOveride.res it will look the same as it does in zim hud.[/quote]

I did that at first, but I'm not getting that black bar below the main menu as I did when I had only zimhud.
8
#8
0 Frags +

I don't quite know what you're talking about. Can you take a screenshot for me?

I don't quite know what you're talking about. Can you take a screenshot for me?
9
#9
0 Frags +

http://i1360.photobucket.com/albums/r646/ZimmyWho/MainMenu_zpsec127919.png I'm talking about the darker area of the background that appears "behind" the menu, after doing all that you suggested above, I still don't have see it.

http://i1360.photobucket.com/albums/r646/ZimmyWho/MainMenu_zpsec127919.png I'm talking about the darker area of the background that appears "behind" the menu, after doing all that you suggested above, I still don't have see it.
10
#10
1 Frags +

Oh. Open up the MainMenuOveride.res, search for "MainMenuBG" and change the "fillcolor" value to something like "15 15 15 175"

Oh. Open up the MainMenuOveride.res, search for "MainMenuBG" and change the "fillcolor" value to something like "15 15 15 175"
11
#11
0 Frags +
ZimmyOh. Open up the MainMenuOveride.res, search for "MainMenuBG" and change the "fillcolor" value to something like "15 15 15 175"

Thanks for the quick replies mate, I ended up understanding most of the file structure for Custom UIs and what I did was copy Zimhuds custom colors onto the new ClientScheme.res and it fixed it. Thanks all the help again :)

[quote=Zimmy]Oh. Open up the MainMenuOveride.res, search for "MainMenuBG" and change the "fillcolor" value to something like "15 15 15 175"[/quote]

Thanks for the quick replies mate, I ended up understanding most of the file structure for Custom UIs and what I did was copy Zimhuds custom colors onto the new ClientScheme.res and it fixed it. Thanks all the help again :)
12
#12
-2 Frags +

how do i remove the medic charge bar that takes the whole bottom of the screen ?

how do i remove the medic charge bar that takes the whole bottom of the screen ?
Please sign in through STEAM to post a comment.