Thread: Hex Edit 101
View Single Post
Old 02-08-07, 02:47 PM   #14
Madox58
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Open the Hex Editor, select Tools and put a check on data inspecter.
Open Tools again and select Options, then appearance.
set columns to 25
I work with text on the left but select the way that suits you.
select Data inspecter, I have the 1st 6 boxes on the left checked.
Select OK.
Now open the NavalMine.dat and you should see something like this image.




Notice I have Ref's dat file format info. This is our main guide.
The 4 bytes in BLUE are important!
You are going to see this alot so make sure you understand this part.
The data Inspecter tells us the info to come is 51 bytes long.
Count the GREEN area and it's 51 bytes.
If you delete Kashmir in the left window, you need to lower
the count in blue to match the new length.
Click on the 33, open tools and select Encode number,
and set it up like below



Click OK and you should see that the 33 00 00 00
is now 2C 00 00 00

  Reply With Quote