View Single Post
Old 02-26-21, 01:43 PM   #13
Jeff-Groves
Village Idiot
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,319
Downloads: 130
Uploads: 0


Default

If you look at the Y position? (It is an XYZ layout)
There are 4 exact matches in each file. Those are what we want to edit!

Now the secret of how we find those in a Hex Editor for the changes!

I use a site to convert the decimal numbers to a float as a start.
I know the results will not find the float I want so I do a wild card search.
In 010 I open the GR2 file and search for * C9 10 3E
I get 17 results so I narrow those down by starting at the bottom of the results!
Reason is the deck is far down in the GR2 file!

I then compare the floats ahead and behind the find results to the obj files and narrow down to the floats I want!

C7 C9 10 3E ends up being the match 9 times. We only need 4 so we look at all of them.
__________________
I don't do Stupid. So don't ask.
Jeff-Groves is offline   Reply With Quote