View Single Post
  #1452  
Old 27-09-2013, 12:51
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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;
The error is caused when I remove to pngs i.e Button.png and SmallButton.png in Setup Folder

Last edited by alley_u2; 28-09-2013 at 01:48.
The Following User Says Thank You to alley_u2 For This Useful Post:
pakrat2k2 (27-09-2013)