Hello
anybody know how can i find comtype (Compression Type) in this file?
i could not find anything about Compression Format in exe or dll
from ZootFly Game resourse, how can i do it?
(00000000.dat extracted by a scrpt. but i cant find it anymore)
ZootFly Compression type
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: ZootFly Compression type
Shokoniraya wrote:Hello
anybody know how can i find comtype (Compression Type) in this file?
i could not find anything about Compression Format in exe or dll
from ZootFly Game resourse, how can i do it?
(00000000.dat extracted by a scrpt. but i cant find it anymore)
Solved,
Quickbms 9.0.0 was really better then 9.1
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: ZootFly Compression type
What you mean?
Your script was wrong and there was no compression specified.
There is absolutely no difference between 0.9.0 and 0.9.1 with the stuff you provided in the zip.
Your script was wrong and there was no compression specified.
There is absolutely no difference between 0.9.0 and 0.9.1 with the stuff you provided in the zip.
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: ZootFly Compression type
aluigi wrote:What you mean?
Your script was wrong and there was no compression specified.
There is absolutely no difference between 0.9.0 and 0.9.1 with the stuff you provided in the zip.
sorry that was LZO1X
i just didnt knew how i can find a comtype, so sorry
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: ZootFly Compression type
But why did you say that 0.9.0 is better than 0.9.1?
The result is exacty the same:
And comtype_scan2 is a lot better in 0.9.1 because you have directly the name of the algorithm in the filenames of the generated files.
The result is exacty the same:
Code: Select all
comtype lzo1x
get SIZE long
get ZSIZE long
get DUMMY longlong
savepos OFFSET
clog "" OFFSET ZSIZE SIZE
And comtype_scan2 is a lot better in 0.9.1 because you have directly the name of the algorithm in the filenames of the generated files.