Question about editing the data.pak?

04/06/2008 23:06 ratasana#1
Hello I am with a question of how to edit a file using Hex. Well I wanted to know so if I have this line: 2348,6,60,60,6,
How can I change the 6, which is just a number, switching to 99, because if I change to 99 he will take the comma meant?
04/06/2008 23:09 MotorolaV3x#2
get a digit from 1000.
so it will be 2348,99,99,99,6,2000,2000,1200,100,.............
04/06/2008 23:28 ratasana#3
Enter 1000? Sorry I did not understand, I want to know how to edit example: 6, to 99
04/07/2008 00:34 MotorolaV3x#4
Original:
2348,6,60,60,6,2000,2000,1200,1000,..........

Edited:
2348,99,60,60,6,2000,2000,1200,100,..................
04/07/2008 02:00 ratasana#5
More is what I want to know, how to edit it? I use winhwx, ai has thus example: 6.9, if I change the 6 to 99 he will get a comma ai will be well: 996 understood?
04/07/2008 02:04 twizted786#6
Wow no lol

motorola explained it all already..... you just substitute the 6 to a 99 and u take one character from the 1000

so like

6 will = 99

and the 1000 will = 100


Quote:
Originally Posted by MotorolaV3x View Post
Original:
2348,6,60,60,6,2000,2000,1200,1000,..........

Edited:
2348,99,60,60,6,2000,2000,1200,100,..................
04/07/2008 03:52 TOXSIN#7
What they are saying in simpler terms is this basically the data.pak needs to be editted so that it is always the same size in bytes, if you want to add a byte to a number such as changing a 6 to a 99 for instance say the line looks like this 1203,2,3,1000,1000,1000,6 Make that look like this 1203,2,3,1000,1000,100,99. Its just a matter of finding a useless number and removing part of it to add to another number, does that help?