Page 1 of 1

text change

Posted: Tue Nov 18, 2003 3:38 pm
by Gamja
is there some way that you can change the text in MP?

ex: instead of this:

X killed Y.

could you say something like this?

X slew Y.

Posted: Tue Nov 18, 2003 3:51 pm
by Danke
Hex edit. search. text string. Unicode mode. search. change. end.

Posted: Tue Nov 18, 2003 4:42 pm
by Gamja
thanks, but what's the vaule? (i'm using "find" on hex workshop)

Posted: Tue Nov 18, 2003 4:45 pm
by Deadly_Shadow
Instead of searchin for hex values do unicond and type in whatever. Ex: sEARCH FOR WARTHOG

Posted: Tue Nov 18, 2003 4:47 pm
by Hivemind
yeah, go into the test string section, and search for both unicode and that other type of test, and you should be able to find it.. i know for xbox its in the xbe, so it might be in a dll or the exe for the pc.. just a thought tho

Posted: Tue Nov 18, 2003 4:49 pm
by Deadly_Shadow
When changin names change them on unicond side. When you want shorter name do sumtin like this.

WARTHOG

P

PU

PUM

PUMA

SPACES UNTIL OVER

PUMA , THREE BECAUSE WARTHOG 7 LETTERS LONG.

Posted: Tue Nov 18, 2003 4:51 pm
by Hivemind
make sure u put the spaces evenly on either side of "PUMA" in this case.. or whatever word you want

Posted: Tue Nov 18, 2003 8:16 pm
by Gamja
hmm, lately I've been trieing to change the letters on the left, but it doesn't seem to work...

ex: I've chanhed .k.i.l.l.e.d. to .b.e.t.r.a.y.e.d. but nothing's happening...

Posted: Wed Nov 19, 2003 2:43 am
by Hivemind
cause betrayed is longer, it wont work, it must either be same or smaller

Posted: Wed Nov 19, 2003 11:57 am
by Darkside6288
how do u type the actual letters? Is there a unicode convertor or do u all just know unicode?

Posted: Wed Nov 19, 2003 12:04 pm
by Hivemind
u r reading unicode.. it just is what u see with . 's in between it.. very simple.. and then converted into hexcode by ur editors

Posted: Wed Nov 19, 2003 12:40 pm
by Deadly_Shadow
Just edit the unicode side instead off all the numbers in the middle... In case ur dumb, uniconde are the letters and dots on the right... This if for Hex Workshop. I dunno if any othere hex editors support uniconde as well.

Posted: Wed Nov 19, 2003 12:42 pm
by Hivemind
most do.. its not very hard to support.. in fact even notepad supports it, lol

Posted: Wed Nov 19, 2003 2:51 pm
by Gamja
bah, darn it. I guess I can't "betray" others now. :evil:

but can I "betray" my self? (aka can I change commited suicide to betray?)

Posted: Wed Nov 19, 2003 3:02 pm
by Hivemind
you can take out the spaces lol, that might work...

Posted: Wed Nov 19, 2003 3:21 pm
by Gamja
:/ hmm, my changes aren't working...

maybe it's because I'm modding the demo?

Posted: Wed Nov 19, 2003 3:23 pm
by Hivemind
make sure u r changing everything u want (keep searching sor other words) cause it woulsnt be the demo...

Posted: Wed Nov 19, 2003 3:33 pm
by Gamja
hmm, haven't tried that yet... thanks!

Posted: Wed Nov 19, 2003 3:44 pm
by -=]-[EX=-
Cant you actually add more letters to it if you use hmt and insert raw meta as long as you know how to make unicode into hex?