clive barker's jericho txt, help

How to translate the files of a game
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

clive barker's jericho txt, help

Post by ussdarkstar »

Is there a tool to unpack the txt file?
txt File added.
swuforce
Posts: 233
Joined: Thu Oct 16, 2014 4:39 pm

Re: clive barker's jericho txt, help

Post by swuforce »

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
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

Re: clive barker's jericho txt, help

Post by ussdarkstar »

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. ;)
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

Re: clive barker's jericho txt, help

Post by ussdarkstar »

The game is not packed back. Could you help?

http://forum.xentax.com/viewtopic.php?f=21&t=3038
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: clive barker's jericho txt, help

Post by aluigi »

Have you tried the reimport function of quickbms?
Section 3 of http://aluigi.org/papers/quickbms.txt
BANDIT
Posts: 22
Joined: Thu Oct 23, 2014 1:04 pm

Re: clive barker's jericho txt, help

Post by BANDIT »

This game works with unpacked archives: unpack all *packed files and move or delete them.
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

Re: clive barker's jericho txt, help

Post by ussdarkstar »

*packed file _decompressed it does not work.
swuforce
Posts: 233
Joined: Thu Oct 16, 2014 4:39 pm

Re: clive barker's jericho txt, help

Post by swuforce »

There are some tools for Jericho packed files.
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

Re: clive barker's jericho txt, help

Post by ussdarkstar »

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.
Doutor Gori
Posts: 15
Joined: Sat Jul 29, 2017 8:55 am

Re: clive barker's jericho txt, help

Post by Doutor Gori »

swuforce wrote:There are some tools for Jericho packed files.


Teach in more detail how to reimport the files. What are the reimport commands?
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

Re: clive barker's jericho txt, help

Post by ussdarkstar »

JeRepacker.exe "D:\Jericho_tools\Data00.packed" "D:\Jericho_tools\??cgf??"

I found the script ;)
but wants cfg file, I could not find what happened.


Image

Image
Doutor Gori
Posts: 15
Joined: Sat Jul 29, 2017 8:55 am

Re: clive barker's jericho txt, help

Post by Doutor Gori »

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.
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: clive barker's jericho txt, help

Post by Delutto »

ussdarkstar wrote:Is there a tool to unpack the txt file?
txt File added.

It's just a zlib from offset 0x04, try this:
Updating...
Last edited by Delutto on Thu Sep 14, 2017 9:28 am, edited 2 times in total.
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

Re: clive barker's jericho txt, help

Post by ussdarkstar »

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.
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: clive barker's jericho txt, help

Post by Delutto »

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?
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

Re: clive barker's jericho txt, help

Post by ussdarkstar »

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?
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: clive barker's jericho txt, help

Post by Delutto »

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.
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: clive barker's jericho txt, help

Post by Delutto »

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
ussdarkstar
Posts: 15
Joined: Thu Aug 10, 2017 12:32 am

Re: clive barker's jericho txt, help

Post by ussdarkstar »

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 :D