Model swapping With hex
Model swapping With hex
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.
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.
The values should look like ## ## ## E#. The fourth byte always starts with an E.
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |
-
- Posts: 48
- Joined: Tue Nov 11, 2003 2:51 am