Script JX3 reimport?
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Script JX3 reimport?
http://aluigi.altervista.org/papers/bms ... online.bms
i can't reimport the extracted file into orginal compressed file. Aluigi, can you update your script ?
i can't reimport the extracted file into orginal compressed file. Aluigi, can you update your script ?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Script JX3 reimport?
The script is not valid for reimporting because the files are archived in chunks, so every file is splitted in multiple parts.
There is nothing to update.
There is nothing to update.
-
- Posts: 1
- Joined: Thu Mar 05, 2015 9:49 pm
Re: Script JX3 reimport?
Hello
I have jx3 client and maybe I'm stupid but I can't unpack these .dat files inside JX3/PakV3 folder. Someone can tell me how to unpack jx3 files or did they change something? Ofc I'm talking about JX3 (jx3.xoyo.com).
Edit:
Well i didn't know that there's second version of JX3 script (http://aluigi.altervista.org/papers/bms ... ne_new.bms) my fault! What a mess , files inside has really weird names like 00000000000000a1.dat
00000000000000a2.dat
etc...
And I got some problems, I've selcted all .dat files and after some time I got this
i guess there should be more files idk
Greetings,
Fe
I have jx3 client and maybe I'm stupid but I can't unpack these .dat files inside JX3/PakV3 folder. Someone can tell me how to unpack jx3 files or did they change something? Ofc I'm talking about JX3 (jx3.xoyo.com).
Edit:
Well i didn't know that there's second version of JX3 script (http://aluigi.altervista.org/papers/bms ... ne_new.bms) my fault! What a mess , files inside has really weird names like 00000000000000a1.dat
00000000000000a2.dat
etc...
And I got some problems, I've selcted all .dat files and after some time I got this
Code: Select all
0000000031ffff7a 480 Package0\000000000000ad12.dat
Error: incomplete input file 0: E:\JXONLINE3\PakV3\Package0.DAT
Can't read 1 bytes from offset 0000000032000000.
Anyway don't worry, it's possible that the BMS script has been written
to exit in this way if it's reached the end of the archive so check it
or contact its author or verify that all the files have been extracted.
Please check the following coverage information to know if it's ok.
coverage file 0 100% 838959396 838860800
Last script line before the error or that produced the error:
10 get TMP byte
Press RETURN to quit
i guess there should be more files idk
Greetings,
Fe
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Script JX3 reimport?
That "coverage file 0 100%" states that you extracted all the files.
Probably you receive that error because there is some spare byte that gives problems to the "for OFFSET = 0 < FULLSIZE" check used in the script.
Probably you receive that error because there is some spare byte that gives problems to the "for OFFSET = 0 < FULLSIZE" check used in the script.
-
- Posts: 5
- Joined: Tue Jan 06, 2015 11:01 am
Re: Script JX3 reimport?
hello ~
i was unpacking jx3 onlne. but first file (Package0.DAT) is success but second file(Package1.DAT) is error .. what is the matter?
how to do is it?
i was unpacking jx3 onlne. but first file (Package0.DAT) is success but second file(Package1.DAT) is error .. what is the matter?
how to do is it?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Script JX3 reimport?
Regarding image 1, it's ok because you have extracted everything as you can see from the "coverage 100%" message.
You get that error because the script uses a work-around to guess where the information start.
So it's ok.
Instead in image 2 the problem is caused by another work-around (yes this format is a problem).
Can you upload the first 2 megabytes of that archive (*package1.dat)?
You get that error because the script uses a work-around to guess where the information start.
So it's ok.
Instead in image 2 the problem is caused by another work-around (yes this format is a problem).
Can you upload the first 2 megabytes of that archive (*package1.dat)?
-
- Posts: 5
- Joined: Tue Jan 06, 2015 11:01 am
Re: Script JX3 reimport?
thank you for answer~
do you want to see Package1.dat? i don't know about file divide so i uploaded this file.
https://mega.co.nz/#!FlUwTLBZ!HfmRFEj-1Y2TTB5FImtFK86JBBjMVu1i5hqaNU6Fysg
do you want to see Package1.dat? i don't know about file divide so i uploaded this file.
https://mega.co.nz/#!FlUwTLBZ!HfmRFEj-1Y2TTB5FImtFK86JBBjMVu1i5hqaNU6Fysg
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Script JX3 reimport?
Script 0.1.2.
This script is a pain due to the various work-arounds.
This script is a pain due to the various work-arounds.
-
- Posts: 5
- Joined: Tue Jan 06, 2015 11:01 am
Re: Script JX3 reimport?
so do you have a good way? i'll waiting~
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Script JX3 reimport?
The current script works, have you tried it?
-
- Posts: 5
- Joined: Tue Jan 06, 2015 11:01 am
Re: Script JX3 reimport?
i try again but my result is same
is it my mistake?
is it my mistake?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Script JX3 reimport?
Open the script with notepad and check if you have "0.1.2" in the first line. That's the latest version.
-
- Posts: 5
- Joined: Tue Jan 06, 2015 11:01 am
Re: Script JX3 reimport?
okay i running this bms script now, that's good !! thank u very much~
-
- Posts: 50
- Joined: Fri Sep 30, 2016 4:12 am
Re: Script JX3 reimport?
aluigi wrote:Open the script with notepad and check if you have "0.1.2" in the first line. That's the latest version.
Hi.aluigi.
This script and seems to be able to get the correct file name and file path, to how to acquire the file name and path?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Script JX3 reimport?
No filenames are stored in the archive and so the files are saved without names.