My first goal was to make the assault rifle fire like the warthog's chaingun in level a30 (Halo). So in Iron Forge's list of offsets, I went to a30 and found the assault rifle's offset: 01A59C14. OK, so far so good. I then found it in my hex editor (Hex Workshop). But... It wasn't there. I right clicked, clicked "Goto --> offset", and cntrl-v'ed it into the location bar ( after making sure I was looking for a hex, not a decimal). It found something, but not 01A59C14. The offset (the black column on the far left in my hex editor, or so I'm told) is 01A59CO8. The cursor was placed on the 7th column to the right of the black number: 58C4. Well, thinks I, no matter; maybe that's what I'm supposed to change. I went back to Ironforge's thing, and found that the value of the warthog's chaingun's bullet is 887B9040. But... Which, out of the ten columns of figures, am I supposed to change? I thought maybe I was supposed to delete 58C4 and the next number after it (5A40; the number after THAT is 0000) and replace 58C4 w/ 887B and 5A40 w/ 9040, but how do I do THAT? Cntrl V has no effect, and I'm confused with the insert. It has "number of bytes", and I have no idea how many that would be, then "Fill with the following hex byte:" which I assume would be 887B (b/c 887B is the first part of the warthog's chaingun's value). Am I right there? And how many bytes do I put? Am I doing ANYTHING right here?
Thanks for any help, and for putting up with my idiot questions.
