View Single Post
  #75  
Old 29-04-2012, 11:42
vendecido33 vendecido33 is offline
Banned
 
Join Date: Jul 2010
Location: Spain
Posts: 40
Thanks: 0
Thanked 2 Times in 2 Posts
vendecido33 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
IF your using internal compression.. IE using #define ProgramFiles "F:\Program Files (x86)\Crysis2" then you DONT use [ExtractSettings]. You end up with setup-a.bin etc ( internal compression)

to use external compression you must add ; in front of the line #define ProgramFiles "F:\Program Files (x86)\Crysis2". Then it will extract the files specified in [ExtractSettings]
I am using this
#define ProgramFiles "I:\Program Files (x86)\Electronic Arts\Crytek\Crysis 2"

PD: Okay I think I now understand you're saying that if I use the [ExtractSettings]. I can not use the standard method.

#define ProgramFiles "F:\Program Files (x86)\Crysis2"

And you'll have to put forward ; to override this order.

Last edited by vendecido33; 29-04-2012 at 20:43.
The Following User Says Thank You to vendecido33 For This Useful Post:
Cesar82 (28-10-2020)