SprWiz Created 19 years ago2004-06-02 11:10:46 UTC by Unbreakable Unbreakable

Created 19 years ago2004-06-02 11:10:46 UTC by Unbreakable Unbreakable

Posted 19 years ago2004-06-02 11:10:46 UTC Post #29813
Well I downloaded Sprite wiz--But, It is not what I expected at all,
I still don't know how going about the process of changing the hud,
Or making a new hud, what size is it, is there animated frames--e.t.c.
plus the layout of the hud is very important, soo... I need help..
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-02 11:13:44 UTC Post #29817
SpriteWizard lets you create your own sprites. Since HL uses sprites for it's HUD, it's an important thing for changing the HUD.

But indeed, for real changes beyond the sprites (colors, positions), you need to code. With a little experience you'll be able to find it out yourself.
Posted 19 years ago2004-06-02 11:41:35 UTC Post #29824
Yes I think some of it is in the color.ls, which can be opened with paintbrush(dont think its for the hud though.)

Anyway Sprite Wizard Isn't what I thought, How am I supposed to edit the hud with it all it does is add frames anyways I gotto go, help please.
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-02 12:45:40 UTC Post #29829
Sight...

The HUD is coded. The color of the HUD sprites is defined in the code, and so are the positions of the HUD sprites on the screen. The sprites that the HUD uses are in the pak file but you can replace these with your own sprites so the HUD displays well, other sprites.

That's not so hard to understand, non? Maybe you should do some research on what sprites are used and so?
Posted 19 years ago2004-06-02 13:09:22 UTC Post #29831
Right- Ok yep, thanks for all the help
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-02 13:13:15 UTC Post #29832
here I found a really good site--check it out, It shows everything you need to know concerning HUDs

http://home.earthlink.net/~dragcity/hud.htm
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-02 16:39:05 UTC Post #29851
That's not everything but well, enough for those that don't want to code. It covers adjustments of the HUD sprites pretty wel indeed.
Posted 19 years ago2004-06-03 07:25:36 UTC Post #29966
Yep, I dont think I'd like to spnd all that extra time to code, just to change the color, but it just might happen--lol.
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-03 13:43:13 UTC Post #30037
With a little experience in C++ and a habit of searching one can come pretty far... :)

So, if it ever happens you get into programming, I think it's worth checking it out.
Posted 19 years ago2004-06-04 07:38:56 UTC Post #30239
I believe It already has become,

I now know how to change RGB values to Hex, but I can't
find the Hex code for the hud in any of the files- I thought it
would be in the hud.txt but its not, so where the he11 is it?

Where is the file that needs to be coded?
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-04 08:02:33 UTC Post #30245
It's inside the code... not a .txt file.

Ehm, ah, here it is:
In the client dll source, go to hud.h and look for #define RGB_YELLOWISH 0x00FFA000 //255,160,0

That's the color of the hud. You can create your own definition and change the references to RGB_YELLOWISH in hud.cpp, or you can just modify the hexadecimal code in definition of RGB_YELLOWISH.
Posted 19 years ago2004-06-04 10:54:09 UTC Post #30280
What do you open the client.dll With--Its all encrypted if I was to open it in a normal texteditor like word pad.
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-04 10:58:04 UTC Post #30282
Sight...

You can't open a dll. You're gonna have to get the sourcecode of it. It's in the HL SDK. The code can be writted and modified even in notepad but in order to compile you'll need a C/C++ compiler. I get the impression you're not really known with programming... am I right here?
Posted 19 years ago2004-06-04 11:26:05 UTC Post #30291
Ohh yeah, definetly. Im just a noob to coding.
Is that a big program? Is it complicated, You seem to
be the opposite of what I am--You seem to know to
much about coding...lol..
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-04 11:33:42 UTC Post #30293
I definitely don't know too much about coding/programming. Although I do know somewhat. Enough to play a little with the HL code.

Anyway, there's not one program that can compile, there's a whole load of C/C++ compilers. I use Microsoft Visual.NET, a very handy programming environment with compiler and loads of other options.

As for free compilers, I remember Bloodshed Dev:
http://download.com.com/3000-2069-1683220.html?tag=lst-0-1
Posted 19 years ago2004-06-07 07:33:33 UTC Post #31044
ok, thanks for the help..
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-11 09:42:47 UTC Post #32321
hey mike.... i turned 17 on the 7th of june lol.... well... i donno wat to say.... hope u repliy i guess altho i dont really know how to work this thing yet... may as well use emails.... well im not too keen on this place ur lucky i like ya enough to come back on lol.... hmm.... i hope u get this and well hope ur ok :) er will talk soon i guess

Luv Rosie xxx
Posted 19 years ago2004-06-11 10:47:17 UTC Post #32348
Touching as that is, this is a forum.
forum (n.) a public meeting or assembly for open discussion
Please stick to e-mails.
Seventh-Monkey Seventh-MonkeyPretty nifty
Posted 19 years ago2004-06-11 10:53:10 UTC Post #32352
Im yep, I guess maybe we should stick to emails--lol kitty
sorry seventh
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 19 years ago2004-06-11 11:00:36 UTC Post #32354
Thanks.
Seventh-Monkey Seventh-MonkeyPretty nifty
You must be logged in to post a response.