Page 1 of 1
Getting an Offset Out of HMT 3.5
Posted: Sun Sep 12, 2004 8:29 am
by Chimp
How would one go about getting an offset from HMT? I want to find the offsets for the pistol projectile and the newly added pelican I have PMI'd. But since PMI'ng a map changes offsets around etc, how would I get the new offsets from HMT?
Posted: Sun Sep 12, 2004 9:27 am
by shadow wolf
I beleive the offset in in the top left corner, where it says id.
altleast, i think thats the offset

Posted: Sun Sep 12, 2004 11:24 am
by Chimp
I dont think it is... I tried copying the 4 bytes from the turret "offset" and copying it over the data at the pistol bullet "offset."
[edit] I think I have an idea... How would I turn 0x85F83C into a useable offset? 0085F83C didn't work.
[edit edit] I think I found out... just add 14 to it, I believe. Too bad when I try and create turrets by firing the pistol I get an exception :<
Posted: Sun Sep 12, 2004 11:44 am
by rabiv88
I think it has something to do with a calculator, but im not sure?

Posted: Sun Sep 12, 2004 11:50 am
by Chimp
Here's the thing. I believe I figured out how to get to the offsets to change the data, but it wont work. Example:
To spawn a turret when firing the pistol, open HEX workshop and:
Goto 008559D0, and change 0CE5 6740 to 6A6F 7270
Along comes Mr. Exception when I fire the pistol.
[edit] Actually, I managed to hex the map so I could fire plasma out of the pistol, so you just add 14 to the offset thing in HMT after all. Human error on my part for the first error I guess.
[edit edit] Success! I can spawn turrets with the pistol in CE! I couldnt do that with HMT :>
Posted: Sat Sep 18, 2004 7:35 pm
by Phenomena
i dont really know how to do this without geurilla but with geurilla... you create a new projectile tag. then change say the projectile speed to one. save it. open it in a hex editor do a search for 3f 80, click on the three.... check what the offset is (at the bottom of the screen) look at the last numbers after all the 0's open up the calculator change its mode to scientific then hex then take the last numbers of the offset (after the 0's) then subtrach 40 from it and voila you got its offset
Posted: Sun Sep 19, 2004 4:03 am
by Chimp
Dude, I already got it. Didn't you read my last post? Haha.
Posted: Sun Sep 19, 2004 10:35 am
by Danke
You can spawn turrets in PC. I'm so confused now. HMT automatically adjusts the offsets. Just copy the offset of the turret and paste it onto the offset for the pistol's projectile. Only problem is that you get crushed by it most of the time.
Whoa. I just got an idea...