Post: New MW3 Hud Elements Designer[OPEN SOURCE]
07-03-2014, 02:03 PM #1
Swaqq
Professional Thanker
(adsbygoogle = window.adsbygoogle || []).push({}); y0 guys I realized that Kevin's Huds designer was slightly outdated while designing my menu, so I make one for you guys Happy it is working 100% and has no issues. I decided not to add a "delete huds", but since its open source you can just make a button and write Hudelem.DestroyAll(); ._.

Here is a video of me making it




Here is the download link:
You must login or register to view this content.

Have Fun Happy
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to Swaqq for this useful post:

FusionIsDaName, Joren, kiwi_modz, Mango_Knife, Notorious
07-04-2014, 01:05 PM #2
kiwi_modz
I defeated!
Originally posted by NGU View Post
y0 guys I realized that Kevin's Huds designer was slightly outdated while designing my menu, so I make one for you guys Happy it is working 100% and has no issues. I decided not to add a "delete huds", but since its open source you can just make a button and write Hudelem.DestroyAll(); ._.

Here is a video of me making it




Here is the download link:
You must login or register to view this content.

Have Fun Happy


Thanks Bro this will help out a lot of designers

My little function may or may not be helpful as i have never made a menu but here:

auto code values to Hudelem.StoreTextElem function "C#" < might make life a lil easier Smile

You must login or register to view this content.

Function:
     string a = "Hudelem.StoreTextElem(" + (uint)IndexValue.Value + ", " + (int)ClientNumber.Value + ", " + @"""" + metroTextBox1.Text + @"""" + ", " + (double)font.Value + ", " + (double)fontScale.Value + ", " + (float)xValue.Value + ", " + (float)yValue.Value + ", " + (uint)AlignValue.Value + ", " + (float)SortValue.Value + ", " + (uint)R.Value + ", " + (uint)G.Value + ", " + (uint)B.Value + ", " + (uint)A.Value + ");";
Clipboard.SetText(a);
MessageBox.Show(a, "Copied to Clipboard");

Result:
    // test default Hudelem.StoreTextElem(0, 0, "Your Text Here", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
// test with random values Hudelem.StoreTextElem(100, 17, "By Kiwi_modz", 2, 8, 100, 100, 100, 0, 255, 255, 0, 50);


You must login or register to view this content.
07-11-2014, 01:01 PM #3
Swaqq
Professional Thanker
That can be useful :p
Originally posted by ResistTheKiwi View Post
Thanks Bro this will help out a lot of designers

My little function may or may not be helpful as i have never made a menu but here:

auto code values to Hudelem.StoreTextElem function "C#" < might make life a lil easier Smile

You must login or register to view this content.

Function:
     string a = "Hudelem.StoreTextElem(" + (uint)IndexValue.Value + ", " + (int)ClientNumber.Value + ", " + @"""" + metroTextBox1.Text + @"""" + ", " + (double)font.Value + ", " + (double)fontScale.Value + ", " + (float)xValue.Value + ", " + (float)yValue.Value + ", " + (uint)AlignValue.Value + ", " + (float)SortValue.Value + ", " + (uint)R.Value + ", " + (uint)G.Value + ", " + (uint)B.Value + ", " + (uint)A.Value + ");";
Clipboard.SetText(a);
MessageBox.Show(a, "Copied to Clipboard");

Result:
    // test default Hudelem.StoreTextElem(0, 0, "Your Text Here", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
// test with random values Hudelem.StoreTextElem(100, 17, "By Kiwi_modz", 2, 8, 100, 100, 100, 0, 255, 255, 0, 50);


You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo