Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #3016  
Old 03-06-2022, 09:24
Dragonis40 Dragonis40 is offline
Registered User
 
Join Date: Mar 2021
Location: italy
Posts: 60
Thanks: 0
Thanked 3 Times in 3 Posts
Dragonis40 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Did you checked the cls.ini which the installer is using? Maybe there is the problem.
To be honest, I don't know which cls precomp settings are ok. I didn't use cls.ini for compression process, nor for decompression. What is strange is that decompression process decompresses some .pdf files, but suddenly gives -1 unarc error (always at same pdf file)
Reply With Quote
Sponsored Links
  #3017  
Old 06-06-2022, 07:08
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
can anyone help explain when lolz, lzma, xtool and anything else in Diskpan Gui by Cesar82 is used?

Or can anyone suggest me something there to explain this?
Reply With Quote
  #3018  
Old 06-06-2022, 10:50
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by abror View Post
can anyone help explain when lolz, lzma, xtool and anything else in Diskpan Gui by Cesar82 is used?

Or can anyone suggest me something there to explain this?
Not entirely sure what you are asking.

Xtool = precompressor = responsible for decompressing/decrypting the input data. You need to select the correct codec for XTool in order for it to precompress successfully whether this be zlib, lz4 or an oodle library like kraken or mermaid. You can read more about XTool here.

LOLZ = the current best main compressor for game data like textures. LOLZ has support for header detection and raw file detection in order to gain best compression ratio. It's also slow, despite the fact it can be multithreaded. This is a closed source solution by ProFrager. You can learn more about LOLZ here.

LZMA = another type of file compressor, not as good as lolz in terms of compression ratio but immensely faster. Will produce larger output size. This algorithm is open source and built directly into FreeArc so you don't need any external compressors.
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
abror (09-06-2022), Cesar82 (06-06-2022), ScOOt3r (06-06-2022)
  #3019  
Old 09-06-2022, 09:47
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
thank you
Reply With Quote
  #3020  
Old 13-06-2022, 08:45
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,419
Thanks: 1,078
Thanked 7,034 Times in 2,663 Posts
KaktoR is on a distinguished road
Assassin's Creed Valhalla
v1.5.2, 1 language, all DLC

Code:
 09:34:59 - Selected ARC/DS method for Data1a-01.bin was: oo2recm:8+srep_new:1+lzma2:d96m:fb273:lc4:mc1000000
 09:34:59 - Selected ARC/DS method for Data1b-01.bin was: srep_new:1+lzma2:d96m:fb273:lc4:mc1000000
-----------------------------------------------------------------------------------------
 23:18:29 - Overall input size: 120.10 GB
 23:18:29 - Overall output size: 47.24 GB (Ratio 39.33%)
 23:18:29 - Data files creation time: 13:06:02
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
:( Sad8669 (13-06-2022), dixen (13-06-2022), JustFun (06-10-2022), ScOOt3r (13-06-2022)
  #3021  
Old 13-06-2022, 11:48
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Hi guys, I'm having a bit of trouble with some LZMA streams and I was wondering if anyone can give a couple hints or tips at trying to replicate the compression on the original stream close enough to a point where I can make a HDiffPatch.

Decompressing the streams is not an issue.

I've tried a few different tools, namely plzma and QuickBMS yet neither can produce accurate results.

I have attached a sample below.

stream.lzma = the original compressed stream
stream.decompressed = the decompressed stream

https://tusfiles.com/qszhczawajzi

Thanks!
Reply With Quote
  #3022  
Old 14-06-2022, 08:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,419
Thanks: 1,078
Thanked 7,034 Times in 2,663 Posts
KaktoR is on a distinguished road
Assassin's Creed Origins
v1.6.0, 1 language, all DLC

Code:
 15:16:13 - Selected ARC/DS method for Data1a-01.bin was: oo2recm:4+srep_new+lzma2:d96m:fb273:lc4:mc1000000
 15:16:13 - Selected ARC/DS method for Data1b-01.bin was: bpk+srep_new+lzma2:d96m:fb273:lc4:mc1000000
-----------------------------------------------------------------------------------------
 23:15:31 - Overall input size: 69.70 GB
 23:15:31 - Overall output size: 32.19 GB (Ratio 46.19%)
 23:15:31 - Data files creation time: 07:40:35
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
:( Sad8669 (14-06-2022), JustFun (06-10-2022)
  #3023  
Old 14-06-2022, 22:02
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
RE8 - XTool's Erase Function

Code:
xtool.exe erase "to_be_ripped" re_chunk_000.pak
"to_be_ripped" folder contents: (2.97 GB)
Code:
em1000_v_dialogue.pck.3.x64.de
em1000_v_dialogue.pck.3.x64.es
em1000_v_dialogue.pck.3.x64.fr
em1000_v_dialogue.pck.3.x64.it
em1000_v_dialogue.pck.3.x64.ja
em1000_v_dialogue.pck.3.x64.ptbr
em1000_v_dialogue.pck.3.x64.ru
em1000_v_dialogue.pck.3.x64.zhcn
em1000_v_dialogue_vd.pck.3.x64.de
em1000_v_dialogue_vd.pck.3.x64.es
em1000_v_dialogue_vd.pck.3.x64.fr
em1000_v_dialogue_vd.pck.3.x64.it
em1000_v_dialogue_vd.pck.3.x64.ja
em1000_v_dialogue_vd.pck.3.x64.ptbr
em1000_v_dialogue_vd.pck.3.x64.ru
em1000_v_dialogue_vd.pck.3.x64.zhcn
em1020_v_dialogue.pck.3.x64.de
em1020_v_dialogue.pck.3.x64.es
em1020_v_dialogue.pck.3.x64.fr
em1020_v_dialogue.pck.3.x64.it
em1020_v_dialogue.pck.3.x64.ja
em1020_v_dialogue.pck.3.x64.ptbr
em1020_v_dialogue.pck.3.x64.ru
em1020_v_dialogue.pck.3.x64.zhcn
em1110_v_dialogue.pck.3.x64.de
em1110_v_dialogue.pck.3.x64.es
em1110_v_dialogue.pck.3.x64.fr
em1110_v_dialogue.pck.3.x64.it
em1110_v_dialogue.pck.3.x64.ja
em1110_v_dialogue.pck.3.x64.ptbr
em1110_v_dialogue.pck.3.x64.ru
em1110_v_dialogue.pck.3.x64.zhcn
em1120_v_dialogue.pck.3.x64.de
em1120_v_dialogue.pck.3.x64.es
em1120_v_dialogue.pck.3.x64.fr
em1120_v_dialogue.pck.3.x64.it
em1120_v_dialogue.pck.3.x64.ja
em1120_v_dialogue.pck.3.x64.ptbr
em1120_v_dialogue.pck.3.x64.ru
em1120_v_dialogue.pck.3.x64.zhcn
em1150_v_dialogue.pck.3.x64.de
em1150_v_dialogue.pck.3.x64.es
em1150_v_dialogue.pck.3.x64.fr
em1150_v_dialogue.pck.3.x64.it
em1150_v_dialogue.pck.3.x64.ja
em1150_v_dialogue.pck.3.x64.ptbr
em1150_v_dialogue.pck.3.x64.ru
em1150_v_dialogue.pck.3.x64.zhcn
em1230_v_dialogue.pck.3.x64.de
em1230_v_dialogue.pck.3.x64.es
em1230_v_dialogue.pck.3.x64.fr
em1230_v_dialogue.pck.3.x64.it
em1230_v_dialogue.pck.3.x64.ja
em1230_v_dialogue.pck.3.x64.ptbr
em1230_v_dialogue.pck.3.x64.ru
em1230_v_dialogue.pck.3.x64.zhcn
em1260_v_dialogue.pck.3.x64.de
em1260_v_dialogue.pck.3.x64.es
em1260_v_dialogue.pck.3.x64.fr
em1260_v_dialogue.pck.3.x64.it
em1260_v_dialogue.pck.3.x64.ja
em1260_v_dialogue.pck.3.x64.ptbr
em1260_v_dialogue.pck.3.x64.ru
em1260_v_dialogue.pck.3.x64.zhcn
em1261_v_dialogue.pck.3.x64.de
em1261_v_dialogue.pck.3.x64.es
em1261_v_dialogue.pck.3.x64.fr
em1261_v_dialogue.pck.3.x64.it
em1261_v_dialogue.pck.3.x64.ja
em1261_v_dialogue.pck.3.x64.ptbr
em1261_v_dialogue.pck.3.x64.ru
em1261_v_dialogue.pck.3.x64.zhcn
em1262_v_dialogue.pck.3.x64.de
em1262_v_dialogue.pck.3.x64.es
em1262_v_dialogue.pck.3.x64.fr
em1262_v_dialogue.pck.3.x64.it
em1262_v_dialogue.pck.3.x64.ja
em1262_v_dialogue.pck.3.x64.ptbr
em1262_v_dialogue.pck.3.x64.ru
em1262_v_dialogue.pck.3.x64.zhcn
em1290_v_dialogue.pck.3.x64.de
em1290_v_dialogue.pck.3.x64.es
em1290_v_dialogue.pck.3.x64.fr
em1290_v_dialogue.pck.3.x64.it
em1290_v_dialogue.pck.3.x64.ja
em1290_v_dialogue.pck.3.x64.ptbr
em1290_v_dialogue.pck.3.x64.ru
em1290_v_dialogue.pck.3.x64.zhcn
em1300_v_dialogue.pck.3.x64.de
em1300_v_dialogue.pck.3.x64.es
em1300_v_dialogue.pck.3.x64.fr
em1300_v_dialogue.pck.3.x64.it
em1300_v_dialogue.pck.3.x64.ja
em1300_v_dialogue.pck.3.x64.ptbr
em1300_v_dialogue.pck.3.x64.ru
em1300_v_dialogue.pck.3.x64.zhcn
em1302_v_dialogue.pck.3.x64.de
em1302_v_dialogue.pck.3.x64.es
em1302_v_dialogue.pck.3.x64.fr
em1302_v_dialogue.pck.3.x64.it
em1302_v_dialogue.pck.3.x64.ja
em1302_v_dialogue.pck.3.x64.ptbr
em1302_v_dialogue.pck.3.x64.ru
em1302_v_dialogue.pck.3.x64.zhcn
em1310_v_dialogue.pck.3.x64.de
em1310_v_dialogue.pck.3.x64.es
em1310_v_dialogue.pck.3.x64.fr
em1310_v_dialogue.pck.3.x64.it
em1310_v_dialogue.pck.3.x64.ja
em1310_v_dialogue.pck.3.x64.ptbr
em1310_v_dialogue.pck.3.x64.ru
em1310_v_dialogue.pck.3.x64.zhcn
em1320_v_dialogue.pck.3.x64.de
em1320_v_dialogue.pck.3.x64.es
em1320_v_dialogue.pck.3.x64.fr
em1320_v_dialogue.pck.3.x64.it
em1320_v_dialogue.pck.3.x64.ja
em1320_v_dialogue.pck.3.x64.ptbr
em1320_v_dialogue.pck.3.x64.ru
em1320_v_dialogue.pck.3.x64.zhcn
em1330_v_dialogue.pck.3.x64.de
em1330_v_dialogue.pck.3.x64.es
em1330_v_dialogue.pck.3.x64.fr
em1330_v_dialogue.pck.3.x64.it
em1330_v_dialogue.pck.3.x64.ja
em1330_v_dialogue.pck.3.x64.ptbr
em1330_v_dialogue.pck.3.x64.ru
em1330_v_dialogue.pck.3.x64.zhcn
em1370_v_dialogue.pck.3.x64.de
em1370_v_dialogue.pck.3.x64.es
em1370_v_dialogue.pck.3.x64.fr
em1370_v_dialogue.pck.3.x64.it
em1370_v_dialogue.pck.3.x64.ja
em1370_v_dialogue.pck.3.x64.ptbr
em1370_v_dialogue.pck.3.x64.ru
em1370_v_dialogue.pck.3.x64.zhcn
em4000_v_dialogue.pck.3.x64.de
em4000_v_dialogue.pck.3.x64.es
em4000_v_dialogue.pck.3.x64.fr
em4000_v_dialogue.pck.3.x64.it
em4000_v_dialogue.pck.3.x64.ja
em4000_v_dialogue.pck.3.x64.ptbr
em4000_v_dialogue.pck.3.x64.ru
em4000_v_dialogue.pck.3.x64.zhcn
em4070_v.pck.3.x64.de
em4070_v.pck.3.x64.es
em4070_v.pck.3.x64.fr
em4070_v.pck.3.x64.it
em4070_v.pck.3.x64.ja
em4070_v.pck.3.x64.ptbr
em4070_v.pck.3.x64.ru
em4070_v.pck.3.x64.zhcn
em4070_v_dialogue.pck.3.x64.de
em4070_v_dialogue.pck.3.x64.es
em4070_v_dialogue.pck.3.x64.fr
em4070_v_dialogue.pck.3.x64.it
em4070_v_dialogue.pck.3.x64.ja
em4070_v_dialogue.pck.3.x64.ptbr
em4070_v_dialogue.pck.3.x64.ru
em4070_v_dialogue.pck.3.x64.zhcn
em4090_v_dialogue.pck.3.x64.de
em4090_v_dialogue.pck.3.x64.es
em4090_v_dialogue.pck.3.x64.fr
em4090_v_dialogue.pck.3.x64.it
em4090_v_dialogue.pck.3.x64.ja
em4090_v_dialogue.pck.3.x64.ptbr
em4090_v_dialogue.pck.3.x64.ru
em4090_v_dialogue.pck.3.x64.zhcn
em4100_v_dialogue.pck.3.x64.de
em4100_v_dialogue.pck.3.x64.es
em4100_v_dialogue.pck.3.x64.fr
em4100_v_dialogue.pck.3.x64.it
em4100_v_dialogue.pck.3.x64.ja
em4100_v_dialogue.pck.3.x64.ptbr
em4100_v_dialogue.pck.3.x64.ru
em4100_v_dialogue.pck.3.x64.zhcn
em4101_v_dialogue.pck.3.x64.de
em4101_v_dialogue.pck.3.x64.es
em4101_v_dialogue.pck.3.x64.fr
em4101_v_dialogue.pck.3.x64.it
em4101_v_dialogue.pck.3.x64.ja
em4101_v_dialogue.pck.3.x64.ptbr
em4101_v_dialogue.pck.3.x64.ru
em4101_v_dialogue.pck.3.x64.zhcn
em4102_v_dialogue.pck.3.x64.de
em4102_v_dialogue.pck.3.x64.es
em4102_v_dialogue.pck.3.x64.fr
em4102_v_dialogue.pck.3.x64.it
em4102_v_dialogue.pck.3.x64.ja
em4102_v_dialogue.pck.3.x64.ptbr
em4102_v_dialogue.pck.3.x64.ru
em4102_v_dialogue.pck.3.x64.zhcn
em4103_v_dialogue.pck.3.x64.de
em4103_v_dialogue.pck.3.x64.es
em4103_v_dialogue.pck.3.x64.fr
em4103_v_dialogue.pck.3.x64.it
em4103_v_dialogue.pck.3.x64.ja
em4103_v_dialogue.pck.3.x64.ptbr
em4103_v_dialogue.pck.3.x64.ru
em4103_v_dialogue.pck.3.x64.zhcn
em4104_v_dialogue.pck.3.x64.de
em4104_v_dialogue.pck.3.x64.es
em4104_v_dialogue.pck.3.x64.fr
em4104_v_dialogue.pck.3.x64.it
em4104_v_dialogue.pck.3.x64.ja
em4104_v_dialogue.pck.3.x64.ptbr
em4104_v_dialogue.pck.3.x64.ru
em4104_v_dialogue.pck.3.x64.zhcn
em4105_v_dialogue.pck.3.x64.de
em4105_v_dialogue.pck.3.x64.es
em4105_v_dialogue.pck.3.x64.fr
em4105_v_dialogue.pck.3.x64.it
em4105_v_dialogue.pck.3.x64.ja
em4105_v_dialogue.pck.3.x64.ptbr
em4105_v_dialogue.pck.3.x64.ru
em4105_v_dialogue.pck.3.x64.zhcn
em4107_v_dialogue.pck.3.x64.de
em4107_v_dialogue.pck.3.x64.es
em4107_v_dialogue.pck.3.x64.fr
em4107_v_dialogue.pck.3.x64.it
em4107_v_dialogue.pck.3.x64.ja
em4107_v_dialogue.pck.3.x64.ptbr
em4107_v_dialogue.pck.3.x64.ru
em4107_v_dialogue.pck.3.x64.zhcn
em4110_v_dialogue.pck.3.x64.de
em4110_v_dialogue.pck.3.x64.es
em4110_v_dialogue.pck.3.x64.fr
em4110_v_dialogue.pck.3.x64.it
em4110_v_dialogue.pck.3.x64.ja
em4110_v_dialogue.pck.3.x64.ptbr
em4110_v_dialogue.pck.3.x64.ru
em4110_v_dialogue.pck.3.x64.zhcn
em4120_v_dialogue.pck.3.x64.de
em4120_v_dialogue.pck.3.x64.es
em4120_v_dialogue.pck.3.x64.fr
em4120_v_dialogue.pck.3.x64.it
em4120_v_dialogue.pck.3.x64.ja
em4120_v_dialogue.pck.3.x64.ptbr
em4120_v_dialogue.pck.3.x64.ru
em4120_v_dialogue.pck.3.x64.zhcn
em4121_v_dialogue.pck.3.x64.de
em4121_v_dialogue.pck.3.x64.es
em4121_v_dialogue.pck.3.x64.fr
em4121_v_dialogue.pck.3.x64.it
em4121_v_dialogue.pck.3.x64.ja
em4121_v_dialogue.pck.3.x64.ptbr
em4121_v_dialogue.pck.3.x64.ru
em4121_v_dialogue.pck.3.x64.zhcn
em4122_v_dialogue.pck.3.x64.de
em4122_v_dialogue.pck.3.x64.es
em4122_v_dialogue.pck.3.x64.fr
em4122_v_dialogue.pck.3.x64.it
em4122_v_dialogue.pck.3.x64.ja
em4122_v_dialogue.pck.3.x64.ptbr
em4122_v_dialogue.pck.3.x64.ru
em4122_v_dialogue.pck.3.x64.zhcn
em4123_v_dialogue.pck.3.x64.de
em4123_v_dialogue.pck.3.x64.es
em4123_v_dialogue.pck.3.x64.fr
em4123_v_dialogue.pck.3.x64.it
em4123_v_dialogue.pck.3.x64.ja
em4123_v_dialogue.pck.3.x64.ptbr
em4123_v_dialogue.pck.3.x64.ru
em4123_v_dialogue.pck.3.x64.zhcn
em4124_v_dialogue.pck.3.x64.de
em4124_v_dialogue.pck.3.x64.es
em4124_v_dialogue.pck.3.x64.fr
em4124_v_dialogue.pck.3.x64.it
em4124_v_dialogue.pck.3.x64.ja
em4124_v_dialogue.pck.3.x64.ptbr
em4124_v_dialogue.pck.3.x64.ru
em4124_v_dialogue.pck.3.x64.zhcn
em4130_v_dialogue.pck.3.x64.de
em4130_v_dialogue.pck.3.x64.es
em4130_v_dialogue.pck.3.x64.fr
em4130_v_dialogue.pck.3.x64.it
em4130_v_dialogue.pck.3.x64.ja
em4130_v_dialogue.pck.3.x64.ptbr
em4130_v_dialogue.pck.3.x64.ru
em4130_v_dialogue.pck.3.x64.zhcn
em4400_v_dialogue.pck.3.x64.de
em4400_v_dialogue.pck.3.x64.es
em4400_v_dialogue.pck.3.x64.fr
em4400_v_dialogue.pck.3.x64.it
em4400_v_dialogue.pck.3.x64.ja
em4400_v_dialogue.pck.3.x64.ptbr
em4400_v_dialogue.pck.3.x64.ru
em4400_v_dialogue.pck.3.x64.zhcn
em4410_v_dialogue.pck.3.x64.de
em4410_v_dialogue.pck.3.x64.es
em4410_v_dialogue.pck.3.x64.fr
em4410_v_dialogue.pck.3.x64.it
em4410_v_dialogue.pck.3.x64.ja
em4410_v_dialogue.pck.3.x64.ptbr
em4410_v_dialogue.pck.3.x64.ru
em4410_v_dialogue.pck.3.x64.zhcn
em4420_v_dialogue.pck.3.x64.de
em4420_v_dialogue.pck.3.x64.es
em4420_v_dialogue.pck.3.x64.fr
em4420_v_dialogue.pck.3.x64.it
em4420_v_dialogue.pck.3.x64.ja
em4420_v_dialogue.pck.3.x64.ptbr
em4420_v_dialogue.pck.3.x64.ru
em4420_v_dialogue.pck.3.x64.zhcn
em4430_v_dialogue.pck.3.x64.de
em4430_v_dialogue.pck.3.x64.es
em4430_v_dialogue.pck.3.x64.fr
em4430_v_dialogue.pck.3.x64.it
em4430_v_dialogue.pck.3.x64.ja
em4430_v_dialogue.pck.3.x64.ptbr
em4430_v_dialogue.pck.3.x64.ru
em4430_v_dialogue.pck.3.x64.zhcn
em4432_v_dialogue.pck.3.x64.de
em4432_v_dialogue.pck.3.x64.es
em4432_v_dialogue.pck.3.x64.fr
em4432_v_dialogue.pck.3.x64.it
em4432_v_dialogue.pck.3.x64.ja
em4432_v_dialogue.pck.3.x64.ptbr
em4432_v_dialogue.pck.3.x64.ru
em4432_v_dialogue.pck.3.x64.zhcn
em4437_v_dialogue.pck.3.x64.de
em4437_v_dialogue.pck.3.x64.es
em4437_v_dialogue.pck.3.x64.fr
em4437_v_dialogue.pck.3.x64.it
em4437_v_dialogue.pck.3.x64.ja
em4437_v_dialogue.pck.3.x64.ptbr
em4437_v_dialogue.pck.3.x64.ru
em4437_v_dialogue.pck.3.x64.zhcn
gallery_mov_001.mov.1.x64
gallery_mov_002.mov.1.x64
gallery_mov_003.mov.1.x64
gallery_mov_004.mov.1.x64
gallery_mov_005.mov.1.x64
lvd_lib_v_c02_3.pck.3.x64.de
lvd_lib_v_c02_3.pck.3.x64.es
lvd_lib_v_c02_3.pck.3.x64.fr
lvd_lib_v_c02_3.pck.3.x64.it
lvd_lib_v_c02_3.pck.3.x64.ja
lvd_lib_v_c02_3.pck.3.x64.ptbr
lvd_lib_v_c02_3.pck.3.x64.ru
lvd_lib_v_c02_3.pck.3.x64.zhcn
lvd_lib_v_c02_6.pck.3.x64.de
lvd_lib_v_c02_6.pck.3.x64.es
lvd_lib_v_c02_6.pck.3.x64.fr
lvd_lib_v_c02_6.pck.3.x64.it
lvd_lib_v_c02_6.pck.3.x64.ja
lvd_lib_v_c02_6.pck.3.x64.ptbr
lvd_lib_v_c02_6.pck.3.x64.ru
lvd_lib_v_c02_6.pck.3.x64.zhcn
movie_bonus_dialog.pck.3.x64.de
movie_bonus_dialog.pck.3.x64.es
movie_bonus_dialog.pck.3.x64.fr
movie_bonus_dialog.pck.3.x64.it
movie_bonus_dialog.pck.3.x64.ja
movie_bonus_dialog.pck.3.x64.ptbr
movie_bonus_dialog.pck.3.x64.ru
movie_bonus_dialog.pck.3.x64.zhcn
movie_chapter1_dialog.pck.3.x64.de
movie_chapter1_dialog.pck.3.x64.es
movie_chapter1_dialog.pck.3.x64.fr
movie_chapter1_dialog.pck.3.x64.it
movie_chapter1_dialog.pck.3.x64.ja
movie_chapter1_dialog.pck.3.x64.ptbr
movie_chapter1_dialog.pck.3.x64.ru
movie_chapter1_dialog.pck.3.x64.zhcn
movie_chapter3_dialog.pck.3.x64.de
movie_chapter3_dialog.pck.3.x64.es
movie_chapter3_dialog.pck.3.x64.fr
movie_chapter3_dialog.pck.3.x64.it
movie_chapter3_dialog.pck.3.x64.ja
movie_chapter3_dialog.pck.3.x64.ptbr
movie_chapter3_dialog.pck.3.x64.ru
movie_chapter3_dialog.pck.3.x64.zhcn
pl1000_dialogue.pck.3.x64.de
pl1000_dialogue.pck.3.x64.es
pl1000_dialogue.pck.3.x64.fr
pl1000_dialogue.pck.3.x64.it
pl1000_dialogue.pck.3.x64.ja
pl1000_dialogue.pck.3.x64.ptbr
pl1000_dialogue.pck.3.x64.ru
pl1000_dialogue.pck.3.x64.zhcn
pl2000_dialogue.pck.3.x64.de
pl2000_dialogue.pck.3.x64.es
pl2000_dialogue.pck.3.x64.fr
pl2000_dialogue.pck.3.x64.it
pl2000_dialogue.pck.3.x64.ja
pl2000_dialogue.pck.3.x64.ptbr
pl2000_dialogue.pck.3.x64.ru
pl2000_dialogue.pck.3.x64.zhcn
re_7_report.mov.1.x64
This will patch out these optional files in a few minutes.
Reply With Quote
The Following 2 Users Say Thank You to :( Sad8669 For This Useful Post:
KaktoR (15-06-2022), Razor12911 (16-06-2022)
  #3024  
Old 16-06-2022, 09:52
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,100 Times in 2,296 Posts
Razor12911 is on a distinguished road
@:( Sad8669
Good attempt at using xtool IO functions, however since most people wouldn't know where these files come from or how to get them, maybe post the database file which can be used to obtain the files to be erased. The database file can be generated by using the find function from your end.
There is an example I made here.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Gehrman (16-06-2022)
  #3025  
Old 16-06-2022, 10:54
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
Thanks for heads up, Razor.

I had it in my mind the same day you posted the update. I haven't tested the game or the new update in practice but it should work and i plan on writing a post maybe explaining it and other few things about optional language streams.

and you can just write "Sad" instead of that "8669" and ":(" :D.
Reply With Quote
  #3026  
Old 16-06-2022, 12:55
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 396
Thanks: 450
Thanked 438 Times in 200 Posts
dixen is on a distinguished road
Teenage Mutant Ninja Turtles: Shredder's Revenge

Just info)
Quote:
Compressed 1,179 files, 88,583,482 => 2,810,062,530 bytes. Ratio 3172.22%
Compression time: cpu 0.47 sec/real 305.24 sec = 0%. Speed 0.29 mB/s
All OK
Reply With Quote
The Following User Says Thank You to dixen For This Useful Post:
:( Sad8669 (16-06-2022)
  #3027  
Old 17-06-2022, 12:13
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Redout 2
  • *.pak
    Code:
    xtool_redout2+srep+lolz
  • Everything else:
    Code:
    srep+razor
23.4GB ---> 16.6GB
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
JustFun (06-10-2022)
  #3028  
Old 18-06-2022, 12:18
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
If you want to make a repack of God Of War and plan to separate voiceovers, add this batch file into your archive and run it after extracting the archive.

(copy text from this paste and save as .bat)

https://paste.ec/raw/ybelA-oU#P-/KOJ...rmyGZdyZvIGZ9b

The game will crash if you try to change language to a voiceover that you don't have installed. This bat will check for whatever languages are installed and add them to the language text file accordingly.

Please note exec\languages\LANGS_GOWA08000.txt must be blank before running that batch file.
Reply With Quote
  #3029  
Old 18-06-2022, 12:38
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,419
Thanks: 1,078
Thanked 7,034 Times in 2,663 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
If you want to make a repack of God Of War and plan to separate voiceovers, add this batch file into your archive and run it after extracting the archive.

(copy text from this paste and save as .bat)

https://paste.ec/raw/ybelA-oU#P-/KOJ...rmyGZdyZvIGZ9b

The game will crash if you try to change language to a voiceover that you don't have installed. This bat will check for whatever languages are installed and add them to the language text file accordingly.

Please note exec\languages\LANGS_GOWA08000.txt must be blank before running that batch file.
You could add break or nul command to clear the file first, then add the content

Code:
break>exec\languages\LANGS_GOWA08000.txt
This command makes the target file blank.
__________________
Haters gonna hate

Last edited by KaktoR; 18-06-2022 at 12:42.
Reply With Quote
  #3030  
Old 21-06-2022, 09:02
Dark0226 Dark0226 is offline
Registered User
 
Join Date: Feb 2021
Location: Russia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Dark0226 is on a distinguished road
How are EDGE OF THE ABYSS AWAKEN game files compressed and how to decompress them. Unreal engine.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Games Are For Kids JoyBoy Chit Chat 83 16-11-2021 15:28
CorePack Compression methods ? Help ramazan19833 Conversion Tutorials 34 09-08-2018 07:51
i got the email in the mail about copying ps2 games EVOEvo PS2 Games 7 21-11-2003 08:56
Self-booting games on an older Japanese DC? Named DC Games 1 26-09-2003 18:48
Having Problems Burning Numerous *Recent* Games....Help is Appreciated Protosstic PSX Games 2 15-01-2002 22:27



All times are GMT -7. The time now is 19:00.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com