Model swapping With hex

Discuss general issues about modding HaloPC. Post ideas for mods here.
Post Reply
FUZZ





Posts: 371
Joined: Mon Dec 22, 2003 11:53 pm

Model swapping With hex

Post 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.
A Trooper





Posts: 43
Joined: Thu Jan 08, 2004 8:00 pm
Location: ....

Post by A Trooper »

values with values.. and why dont u jus use hmt?
Image
- A Trooper
losvedir





Posts: 51
Joined: Sun Oct 05, 2003 6:02 pm
Location: Cambridge, MA

Post 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.. ;)
~Gabe
11691





Posts: 59
Joined: Mon Nov 17, 2003 1:54 am

Post 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.
Deadly_Shadow




Miner

Posts: 1375
Joined: Fri Oct 24, 2003 1:30 am
Location: Earth
Contact:

Post by Deadly_Shadow »

Or just use my plugin
XPLOSIV LEADER





Posts: 48
Joined: Tue Nov 11, 2003 2:51 am

Post 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
FUZZ





Posts: 371
Joined: Mon Dec 22, 2003 11:53 pm

Post by FUZZ »

It was just an example
Post Reply