View Single Post
  #11  
Old 28-05-2020, 13:08
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
Quote:
Originally Posted by hwang4 View Post
ZAZA4EVER , Can you please tell how to skip compressing "-boot-flow-logo.bik & -test-fmv-Cutscene.bik" with bpk in ultraarc ?
i used "arc.groups", but in vain , bpk always won't skip them and show errors !thanks!
You have to write every single bik/bk2 file down into arc.groups (remove *.bpk, *.bk2 from arc.groups) except for the two mentionel files.

To do this the fast way, make a batch file in game folder and execute to save all *.bk2 files into a text file
Code:
dir /s /b *.bk2 > _List.txt
Copy the contens of the text file to arc.groups $binkpack

PS: If you open the text file, maybe you have to remove driveletter:\gamefolder before (just press ctrl+h in notepad and replace driveletter:\gamefolder with nothing (just leave "replace with" blank)).
PPS: If the game use *.bik files instead of *.bk2, replace *.bk2 with *.bik in your batch.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
hwang4 (28-05-2020)