Page 4 of 9

Re: [FukKi][JH2D - 1.6d] *.j Hex to Dec - UNHEX TOOL

Posted: November 22nd, 2012, 8:59 am
by Apple
seems like you fixed something, however my error still occured while using 1.6d.
I used x64.

Re: [FukKi][JH2D - 1.6d] *.j Hex to Dec - UNHEX TOOL

Posted: November 22nd, 2012, 10:13 am
by Fukki
test it again in auto detect mode

i can't find error in my script

update to 1.6e: fix save func error

Re: [FukKi][JH2D - 1.6d] *.j Hex to Dec - UNHEX TOOL

Posted: November 22nd, 2012, 10:36 am
by Apple
Fukki wrote:test it again in auto detect mode

i can't find error in my script

update to 1.6e: fix save func error


However when i use it it has error. No doubt there's something wrong it worked on your computer and not working on mine.
----------------------------------------------------------------------------
here's another one im unhexing this invoker war, using 1.6d, it stucks as shown.
auto detect this happens too.
while using 1.6c, it's working perfectly normal, except it changes something 'A0XK' to 'a0
which makes the game unplayable.
I manually fixed the XK' become blank
----------------------------------------------------------------------------
I realise it also mix special symbols
set s=s+"臧€氍胳潣 鞓侅暊鞛勳棎霃?鞕曣淡 氤鸽寑 歆侅啀旮办偓雼棎 靻岇啀霅橃柎.."
call SaveStr(bv,(((eE))),('H000'),(s))
after fixing it becomes single line,
set s=s+"臧€氍胳潣 鞓侅暊鞛勳棎霃?鞕曣淡 氤鸽寑 歆侅啀旮办偓雼棎 靻岇啀霅橃柎call SaveStr(bv,(((eE))),('H000'),(s))
I get millions of it after unhex, so I can't use your tool for any korean maps.

Re: [FukKi][JH2D - 1.6i] *.j Hex to Dec - UNHEX TOOL

Posted: December 16th, 2012, 2:44 am
by Fukki
1.6h:
- Update GUI Function
- Update System Function
- Fix System Error to Stop
- Fix Error Convert Function
- Fix Error SaveFile Function

1.6i:
- Update Line Detect Function
- Disable "0x" Convert Function
- Fix Line Mode Selection

1.7b:
- Fixed Custom EndLine Function
- Fixed and enable "0x" convert Function
- Add Self Mode to convert (slow to convert)

Image

Re: [FukKi][JH2D - 1.7b] *.j Hex to Dec - UNHEX TOOL

Posted: December 20th, 2012, 2:37 pm
by JustANewbie
what is self mode to convert?

Re: [FukKi][JH2D - 1.7b] *.j Hex to Dec - UNHEX TOOL

Posted: December 25th, 2012, 11:17 pm
by Fukki
JustANewbie wrote:what is self mode to convert?


self mode has use for fix data error in some *.j file
or missing line to unhex self mode can 100% convert
but this mode is slowly when converted

Re: [FukKi][JH2D - 1.7b] *.j Hex to Dec - UNHEX TOOL

Posted: December 27th, 2012, 11:19 am
by JustANewbie
why don't you make a checkbox to let user to decide whether to use self mode or not? since you mentioned that self mode is slower compared to normal mode

and yet what is memory actually?

Re: [FukKi][JH2D - 1.7b] *.j Hex to Dec - UNHEX TOOL

Posted: December 28th, 2012, 7:55 am
by Fukki
i think orther people not use "Self Mode" it's hard to use this
and "Memory Mode" is anti leak memory function i set to 0.5 sec/line

Re: [FukKi][JH2D - 1.7b] *.j Hex to Dec - UNHEX TOOL

Posted: December 28th, 2012, 8:42 am
by JustANewbie
this version is extremely slower compared to the older version and yet, this tool can't support other language map script such as korean and chinese

Re: [FukKi][JH2D - 1.7b] *.j Hex to Dec - UNHEX TOOL

Posted: December 28th, 2012, 9:47 am
by Fukki
this tool support all language it not change string ex: "-민첩" this tools not change to "-??"

and slower unhex i think new script in VB to make speed in next time