Page 1 of 1

How do you change the names of weapons and vehicles?

Posted: Sun Feb 15, 2004 9:11 am
by 1337
Someone please tell me how you do this and explain it in a step by step kind of way. Tell me what program to use and exactly how its done. Thanks.

Posted: Sun Feb 15, 2004 4:02 pm
by silencer88
use a hex editor... search for warthog or whatever you want to change and tell it to search in Unicode... then search through until you find what your looking for.

Posted: Sun Feb 15, 2004 8:54 pm
by Allister
Well that was a little bad of a response (sorry). Open up your cache file. Press CTRL - F. Then type in the name of the w/e in your ASCII thingy. Now look in the bytes section... You have to Add zeros. So Warthog is...

Before: 57 61 72 74 68 6f 67

After: 57 00 61 00 72 00 74 00 68 00 6f 00 67

Then search.

NOTE ~ you cannot change the name longer than it already was...

Posted: Wed Feb 18, 2004 11:57 am
by silencer88
sry if it was a "bad response"... but what i said was that you need to search in unicode... (thats the zero part), my hex editor has a little check box for that when i search