Page 1 of 2
Need Some Help.....Hud editing?
Posted: Fri Oct 29, 2004 12:28 pm
by BriDog
I'm working on a small weapon mod, it's mostly just a rebalance of the guns for SP.
What I don't know is how to make the hud show the changes I've made. For example: I doubled the sniper rifle's clip size. How do I get the hud to show 8 bullets instead of 4? I did the same with the needler too.
I've spent the last few days searching these forums, but I haven't found anything helpful.
If somebody could post a how-to, or link to a tutorial I'd really appreciate it.
Posted: Fri Oct 29, 2004 7:09 pm
by BriDog
Um....bump?
Posted: Fri Oct 29, 2004 11:28 pm
by BriDog
OK, I've looked through the bitmaps section of a .map file is this: ui\hud\bitmaps\combined\hud_ammo_meters what I want to edit? And will editing it automaticly make my changes work? Or is there something else I'd need to edit to get it fully functional?
Posted: Sat Oct 30, 2004 10:51 am
by Danke
I've been trying to figure it out for awhile, and I'm really just too lazy to do the bitmap thing, but I'm almost positive it's it. You'll probably want to size them down make more on top of the original ones. Then you'll want to change the sprite size, you'll have to change it using the HEK and coverting it over. It's actually easy to do that as long as you have a map to compile. Otherwise you'll have trouble finding the offset for it.
Posted: Sat Oct 30, 2004 12:38 pm
by McFarlane
Their was one mod that changed the hud.
It's much easier on ce.
Posted: Sat Oct 30, 2004 2:06 pm
by BriDog
Can't I just extract it with HMT, edit it with photoshop, then re-inject it into the .maps?
Then you'll want to change the sprite size, you'll have to change it using the HEK and coverting it over
I don't really understand, what is the sprite? The bullet image?
Also, would I really need to get HEK? Since this is a SP mod
Posted: Sat Oct 30, 2004 2:58 pm
by McFarlane
BriDog wrote:Can't I just extract it with HMT, edit it with photoshop, then re-inject it into the .maps?
Then you'll want to change the sprite size, you'll have to change it using the HEK and coverting it over
I don't really understand, what is the sprite? The bullet image?
Nope.
They don't extract as bitmap tags they do as a hud_something tag.
And I don't think hmt can open those types.
And even if it was a bitmap tag, that wouldn't help either.
Based off haloCE some stuff is a tint.
Especally night-vision.
Posted: Sat Oct 30, 2004 4:18 pm
by BriDog
When I extracted it, it was a .dds file.
So, if I'm understanding you right then what "colors in" the bullets before they get shown as "empty" is a layer of tint? And that would be specified somewhere else in the .map?
Posted: Sat Oct 30, 2004 4:21 pm
by hitmanbob
the black in the dds file basically tells halo that it souldnt even think about usin it, but all other colors show up
u can shange the reitcle, ammo, and basic hud things in halo wihtout rebuilding, but in oreder for it to say 'press ??? to swap with ???' u hav to hex it in
Posted: Sat Oct 30, 2004 4:52 pm
by BriDog
OK, simple yes or no question then I'll have the info I need:
Can I simply edit the .dds file I extracted, edit it, then inject it, and everything will run fine?
BTW, thanks for the help, I appreciate it
Posted: Sat Oct 30, 2004 5:44 pm
by McFarlane
Yes.
Posted: Sat Oct 30, 2004 5:54 pm
by BriDog
Cool. Thanks a bunch.
I'll be posting my little mod in a couple days then.
Posted: Sat Oct 30, 2004 6:18 pm
by McFarlane
Sounds nice but I don't really play halo pc much anymore.
For me it's just xbox.
Posted: Sat Oct 30, 2004 6:26 pm
by BriDog
Oh well, I'm not trying to make an uber-mod or anything. I'm sure some people will try it out. It's mostly for some people I know who like to complain about the AR being crap and the pistol being uber.
Posted: Sat Oct 30, 2004 11:59 pm
by Danke
You'd export hud_ammo_meters1.dds and edit it and import it back it. The problem is that the hud tag tells halo the dimensions to cut those pictures into. So the coloring on the bullets will fill in like the normal sniper rifle. If you had an 8 bullet clip, it wouldn't change the color on the first 4 shots, and would darken the other bullets 2 at a time. So you need to find the offset for how it divides that sprite.
Posted: Sun Oct 31, 2004 12:17 am
by BriDog
Dan!! wrote:You'd export hud_ammo_meters1.dds and edit it and import it back it. The problem is that the hud tag tells halo the dimensions to cut those pictures into. So the coloring on the bullets will fill in like the normal sniper rifle. If you had an 8 bullet clip, it wouldn't change the color on the first 4 shots, and would darken the other bullets 2 at a time. So you need to find the offset for how it divides that sprite.
Oooooh, I understand a lot now.
Any ideas on how to find the offset? I have no experience with that......
Posted: Sun Oct 31, 2004 12:56 am
by Danke
I was wrong. The size of sprites is determined before you compile the bitmap, it's done in photoshop. So you can't do that. You can change the value multiplier though, which might change the amount it shades bullets. I'm gonna test right now.
Posted: Sun Oct 31, 2004 1:28 am
by BriDog
Cool man, post and tell me if it worked!
Posted: Sun Oct 31, 2004 2:06 am
by Danke
Didn't. It's just for meters. I'm sorry I'm not sure how to do this.
Posted: Sun Oct 31, 2004 1:29 pm
by BriDog
Thanks for trying. I wonder where the data that needs to be changed is though......oh well, time to go hunting.