View Single Post
  #1  
Old 25-10-2019, 10:15
houcine80's Avatar
houcine80 houcine80 is offline
Registered User
 
Join Date: Jul 2013
Location: Save Palestine
Posts: 873
Thanks: 3,107
Thanked 3,913 Times in 570 Posts
houcine80 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
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;
I did not add that (Component = 1) in Record.ini
I test after thx bro
Reply With Quote
Sponsored Links