View Single Post
  #2  
Old 24-06-2022, 15:06
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Hmm, does the this plugin have the same problem?
Looks like there is a problem with both quickbms or crilayla.exe plugins. It does not inflate base.cpk from Valkyria Profile 4 at all. Older xtool with native cri support does. Although file is 22gb, here is the first 8mb sample:

sample.7z

Now this is how it inflate with older xtool:

sample.png

With new xtool and either of 2 following settings, it does nothing:

Code:
[cpk2]
Encode=crilayla.exe d <library>
Decode=crilayla.exe e <library>

[cpk,snappy,rfpk,slz_03]
Encode=quickbms.exe -s "comtype <codec> ; clog <fileout> 0 <insize> <outsize>" "" <filein>
Decode=quickbms.exe -s "comtype <codec>_COMPRESS ; clog <fileout> 0 <insize> <outsize>" "" <filein>
Second option also have: cpk.zip that I generated from bms script.
All files(quickbms.exe, crilayla.exe, xtool.exe + libs + xtool.ini) are in xtool directory. I swear it was working before, maybe I tested on different cpk file/game?

EDIT: I can now confirm problem being new xtool with either method. It does work on another file from same game(dlc_003_en.cpk) but not on base.cpk(or provided sample). Old xtool(one provided here) does work on both files.

Last edited by elit; 25-06-2022 at 09:39.
Reply With Quote