View Single Post
  #15  
Old 18-09-2024, 08:41
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Frostpunk 2

kraken is used, no key

Also looks like you can rip chinese language out if you want. I played a bit with ripped language and it's working until now.

How to:
Use quickbms + unreal_tournament_4_0.4.27e_paks_only.bms script and extract only WEM and BNK from "pakchunk0-Windows.pak" (make a backup of this file).

Go to extracted folder and delete all files you want to keep (only keep Chinese files/folders).

Zero all files inside extracted folder
Code:
FOR /R %%a IN ("*.wem") DO (fsutil file setzerodata offset=0 length=%%~za "%%a")
FOR /R %%a IN ("*.bnk") DO (fsutil file setzerodata offset=0 length=%%~za "%%a")
Use quickbms reimport feature
Code:
quickbms_4gb_files -w -r "unreal_tournament_4_0.4.27e_paks_only.bms" "pakchunk0-Windows.pak" "pakchunk0-Windows.pak_extract"
I tested unpacking the modified pakchunk0-Windows.pak again and all chinese files are zero'd still.

In any case make backups! Any patch for this game is forcing you to redownload pakchunk0-Windows.pak if you don't have a backup.
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
L0v3craft (28-11-2024), ScOOt3r (18-09-2024), shazzla (18-09-2024), Wanterlude (18-09-2024)