Page 1 of 1

Model swapping With hex

Posted: Mon Jan 12, 2004 8:14 pm
by FUZZ
I just learned how to hex edit and Im having trouble figuring out how to swap models. lets say I wanted to swap the master chiefs model with a tree. would I have to swap the offsets with the values or the values with the values. I cant figure it out.

Posted: Mon Jan 12, 2004 8:49 pm
by A Trooper
values with values.. and why dont u jus use hmt?

Posted: Mon Jan 12, 2004 10:09 pm
by losvedir
I don't know, I would say there's some value in working with a trusty hex editor at least at first. or maybe that's cuz i'm on a mac.. ;)

Posted: Mon Jan 12, 2004 11:39 pm
by 11691
Do 'meta of the model you want to change something to+34'(hex calculator), and you'll land on the first byte of an at least 8 byte whateveryoucallit. Copy the first four bytes(or write it down). Now, you do 'meta of the model you want to change+34', and overwrite the four bytes with the other 4 bytes you previously took note of.

The values should look like ## ## ## E#. The fourth byte always starts with an E.

Posted: Tue Jan 13, 2004 8:34 am
by Deadly_Shadow
Or just use my plugin

Posted: Tue Jan 13, 2004 9:20 am
by XPLOSIV LEADER
does any one know what that guy just said. why whould u wont to make M-C a tree he would be a bit pointless

Posted: Tue Jan 13, 2004 8:23 pm
by FUZZ
It was just an example