KaktoR spoke long ago that works well.
If you refer to this conversion
HERE, , you might miss entering the destination of each component.
TRY:
First each game must be compressed separately.
Using "Records.ini" file....
You must fill in hand in each section to which component belongs ...
The [Record#] sections of the "Records.ini" file supports (Manually Add)
Code:
Component=
Task=
Language=
Component, Task or Language can enter one or more comma separated.
Example: Component=1 or use Component=1,2
Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin
Output={app}
Disk=1
Component=1
[Record2]
Type=Freearc_Original
Source={src}\Data2.bin
Output={app}
Disk=1
Component=2
Using the section [ExtractSettings] of "Setup.ini" file....
In the [ExtractSettings] section or compatible parameters are:
Comp,
Task and
Lang
If you use the [ExtractSettings] section you must also tell which component each file belongs to.
Code:
[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1;Comp:1;
ArcFile2=Data2.bin;DestDir:{app};Type:ARC;Disk:2;Comp:2;