Detective Hayseed - Hollywood - res file
-
- Posts: 77
- Joined: Wed Oct 08, 2014 1:03 pm
Detective Hayseed - Hollywood - res file
Could anybody make a script to extract the files of resources.res?
I did not find tools capable of making it.
Attention, the file has download fact 1.4 Go
resource.res
Edit:
Following the remark of Aluigi, I added in file attachments a file 7z including the 2 files obtained with file cutter
I did not find tools capable of making it.
Attention, the file has download fact 1.4 Go
resource.res
Edit:
Following the remark of Aluigi, I added in file attachments a file 7z including the 2 files obtained with file cutter
Last edited by ghylard on Tue Sep 05, 2017 11:13 am, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Detective Hayseed - Hollywood - res file
Use the filecutter script to generate 2 files to upload:
http://aluigi.org/bms/filecutter.bms
Just in case people have no time and desire to download the whole file.
http://aluigi.org/bms/filecutter.bms
Just in case people have no time and desire to download the whole file.
-
- Posts: 52
- Joined: Thu Jun 09, 2016 1:15 am
Re: Detective Hayseed - Hollywood - res file
Luigi, Can you help us?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 52
- Joined: Thu Jun 09, 2016 1:15 am
Re: Detective Hayseed - Hollywood - res file
Thanks!
Now I have a codec text db file, in zlib_dynamic or unzip_dynamic
I need extract/import texts.
File: https://www.dropbox.com/s/752gjfmge2dl4 ... B.ENG?dl=0
Now I have a codec text db file, in zlib_dynamic or unzip_dynamic
I need extract/import texts.
File: https://www.dropbox.com/s/752gjfmge2dl4 ... B.ENG?dl=0
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Detective Hayseed - Hollywood - res file
Really weird.
It's compressed with zlib, yes, but after the decompressed data there is additional data like an ogg file.
It's weird because:
- there is no compressed/decompressed size field
- the size of the file is the same of the decompressed data
basically it looks more like a mistake of the developers in correctly using the compression.
The text at the beginning is "PSE text DB file", I don't see anything on search engines about it.
It's compressed with zlib, yes, but after the decompressed data there is additional data like an ogg file.
It's weird because:
- there is no compressed/decompressed size field
- the size of the file is the same of the decompressed data
basically it looks more like a mistake of the developers in correctly using the compression.
The text at the beginning is "PSE text DB file", I don't see anything on search engines about it.
-
- Posts: 52
- Joined: Thu Jun 09, 2016 1:15 am
Re: Detective Hayseed - Hollywood - res file
In the file are all the game strings. I need extract them and then imports.
The strings are with 00. “D.o. .y.o.u. .w.a.n.t. .s.t.a.r.t. .a. .n.e.w. .g.a.m.e.?.”
The strings are with 00. “D.o. .y.o.u. .w.a.n.t. .s.t.a.r.t. .a. .n.e.w. .g.a.m.e.?.”
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Detective Hayseed - Hollywood - res file
Use this script on the decompressed file:
http://aluigi.org/bms/pse_text_db_file.bms
The script works in reimport mode too, including reimport2 without size limitations.
In theory if you recompress the file it should work with the game... in theory
So:
- decompress the file
- run the script on the decompressed file
- edit your strings
- run the script in reimport2 mode on the decompressed file
- compress the file
If you don't know how to recompress the file:
http://aluigi.org/bms/pse_text_db_file.bms
The script works in reimport mode too, including reimport2 without size limitations.
In theory if you recompress the file it should work with the game... in theory
So:
- decompress the file
- run the script on the decompressed file
- edit your strings
- run the script in reimport2 mode on the decompressed file
- compress the file
If you don't know how to recompress the file:
Code: Select all
comtype zlib_compress
get SIZE asize
clog "new_file" 0 SIZE SIZE
-
- Posts: 52
- Joined: Thu Jun 09, 2016 1:15 am
Re: Detective Hayseed - Hollywood - res file
THANKS! But It doesn't work...
I did all the steps.
The game doesn't like the new file.
The new file is smaller than original. https://www.dropbox.com/s/ly999t8qrsu824g/new_file?dl=0
Image: https://www.dropbox.com/s/p5mmhupao727p ... d.jpg?dl=0
I did all the steps.
The game doesn't like the new file.
The new file is smaller than original. https://www.dropbox.com/s/ly999t8qrsu824g/new_file?dl=0
Image: https://www.dropbox.com/s/p5mmhupao727p ... d.jpg?dl=0
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Detective Hayseed - Hollywood - res file
Unfortunately that's the max I can do at the moment.
-
- Posts: 52
- Joined: Thu Jun 09, 2016 1:15 am
Re: Detective Hayseed - Hollywood - res file
With that I can do an "hexadecimal" translation to spanish.
Thank you very much!
Thank you very much!
-
- Posts: 52
- Joined: Thu Jun 09, 2016 1:15 am
Re: Detective Hayseed - Hollywood - res file
Are there other way to compress the file?
-
- Posts: 52
- Joined: Thu Jun 09, 2016 1:15 am
Re: Detective Hayseed - Hollywood - res file
aluigi wrote:http://aluigi.org/bms/detective_hayseed.bms
I think it is not extracting well.
TEXTDB.ENG has a lot of OGG files inside.
Aluigi, can you remake the script, please?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Detective Hayseed - Hollywood - res file
As already said, the problem is that there is no reference to these ogg files.
I didn't see any table at the end of the archive.
If there is an index, it's somewhere else.
I didn't see any table at the end of the archive.
If there is an index, it's somewhere else.