Quote:
Originally Posted by pakrat2k2
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.