Pak Tool

10/28/2010 14:08 yahoo5000#1
hi can some1 can tell my why when i try edit file with datapack and try write more letters then are on orginal got error example : try edit channellist

Group,Channel Index,IP,Port,Name
0,0,1.1.1.1,50005,dekaron
1,0,1.1.1.1,50005,dekaron
2,0,1.1.1.1,50005,dekaron
3,0,1.1.1.1,50005,dekaron

what edit ip

and if i write more letters then are the got error exapmle :

Group,Channel Index,IP,Port,Name
0,0,1.1.1.12,50005,dekaron
1,0,1.1.1.12,50005,dekaron
2,0,1.1.1.12,50005,dekaron
3,0,1.1.1.12,50005,dekaron

if dont write more letters then dont got error and all change
10/28/2010 15:57 daddycool.#2
Cuz, your are adding more bytes in the file without editing the headers.
You need to sacrifice another byte like this:
Code:
Group,Channel Index,IP,Port,Name
0,0,1.1.1.12,50005,dekaro
1,0,1.1.1.12,50005,dekaro
2,0,1.1.1.12,50005,dekaro
3,0,1.1.1.12,50005,dekaro
10/28/2010 15:59 yahoo5000#3
Quote:
Originally Posted by daddycool. View Post
Cuz, your are adding more bytes in the file without editing the headers.
You need to sacrifice another byte like this:
Code:
Group,Channel Index,IP,Port,Name
0,0,1.1.1.12,50005,dekaro
1,0,1.1.1.12,50005,dekaro
2,0,1.1.1.12,50005,dekaro
3,0,1.1.1.12,50005,dekaro
but there isnt way how add more bytes ?
10/28/2010 16:07 daddycool.#4
With hex editing idk, sorry.