clive barker's jericho txt, help
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
clive barker's jericho txt, help
Is there a tool to unpack the txt file?
txt File added.
txt File added.
-
- Posts: 233
- Joined: Thu Oct 16, 2014 4:39 pm
Re: clive barker's jericho txt, help
This file is broken.
You should be able to unpack the proper file with this script.
You should be able to unpack the proper file with this script.
Code: Select all
comtype unzip_dynamic
get asize asize
do
get zsize long
savepos offset
clog "" offset zsize zsize
math offset += zsize
goto offset
while offset < asize
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
Re: clive barker's jericho txt, help
swuforce wrote:This file is broken.
You should be able to unpack the proper file with this script.Code: Select all
comtype unzip_dynamic
get asize asize
do
get zsize long
savepos offset
clog "" offset zsize zsize
math offset += zsize
goto offset
while offset < asize
Thanks worked.
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: clive barker's jericho txt, help
Have you tried the reimport function of quickbms?
Section 3 of http://aluigi.org/papers/quickbms.txt
Section 3 of http://aluigi.org/papers/quickbms.txt
-
- Posts: 22
- Joined: Thu Oct 23, 2014 1:04 pm
Re: clive barker's jericho txt, help
This game works with unpacked archives: unpack all *packed files and move or delete them.
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
Re: clive barker's jericho txt, help
*packed file _decompressed it does not work.
-
- Posts: 233
- Joined: Thu Oct 16, 2014 4:39 pm
Re: clive barker's jericho txt, help
There are some tools for Jericho packed files.
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
Re: clive barker's jericho txt, help
swuforce wrote:There are some tools for Jericho packed files.
Thank you unp.exe working.
But jerepacker.exe what is the cmd script?
I am novice in these matters.
-
- Posts: 15
- Joined: Sat Jul 29, 2017 8:55 am
Re: clive barker's jericho txt, help
swuforce wrote:There are some tools for Jericho packed files.
Teach in more detail how to reimport the files. What are the reimport commands?
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
-
- Posts: 15
- Joined: Sat Jul 29, 2017 8:55 am
Re: clive barker's jericho txt, help
Really, reimportation is not working. I researched and discovered that the tool was made by a russian group of translations, which unhappily left the activities.
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: clive barker's jericho txt, help
ussdarkstar wrote:Is there a tool to unpack the txt file?
txt File added.
It's just a zlib from offset 0x04, try this:
Last edited by Delutto on Thu Sep 14, 2017 9:28 am, edited 2 times in total.
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
Re: clive barker's jericho txt, help
Delutto wrote:ussdarkstar wrote:Is there a tool to unpack the txt file?
txt File added.
It's just a zlib from offset 0x04, try this:
Jericho_Text_Tool.7z
thank you, but text file resolved. Repacker necessary.
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: clive barker's jericho txt, help
ussdarkstar wrote:Delutto wrote:ussdarkstar wrote:Is there a tool to unpack the txt file?
txt File added.
It's just a zlib from offset 0x04, try this:
Jericho_Text_Tool.7z
thank you, but text file resolved. Repacker necessary.
My tool doesn't work?
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
Re: clive barker's jericho txt, help
Delutto wrote:ussdarkstar wrote:Delutto wrote:It's just a zlib from offset 0x04, try this:
Jericho_Text_Tool.7z
thank you, but text file resolved. Repacker necessary.
My tool doesn't work?
I need repack to me, text tool is not required. Do you repack your tool?
I do not know how to use. Can you help me?
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: clive barker's jericho txt, help
Code: Select all
See post below
Ps.: Not tested on game, just based on sample file provided on this post.
Edit: I download the game and the file that you provided on first post is only a dumped part of the packed file, the tool will never work on this... you need explain that things or up the entire sample, otherwise it will be just a waste of time...
Anyway, the file format is very simple, I'll update the tool soon.
Last edited by Delutto on Sat Sep 16, 2017 7:58 am, edited 1 time in total.
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: clive barker's jericho txt, help
Clive Baker's Jericho Packed Tool
By Delutto
Extract and make .packed files.
Readme.txt for instructions.
By Delutto
Extract and make .packed files.
Readme.txt for instructions.
-
- Posts: 15
- Joined: Thu Aug 10, 2017 12:32 am
Re: clive barker's jericho txt, help
Delutto wrote:Clive Baker's Jericho Packed Tool
By Delutto
Extract and make .packed files.
Readme.txt for instructions.
Clive_Bakers_Jericho_Packed_Tool_By_Delutto.7z
thanks worked