|
|
|
#1
|
||||
|
||||
|
Trine 5: A Clockwork Conspiracy
Code:
19:18:46 - Selected ARC/DS method for Data1a-01.bin was: xtool:mzstd:zstd_137+xtool:dd3+4x4:lzma 19:18:46 - Selected ARC/DS method for Data1b-01.bin was: xtool:dd3+4x4:lzma ------------------------------------------------------------------------------------------------------------------------------------------- 20:12:09 - Overall input size: 16.92 GB 20:12:09 - Overall output size: 12.42 GB (Ratio 73.38%) 20:12:09 - Overall conversion time: 00:53:21
__________________
Haters gonna hate
|
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
You can rip voiceovers from audio1.fbq in Trine 5 using this QuickBMS script:
Code:
get VERSION long
if VERSION <= 3
comtype zstd
else
comtype lz4
endif
get FILES long
get BASE_OFF long
math BASE_OFF += 0xc
for i = 0 < FILES
get NAME string
get OFFSET long
get NOZIP byte
get SIZE long
get ZSIZE long
get CRC long
math OFFSET += BASE_OFF
if NOZIP == 4
clog NAME OFFSET ZSIZE SIZE
else
log NAME OFFSET SIZE
endif
next i
Although comtype LZ4 is mentioned, Trine 5 uses only ZSTD and you can use libzstd v1.3.7 (v1.3.6 also seems to work). LZ4 is used on older versions of the FBQ archive structure. |
| The Following 2 Users Say Thank You to Masquerade For This Useful Post: | ||
shazzla (31-08-2023), Wanterlude (31-08-2023) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Games Are For Kids | JoyBoy | Chit Chat | 83 | 16-11-2021 14:28 |
| CorePack Compression methods ? Help | ramazan19833 | Conversion Tutorials | 34 | 09-08-2018 06:51 |
| i got the email in the mail about copying ps2 games | EVOEvo | PS2 Games | 7 | 21-11-2003 07:56 |
| Self-booting games on an older Japanese DC? | Named | DC Games | 1 | 26-09-2003 17:48 |
| Having Problems Burning Numerous *Recent* Games....Help is Appreciated | Protosstic | PSX Games | 2 | 15-01-2002 21:27 |