View Single Post
  #1451  
Old 27-09-2013, 12:24
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by alley_u2 View Post
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;

Last edited by pakrat2k2; 27-09-2013 at 12:28.