tutorial on adding your weapon's name to the hud interface

Discuss HaloCE modding with the HEK tools here. For help, go to the Help Desk forum above.
Post Reply
User avatar
VoiDeD
Readers Club




Socialist

Posts: 1866
Joined: Thu Jan 15, 2004 4:46 pm
Location: Gurnee, IL
Contact:

Post by VoiDeD »

... :shock:

thats actually cool... a super stealth map..


*back to the topic at hand*

get a new bitmaps file. if that doesnt work.. then u must of messed up with the shaders.
Image
rossmum





Posts: 3178
Joined: Mon Mar 08, 2004 12:19 am
Location: in ur forums ownin ur noobs
Contact:

Post by rossmum »

Wow...Even the sky's gone! What the hell did you actually do?
:shock:
User avatar
[cc]z@nd!




Literarian 500

Posts: 2297
Joined: Tue May 04, 2004 1:52 pm
Location: michigan

Post by [cc]z@nd! »

u really messed up.. but my card is the exact same, suxalot brand
that would be hard to find ppl in, hahahaha, like an advanced type of marco polo, hahaha
ASPARTAME: in your diet soda and artificial sweeteners. also, it's obviously completely safe. it's not like it will cause tumors or anything. >.>
always remember: guilty until proven innocent
User avatar
[cc]z@nd!




Literarian 500

Posts: 2297
Joined: Tue May 04, 2004 1:52 pm
Location: michigan

Post by [cc]z@nd! »

wait, u can see the glowie things on the wingtips of the banshee!, that may narrow down what u did
ASPARTAME: in your diet soda and artificial sweeteners. also, it's obviously completely safe. it's not like it will cause tumors or anything. >.>
always remember: guilty until proven innocent
User avatar
VoiDeD
Readers Club




Socialist

Posts: 1866
Joined: Thu Jan 15, 2004 4:46 pm
Location: Gurnee, IL
Contact:

Post by VoiDeD »

[cc]z@nd! wrote:wait, u can see the glowie things on the wingtips of the banshee!, that may narrow down what u did
the glowie thing on the banshee has nothing to do with bitmaps.
Image
Deadly_Shadow




Miner

Posts: 1375
Joined: Fri Oct 24, 2003 1:30 am
Location: Earth
Contact:

Post by Deadly_Shadow »

why didn't u make bg invisible too? ;p That'd be a fun map in multi player
rossmum





Posts: 3178
Joined: Mon Mar 08, 2004 12:19 am
Location: in ur forums ownin ur noobs
Contact:

Post by rossmum »

Deadly_Shadow wrote:why didn't u make bg invisible too? ;p That'd be a fun map in multi player
No. That would just be f*cked.
mattyboy_900





Posts: 132
Joined: Tue Apr 13, 2004 9:49 pm

Post by mattyboy_900 »

The same thing happend o me in DI and i just forgot to copy the sbsp.meta file from Verticies into the levels folder that might fix it
luquis





Posts: 44
Joined: Fri May 07, 2004 5:59 pm
Contact:

tutorial on adding your weapon's name to the hud interface

Post by luquis »

Thanks to Rafazum Z for giving me some pointers.
I decided to write this so no one makes a custom weapon that still says "Picked up a Pistol" when you pick it up.

First off you will need a Hex Editor. I recommend xvi32 which can be downloaded here:
http://www.chmaas.handshake.de/delphi/f ... /xvi32.htm

I highly suggest you backup you original file.

Open up your hud_item_messages.unicode_string_list located at tags\ui\hud\

Go to the 13th string reference that says "Picked up %d canisters..." or something along those lines. It should be 80 bytes. I will explain why to use this srtring later. Click on the duplicate button and save.

Open the file up in your Hex Editor and scroll to the very bottom. It should say "Picked up %d canisters..." on the bottom few lines with a [] symbol in between each character (including spaces). Now change the letters to what you want them to say but there are a few limitations:

If your string stops before the end of the original string then fill in the rest with spaces. This is because the length of the string must stay the same size or else Guerilla won't except it. You used the 13th string because it is the largest.

If your string is too big then you will have to think of something else to put.

Now you can save and open it up in Guerilla to test it out. Now all you have to do is change the string index value on your .weapon file to match the one you just created.

Good luck and happy modding :D
HoboRockAssassin





Posts: 732
Joined: Sun Jan 11, 2004 3:34 pm

Post by HoboRockAssassin »

this is good someone should sticky this
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Post by kornman00 »

I made a dos program that allowed you to make unicode string list tags a while back (with no limitations), but never got around to releasing it. Maybe I should make a GUI version of it. I also need to fix the source code, it was real messy the last time I checked.

I needed to do it because I was making a UI map template the would allow you to make a customized UI.map map. I should probably finish that too. So many things to do.
luquis





Posts: 44
Joined: Fri May 07, 2004 5:59 pm
Contact:

Post by luquis »

thats a good idea it would be so much easier
rafazum





Posts: 59
Joined: Thu Apr 01, 2004 8:55 am
Contact:

Post by rafazum »

thanx for the mension luquis

and its Rafazum "X" not "Z" lol
Image
and visit my site:it has music!coolest website!!-Stick men movies!!
luquis





Posts: 44
Joined: Fri May 07, 2004 5:59 pm
Contact:

Post by luquis »

sorry x is next to z
User avatar
Danke




Wordewatician 500 Mad Hatter

Posts: 2256
Joined: Sun Nov 02, 2003 7:44 pm

Post by Danke »

But if you pick up a flamethrower, and later pick up ammo for it, it'll say "Picked up (weapon)". Strings the game don't use are:

8:Picked up energy sword
*9:Picked up ammo for... (can't see the rest, most likely energy sword)
16:Picked up gravity rifle
*17:Picked up ammo for... (can't see the rest, most likely gravity rifle)
32:Picked up double speed
34:Picked up full-spectrum...(vision I think)
44:Checkpoint...
45:Checkpoint... done
46:Picked up fuel rod gun (SP FRG, I think)

31, 33, 35, 37, and 39 all say "[#] something should be here", so I bet that they're blank in hex.
Image
luquis





Posts: 44
Joined: Fri May 07, 2004 5:59 pm
Contact:

Post by luquis »

it wont change what it says for the flamethrower as long as you duplicate it and edit the duplicated one. as for the "something should go here" it just says that in hex and you can change that.
rafazum





Posts: 59
Joined: Thu Apr 01, 2004 8:55 am
Contact:

Post by rafazum »

u add new strings by duplicateing
Image
and visit my site:it has music!coolest website!!-Stick men movies!!
Post Reply