Hexing Vehicle and Weapon Names
- M715ForLife
- Posts: 555
- Joined: Tue Jun 19, 2007 12:12 pm
- Location: Posts:9,001
- Contact:
Kewl, thanks for the tut. I got it to work, buuuuut...with some stuff, like the assault rifle which I renamed 'burrito stick', it doesnt come up like that. it comes up with burrto stick and when i pick up ammo, its burito stick. I dont get why it does that. It is the same amount of letters as the original. Can anyone help?
You might have messed up and typed a character into where a null character (00) should be. Double check it in the hex editor and make sure between every character and space there's a byte that reads 00.
This is the correct hex for burrito stick:
Or if you don't want to mess with hex for this, you could try this method. Yes it does work for windows.
This is the correct hex for burrito stick:
Code: Select all
62 00 75 00 72 00 72 00 69 00 74 00 6f 00 20 00 73 00 74 00 69 00 63 00 6b 00