In-game Text Editing

Discuss general issues about modding HaloPC. Post ideas for mods here.
Post Reply
User avatar
reanimation-06





Posts: 388
Joined: Mon Mar 19, 2007 2:49 pm
Location: Middle of nowhere...

In-game Text Editing

Post by reanimation-06 »

im a new modder and i wanted to ask how would u change the ingame text that appears when u do an action.
like when u go close to a vehicle it says "Press E to drive "vehicle name""
or when u suicide it says "...... comitted suicide"
how can u change those texts to your own customs?
can anyone help me? :!:
fishface617





Posts: 1557
Joined: Thu Mar 16, 2006 5:50 pm
Location: RI

Post by fishface617 »

You have to hex edit the text strings, its quite simple. Look for a tutorial on this site, I know there is one here.
User avatar
reanimation-06





Posts: 388
Joined: Mon Mar 19, 2007 2:49 pm
Location: Middle of nowhere...

-----

Post by reanimation-06 »

could u plz point out one to me
i have searched and i turned up no tuts in the search index
ty
User avatar
0m3g4Muff1n987




Articulatist 500

Posts: 1421
Joined: Thu Nov 23, 2006 8:17 am
Location: Earth, unlike some people I know
Contact:

Post by 0m3g4Muff1n987 »

Just open the map up in a hex editor like HxD, Hex Workshop, groovy hex editor or XVI32, press ctrl+F. Then search for a unicode string for example, suicide. When you come across a string that says "%d committed suicide", change it to your liking. But here are some basic rules.

-DO NOT delete the little dots in between each letter or the strings will **** up. Just change the letters and it will show up the right way in halo.

-DO NOT make your modified strings longer than the original ones! If you have a shorter modification than the original, fill up the remaining space till the three dots that separate each string with spaces. For example, if you wanted to change the "committed suicide" string to "messed up", you'd type: "...&d. .m.e.s.s.e.d. .u.p. . . . . . . . ..."
Image
Click to join the best GPT site ever-I recently got a check for $30 in the mail, I've got one for $100 coming, and I only have two inactive referrals. Sign up and I'll send you a helpful email ASAP.
FanTasY




Wordewatician 100

Posts: 155
Joined: Tue Mar 06, 2007 5:23 am
Location: Canada

Post by FanTasY »

0m3g4Muff1n987 wrote:Just open the map up in a hex editor like HxD, Hex Workshop, groovy hex editor or XVI32, press ctrl+F. Then search for a unicode string for example, suicide. When you come across a string that says "%d committed suicide", change it to your liking. But here are some basic rules.

-DO NOT delete the little dots in between each letter or the strings will **** up. Just change the letters and it will show up the right way in halo.

-DO NOT make your modified strings longer than the original ones! If you have a shorter modification than the original, fill up the remaining space till the three dots that separate each string with spaces. For example, if you wanted to change the "committed suicide" string to "messed up", you'd type: "...&d. .m.e.s.s.e.d. .u.p. . . . . . . . ..."
I have a question, would it be possible to change the strings for vehicles, such as a newly added vehicle (e.g. mongoose) from Halo CE. What I mean is can you change the string from reading <missing string here> to Press "x" to get into driver seat of mongoose.
User avatar
peterblue





Posts: 479
Joined: Tue Jan 02, 2007 5:23 pm

Post by peterblue »

Yes. It allows you to change names, and stuff.
Image
So un1337, beware my advice.
"On a burning bridge, your options are minimal at best,
Depending on where you stand and how much breath is in your chest"
Post Reply