"killed by" string in hex
-
- Posts: 264
- Joined: Mon Jan 19, 2004 3:59 pm
"killed by" string in hex
hey anyone know where the "killed by" string is in the map can't find it.
"I only drink the blood of my enemies, and ocassionally a strawberry Yoohoo." --Sarge RvB
Demonic and me made this blooper video check it out!
Demonic and me made this blooper video check it out!
-
- Posts: 573
- Joined: Fri Jan 16, 2004 4:25 pm
- Location: Testing Longhorn from a secure location
-
- Posts: 264
- Joined: Mon Jan 19, 2004 3:59 pm
i did a search in bloodgulch.map and i couldn't find it. What is the exact string i'm looking for?
"I only drink the blood of my enemies, and ocassionally a strawberry Yoohoo." --Sarge RvB
Demonic and me made this blooper video check it out!
Demonic and me made this blooper video check it out!
- MasterNeoChief
- Posts: 2431
- Joined: Tue Dec 23, 2003 9:34 am
- Location: The Netherlands
![]() |
-
- Posts: 264
- Joined: Mon Jan 19, 2004 3:59 pm
well, i know that im not a complete dumbasslemme see...
You do that withsearxh a string and chooset text then enter the text to search.
In Hex editor offcourse

"I only drink the blood of my enemies, and ocassionally a strawberry Yoohoo." --Sarge RvB
Demonic and me made this blooper video check it out!
Demonic and me made this blooper video check it out!
Okay, the tag you need to look in is ui\multiplayer_game_text
The text is set up so there is a 00 in between each character, so in ascii it would look like K.i.l.l.e.d and so on
K is different from k
The best way to do a search for text is to skip the first letter, and use a few letters after that. Be sure to add 00's between each letter
i.l.l.e.d would be
69 00 6c 00 6c 00 65 00 64 00
Have fun!
The text is set up so there is a 00 in between each character, so in ascii it would look like K.i.l.l.e.d and so on
K is different from k
The best way to do a search for text is to skip the first letter, and use a few letters after that. Be sure to add 00's between each letter
i.l.l.e.d would be
69 00 6c 00 6c 00 65 00 64 00
Have fun!

I am not the merry man.
-
- Posts: 264
- Joined: Mon Jan 19, 2004 3:59 pm
thanx alot aztec
i'll try that as soon as i can get on my good halo computer

"I only drink the blood of my enemies, and ocassionally a strawberry Yoohoo." --Sarge RvB
Demonic and me made this blooper video check it out!
Demonic and me made this blooper video check it out!