Quote:
Originally Posted by alley_u2
OK will give it a shot... I am very sure it has to do with setup.cab. Because if I use all the default pngs it doesn't give me this error.
|
Because of errors I DELETED everything & started all over again. Re-extracted the 1006 files, then one by one replaced the images to ones I wanted to use.
Then corrected the setup.ini to make it match my game. ( Tested with 2-3 files changed, to make sure it would run without errors ) when finally got all
files changed & it still worked, then correct all settings to match game you are doing conversion for.....
rather then using setup.cab extract all files ( creates setup folder with files inside. ) then in langscript.iss / installerscript.iss change to internal
;#define Internal ( remove the ; at front )
You can then use freearc to compress game files,( any of the conversions that used compress.bat, & in setup.ini make sure cabs are set properly IE:
Code:
[ExtractSettings]
FreeArcFile1=Data2.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data3.cab;DestDir:{app};Disk:2;
FreeArcFile4=Data3.cab;DestDir:{app};Disk:3;