View Single Post
  #7  
Old 13-07-2011, 12:50
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by spy4fun View Post
i don't know how to use precomp.

thats why i created a .bat


and paste the precomp file with .bat in the "\Brink\base" folder it is working but i'm only overwriting my pak000.sdpk2

my question is it is ok if i'll add .pcf as extension to get the pak000.sdpk2.pcf output?
Yes, you are right. The right command should be:
Code:
precomp038 -slow -c689 -m68 -opak000.sdpk2.pcf "c:\program files\Brink\base\pak000.sdpk2"
But anyway, if you overwritten original pak000.sdpk2 (with peterf's command) and precomp did the job correctly then you just need to change the extension by adding ".pcf" to your pak000.sdpk2 (precompressed).
So your precompressed pak000.sdpk2 become pak000.sdpk2.pcf!

Last edited by Onizuka87k; 13-07-2011 at 12:53.
Reply With Quote