|
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]
|